/**
* Template Name: Green
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #2f374b;
}

a {
  text-decoration: none;
  color: #1db954;
}

a:hover {
  color: #2f374b;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1db954;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2f374b;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fbfbfb;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #2f374b;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1db954;
}

#topbar .contact-info i {
  color: #1db954;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #2f374b;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1db954;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #f7f7f7;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo a {
  color: #1db954;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #2f374b;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1db954;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  color: #1db954;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #1db954;
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #1db954;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1db954;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2f374b;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 1;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #ddd;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2f374b;
  font-weight: bold;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1db954;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1db954;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(45, 103, 60, 0.8);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #1db954;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #1db954;
}

#hero .btn-get-started:hover {
  background: #2f374b;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7f7f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #2f374b;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1db954;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #2f374b;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0;
}

.featured-services .icon-box {
  padding: 20px;
}

.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #2f374b 0%, #2f2f2f 50%, #2f374b 100%);
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  color: #1db954;
  font-size: 42px;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #2f374b;
  transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
  color: #1db954;
}

.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1db954;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .row {
  overflow: hidden;
}

.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #2f374b;
}

.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1db954;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1db954;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #2f374b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #1db954;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #1db954;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f374b;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #1db954;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #2f374b;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1db954;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1db954;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #1db954;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.button {
  font-size: 20px;
  background: #1db954;
  border: 0;
  padding: 10px 50px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.button:hover {
  background: #2f374b;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #1db954;
  border-bottom: 3px solid #1db954;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #1db954;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2f374b;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2f374b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #1db954;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1db954;
  color: #fff;
}

.contact .php-email-form input[type=radio]  {
      display: none;
      }

.contact .php-email-form label.radio {
      position: relative;
      display:flex;
      margin: 5px 20px 10px 20px;
      cursor: pointer;
      }

.contact .php-email-form question span {
      margin-left: 30px;
      }

.contact .php-email-form span.required {
      margin-left: 0;
      color: black;
      }

.contact .php-email-form label.radio:before {
      content: "";
      position: absolute;
      left: 5px;
      top: 3px;  
	  width: 17px;
      height: 17px;
      border-radius: 42%;
      border: 2px solid #ccc;
      }

 .contact .php-email-form input[type=radio]:checked + label:before, label.radio:hover:before {
      border: 2px solid #1db954;
      }

 .contact .php-email-form label.radio:after {
      content: "";
      position: absolute;
      top: 8px;
      left: 10px;
      width: 8px;
      height: 4px;
      border: 2px solid #1db954;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg);
      opacity: 0;
      }

 .contact .php-email-form input[type=radio]:checked + label:after {
      opacity: 1;
      }

.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
      color: #1db954;
      }

.question span {
      margin-left: 40px;
      }

.contact .php-email-form input[type=checkbox]  {
      display: none;
      }

.contact .php-email-form label.checkbox {
      position: relative;
      display:flex;
      margin: 5px 20px 10px 20px;
      cursor: pointer;
      }

.contact .php-email-form question span {
      margin-left: 30px;
      }

.contact .php-email-form span.required {
      margin-left: 0;
      color: red;
      }

.contact .php-email-form label.checkbox:before {
      content: "";
      position: absolute;
      left: 5px;
      top: 3px;  	
      width: 17px;
      height: 17px;
      border-radius: 0.50%;
      border: 2px solid #ccc;
      }

 .contact .php-email-form input[type=checkbox]:checked + label:before, label.checkbox:hover:before {
      border: 2px solid #1db954;
      }

 .contact .php-email-form label.checkbox:after {
      content: "";
      position: absolute;
      top: 8px;
      left: 10px;
      width: 8px;
      height: 4px;
      border: 2px solid #1db954;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg);
      opacity: 0;
      }

 .contact .php-email-form input[type=checkbox]:checked + label:after {
      opacity: 1;
      }

.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
      color: #1db954;
      }

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #1db954;
  border-bottom: 3px solid #1db954;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #1db954;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #1db954;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #1db954;
}

.contact .php-email-form input {
  height: 38px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1db954;
  border: 0;
  padding: 10px 50px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #2f374b;
}

.contact .php-email-form button[type=reset] {
  background: #1db954;
  border: 0;
  padding: 10px 50px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=reset]:hover {
  background: #2f374b;
}

/*--- Dynamic controls ---*/
.form-container{
  padding:10px;
  padding-bottom:25px;
  margin:0 auto;
  margin-top:20px;
  width:50%;
  border-radius:20px;
  background-color: #ececec;
}

.add-one{
  color:green;
  text-align:center;
  font-weigth:bolder;
  cursor:pointer;
  margin-top:10px;
}

.delete{
  color:white;
  background-color:rgb(231, 76, 60);
  text-align:center;
  margin-top:6px;
  font-weight:700;
  border-radius:5px;
  min-width:20px;
  cursor:pointer;
}

#singlebutton{
  width:100%;
  margin-top:20px;
}

.title{
  text-align:center;
  font-size:40px;
  margin-bottom:40px;
}

