@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #4CAF50;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #4CAF50, #4CAF50);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #4CAF50;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #4CAF50;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #4CAF50;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #4CAF50;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #4CAF50;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
  animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #4CAF50;
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #4CAF50;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #4CAF50;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #4CAF50;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #4CAF50;
}

.about_section {
  background-color: #4CAF50;
  color: #ffffff;
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #4CAF50;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #4CAF50;
}

.why_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 5px solid #4CAF50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why_section .box .img-box img {
  width: 55px;
  height: auto;
  fill: #4CAF50;
  ;
}

.why_section .box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why_section .box p {
  margin-bottom: 0;
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #4CAF50;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #4CAF50;
}

/*team section */
.team_section {
  text-align: center;
  background-color: #4CAF50;
  color: #ffffff;
}

.team_section .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team_section .team_container {
  padding: 0 15px;
}

.team_section .team_container .box {
  padding: 35px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4CAF50), to(#4CAF50));
  background: linear-gradient(to bottom, #4CAF50, #4CAF50);
}

.team_section .team_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team_section .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
}

.team_section .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team_section .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section .team_container .box .social_box a:hover {
  color: #4CAF50;
}

/*team section end*/
/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #4CAF50;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #4CAF50;
}

/* client section end */
.info_section {
  background-color: #4CAF50;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #4CAF50;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #4CAF50;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #4CAF50;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #4CAF50;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #4CAF50;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

.padding {
  padding: 7rem !important;
  margin-left: 50px
}

.intro .buttons a.btn {
  margin: 10px;
  padding: 10px 30px
}

.btn {
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-weight: 700
}

.animated h2 {
  text-align: center;
  color: #fff
}

.animated p {
  text-align: center;
  color: #fff
}

.buttons {
  text-align: center
}

/* Email Signup Section */
.email_signup_section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.email_signup_form {
  display: flex;
  gap: 10px;
}

.email_signup_form .form-control {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.email_signup_form .btn {
  height: 50px;
  border-radius: 5px;
  min-width: 150px;
}

h5 {
  color: #4CAF50;
}

.commission_calculator_section {
  background: #f8f9fa;
  padding: 60px 0;
}

.calculator-box {
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.results-box {
  background: #f0f8ff;
  padding: 15px;
  border-radius: 5px;
}

.explanation-box {
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.explanation-box ul {
  padding-left: 20px;
}

.explanation-box li {
  margin-bottom: 10px;
}

.mission_vision_section {
  position: relative;
  overflow: hidden;
}

.section-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #4CAF50;
}

.section-subtitle {
  color: #6c757d;
  margin-bottom: 50px;
}

.mission-card,
.vision-card,
.values-card {
  transition: all 0.3s ease;
  border-radius: 15px;
  background: white;
}

.mission-card:hover,
.vision-card:hover,
.values-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 50%;
}

.mission-stats {
  display: flex;
  justify-content: space-around;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #4CAF50;
}

.stat-label {
  font-size: 12px;
  color: #6c757d;
}

.values-list {
  list-style-type: none;
  padding-left: 0;
}

.values-list li {
  margin-bottom: 8px;
}

.impact-statement {
  background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
}

.why_choose_us_section {
  position: relative;
  overflow: hidden;
}

.section-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #4CAF50;
}

.section-subtitle {
  color: #6c757d;
  margin-bottom: 50px;
}

.feature-card {
  border-radius: 12px;
  background: white;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -35px auto 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #343a40;
}

.feature-text {
  color: #6c757d;
  margin-bottom: 15px;
}

.trust-indicators {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}

.trust-item {
  height: 100%;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.trust-item:hover {
  background: rgba(76, 175, 80, 0.05);
}

.trust-item h4 {
  font-size: 1.1rem;
  margin: 15px 0;
  color: #343a40;
}

.trust-item p {
  color: #6c757d;
  font-size: 0.9rem;
}

.eco-badge,
.support-badge {
  font-size: 0.8rem;
}

.progress {
  border-radius: 10px;
}

.services_section {
  position: relative;
  overflow: hidden;
}

.section-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #4CAF50;
}

.section-subtitle {
  color: #6c757d;
  margin-bottom: 50px;
}

.service-card {
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  position: relative;
  overflow: hidden;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.service-image {
  max-height: 100%;
  width: auto;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image {
  transform: scale(1.05);
}

.service-icon {
  position: absolute;
  bottom: -25px;
  right: 25px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #4CAF50;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.service-icon i {
  font-size: 30px;
}

.card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #343a40;
}

.card-text {
  color: #6c757d;
  margin-bottom: 20px;
}

.service-features {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.service-features li {
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.highlight-item {
  transition: all 0.3s ease;
  border-radius: 10px;
}

.highlight-item:hover {
  background: rgba(76, 175, 80, 0.05);
  transform: translateY(-5px);
}

.highlight-item h4 {
  font-size: 1.2rem;
  margin: 15px 0;
  color: #343a40;
}

.highlight-item p {
  color: #6c757d;
  font-size: 0.95rem;
}

.calculator-container {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}

.calculator-card {
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
}

.icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.results-card {
  transition: all 0.3s ease;
}

.results-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-step {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.step-number {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .border-right-lg {
    border-right: none !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.app-download-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

.app-download-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.app-download-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.countdown-container {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.countdown-timer {
  font-family: 'Roboto', sans-serif;
}

.countdown-number {
  min-width: 60px;
  color: #4CAF50;
}

.countdown-separator {
  display: flex;
  align-items: center;
  color: #4CAF50;
}

.app-mockup-container {
  perspective: 1000px;
}

.app-mockup-slider {
  position: relative;
  height: 500px;
}

.app-mockup-slider img {
  position: absolute;
  border: 8px solid white;
  transition: all 0.5s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.app-mockup-slider img:nth-child(1) {
  z-index: 3;
  top: 0;
  left: 0;
  max-height: 80%;
}

.app-mockup-slider img:nth-child(2) {
  z-index: 2;
  top: 40px;
  left: 40px;
  max-height: 75%;
}

.app-mockup-slider img:nth-child(3) {
  z-index: 1;
  top: 80px;
  left: 80px;
  max-height: 70%;
}

.floating-badge {
  animation: float 3s ease-in-out infinite;
  z-index: 4;
  margin: 20px;
}

.icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 992px) {
  .app-mockup-slider {
    height: 400px;
    margin-bottom: 2rem;
  }

  .app-mockup-slider img {
    max-height: 60% !important;
  }
}

.footer-section {
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: rgba(76, 175, 80, 0.05);
  border-radius: 50%;
}

.footer-widget {
  height: 100%;
}

.widget-title {
  position: relative;
  padding-bottom: 15px;
}

.widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #4CAF50;
}

.footer-links a:hover {
  opacity: 1 !important;
  color: #4CAF50 !important;
  transform: translateX(5px);
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  transition: all 0.3s;
}

.social-icon:hover {
  background: #4CAF50;
  transform: translateY(-3px);
}

@media (max-width: 767.98px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}

:root {
  --primary-color: #4CAF50;
  --primary-dark: #388E3C;
  --secondary-color: #FFC107;
  --dark-color: #212121;
  --light-color: #f5f5f5;
  --gradient: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
}

body {
  font-family: 'Poppins', sans-serif;
}

/* Header Styles */
.header_section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 15px 0;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header_section.scrolled {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
}

.navbar-brand img {
  height: 40px;
  transition: all 0.3s ease;
}

.navbar-brand span {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: var(--dark-color);
  margin-left: 10px;
  line-height: 1.3;
  display: block;
  max-width: 150px;
}

.navbar-nav {
  align-items: center;
}

.nav-item {
  margin: 0 8px;
  position: relative;
}

.nav-link {
  color: var(--dark-color) !important;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 15px !important;
  transition: all 0.3s ease;
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-color) !important;
}

.nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  background: var(--primary-color);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-link:hover:after,
.nav-link.active:after {
  transform: scaleX(1);
}

.navbar-toggler {
  border: none;
  padding: 0;
  font-size: 1.5rem;
  color: var(--dark-color);
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* Download Buttons */
.download-buttons {
  display: flex;
  margin-left: 20px;
}

.btn-download {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.btn-download i {
  font-size: 20px;
  margin-right: 8px;
}

.btn-download small {
  display: block;
  font-size: 10px;
  font-weight: 400;
}

.btn-android {
  background: var(--primary-color);
  color: white;
}

.btn-android:hover {
  background: var(--primary-dark);
  color: white;
  transform: translateY(-2px);
}

.btn-ios {
  background: #007AFF;
  color: white;
}

.btn-ios:hover {
  background: #0062CC;
  color: white;
  transform: translateY(-2px);
}

/* Hero Area */
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero_bg_box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.bg_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .navbar-collapse {
    padding: 20px 0;
  }

  .nav-item {
    margin: 5px 0;
  }

  .download-buttons {
    margin: 20px 0 0 0;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .navbar-brand img {
    height: 35px;
  }

  .btn-download {
    padding: 6px 12px;
  }
}

.highlight-input {
  animation: highlight 2s ease;
  box-shadow: 0 0 0 2px #4CAF50;
}

@keyframes highlight {
  0% {
    box-shadow: 0 0 0 2px #4CAF50;
  }

  50% {
    box-shadow: 0 0 0 8px rgba(76, 175, 80, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px #4CAF50;
  }
}

.spinner-border {
  vertical-align: middle;
  margin-right: 5px;
}

.btn:disabled {
  opacity: 0.7;
}

.highlight-input {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
  transition: box-shadow 0.3s ease;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.countdown-container {
  animation: pulse 2s infinite;
}

/* Only animate on mobile */
@media (max-width: 768px) {
  .countdown-container {
    animation: pulse 3s infinite;
  }
}

@media (max-width: 768px) {
  .countdown-container {
    background-color: rgba(0, 0, 0, 0.8);
    width: 90%;
    margin: 15px auto;
    padding: 15px;
  }

  .countdown-title {
    font-size: 16px;
  }

  .countdown-timer {
    font-size: 20px;
    gap: 8px;
  }

  .countdown-number {
    font-size: 24px;
    color: #fff;
    background-color: #4CAF50;
    padding: 2px 8px;
    border-radius: 5px;
  }

  .countdown-label {
    font-size: 10px;
  }
}

/*# sourceMappingURL=style.css.map */

/* Carbon Savings Section Styles */
.carbon-result-box {
  background-color: #f1f8e9;
  border-radius: 10px;
  border-left: 5px solid #4CAF50;
}

.carbon-number {
  color: #2E7D32;
}

.carbon-unit {
  color: #689F38;
  font-size: 1.2rem;
}

.achievement-card {
  background-color: white;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.achievement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.achievement-icon {
  transition: all 0.3s ease;
}

.eco-stat {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.eco-stat h3 {
  color: #4CAF50;
  font-weight: bold;
}

/* Add this to your style section */
.achievement-desc {
  color: #4CAF50;
  font-weight: 500;
}

.bg-brown {
  background-color: #795548;
  color: white;
}

.bg-pink {
  background-color: #E91E63;
  color: white;
}

.bg-indigo {
  background-color: #3F51B5;
  color: white;
}

.bg-green {
  background-color: #8BC34A;
  color: white;
}

/* Carbon Calculator Mobile Fixes */
@media (max-width: 767.98px) {
  .carbon-calculator {
    padding: 20px 15px;
  }

  .carbon-result-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #carbonImageContainer {
    margin-top: 20px;
  }

  .carbon-number {
    font-size: 2.5rem;
  }
}

/* Carbon Calculator General Styles */
.carbon-result-box {
  background-color: #f1f8e9;
  border-radius: 10px;
  border-left: 5px solid #4CAF50;
  transition: all 0.3s ease;
}

.carbon-number {
  color: #2E7D32;
  transition: all 0.3s ease;
}

.carbon-unit {
  color: #689F38;
  font-weight: 500;
}

.btn-block {
  margin-bottom: 15px;
}

.custom_nav-container .navbar-toggler span,
.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  background-color: #4CAF50;
}

.custom_nav-container .navbar-toggler {
  border: 1px solid rgba(76, 175, 80, 0.3);
}

.custom_nav-container .navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
}

/* Make the icon slightly larger on mobile */
@media (max-width: 991.98px) {
  .custom_nav-container .navbar-toggler span {
    width: 30px;
    margin: 7px auto;
  }

  .custom_nav-container .navbar-toggler span::before {
    top: -10px;
  }

  .custom_nav-container .navbar-toggler span::after {
    top: 10px;
  }
}

@media (max-width: 767.98px) {
  .buttons .btn {
    margin-bottom: 10px;
    /* Add space between the buttons */
    width: 100%;
    /* Make buttons full width */
  }
}

.countdown-container {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 15px;

}

.countdown-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.countdown-timer {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 50px;
}

.countdown-number {
  font-size: 28px;
}

.countdown-label {
  font-size: 12px;
  text-transform: uppercase;
}

/* Add this to your existing styles */
@media (max-width: 768px) {
  .countdown-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 15px auto;
    padding: 15px;
    text-align: center;
  }

  .countdown-title {
    text-align: center;
    width: 100%;
  }

  .countdown-timer {
    justify-content: center;
    flex-wrap: wrap;
  }

  .countdown-unit {
    margin: 5px;
  }
}