.dynamic-element{
  margin-bottom:0px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.card { 
    background-color: #fbfbfb;
}

.bg-primary {
    background-color: #fbfbfb!important;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f7f7f7;
  color: #2f374b;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #2f374b;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1db954;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #2f374b;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

.score-pill {
    display: inline-block;
    padding: .22rem .6rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: .82rem;
    color: #fff !important;          /* garante texto sempre branco */
    text-shadow: 0 1px 2px rgba(0,0,0,.35);  /* sombra para legibilidade */
    opacity: .92;                    /* fundo ligeiramente menos intenso */
}


/* ══════════════════════════════════════════════════════
   PRACTICE ROW — layout responsivo por classes
══════════════════════════════════════════════════════ */

/* ── Base: full HD e tablet largo ──────────────────── */
.practice-row {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr) 68px minmax(0,170px) minmax(0,145px) 28px;
    align-items: center;
    column-gap: .5em;
    padding: .55em .75em;
    background: #f8f9ff;
    cursor: pointer;
    user-select: none;
    min-width: 0;    /* evita overflow no pai */
}

/* ── Título: nunca transborda ───────────────────────── */
.pr-col-title {
    min-width: 0;
    overflow: hidden;
}

.pr-title-text {
    font-weight: 600;
    font-size: .88rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35;
}

/* ── Score: centrado ────────────────────────────────── */
.pr-col-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

/* ── Métodos e FSC: flex-wrap para tags ─────────────── */
.pr-col-methods,
.pr-col-fsc {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: .25em .3em;
    overflow: hidden;
    max-height: 3em;
    min-width: 0;
}

/* ── Rank e chevron: centrados ──────────────────────── */
.pr-col-rank,
.pr-col-chv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

/* ── Chevron: espaço fixo à direita ─────────────────── */
.pr-col-chv {
    padding-left: .25em;
}

/* ══════════════════════════════════════════════════════
   BREAKPOINT: tablet estreito (< 900px)
   — oculta FSC, mantém métodos
══════════════════════════════════════════════════════ */
@media (max-width: 900px) {
    .practice-row {
        grid-template-columns: 40px minmax(0,1fr) 64px minmax(0,140px) 24px;
    }
    .pr-col-fsc {
        display: none !important;
    }
}

/* ══════════════════════════════════════════════════════
   BREAKPOINT: mobile (< 600px)
   — oculta também métodos, título em 2 linhas
══════════════════════════════════════════════════════ */
@media (max-width: 600px) {
    .practice-row {
        grid-template-columns: 36px minmax(0,1fr) 58px 22px;
        padding: .45em .55em;
        column-gap: .35em;
    }
    .pr-col-methods,
    .pr-col-fsc,
    .pr-hide-sm {
        display: none !important;
    }
    .pr-title-text {
        white-space: normal;       /* permite wrap em mobile */
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: .82rem;
    }
    .score-pill {
        font-size: .75rem !important;
        padding: .15em .4em !important;
    }
    .rank-badge {
        width: 24px !important;
        height: 24px !important;
        font-size: .75rem !important;
    }
}

/* ══ Multi-select personalizado (req-multiselect) ══════════════════ */  
.req-multiselect {  
    position: relative;  
    width: 100%;  
    font-size: .9rem;  
}  

.req-ms-trigger {  
    display: flex;  
    align-items: center;  
    justify-content: space-between;  
    padding: .45rem .85rem;  
    border: 1px solid #a5d6a7;  
    border-radius: 7px;  
    background: #f9fdf9;  
    cursor: pointer;  
    user-select: none;  
    transition: border-color .2s, background .2s;  
    min-height: 38px;  
}  

.req-ms-trigger:hover {  
    border-color: #43a047;  
    background: #f1f8f1;  
}  

.req-ms-label {  
    color: #555;  
    flex: 1;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    white-space: nowrap;  
}  

.req-ms-label.has-selection {  
    color: #1b5e20;  
    font-weight: 600;  
}  

.req-ms-arrow {  
    color: #43a047;  
    font-size: .75rem;  
    transition: transform .25s;  
    flex-shrink: 0;  
    margin-left: .5rem;  
}  

.req-ms-arrow.open {  
    transform: rotate(180deg);  
}  

.req-ms-dropdown {  
    display: none;  
    position: absolute;  
    top: calc(100% + 4px);  
    left: 0;  
    right: 0;  
    z-index: 9999;  
    background: #fff;  
    border: 1px solid #a5d6a7;  
    border-radius: 7px;  
    box-shadow: 0 6px 20px rgba(0,0,0,.12);  
    overflow: hidden;  
}  

.req-ms-dropdown.open {  
    display: block;  
}  

.req-ms-search-wrap {  
    padding: .5rem .7rem;  
    border-bottom: 1px solid #e8f5e9;  
    background: #f1f8f1;  
}  

.req-ms-search {  
    width: 100%;  
    border: 1px solid #c8e6c9;  
    border-radius: 5px;  
    padding: .3rem .6rem;  
    font-size: .83rem;  
    outline: none;  
    background: #fff;  
}  

.req-ms-search:focus {  
    border-color: #43a047;  
}  

.req-ms-list {  
    max-height: 240px;  
    overflow-y: auto;  
    padding: .3rem 0;  
}  

.req-ms-list::-webkit-scrollbar { width: 5px; }  
.req-ms-list::-webkit-scrollbar-track { background: #f1f1f1; }  
.req-ms-list::-webkit-scrollbar-thumb { background: #a5d6a7; border-radius: 3px; }  

.req-ms-item {  
    display: flex;  
    align-items: center;  
    gap: .55rem;  
    padding: .38rem .85rem;  
    cursor: pointer;  
    transition: background .12s;  
    margin: 0;  
    font-weight: normal;  
}  

.req-ms-item:hover {  
    background: #e8f5e9;  
}  

.req-ms-item.selected {  
    background: #c8e6c9;  
}  

.req-ms-item input[type="checkbox"] {  
    width: .95rem;  
    height: .95rem;  
    accent-color: #43a047;  
    flex-shrink: 0;  
    cursor: pointer;  
    margin: 0;  
}  

.req-ms-item-label {  
    flex: 1;  
    display: flex;  
    align-items: center;  
    justify-content: space-between;  
    gap: .4rem;  
    font-size: .87rem;  
    color: #2c3e50;  
}  

.req-ms-badge {  
    font-size: .7rem;  
    padding: .1em .45em;  
    border-radius: 10px;  
    font-weight: 700;  
    white-space: nowrap;  
    flex-shrink: 0;  
}  

.req-ms-item.hidden {  
    display: none;  
}  

/* ══ Pill toggle (req-pill) ════════════════════════════════════════ */  
.req-section {  
    margin-bottom: 1.2rem;  
}  

.req-section-label {  
    font-weight: 600;  
    color: #1b5e20;  
    font-size: .92rem;  
    margin-bottom: .55rem;  
    display: flex;  
    align-items: center;  
    gap: .4rem;  
}  

.req-pill-grid {  
    display: flex;  
    flex-wrap: wrap;  
    gap: .4rem .45rem;  
}  

/* Cada pill é uma label que envolve um input hidden */  
.req-pill {  
    display: inline-flex;  
    align-items: center;  
    gap: .35rem;  
    padding: .28rem .75rem;  
    border-radius: 20px;  
    border: 1.5px solid #a5d6a7;  
    background: #f1faf1;  
    color: #2e7d32;  
    font-size: .83rem;  
    font-weight: 500;  
    cursor: pointer;  
    user-select: none;  
    transition: background .15s, border-color .15s, color .15s, transform .1s;  
    white-space: nowrap;  
}  

.req-pill:hover {  
    background: #c8e6c9;  
    border-color: #43a047;  
}  

.req-pill.selected {  
    background: #2e7d32;  
    border-color: #1b5e20;  
    color: #fff;  
    font-weight: 600;  
}  

.req-pill.selected:hover {  
    background: #1b5e20;  
}  

.req-pill input[type="checkbox"] {  
    display: none; /* escondido — o estado é controlado pela classe .selected */  
}  

.req-pill-badge {  
    font-size: .68rem;  
    font-weight: 700;  
    padding: .05em .4em;  
    border-radius: 8px;  
    background: rgba(255,255,255,.35);  
    color: inherit;  
    min-width: 1.4em;  
    text-align: center;  
}  

.req-pill.selected .req-pill-badge {  
    background: rgba(255,255,255,.25);  
    color: #fff;  
}  

/* Search bar para regiões e categorias */  
.req-pill-search {  
    width: 100%;  
    max-width: 280px;  
    padding: .3rem .7rem;  
    border: 1px solid #a5d6a7;  
    border-radius: 20px;  
    font-size: .82rem;  
    margin-bottom: .5rem;  
    outline: none;  
    background: #f9fdf9;  
    color: #2c3e50;  
    transition: border-color .2s;  
}  

.req-pill-search:focus {  
    border-color: #43a047;  
    background: #fff;  
}  

.req-pill.hidden {  
    display: none;  
}  

/* Subcategoria — secção que aparece/desaparece */  
#wrap-fsub {  
    transition: opacity .25s;  
}  

/* Label "filtered by" */  
.req-filtered-note {  
    font-size: .74rem;  
    color: #888;  
    font-weight: 400;  
    margin-left: .3rem;  
}  

/* ══ Selects — User Requirements ══════════════════════════════════ */  
#collapseRequirements .form-select {  
    border: 1.5px solid #a5d6a7;  
    border-radius: 8px;  
    background-color: #f9fdf9;  
    color: #2c3e50;  
    font-size: .9rem;  
    padding: .5rem .9rem;  
    transition: border-color .2s, box-shadow .2s;  
    cursor: pointer;  
}  

#collapseRequirements .form-select:focus {  
    border-color: #43a047;  
    box-shadow: 0 0 0 3px rgba(67,160,71,.18);  
    outline: none;  
    background: #fff;  
}  

#collapseRequirements .form-select:hover {  
    border-color: #43a047;  
}  

/* Opção seleccionada — verde claro */  
#collapseRequirements .form-select option:checked {  
    background: #c8e6c9;  
    color: #1b5e20;  
    font-weight: 600;  
}  

