* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

p {
  font-size: 14px;
}

.consultation-modal {
  border-radius: 12px;
  max-width: 550px;
  margin: auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.custom-input {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.custom-input:focus {
  border-color: #106817ff;
  box-shadow: none;
}

.btn-primary {
  background-color: #127a3dff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
}

.modal-content {
  padding: 10px 0 20px 0;
}

.custom-input::placeholder {
  color: #5c5959ff;
  opacity: 1;
  font-weight: 400;
}


.navbar-nav .dropdown-toggle::after {
  display: none !important;
}

.about-us-menu {
  position: relative;
}

.about-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  background: #fff;
  border-radius: 10px;
  padding: 0px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

.about-dropdown li a {
  display: block;
  padding: 10px 18px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.about-dropdown li a:hover {
  background: #1f1f1f;
  color: #fff;
}

/* Show on hover */
.about-us-menu:hover .about-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



.category-card {
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.category-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: #3C8450;
}

.category-card:hover .card-title {
  color: #3C8450;
}

.section-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.section-underline {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, blue, red);
}

.services-section {
  /* background-color: #F8F8F8; */
}

.services-section h2 {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 1px 1px 0 #3c8450, -1px -1px 0 #3c8450, 1px -1px 0 #3c8450,
    -1px 1px 0 #3c8450, 0px 1px 0 #3c8450, 0px -1px 0 #3c8450;
}

/* Medium Screens (Tablets, Small Laptops) */
@media (max-width: 768px) {
  .swiper-main-page-vertical {
    border: none !important;
  }

  .mySwiper2 {
    height: 900px !important;
  }

  .homepage_container .swiper h5 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 0 !important;
  }

  .homepage_container .swiper h2 {
    font-size: 18px !important;
    line-height: 30px;
  }

  .specificindus-section-two h6 {
    font-size: 15px;
    line-height: 25px;
  }

  .services-section h2 {
    font-size: 40px;
  }

  .trusted-heading {
    margin-top: 1.7rem !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.04em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .hiringcontainer {
    font-size: 30px !important;
  }

  .section-eleven h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .section-eleven {
    padding: 10px !important;
  }

  .blogs-swipper {
    padding: 10px;
  }

  .aboutus-section-one h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px !important;
    letter-spacing: 0.04em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .aboutus-section-one h1 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px !important;
    letter-spacing: 0.04em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .csr-section-two h2 {
    font-weight: 800;
    font-size: 30px !important;
    line-height: 50px !important;
    letter-spacing: 0%;
    color: #ffffff;
    text-align: center;
    -webkit-text-stroke: 2px rgb(190, 196, 194);
  }

  .mission-vision-card {
    border-radius: 0;
  }

  .services-section-two h2 {
    font-size: 30px !important;
  }

  .industries-section-one h4 {
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 30px !important;
  }

  .contact-section-one h4 {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 30px !important;
    letter-spacing: 0.04em;
  }

  .service-first-section h2 {
    color: #ffffff;
    font-size: 34px !important;
    font-weight: 600;
    line-height: 50px !important;
    letter-spacing: 0.04em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .contact-section-two .contactus-heading {
    font-size: 30px !important;
    line-height: 50px !important;
  }

  .footer a {
    font-size: 13px !important;
  }

  .chaiperson {
    font-size: 30px !important;
    line-height: 50px !important;
  }
}

@media (max-width: 450px) {
  .hex-rotated-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    transform: none !important;
    /* Reset rotation */
  }

  .hex-rotated-row::before {
    display: none !important;
    /* Hide the background connecting line */
  }

  .hex-column {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    transform: none !important;
    /* Reset rotation */
  }

  .hex-column .hexa-title {
    font-size: 20px !important;
    line-height: 18px !important;
  }

  .hex-column .hexa-title-small {
    font-size: 15px !important;
    line-height: 15px !important;
  }

  .hex-container {
    display: flex !important;
    justify-content: center !important;
  }

  .hex-container img {
    max-width: 60% !important;
  }

  .text-overlay {
    position: absolute !important;
    bottom: 60px !important;
    /* Adjust for better visibility */
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: 10px !important;
    padding: 3px 6px !important;
  }

  .services-section-two .row.pt-5 {
    flex-direction: column !important;
    text-align: center !important;
  }

  .col-5,
  .col-7 {
    width: 100% !important;
    text-align: center !important;
  }
}

.mission-vision-card {
  background: linear-gradient(to right, #326767, #3c8450);
  border-radius: 50px 200px 50px 50px;
}

.serviecs-section h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 26.3px;
}

.serviecs-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 17.92px;
}

.servicecard {
  background-color: #ebebeb;
  color: #000000;
  transition: transform 0.3s ease-in-out;
}

.servicecard:hover {
  background: linear-gradient(to right, #3c8450, #326767);
  color: #ffffff;
  transform: scale(1.05);
}

img.img-fluid.arrow-image-services {
  background: #000000;
  border-radius: 40px;
  padding: 35px;
}

.rightpathsection {
  background-color: #ebebeb;
}

.rightpathsection .swiper-backface-hidden .swiper-slide {
  background: #ebebeb;
}

.rightpathsection h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.rightpathsection h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.basepokesection {
  background-color: #ebebeb;
}

.basepokesection h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.basepokesection p {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  line-height: 20.1px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.basepokesection .btnquote {
  background: linear-gradient(90deg, #268c8d 0%, #63b57a 100%);
}

.basepokesection h3 {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.basepokesection h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.developerssection {
  background-color: #ebebeb;
}

.developerssection h3 {
  font-size: 15px;
  line-height: 34px;
}

.fullstackdesignhead {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.fullstackdesignpara {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.category-name {
  font-size: 13px;
  font-weight: 600;
  /* line-height: 30px; */
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.custom-card::before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -50px;
  /* border: 2px dashed rgb(167, 160, 160); */
  border-radius: 40px;
  pointer-events: none;
  z-index: 0;
  background: transparent;
  width: 108%;
  height: 100%;
}

.custom-card {
  position: relative;
}

.custom-card p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 26.63px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.custom-card h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.hiringcontainer {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 0 #3c8450, -1px -1px 0 #3c8450, 1px -1px 0 #3c8450,
    -1px 1px 0 #3c8450, 0px 1px 0 #3c8450, 0px -1px 0 #3c8450;
}

.developerh3 h3 {
  color: #ffffff;
}



.section-eight {
  width: 100%;
  background: linear-gradient(to right, #3c8450, #326767);
  color: #ffffff;
}

.section-eight .carousel-inner .row {
  display: flex;
  justify-content: center;
}

.section-eight h4 {
  font-size: 34px;
  /* Professional, prominent size */
  font-weight: 700;
  /* Bold and authoritative */
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 12px;
  color: #ffffff;
  /* Keep it readable on gradient */
}

.section-eight h5 {
  font-size: 18px;
  /* Slightly larger for readability */
  font-weight: 400;
  /* Clean, regular weight */
  line-height: 1.6;
  text-align: center;
  /* Centered for professional look */
  color: #e0f0ea;
  /* Soft contrast for readability */
  max-width: 700px;
  /* Keeps it tidy */
  margin: 0 auto;
  /* Center horizontally */
}


.section-eight h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section-eight .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section-eight .card-text {
  font-size: 17px;
  line-height: 20px;
  text-align: left;
}

.section-eight .custom-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.section-nine {
  background-color: #f8f8f8;
}

.section-nine h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 29.53px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section-nine h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 29.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section-nine h3 {
  font-size: 23.61px;
  font-weight: 700;
  line-height: 26.45px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section-nine h5 {
  font-weight: 800;
  font-size: 63.71px;
  line-height: 77.66px;
  letter-spacing: 0%;
  text-align: center;
  color: #b6afaf;
}

.section-nine .hover-underline {
  position: relative;
  cursor: pointer;
  font-size: 19.16px;
  font-weight: 500;
  line-height: 29.8px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section-nine .hover-underline:hover::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #3c8450, #326767);
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}

.section-nine .hover-underline:hover {
  color: #3c8450;
  font-size: 19.6px;
  font-weight: 600;
  color: linear-gradient(to right, #3c8450, #326767);
}

.section-nine .hover-underline::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #3c8450, #326767);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.section-nine .card {
  transition: transform 0.3s ease-in-out;
  background: #ebebeb;
}

.section-nine .card:hover {
  transform: scale(1.05);
}

.section-ten {
  background: linear-gradient(to right, #3c8450, #326767);
  color: #ffffff;
}

.section-eleven h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 54px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section-eleven {
  background: #f8f8f8;
  padding: 40px;
}

.section-eleven .btn-dark {
  color: white;
  border: none;
  font-size: 24px;
  font-weight: 800;
  line-height: 26.88px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section-eleven .btn-dark:hover {
  background: linear-gradient(to right, #3c8450, #326767);
  color: white;
  border: none;
  font-size: 24px;
  font-weight: 800;
  line-height: 26.88px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.section-twelve .cantact-button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* About Us style */

.aboutus-section-one {
  background: linear-gradient(to right, #000000, #333333);
  /* margin-top: 60px; */
}

.aboutus-section-one h4 {
  color: #ffffff;
  font-size: 20.39px;
  font-weight: 500;
  line-height: 1.2px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.aboutus-section-one h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.aboutus-section-one h2 span {
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aboutus-section-one h5 {
  color: #ffffff;
  font-size: 18.13px;
  font-weight: 500;
  line-height: 34.1px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.aboutus-section-one p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  align-items: right;
}

.aboutus-section-one button {
  background: linear-gradient(to right, #268c8d, #63b57a);
  font-size: 16px;
  font-weight: 600;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 13px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.button-container {
  display: flex;
  justify-content: center;
}

.aboutus-section-one .card {
  border-radius: 20px 72px 40px 40px;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out;
}

.aboutus-section-one .card:hover {
  transform: scale(1.05);
}

.aboutus-section-two {
  background: #f8f8f8;
}

.aboutus-section-two h2 {
  color: #ffffff;
  font-size: 80px !important;
  font-weight: 800 !important;
  line-height: 97.52px !important;
  text-shadow: -1.82px -1.82px 0 #3c8450, 1.82px -1.82px 0 #3c8450,
    1.82px 1.82px 0 #3c8450, 1.82px 1.82px 0 #3c8450;
}

.aboutus-section-two h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0.04em;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.aboutus-section-two p {
  font-size: 18.13px;
  font-weight: 500;
  line-height: 34.1px;
  letter-spacing: 0.04em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.aboutus-section-two .card {
  border-radius: 15px 15px 15px 15px;
}

.aboutus-section-two .chairperson-text h3 {
  font-size: 158.57px !important;
  font-weight: 800 !important;
  line-height: 193.3px !important;
  text-align: center;
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.aboutus-section-two .chairperson-text h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.04em;
  text-align: center;
}

.aboutus-section-two .chairperson-text p {
  font-size: 28px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0.04em;
  text-align: center;
}

.aboutus-section-two .custom-gap {
  margin-right: 140px;
}

@media (max-width: 991px) {
  .aboutus-section-two .custom-gap {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .aboutus-section-two .chairperson-text h3 {
    font-size: 100px;
  }
}

.aboutus-section-two .our-leader-team-text {
  font-weight: 800;
  font-size: 94.88px;
  line-height: 115.66px;
  letter-spacing: 0%;
  text-align: center;
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Industries css */

.industries-section-one {
  /* margin-top: 60px; */
}

.industries-section-one h4 {
  color: #ffffff;
  font-size: 20.39px;
  font-weight: 500;
  line-height: 1.2px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.industries-section-one h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.industries-section-one h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.industries-section-one h2 span {
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.industries-section-one h5 {
  color: #ffffff;
  font-size: 18.13px;
  font-weight: 500;
  line-height: 34.1px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.industries-section-one p {
  color: #ffffff;
  font-size: 18.13px;
  font-weight: 500;
  line-height: 34.1px;
  letter-spacing: 0.04em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  align-items: right;
}

.industries-section-one button {
  background: linear-gradient(to right, #268c8d, #63b57a);
  font-size: 16px;
  font-weight: 600;
  color: white;
  border: none;
  padding: 15px 50px;
  border-radius: 13px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.industries-section-two {
  background: #f8f8f8;
}

.industries-section-two .rotate-row-style {
  position: absolute;
  width: 100%;
  margin-left: -20px;
  margin-right: -10px;
  background: linear-gradient(to right, #3c8450, #326767);
  box-shadow: -30px 30px 30px rgba(0, 0, 0, 0.2),
    30px -30px 30px rgba(0, 0, 0, 0.2);
  transform: rotate(-2.18deg);
  overflow: hidden;
}

.industries-section-two .rotate-row-style2 {
  position: relative;
  background: linear-gradient(to right, #326767, #3c8450);
  box-shadow: -30px 30px 30px rgba(0, 0, 0, 0.2),
    30px -30px 30px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 60px !important;
}

.industries-section-three h4 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

.left-mobile-side-heading {
  font-weight: 700;
  font-size: 22px;
  text-align: left;
}

.industries-section-three h2 {
  font-size: 20px;
  line-height: 30px;
}

.industries-section-three p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  align-items: right;
}

.text-mobile-slider {
  font-size: 15px;
  font-weight: 400;
}

.caserow-wrapper {
  border-radius: 50px;
  background: white;
  margin-left: 190px !important;
  margin-right: 190px !important;
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
}

.caserow-wrapper .card {
  border: 2px solid #ccc;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.caserow-wrapper .card p {
  color: #000000;
}

.case-studies-section {
  background: #f8f8f8;
}

.large-bold-text {
  font-size: 150px !important;
  font-weight: 800 !important;
  color: #ffffff;
  text-shadow: 1px 1px 0 #3c8450, -1px -1px 0 #3c8450, 1px -1px 0 #3c8450,
    -1px 1px 0 #3c8450, 0px 1px 0 #3c8450, 0px -1px 0 #3c8450;
}

.service-first-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* margin-top: 60px; */
}

.service-first-section h4 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.service-first-section h6 {
  color: #d1cccc;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2px;
  letter-spacing: 0.04em;
  line-height: 30.1px;
  letter-spacing: 4%;
}

.service-first-section h2 {
  color: #ffffff;
  font-size: 40.79px;
  font-weight: 500;
  line-height: 64.58px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.service-first-section h2 span {
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-first-section h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 34.1px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.service-first-section p {
  color: #a19e9e;
  font-size: 16px;
  font-weight: 500;
  line-height: 34.1px;
  letter-spacing: 0.04em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  align-items: right;
}

.service-first-section button {
  background: linear-gradient(to right, #63b57a, #268c8d);
  font-size: 16px;
  font-weight: 450;
  color: #5c5a5a;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.services-section-two {
  background: #ebebeb;
}

.services-section-two h2 {
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 750;
  font-size: 50px;
  line-height: 60px;
}

.hex-rotated-row {
  /* padding: 50px; */
  display: inline-block;
  transform: rotate(-20deg);
  transform-origin: center;
}

.hex-rotated-row .hex-column {
  transform: rotate(20deg);
}

.hex-rotated-row .hex-column .hexa-title {
  font-weight: 700;
  font-size: 16.83px;
  line-height: 21.55px;
  letter-spacing: 0%;
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}

.hex-rotated-row .hex-column .hexa-title-small {
  font-weight: 400;
  font-size: 12px;
  line-height: 12.57px;
  letter-spacing: 0%;
}

.services-section-three {
  background: #f8f8f8;
}

.services-section-three h2 {
  font-weight: 700;
  font-size: 27px;
  /* line-height: 30px; */
  text-align: center;
  color: #000000;
}

.services-section-three h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  color: #000000;
}

.services-section-three p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30.1px;
  letter-spacing: 4%;
  color: #000000;
}

.services-section-three button {
  background: linear-gradient(to right, #63b57a, #268c8d);
  font-size: 16px;
  font-weight: 450;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.services-section-three h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 60px;
  letter-spacing: 4%;
  text-align: center;
  color: #000000;
}

.contact-section-one {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* margin-top: 60px; */
}

.contact-section-one h4 {
  color: #ffffff;
  font-size: 20.39px;
  font-weight: 500;
  line-height: 1.2px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.contact-section-one h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.contact-section-one h2 span {
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-section-one h5 {
  color: #ffffff;
  font-size: 18.13px;
  font-weight: 500;
  line-height: 34.1px;
  letter-spacing: 0.04em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.contact-section-one p {
  color: #ffffff;
  font-size: 18.13px;
  font-weight: 500;
  line-height: 34.1px;
  letter-spacing: 0.04em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  align-items: right;
}

.contact-section-one button {
  background: linear-gradient(to right, #268c8d, #63b57a);
  font-size: 16px;
  font-weight: 600;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 13px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.contact-section-two {
  background: #f8f8f8;
}

.contact-section-two .contactus-heading {
  font-size: 40px;
  font-weight: 800;
  line-height: 136.53px;
  color: #ffffff;
  text-shadow: 1px 1px 0 #3c8450, -1px -1px 0 #3c8450, 1px -1px 0 #3c8450,
    -1px 1px 0 #3c8450, 0px 1px 0 #3c8450, 0px -1px 0 #3c8450;
}

.contact-section-two h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 0px;
  letter-spacing: 4%;
  color: #000000;
}

.contact-section-two p {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
}

.contact-section-two h3 {
  font-weight: 600;
  font-size: 17.17px;
  line-height: 25.76px;
  color: #000000;
}

.contact-section-two button {
  background: linear-gradient(to right, #3c8450, #326767);
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: none;
  border-radius: 25px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.contact-section-three {
  background: #f8f8f8;
}

.contact-section-three h3 {
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 40.17px;
  line-height: 44.99px;
  letter-spacing: 0%;
}

.contact-section-three h3 span {
  color: #000 !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #000 !important;
}

.corporate-heading {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}

.contact-section-three p {
  font-weight: 600;
  font-size: 16.07px;
  line-height: 27.11px;
  letter-spacing: 1%;
  text-align: center;
  color: #545454;
}

.careers-first-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* margin-top: 60px; */
}

.careers-first-section h2 {
  color: #ffffff;
  font-weight: 800;
  font-size: 40.98px;
  line-height: 64.89px;
  letter-spacing: 4%;
  text-align: center;
}


.careers-first-section h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 40.98px;
  line-height: 64.89px;
  letter-spacing: 4%;
  text-align: center;
}

.careers-first-section h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 40.98px;
  line-height: 64.89px;
  letter-spacing: 4%;
  text-align: center;
}

.careers-first-section h6 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18.22px;
  line-height: 34.27px;
  letter-spacing: 4%;
  text-align: center;
}

.careers-first-section h5 {
  font-weight: 400;
  font-size: 32.16px;
  line-height: 36.01px;
  letter-spacing: 0%;
  color: #ffffff;
}

.careers-first-section p {
  color: #ffffff;
  font-size: 18.13px;
  font-weight: 500;
  line-height: 34.1px;
  letter-spacing: 0.04em;
  /* text-align: right; */
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  align-items: right;
}

.careers-first-section button {
  background: linear-gradient(to right, #268c8d, #63b57a);
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 13px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.careers-section-four {
  background: #f8f8f8;
}

.careers-section-four h3 {
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 40.17px;
  line-height: 44.99px;
  letter-spacing: 0%;
}

.careers-section-four h2 {
  font-weight: 500;
  font-size: 46.35px;
  line-height: 63.9px;
  letter-spacing: 0%;
  color: #000000;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.careers-section-four h2 span {
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.careers-section-four p {
  font-weight: 400;
  font-size: 20.86px;
  line-height: 32.44px;
  letter-spacing: 0%;
  color: #000000;
}

.careers-section-four h5 {
  font-weight: 700;
  font-size: 40.17px;
  line-height: 44.99px;
  letter-spacing: 0%;
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.careers-section-four h5 span {
  color: #000 !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #000 !important;
}

.csr-section-two {
  background: #f8f8f8;
}

.csr-section-two h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 90px;
  letter-spacing: 0%;
  color: #ffffff;
  -webkit-text-stroke: 2px rgb(190, 196, 194);
}

.csr-section-two h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
}

.csr-section-two p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: px;
  letter-spacing: 2%;
  text-align: justify;
}

.card-about-us {
  height: 300px !important;
}

.csr-section-two .videosize {
  width: 745px;
  height: 495px;
}

.chaiperson {
  text-align: center;
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 90px;
  letter-spacing: 0%;
  color: #3c8450;
  font-weight: 800;
}

.card-employees {
  background: #f5f5f5 !important;
}

.img-about-us {
  width: 150px;
  border-radius: 50%;
  border: 1px solid #3c8450;
}

.img-head-about-us {
  width: 220px;
  border-radius: 50%;
  border: 1px solid #3c8450;
}

.csr-section-two .globeimg {
  width: 590px !important;
  height: 450px !important;
}

.csr-section-two .globeuserimg {
  width: 68px !important;
  height: 68px !important;
}

.csr-section-two h5 {
  font-weight: 600;
  font-size: 30px;
  /* line-height: 50.07px; */
  letter-spacing: 0%;
}

.industries-section-one .buldimage {
  width: 175px !important;
  height: 165px !important;
}

.specificindus-section-two {
  background: #f8f8f8;
}

.specificindus-section-two h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 4%;
  color: #000000;
}

.specificindus-section-two h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 60px;
  letter-spacing: 4%;
  color: #000000;
}

.specificindus-section-two h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 4%;
  color: #999999;
}

.specificindus-section-two h6 {
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 4%;
  color: #000000;
}

.specificindus-section-two p {
  font-weight: 600;
  font-size: 20.16px;
  line-height: 28.94px;
  letter-spacing: 4%;
  color: #999999;
}

.specificindus-section-two button {
  background: linear-gradient(to right, #268c8d, #63b57a);
  font-size: 16px;
  font-weight: 400;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 13px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.specificindus-section-two h2 {
  font-weight: 800;
  font-size: 80px;
  line-height: 97.52px;
  letter-spacing: 0%;
  color: #ffffff;
  -webkit-text-stroke: 2px rgb(190, 196, 194);
}

.specificindus-section-two span {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

.specificcase-section-one {
  background: #f8f8f8;
  /* margin-top: 60px; */
}

.specificcase-section-one h3 {
  font-weight: 400;
  font-size: 35px;
  /* line-height: 60px; */
  font-weight: 700;
  color: #000000;
}

.specificcase-section-one p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #757575;
  text-align: justify;
}

.specificcase-section-one h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000000;
}

.specificcase-section-one h5 span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000000;
}

.specificcase-section-one h4 {
  font-weight: 700;
  font-size: 21.05px;
  line-height: 44.74px;
  letter-spacing: 0px;
}

.specificcase-section-one ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0px;
}

.specifichire-second-section h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 4%;
  text-align: center;
  color: #000000;
}

.specifichire-second-section p {
  font-weight: 500;
  font-size: 28px;
  line-height: 60px;
  letter-spacing: 4%;
  text-align: center;
}

.specifichire-third-section {
  background: #f8f8f8;
}

.specifichire-third-section .specifichire-num {
  background: linear-gradient(to right, #3c8450, #326767);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  background-color: #268c8d;
  color: white;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
  margin-left: 82px !important;
}

.specifichire-third-section .specifichire-line {
  width: 2px !important;
  height: 70px !important;
  background: linear-gradient(to right, #3c8450, #326767);
  margin-left: 131px !important;
  margin-top: 10px !important;
}

.specifichire-third-section .specifichire-xaxis-box {
  width: 285.25px !important;
  height: 52.05px !important;
  background: linear-gradient(to right, #3c8450, #326767);
  border-radius: 13px 0px 0px 13px;
}

.specifichire-third-section .specifichire-xaxis-secondbox {
  width: 285.25px !important;
  height: 52.05px !important;
  background: #000000;
  margin-top: 86px !important;
}

.specifichire-third-section .specifichire-secondline {
  width: 2px !important;
  height: 70px !important;
  background: linear-gradient(to right, #3c8450, #326767);
  margin-left: 131px !important;
}

.specifichire-third-section .specifichire-bottom-secondtriangle {
  width: 40px !important;
  height: 30px !important;
  background: #000000;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin-left: 120px !important;
}

.specifichire-third-section .specifichire-xaxis-thirdbox {
  width: 285.25px !important;
  height: 52.05px !important;
  background: linear-gradient(to right, #3c8450, #326767);
}

.specifichire-third-section .specifichire-xaxis-fourthbox {
  width: 285.25px !important;
  height: 52.05px !important;
  background: #000000;
  border-radius: 0px 13px 13px 0px;
}

.specifichire-third-section .specifichire-bottom-triangle {
  width: 40px !important;
  height: 30px !important;
  background: linear-gradient(to right, #3c8450, #326767);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin-left: 120px !important;
}

.specifichire-third-section p {
  font-weight: 400;
  font-size: 9.59px;
  line-height: 10.74px;
  letter-spacing: 0%;
  color: #000000;
}

.specifichire-third-section h4 {
  font-weight: 700;
  font-size: 16.44px;
  line-height: 18.41px;
  letter-spacing: 0%;
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.specifichire-fourth-section {
  background: #ffffff;
}

.btn-custom-slider {}

.img-slider {
  width: 100%;
  height: 350px !important;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.service-card {
  background: linear-gradient(135deg,
      #2c6b3c,
      #1e3c72);
  /* Gradient Background */
  color: #fff;
  border-radius: 20px;
  border-top-right-radius: 15%;
  padding: 25px;
  position: relative;
  overflow: hidden;
  height: 420px;
  margin-bottom: 30px;
}

.service-card:hover {
  background: #232c3826;
  color: #333;
}

.icon {
  font-size: 40px;
}

.top-right-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.top-right-btn:hover {
  background: #fff;
  color: #333;
}

.pointer-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  opacity: 0.8;
}

.header-top {
  border-bottom: 2px solid #e6e6e6;
}

.footer li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer a {
  font-size: 14px;
}

.footer p {
  font-size: 14px;
}

.footer .subscriberheading {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

.footer .commentpara {
  font-size: 14px;
  color: #ffffff;
}

.location-icon {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 10px;
}

.text-location {
  font-size: 10px !important;
  color: #fff;
}

.industries-heading {
  font-size: 15px;
}

.btn-case-studies {
  background: linear-gradient(to right, #268c8d, #63b57a);
  font-size: 16px !important;
  font-weight: 600 !important;
  color: white !important;
  border: none !important;
  padding: 10px 20px !important;
  border-radius: 13px !important;
  transition: background 0.3s ease, transform 0.2s ease !important;
}

.case-studies-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.case-study-card {
  border-radius: 20px;
  width: 100%;
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #2c6b3c;
  position: relative;
  /* Required for absolute positioning of the blurred background */
  overflow: hidden;
  /* Ensures content doesn't overflow */
}

.case-study-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.portfolio-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  transform: scale(1.1);
  z-index: 0;
  opacity: 1;
}

.portfolio-img {
  width: 100% !important;
  height: 200px;
  object-fit: contain;
  z-index: 1;
}

.portfolio-card-title {
  font-size: 16px;
  font-weight: bold;
  color: #2c6b3c;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.portfolio-card-body {
  padding: 15px !important;
}

.portfolio-card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #2c6b3c;
  border-radius: 2px;
}

.case-text {
  font-size: 14px;
  color: #555;
}




.read-more {
  display: inline-block;
  /* margin-top: 10px; */
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #0056b3;
}

.vertical-line {
  position: relative;
  padding-left: 15px;
}

.vertical-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  /* Adjust the thickness */
  background-color: #c2c2c2;
  /* Change color as needed */
}

.card-text {
  font-size: 15px;
}

.position-relative {
  position: relative;
  /* display: inline-block; */
}

.text-overlay {
  position: absolute;
  bottom: 35px;
  /* Adjust as needed */
  left: 37%;
  transform: translateX(-50%);
  /* background: rgba(0, 0, 0, 0.6);  */
  color: #fff;
  /* White text */
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  width: auto;
}

.hex-rotated-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Background line connecting the hex images */
.hex-rotated-row::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 15%;
  width: 70%;
  height: 4px;
  background: #ccc;
  /* Line color */
  z-index: -1;
}

.hex-container {
  position: relative;
  display: inline-block;
}

.homepage_container .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(25%);
}

.homepage_container .video-overlay {
  top: 0;
  left: 0;
  z-index: 0;
}

.homepage_container .position-relative {
  position: relative;
}

.homepage_container .position-absolute {
  position: absolute;
}

.homepage_container .z-index-1 {
  z-index: 1;
}

.homepage_container .text-white {
  color: white;
}

.homepage_container .tab-container {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #ddd;
  width: fit-content;
}

.homepage_container .tab {
  padding: 10px;
  cursor: pointer;
  color: #333;
}

.homepage_container .tab.active {
  font-weight: bold;
  color: #4caf50;
  border-bottom: 2px solid #4caf50;
}

.about-us-video {
  width: 100%;
  height: 317px !important;
  border-radius: 25px;
  padding-top: 10px !important;
}

.blogs-second-section a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 30.1px;
  letter-spacing: 0.64px;
}

.userimage {
  border-radius: 50%;
  width: 40px;
}

.btn-blogs-main {
  font-size: 18px !important;
  color: #ffffff !important;
}

.pagination .page-item.active .page-link {
  background-color: #0c5a3d !important;
  border-color: #0c5a3d !important;
  color: #fff !important;
}

.pagination .page-item .page-link:hover {
  background-color: #0c5a3d !important;
  color: #fff !important;
}

.pagination .page-item a.page-link {
  color: #0c5a3d !important;
}

.postbox-details__area {
  background: #f8f8f8;
}

.postbox-details__area h1 {
  font-weight: 600;
  font-size: 30px;
  /* line-height: 40px; */
}

.postbox-details__area h2 {
  font-weight: 600;
  font-size: 30px;
  /* line-height: 40px; */
}

.postbox-details__area p {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: start;
}

.comment-box textarea {
  resize: none;
  border: none;
  padding: 10px;
  background: white;
  border-radius: 5px;
  margin-bottom: 20px;
}

.comment {
  background: #fff;
}

.csr-section-two h3 {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
}

.service-icon {
  background: #efefef;
  padding: 10px;
  border-radius: 10px;
  max-width: 65px;
}

.case-study-container {
  display: flex;
  max-width: 900px;
  align-items: center;
}

.case-study-text {
  width: 50%;
  padding: 20px;
}

.case-study-image {
  width: 50%;
  position: relative;
}

.case-study-image img {
  width: 100%;
  border-radius: 10px;
}

.case-study-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  border: 2px solid white;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.case-study-button {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}

.video-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  color: #000;
}

.video-card img {
  width: 100%;
  border-radius: 10px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.page-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-loader svg {
  display: none;
}

.blobs {
  -webkit-filter: url(#goo);
  filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.blobs .blob-center {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  background: #fa7070;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
  animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 -10px 40px -5px #fa7070;
  box-shadow: 0 -10px 40px -5px #fa7070;
}

.blob {
  position: absolute;
  background: #fa7070;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
  animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

.blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.blob:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }

  1% {
    opacity: 1;
  }

  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }

  1% {
    opacity: 1;
  }

  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@-webkit-keyframes blob-grow {

  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }

  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }

  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }

  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }

  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }

  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}

@keyframes blob-grow {

  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }

  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }

  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }

  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }

  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }

  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}

.mySwiper2 {
  border-radius: 30px;
  overflow: hidden;
  background: #333;
  height: 450px;
}

.swiper-main-page-vertical {
  border-right: 1px solid #ffff;
}

.navbar-nav .nav-link {
  margin-right: 20px;
}


.wpcf7-submit {
  display: block;
  width: 300px;
  margin: 20px auto;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(90deg, #3C8450 37%, #326767 70%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.wpcf7-submit:hover {
  background: linear-gradient(90deg, #326767 37%, #3C8450 70%);
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

h2.careersnoneheading {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0px;
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contactformsection a {
  text-decoration: none;
  color: #000000;
}

.contactformsection img {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
}


/* --------New CSS------------ */

.bg-service-details-page a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.bg-service-details-page p {
  font-size: 16px;
  color: rgb(100, 102, 99);
  text-align: justify;
}

.bg-service-details-page h2 {
  font-weight: 700;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bg-service-details-page h3 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bg-service-details-page h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bg-service-details-page h5 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bg-service-details-page ol {
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
  margin: 2rem 0;
}

.bg-service-details-page ol li {
  counter-increment: step-counter;
  position: relative;
  padding: 1rem 1rem 1rem 3.5rem;
  margin-bottom: 1rem;
  background: #f8f9fa;
  border-left: 4px solid #007bff;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

.bg-service-details-page ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: #007bff;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}

.bg-service-details-page ul {
  list-style: none;
  padding-left: 0;
  /*   margin: 2rem 0; */
}

.bg-service-details-page ul li {
  position: relative;
  padding: 5px 5px 5px 3.5rem;
  margin-bottom: 1rem;
  background: #f8f9fa;
  border-left: 4px solid #28a745;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

.bg-service-details-page ul li::before {
  content: "•";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: #28a745;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 1.2rem;
  font-weight: bold;
}



.service-details-heading {
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 30px;
}

.service-details-heading-2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.btn-transparent {
  background: linear-gradient(to right, #3c8450, #326767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-choose-aayan {
  background: linear-gradient(to right, #3c8450, #326767);
}

.service-details-para {
  color: #999999;
}

/* === MOBILE RESPONSIVE STYLES === */
@media (max-width: 576px) {
  .bg-service-details-page a {
    font-size: 14px;
  }

  .bg-service-details-page p {
    font-size: 14px;
  }

  .bg-service-details-page h2 {
    padding-top: 20px;
    font-size: 22px;
  }

  .bg-service-details-page h3 {
    font-size: 20px;
  }

  .bg-service-details-page h4 {
    font-size: 18px;
  }

  .industries-section-three h4 {
    font-size: 22px;
  }

  .fullstackdesignhead {
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
  }

  .bg-service-details-page h5 {
    font-size: 16px;
  }

  .bg-service-details-page ol li,
  .bg-service-details-page ul li {
    padding: 0.75rem 0.75rem 0.75rem 2.5rem;
    font-size: 0.95rem;
  }

  .bg-service-details-page ol li::before,
  .bg-service-details-page ul li::before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 1rem;
  }

  .service-details-heading {
    font-size: 22px;
    text-align: center;
  }

  .service-details-heading-2 {
    font-size: 22px;
  }

  .bg-service-details-page ol,
  .bg-service-details-page ul {
    margin: 1rem 0;
  }

  .header-card-title {
    font-size: 12px;
  }

  .bg-service-details-page th,
  td {
    padding: 8px;
    font-size: 14px;
  }

  .bg-service-details-page table {
    min-width: unset;
  }
}

.bg-service-details-page table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  margin-bottom: 16px;
}

.bg-service-details-page thead {
  background-color: #f0f0f0;
}

.bg-service-details-page th,
td {
  padding: 8px 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.bg-service-details-page th {
  font-weight: 600;
}

.bg-service-details-page tr:hover {
  background-color: #f9f9f9;
}



.header-card-title {
  font-size: 14px;
}

.fullwidth-featured-image {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.fullwidth-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Portfolio CSS */

.taxidermy-section {
  min-height: 100vh;
  position: relative;
  color: white;
}

/* .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
} */

.taxidermy-section .z-2 {
  position: relative;
  z-index: 2;
}

.breadcrumb-text {
  font-size: 1rem;
  opacity: 1;
  font-weight: 600;
  color: #000;
}

.breadcrumb-text a {
  text-decoration: none;
  color: #000;
}

.taxidermy-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.store-buttons .store-badge {
  width: 150px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.store-buttons .store-badge:hover {

  transform: scale(1.04);
  transition: 0.5s;
}

@media (max-width:768px) {
  .links-download {
    position: relative;
    top: 0rem !important;
    right: 0rem;
    text-align: right;
    color: #000;
  }

  .store-buttons .store-badge {
    width: 100px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

}

.links-download {
  position: relative;
  top: 5rem;
  right: 0rem;
  text-align: right;
  color: #000;
}

.challenges-section {
  background: #f8f9fa;
}

.challenge-box {
  position: relative;
  /* background: linear-gradient(to right, #2d6a4f, #52b788); */
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
}

/* Parda overlay */
.challenge-box::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f855a;
  transition: top 0.5s ease;
  z-index: 1;
  border-radius: 8px;
}

/* Hover effects */
.challenge-box:hover {
  transform: translateY(-5px);
}

.challenge-box:hover::before {
  top: 0;
}

/* Ensure content appears above overlay */
.challenge-icon,
.challenge-content {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

/* White text/icon on hover */
.challenge-box:hover .challenge-content h5,
.challenge-box:hover .challenge-content p {
  color: #fff !important;
}

.challenge-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to right, #2f855a, #38a169);
  z-index: 10;
  transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: hidden;
}

.challenge-box:hover .challenge-cover {
  height: 100%;
}

.challenge-header {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #359764;
}

.challenge-icon {
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.challenge-icon i {
  font-size: 1.8rem;
  color: #2f855a;
}

.challenge-content {
  padding: 25px 20px;
  text-align: center;
}

.challenge-content h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.challenge-content p {
  font-size: 0.95rem;
  color: #555;
}

.cover-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease 0.3s;
  padding: 20px;
  text-align: center;
}

.challenge-box:hover .cover-content {
  opacity: 1;
  transform: translateY(0);
}


/* Outer border wrapper */
.rotating-border-wrapper {
  height: 100%;
  position: relative;
  padding: 4px;
  /* Controls border thickness */
  background: linear-gradient(45deg, #38a169, #4fd1c5, #805ad5, #f6ad55);
  background-size: 400% 400%;
  border-radius: 12px;
  animation: rotateGradient 6s linear infinite;
}

/* Inner box (your challenge-box) sits inside cleanly */
.rotating-border-wrapper .challenge-box {
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

/* Rotation animation */
@keyframes rotateGradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 360% 50%;
  }
}

.tech-stacks-section {
  background-color: #f7f9fc;
}

.tech-description {
  color: #555;
  margin: 0 auto;
  line-height: 1.6;
}

.tech-icon {
  width: 90px;
  height: 90px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  transition: all 0.35s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.tech-icon:hover {
  transform: scale(0.95) translateY(2px);
  box-shadow: inset 0 8px 16px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.2);
  background: rgba(56, 178, 172, 0.15);
  border: 1px solid rgba(56, 178, 172, 0.5);
  cursor: pointer;
}

.tech-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(56, 178, 172, 0.3) 0%, transparent 70%);
  transition: 0.5s;
  z-index: 0;
}

.tech-icon:hover::before {
  top: 0%;
  left: 0%;
  transform: scale(1.1);
}

.col-auto-custom {
  margin: auto;
  width: auto !important;
  padding-top: 20px;
}


.bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.bubbles span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(0, 191, 255, 0.2);
  bottom: -50px;
  border-radius: 50%;
  animation: bubble 20s linear infinite;
  animation-duration: calc(100s / var(--i));
  left: calc(100% * var(--i) / 25);
}

@keyframes bubble {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(-1000px) scale(1.5);
    opacity: 0;
  }
}


.section-third-title-portfolio {
  line-height: 1.5;
  font-weight: bold;
}


/* Hide desktop image on mobile */
@media (max-width: 768px) {
  .desktop-view-image-work {
    display: none;
  }

  .mobile-view-image-work {
    display: block;
  }
}

/* Hide mobile image on desktop */
@media (min-width: 768px) {
  .desktop-view-image-work {
    display: block;
  }

  .mobile-view-image-work {
    display: none;
  }
}

.partner-logo-2 {
  width: 100%;
  max-width: 100px !important;
  aspect-ratio: 4/3;
  object-fit: contain;
  margin-bottom: 10px;
}

/* New Services Css */

/* =========================
   SHA BLOG CARD – MODERN
========================= */

.sha_blogs {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.sha_blogs:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* =========================
   IMAGE
========================= */

.sha_blog_img {
  display: block;
  overflow: hidden;
  position: relative;
}

.sha_blog_img img {
  width: 100%;
  transition: transform 0.6s ease;
}

.sha_blogs:hover .sha_blog_img img {
  transform: scale(1.1);
}

/* Image overlay for modern look */
.sha_blog_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.35));
}

/* =========================
   BODY
========================= */

.sha_blog_body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #fff;
}

/* =========================
   TITLE
========================= */

.sha_blog_title {
  margin-bottom: 10px;
}

.sha_blog_title a {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sha_blog_title a:hover {
  color: #326767;
}

/* =========================
   DESCRIPTION
========================= */

.sha_blog_desc {
  font-size: 14px;
  color: #151515;
  line-height: 1.6;
  margin-bottom: 0px;
  flex-grow: 1;
  text-align: left;
}

/* =========================
   META (FIXED AT BOTTOM)
========================= */

.sha_blog_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #326767;
  margin-top: auto;
}

/* Author */
.sha_blog_author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sha_blog_author img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.sha_blog_author span {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
}

/* Date */
.sha_blog_date {
  font-size: 12px;
  color: #151515;
}

/* =========================
   SWIPER FIX
========================= */

.blogs-swipper .swiper-slide {
  height: auto;
}


.chatbot-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(to right, #3C8450, #326767);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 128, 0, 0.4);
  transition: all 0.3s ease;
  border: none;
  z-index: 9999;
}

.chatbot-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(0, 128, 0, 0.5);
}

.chatbot-btn svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

/* Chat Window */
.chatbot-window {
  position: fixed;
  bottom: 100px;
  right: 25px;
  width: 360px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: none;
  flex-direction: column;
  animation: fadeUp 0.35s ease;
  z-index: 9998;
}

@keyframes fadeUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Header */
.chatbot-header {
  background: linear-gradient(to right, #3C8450, #326767);
  color: #fff;
  padding: 20px;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chatbot-header span {
  font-size: 1.4rem;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s;
  margin-left: 231px;
}

.chatbot-header span:hover {
  opacity: 1;
}

/* Body */
.chatbot-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.chatbot-body p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}

input {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
  font-size: 0.9rem;
  transition: 0.3s;
}

input:focus {
  border-color: #00c853;
  box-shadow: 0 0 0 3px rgba(0, 200, 83, 0.15);
}

.chatbot-submit {
  background: linear-gradient(to right, #3C8450, #326767);
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.chatbot-submit:hover {
  background: linear-gradient(to right, #3C8450, #326767);
  box-shadow: 0 5px 15px rgba(0, 200, 83, 0.4);
}

/* Small floating arrow */
.chatbot-arrow {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #00c853;
  border-radius: 50%;
  color: white;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 128, 0, 0.4);
}

.chatbot-arrow:hover {
  transform: scale(1.05);
}


/* Author Professional Card */
.author-vertical-box {
  max-width: 720px;
  margin-bottom: 20px;
  padding: 36px 40px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

/* Avatar */
.author-avatar {
  margin-bottom: 20px;
}

.author-avatar img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

/* Label */
.author-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 10px;
}

/* Name */
.author-name {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

/* Designation */
.author-designation {
  font-size: 15px;
  color: #6b7280;
  margin-top: 4px;
  margin-bottom: 14px;
}

/* Description */
.author-description {
  font-size: 15.5px;
  line-height: 1.75;
  color: #374151;
  margin: 0;
  max-width: 640px;
}

/* Tablet */
@media (max-width: 991px) {
  .author-vertical-box {
    padding: 32px;
  }

  .author-name {
    font-size: 22px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .author-vertical-box {
    padding: 24px;
    margin-top: 50px;
  }

  .author-avatar img {
    width: 72px;
    height: 72px;
  }

  .author-name {
    font-size: 20px;
  }

  .author-description {
    font-size: 15px;
  }
}




.testimonials-section-one {
  position: relative;
  background: radial-gradient(circle at top, #111111 0%, #050505 75%);
  padding: 70px 20px 70px;
  overflow: hidden;
}

.testimonials-section-one::before,
.testimonials-section-one::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.35;
  animation: glowMove 14s infinite alternate ease-in-out;
}

.testimonials-section-one::before {
  background: #22c55e;
  top: -200px;
  left: -200px;
}

.testimonials-section-one::after {
  background: #9fde9f;
  bottom: -200px;
  right: -200px;
  animation-delay: 6s;
}

@keyframes glowMove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(60px, 80px);
  }
}

.testimonials-content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: auto;
  text-align: center;
}

.testimonials-tag {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  background: rgba(34, 197, 94, 0.12);
  color: #21d37c;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}

/* Heading */
.testimonials-section-one h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 30px;
}

.testimonials-section-one h1 span {
  background: linear-gradient(90deg, #38bb68, #a1f0ae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Text */
.testimonials-section-one p {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  max-width: 820px;
  margin: auto;
}

/* ===============================
   FLOATING BUBBLES (PROFESSIONAL)
================================ */
.bubble {
  position: absolute;
  bottom: -150px;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.35;
  animation: bubbleUp linear infinite;
}

.bubble.green {
  background: radial-gradient(circle, #22c55e, transparent 65%);
}

.bubble.blue {
  background: radial-gradient(circle, #cef63b, transparent 65%);
}

.bubble.small {
  width: 22px;
  height: 22px;
  animation-duration: 22s;
}

.bubble.medium {
  width: 45px;
  height: 45px;
  animation-duration: 30s;
}

.bubble.large {
  width: 80px;
  height: 80px;
  animation-duration: 40s;
}

@keyframes bubbleUp {
  from {
    transform: translateY(0) scale(0.9);
    opacity: 0;
  }

  to {
    transform: translateY(-1200px) scale(1.1);
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .testimonials-section-one {
    padding: 90px 20px 110px;
  }

  .testimonials-section-one h1 {
    font-size: 36px;
  }

  .testimonials-section-one p {
    font-size: 16px;
  }
}

.testimonial-wrapper {
  background: linear-gradient(90deg, #499c52e6, #e9fff2);
}

.badge-testimonial {
  background: #fff !important;
  color: #ff6a00 !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  border: 1px solid #ffd4b2 !important;
}

.testimonial-title {
  font-size: 44px;
  font-weight: 800;
  color: #1f2937;
}

/* CARD */
.testimonial-card {
  max-width: 900px;
  background: #fff5f0;
  border-radius: 30px;
  display: flex;
  align-items: stretch;
  /* 🔥 Forces video & text same height */
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

/* LEFT CONTENT */
.testimonial-text {
  flex: 1;
  padding: 20px 30px;
  background: white;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.quote-icon {
  font-size: 48px;
  color: #e5e7eb;
  line-height: 1;
}

.stars {
  color: #ffb703;
  font-size: 20px;
  margin: 10px 0 20px;
}

.testimonial-text h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 4px;
  color: #111827;
}

.role {
  font-size: 15px;
  color: #6b7280;
  display: block;
  margin-bottom: 20px;
}

.testimonial-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #374151;
}

/* RIGHT VIDEO */
.testimonial-video {
  flex: 1;
  position: relative;
  display: flex;
  align-items: stretch;
}

.testimonial-video video,
.testimonial-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* Play button */
.play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
}

.play-btn i {
  width: 60px;
  height: 60px;
  background: #ffffff;
  color: #111827;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.play-btn i:hover {
  transform: scale(1.1);
  background: #111827;
  color: white;
}

/* MOBILE */
@media(max-width:768px) {
  .testimonial-card {
    flex-direction: column;
  }

  .testimonial-text {
    border-radius: 30px 30px 0 0;
    padding: 30px;
  }

  .testimonial-video {
    height: 280px;
  }

  .testimonial-video video,
  .testimonial-video img {
    border-radius: 0 0 30px 30px;
  }
}


.google-review-section {
  padding: 60px 0;
  background: radial-gradient(circle at top, #0f1713, #040705);
  position: relative;
  overflow: hidden;
}

/* Soft glowing background */
.google-review-section::before,
.google-review-section::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.25;
  z-index: 0;
}

.google-review-section::before {
  background: #22c55e;
  top: -200px;
  left: -200px;
}

.google-review-section::after {
  background: #3b82f6;
  bottom: -200px;
  right: -200px;
}

/* Heading */
.google-review-section h2 {
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.google-review-section p {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}

/* Review Cards */
.google-card {
  background: linear-gradient(180deg, #0f1c16, #0a120e);
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: 0.4s ease;
}

/* Top Row */
.google-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.google-head img {
  width: 70px;
  filter: brightness(1.1);
}

.rating {
  color: #fbbc05;
  font-size: 17px;
}

/* Name */
.google-card h5 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

/* Review text */
.google-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

/* ===============================
   SLIDER NAVIGATION
================================ */
.review-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.review-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.04);
}

.review-btn:hover {
  background: #1e8544;
  border-color: transparent;
}

/* Responsive */
@media(max-width:768px) {
  .google-review-section h2 {
    font-size: 32px;
  }
}

/* Force swiper slides to stretch */
.googleSwiper .swiper-slide {
  display: flex;
  height: auto;
}

/* Make card fill full height */
.google-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Allow text to grow but keep card equal */
.google-card p {
  flex-grow: 1;
}



.awards-section {
  background: radial-gradient(circle at top, #0b0b0b, #000);
  color: #fff;
}

.award-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
}

.award-subtitle {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 15px;
  max-width: 720px;
}

/* Cards */
.award-card {
  background: radial-gradient(circle at top, #1a291b, #03390e);
  border-radius: 18px;
  padding: 25px;
  height: 100%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

.award-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(120deg, transparent, rgba(0, 200, 255, 0.15), transparent);
  opacity: 0;
  transition: 0.4s;
}

.award-card:hover::before {
  opacity: 1;
}

.award-card:hover {
  transform: translateY(-8px);
  border-color: #66fc66;
}

.award-card img {
  max-height: 150px;
  margin-bottom: 20px;
  filter: brightness(1.2);
}

.award-year {
  display: block;
  color: #66fc66;
  font-weight: 600;
  margin-bottom: 12px;
}

.award-card h5 {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  font-weight: 600;
}

/* Responsive */
@media(max-width:768px) {
  .award-title {
    font-size: 32px;
  }
}










.services-mega {
  background: #fff;
  padding: 40px 50px;
  width: 100%;
}

.services-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.services-divider {
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #0066ff, #ff0033);
  margin-bottom: 30px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 per row */
  gap: 28px 40px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: #111;
  text-decoration: none;
  transition: all .25s ease;
  font-weight: 500;
}

.service-item i {
  font-size: 22px;
  color: #000;
}

.service-item:hover {
  color: #0066ff;
  transform: translateX(6px);
}

.service-item:hover i {
  color: #0066ff;
}






.faq-content.limit-scroll {
  max-height: 440px !important;
  overflow-y: auto;
  padding-right: 8px;
}

.faq-content.limit-scroll::-webkit-scrollbar {
  width: 6px;
}

.faq-content.limit-scroll::-webkit-scrollbar-thumb {
  background: #3C8450;
  border-radius: 10px;
}

p.expandable-text.p-3.faq-answer {
  color: #ffffff;
}

.expandable-container button p {
  margin-bottom: 0px !important;
}

.faq-answer a {
  color: #add48c;
  font-weight: 500;
  text-decoration: underline;
}





/* Section */
.partners-section {
  background: linear-gradient(to right, #3c8450, #326767);
  padding: 80px 0;
  color: #fff;
}

/* Heading */
.section-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
}

.section-subtitle {
  color: rgba(255, 255, 255, 0.75);
  max-width: 600px;
  margin: 10px auto 0;
  font-size: 16px;
}

/* Card */
.partner-card {
  background: #fff;
  border-radius: 16px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

/* Logo */
.partner-card img {
  max-height: 100px;
  transition: all 0.35s ease;
}

/* Hover Effect */
.partner-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

/* Subtle Glow Effect */
.partner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0;
  transition: 0.5s;
}

.partner-card:hover::after {
  opacity: 1;
}

/* Dual Logo */
.dual-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dual-logo .divider {
  width: 1px;
  height: 40px;
  background: #ddd;
}

/* Button */
.partner-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.partner-btn:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 576px) {
  .partner-card {
    height: 90px;
    padding: 15px;
  }

  .partner-card img {
    max-height: 45px;
  }
}






.top-places-section {
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),
    url('https://img.freepik.com/free-photo/top-view-desk-with-financial-instruments_23-2148285332.jpg?ga=GA1.1.1115001889.1750054871&semt=ais_hybrid&w=740') center/cover no-repeat;
  color: #fff;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.section-subtitle {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeInUp 1s forwards;
  animation-delay: 0.2s;
}

.section-title {
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 10px;
  opacity: 0;
  animation: fadeInUp 1s forwards;
  animation-delay: 0.5s;
}

.section-description {
  font-size: 1.1rem;
  margin-top: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation: fadeInUp 1s forwards;
  animation-delay: 0.8s;
}

.service-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1s forwards;
}

.row .col-md-6:nth-child(1) .service-box {
  animation-delay: 1s;
}

.row .col-md-6:nth-child(2) .service-box {
  animation-delay: 1.2s;
}

.row .col-md-6:nth-child(3) .service-box {
  animation-delay: 1.4s;
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.icon-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(to right, #3C8450, #326767);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.icon-box img {
  width: 90px;
  height: 90px;
}

.service-box h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 0.95rem;
  color: #666;
  min-height: 60px;
}

.service-box a.btn {
  margin-top: 15px;
  background-color: transparent;
  border-color: #3C8450;
  color: #3C8450;
  transition: all 0.3s ease;
}

.service-box a.btn:hover {
  background: linear-gradient(to right, #3C8450, #326767);
  color: #fff;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}










.award-hero {
  min-height: 70vh;
  padding-top: 50px;
  padding-bottom: 50px;
  background: radial-gradient(circle at top left, #1f5f3a, #062215 70%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* diagonal glass lines */
.award-hero::before,
.award-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, .04) 41%, transparent 42%),
    linear-gradient(300deg, transparent 50%, rgba(255, 255, 255, .03) 51%, transparent 52%);
  pointer-events: none;
}

.hero-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 47px;
  margin-bottom: 25px;
}

.hero-sub {
  max-width: 550px;
  font-size: 16px;
  opacity: 0.85;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* BUTTON */
.hero-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #c9ffd9;
}

/* TROPHY */
.hero-trophy {
  width: 460px;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .8));
  position: relative;
  z-index: 2;
  border-radius: 20px;
}

/* reflection */
.trophy-shadow {
  position: absolute;
  bottom: -60px;
  right: 100px;
  width: 320px;
  height: 120px;
  background: linear-gradient(transparent, rgba(0, 255, 150, 0.25));
  border-radius: 50%;
  filter: blur(40px);
  transform: skewX(-25deg);
  z-index: 1;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-trophy {
    width: 324px;
    margin-top: 40px;
  }
}

.trophy-img {
  max-width: 420px;
  animation: float 6s ease-in-out infinite;
}

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

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

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

.award-slider-section {
  background: radial-gradient(circle at top, #1f5f3a, #e0e7e3 70%);
  padding: 80px 0 70px;
  overflow: hidden;
}

.award-title {
  color: white;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 35px;
  width: max-content;
  animation: scrollAwards 12s linear infinite;
}

.slider-wrapper:hover .slider-track {
  animation-play-state: paused;
}

.award-slide {
  min-width: 280px;
  height: 200px;
  border-radius: 18px;
  overflow: hidden;
}

.award-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}

.award-slide:hover img {
  transform: scale(1.08);
}

@keyframes scrollAwards {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media(max-width:768px) {
  .award-title {
    font-size: 28px;
  }

  .award-slide {
    min-width: 220px;
    height: 160px;
  }
}





.card-about-us {
  border: 1px solid #e6f4ea;
  border-radius: 18px;
  padding: 25px 20px 65px;
  background: linear-gradient(135deg, #f8fbf9, #eef7f1);
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Hover effect (premium lift) */
.card-about-us:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 20px 45px rgba(25, 135, 84, 0.15);
  border-color: #198754;
}

/* Image wrapper */
.team-img {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

/* Profile image */
.team-img img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #d1f2de;
  transition: 0.3s;
}

/* Image hover ring effect */
.card-about-us:hover .team-img img {
  border-color: #198754;
  transform: scale(1.05);
}

/* Name */
.team-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

/* Designation */
.designation {
  font-size: 14px !important;
  color: #6c757d;
  text-align: center !important;
  margin-bottom: 0;
}

/* Social icons container */
.team-social {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

/* Social icons */
.team-social a {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

/* Hover animation */
.team-social a:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Brand colors */
.team-social a:nth-child(1):hover {
  background: #0A66C2;
  /* LinkedIn */
}

.team-social a:nth-child(2):hover {
  background: #1877F2;
  /* Facebook */
}

.team-social a:nth-child(3):hover {
  background: #E4405F;
  /* Instagram */
}






/* ===== SECTION ===== */
.team-profile-full {
  background: linear-gradient(135deg, #f8fbf9, #eef7f1);
  padding: 60px 0;
}

/* ===== LEFT PANEL ===== */
.team-left-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}


/* ===== CENTER ONLY CONTENT (NAME + DESIGNATION + ICONS) ===== */

/* Keep image left */
.team-profile-img {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Center text content */
.team-name,
.team-designation {
  width: 100%;
  text-align: center;
}

/* Center icons */
.team-social-icons {
  width: 100%;
  justify-content: center;
}

/* ===== IMAGE ===== */
.team-profile-img {
  margin-bottom: 10px;
}

.team-profile-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #e6f4ea;
  transition: all 0.3s ease;
}

.team-profile-img img:hover {
  border-color: #198754;
  transform: scale(1.05);
}

/* ===== NAME ===== */
.team-name {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;
}

/* ===== DESIGNATION ===== */
.team-designation {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 8px;
}

/* ===== SOCIAL ICONS ===== */
.team-social-icons {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.team-social-icons a {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.team-social-icons a:hover {
  color: #fff;
  transform: translateY(-3px);
}

.team-social-icons a:nth-child(1):hover {
  background: #0A66C2;
}

.team-social-icons a:nth-child(2):hover {
  background: #1877F2;
}

.team-social-icons a:nth-child(3):hover {
  background: #E4405F;
}

/* ===== RIGHT CONTENT ===== */
.team-description {
  font-size: 15.5px;
  line-height: 1.9;
  color: #444;
  padding-left: 25px;
  border-left: 2px solid #e6f4ea;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {

  .team-left-panel {
    align-items: center;
    text-align: center;
  }

  .team-profile-img img {
    width: 160px;
    height: 160px;
  }

  .team-name {
    font-size: 24px;
  }

  .team-description {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  .team-social-icons {
    justify-content: center;
  }
}







.visionaries-section {
  background: #000000;
  color: #fff;
  padding-bottom: 65px;
}

/* TOP BORDER LINE */
.visionaries-top-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 60px;
}

/* LAYOUT */
.visionaries-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: start;
}

/* LEFT TEXT */
.visionaries-left h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.visionaries-left p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  word-spacing: 0.5px;
}

/* GRID RIGHT */
.visionaries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.visionary-card {
  background: transparent;
}

.visionary-img {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.visionary-img img {
  width: 100%;
  display: block;
  border-radius: 14px;
  transition: 0.4s;
}

/* HOVER EFFECT */
.visionary-card:hover img {
  transform: scale(1.05);
}

/* TEXT */
.visionary-info {
  margin-top: 12px;
}

.visionary-info h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.visionary-info span {
  font-size: 12px;
  color: #aaa;
}

/* SECOND ROW CENTER ALIGN */
.visionaries-grid .visionary-card:nth-child(4) {
  grid-column: 1 / 2;
}

.visionaries-grid .visionary-card:nth-child(5) {
  grid-column: 2 / 3;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .visionaries-wrapper {
    grid-template-columns: 1fr;
  }

  .visionaries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .visionaries-grid {
    grid-template-columns: 1fr;
  }
}





.impact-section {
  background: #0b0b0b;
  color: #ffffff;
}

.impact-title {
  font-size: 36px;
  font-weight: 700;
}

.impact-subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: #aaa;
  font-size: 14px;
}

/* Card Base */
.impact-card {
  position: relative;
  background: #0b0b0b;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Big Card */
.big-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-card .overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  font-size: 14px;
}

/* Stat Card */
.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px;
}

.stat-card h3 {
  font-size: 32px;
  font-weight: 700;
}

.stat-card p {
  font-size: 14px;
  color: #ccc;
}

/* Image Cards */
.image-card {
  padding: 0;
}

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

.image-card .overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}

.image-card h3 {
  font-size: 28px;
  font-weight: 700;
}

.image-card p {
  font-size: 13px;
  color: #ddd;
}

/* Responsive */
@media (max-width: 768px) {
  .impact-title {
    font-size: 28px;
  }
}



/* SECTION */
.exec-section {
  background: #fbfbfb;
  padding: 50px 0;
  text-align: center;
}

/* GRID */
.exec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}


/* CARD (LIGHT VERSION) */
.light-card {
  background: #f5f5f5;
  border: 1px solid #919492;
  border-radius: 16px;
  padding: 22px;
  text-align: center;
  transition: 0.3s ease;
}

.light-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* AVATAR */
.exec-avatar {
  margin: 15px auto 15px;
  border-radius: 9%;
  overflow: hidden;
}

.exec-avatar img {
  width: 75%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* TEXT */
.exec-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0px;
}

.exec-info span {
  font-size: 13px;
  color: #555;
}

.exec-social i:hover {
  background: #3952b1;
  color: #fff;
}

.exec-social {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

.exec-social i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c7c4;
  color: #302c2c;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .exec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .exec-grid {
    grid-template-columns: 1fr;
  }
}


.exec-card {
  cursor: pointer;
}








.nexus__hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  color: #ffffff;
}

.nexus__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(0.94);
}

.nexus__content-left {
  max-width: 780px;
  margin-left: 0;
  margin-right: auto;
}

.nexus__badge {
  display: inline-block;
  background: #fff;
  backdrop-filter: blur(8px);
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #000;
  margin-bottom: 1.5rem;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-weight: 600;
}

.nexus__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #FFFFFF 0%, #E8EDF5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #fff;
}

.nexus__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  max-width: 400px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 2.2rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.nexus__btn {
  background: linear-gradient(105deg, #FFFFFF 0%, #F2F5F9 100%);
  color: #0A0E1A;
  font-weight: 600;
  font-size: 16px;
  padding: 0.9rem 2.5rem;
  border-radius: 80px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: none;
  box-shadow: 0 12px 25px -8px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.3px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.nexus__btn i {
  font-size: 1rem;
  transition: transform 0.25s ease;
}

/* Hover effect for <a> tag - working properly */
.nexus__btn:hover {
  background: linear-gradient(105deg, #ffffff, #eef2f7);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.45);
  color: #000000;
}

.nexus__btn:hover i {
  transform: translateX(6px);
}

/* Optional: Active/click effect */
.nexus__btn:active {
  transform: translateY(0px) scale(0.98);
}

@media (max-width: 1200px) {
  .nexus__container {
    padding: 2rem 2rem;
  }

  .nexus__title {
    font-size: 3.2rem;
  }
}

@media (max-width: 992px) {
  .nexus__title {
    font-size: 2.8rem;
  }

  .nexus__description {
    font-size: 1.1rem;
  }

  .nexus__btn {
    padding: 0.8rem 2.2rem;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .nexus__hero {
    min-height: 90vh;
  }

  .nexus__title {
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }

  .nexus__description {
    font-size: 1rem;
    margin-bottom: 1.8rem;
    line-height: 1.5;
  }

  .nexus__container {
    padding: 1.5rem 1.5rem;
  }

  .nexus__btn {
    padding: 0.7rem 1.8rem;
    font-size: 0.95rem;
  }

  .nexus__badge {
    font-size: 0.75rem;
    padding: 0.4rem 1rem;
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 576px) {
  .nexus__title {
    font-size: 1.9rem;
    letter-spacing: -0.01em;
  }

  .nexus__description {
    font-size: 0.93rem;
    line-height: 1.45;
    max-width: 100%;
  }

  .nexus__btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.88rem;
    gap: 8px;
  }

  .nexus__badge {
    font-size: 0.7rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 400px) {
  .nexus__title {
    font-size: 1.7rem;
  }

  .nexus__description {
    font-size: 0.88rem;
  }

  .nexus__btn {
    padding: 0.55rem 1.3rem;
    font-size: 0.85rem;
  }
}

.nexus__container {
  animation: nexusFadeUpLeft 0.7s ease-out forwards;
}

@keyframes nexusFadeUpLeft {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-resolution: 2dppx) {
  .nexus__hero {
    background-image: url('hero.png');
    background-size: cover;
  }
}



.ai-partners-section {
  background: #f3f3f3;
  padding: 50px 0;
  overflow: hidden;
}

/* HEADING */
.ai-partners-heading {
  margin-bottom: 55px;
}

.ai-partners-heading h2 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 14px;
  color: #2e7d5a;
}

.ai-partners-heading p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  font-weight: 500;
  margin: 0;
}

/* PARTNER ITEM */
.ai-partner-item {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SMALL WHITE CARD */
.ai-partner-item img {
  width: 100%;
  max-width: 180px;
  height: 120px;
  object-fit: contain;

  background: #ffffff;
  padding: 18px 22px;
  border-radius: 14px;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);

  filter: grayscale(100%);
  opacity: 0.9;

  transition: all 0.4s ease;
}

/* HOVER EFFECT */
.ai-partner-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

/* BUTTON */
.ai-partner-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
  background: linear-gradient(90deg, #3C8450 0%, #2A8E8A 100%);
  color: #fff;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(47, 141, 103, 0.2);
}

.ai-partner-btn span {
  transition: 0.3s ease;
}

.ai-partner-btn:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 14px 35px rgba(47, 141, 103, 0.35);
}

.ai-partner-btn:hover span {
  transform: translateX(4px);
}

/* SWIPER */
.aiPartnersSwiper {
  padding-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .ai-partners-heading h2 {
    font-size: 40px;
  }

  .ai-partner-item {
    height: 100px;
  }

  .ai-partner-item img {
    max-width: 120px;
    max-height: 60px;
  }
}

@media (max-width: 767px) {

  .ai-partners-section {
    padding: 70px 0;
  }

  .ai-partners-heading {
    margin-bottom: 40px;
  }

  .ai-partners-heading h2 {
    font-size: 32px;
  }

  .ai-partners-heading p {
    font-size: 14px;
  }

  .ai-partner-btn {
    padding: 13px 28px;
    font-size: 14px;
  }

  .ai-partner-item img {
    max-width: 120px;
    height: 72px;
    padding: 14px 18px;
    border-radius: 12px;
  }
}


.aiw-partner-benefits-section {
  background: #000000;
  padding: 50px 0;
  overflow: hidden;
}

/* HEADING */
.aiw-partner-benefits-heading {
  max-width: 980px;
  margin: 0 auto 60px;
}

.aiw-partner-benefits-heading h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 20px;
}

.aiw-partner-benefits-heading h2 span {
  color: #32c46c;
}

.aiw-partner-benefits-heading p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  margin: 0;
}

.aiw-partner-benefits-heading p strong {
  color: #32c46c;
  font-weight: 600;
}

.aiw-partner-benefit-card {
  position: relative;
  height: 100%;
  min-height: 200px;
  padding: 22px 70px 19px 48px;
  border-radius: 34px;
  background: linear-gradient(135deg, #459a55 0%, #2f6f74 100%);
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease;
}

.aiw-partner-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* LEFT CURVE BORDER */
.aiw-partner-benefit-card::before {
  content: "";
  position: absolute;

  left: 0;
  top: 0;

  width: 18px;
  height: 100%;

  background: #ffffff;

  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;

  z-index: 2;
}

/* INNER GREEN CURVE */
.aiw-partner-benefit-card::after {
  content: "";
  position: absolute;

  left: 8px;
  top: 0;

  width: 24px;
  height: 100%;

  background: linear-gradient(135deg,
      #459a55 0%,
      #2f6f74 100%);

  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;

  z-index: 3;
}

/* CONTENT ABOVE BORDER */
.aiw-partner-benefit-card>* {
  position: relative;
  z-index: 5;
}

.aiw-partner-benefit-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.aiw-partner-benefit-icon svg {
  width: 20px;
  height: 20px;
}

.aiw-partner-benefit-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.aiw-partner-benefit-card p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  max-width: 520px;
}

@media (max-width: 1199px) {

  .aiw-partner-benefits-heading h2 {
    font-size: 48px;
  }

  .aiw-partner-benefit-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {

  .aiw-partner-benefits-section {
    padding: 80px 0;
  }

  .aiw-partner-benefits-heading {
    margin-bottom: 45px;
  }

  .aiw-partner-benefits-heading h2 {
    font-size: 40px;
  }

  .aiw-partner-benefit-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {

  .aiw-partner-benefits-section {
    padding: 70px 0;
  }

  .aiw-partner-benefits-heading h2 {
    font-size: 32px;
  }

  .aiw-partner-benefits-heading p {
    font-size: 14px;
    line-height: 1.8;
  }

  .aiw-partner-benefit-card {
    padding: 34px 26px;
    border-radius: 26px;
  }

  .aiw-partner-benefit-card h3 {
    font-size: 24px;
  }

  .aiw-partner-benefit-card p {
    font-size: 15px;
  }
}


.aip-growth-section {
  background: #efefef;
  padding: 50px 0;
  overflow: hidden;
}

/* TOP */
.aip-growth-top {
  max-width: 760px;
  margin: 0 auto 30px;
}

.aip-growth-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 20px;
  border-radius: 50px;

  background: #dff4e4;

  color: #3d9d57;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.aip-growth-top h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.aip-growth-top h2 span {
  display: block;
  color: #3d9d57;
  text-decoration: underline;
}

.aip-growth-top p {
  max-width: 460px;
  margin: 0 auto;

  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

/* MAIN CARD */
.aip-growth-card {
  position: relative;

  border-radius: 28px;

  background: linear-gradient(135deg,
      #3b726a 0%,
      #4b965d 100%);

  overflow: hidden;
  transition: all 0.4s ease-out;
}

.aip-growth-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}


/* LARGE CARD */
.aip-growth-card-large {
  min-height: 100%;
  padding: 34px;
}

/* ICON */
.aip-growth-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid #cac8c8;
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  margin-bottom: 34px;

  backdrop-filter: blur(10px);
}

.aip-growth-content h3 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.aip-growth-content p {
  max-width: 420px;

  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
}

/* LIST */
.aip-growth-list {
  margin-top: 42px;
}

.aip-growth-list-item {
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 16px 18px;
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.12);

  margin-bottom: 14px;
}

.aip-growth-list-icon {
  width: 28px;
  height: 28px;

  border-radius: 8px;

  background: rgba(49, 226, 89, 0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #66ff7a;

  flex-shrink: 0;
}

.aip-growth-list-item span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

/* TRAINING CARD */
.aip-growth-card-training {
  padding: 28px;
}

.aip-growth-training-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.aip-growth-training-top h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.aip-growth-training-top p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0px;
}

.aip-growth-icon-right {
  margin-bottom: 0;
}

/* TAGS */
.aip-growth-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 28px;
}

.aip-growth-tags span {
  padding: 10px 18px;
  border-radius: 50px;

  background: rgba(255, 255, 255, 0.12);

  color: #ffffff;
  font-size: 12px;
}

/* SMALL CARD */
.aip-growth-small-card {
  height: 100%;

  padding: 28px;
  border-radius: 24px;

  background: #e8e7e4;
}

.aip-growth-small-card-light {
  background: #e4dfd9;
}

.aip-growth-small-icon {
  width: 46px;
  height: 46px;

  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 24px;
}

.aip-green-icon {
  background: #e0f4e4;
  color: #31864d;
}

.aip-blue-icon {
  background: #dde4ff;
  color: #4d70ff;
}

.aip-growth-small-card h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 16px;
}

.aip-growth-small-card p {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 1199px) {

  .aip-growth-top h2 {
    font-size: 58px;
  }

  .aip-growth-content h3,
  .aip-growth-training-top h3,
  .aip-growth-small-card h4 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {

  .aip-growth-section {
    padding: 80px 0;
  }

  .aip-growth-top {
    margin-bottom: 50px;
  }

  .aip-growth-top h2 {
    font-size: 48px;
  }

  .aip-growth-content h3,
  .aip-growth-training-top h3,
  .aip-growth-small-card h4 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  .aip-growth-section {
    padding: 70px 0;
  }

  .aip-growth-top h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .aip-growth-card-large,
  .aip-growth-card-training,
  .aip-growth-small-card {
    padding: 24px;
  }

  .aip-growth-training-top {
    flex-direction: column;
  }

  .aip-growth-content h3,
  .aip-growth-training-top h3,
  .aip-growth-small-card h4 {
    font-size: 26px;
  }
}



.apm-model-section {
  position: relative;
  overflow: hidden;

  padding: 50px 0;

  background: linear-gradient(135deg,
      #439656 0%,
      #356f73 100%);
}

/* TOP */
.apm-model-top {
  max-width: 860px;
  margin: 0 auto 60px;
}

.apm-model-top h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 22px;
}

.apm-model-top p {
  max-width: 720px;
  margin: 0 auto;

  color: rgba(255, 255, 255, 0.82);

  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.apm-model-top p strong {
  color: #ffffff;
  font-weight: 700;
}

/* CARD */
.apm-model-card {
  position: relative;
  height: 100%;
  min-height: 210px;
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  background: transparent;
  transition: all 0.35s ease;
}

/* HOVER */
.apm-model-card:hover {
  transform: translateY(-6px);

  background: rgba(255, 255, 255, 0.05);
}

/* ICON */
.apm-model-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  margin-bottom: 12px;

  color: #ffffff;
}

.apm-model-icon svg {
  width: 18px;
  height: 18px;
}

/* TITLE */
.apm-model-card h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

/* TEXT */
.apm-model-card p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1199px) {

  .apm-model-top h2 {
    font-size: 32px;
  }

  .apm-model-card h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {

  .apm-model-section {
    padding: 40px 0;
  }

  .apm-model-top {
    margin-bottom: 25px;
  }

  .apm-model-top h2 {
    font-size: 30px;
  }

  .apm-model-card {
    min-height: auto;
  }

  .apm-model-card h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {

  .apm-model-section {
    padding: 40px 0;
  }

  .apm-model-top h2 {
    font-size: 22px;
  }

  .apm-model-top p {
    font-size: 14px;
  }

  .apm-model-card {
    padding: 20px;
  }

  .apm-model-card h3 {
    font-size: 20px;
  }

  .apm-model-card p {
    font-size: 13px;
  }
}


.zx-stats-section {
  background: #ffffff;
  padding: 50px 20px;
}

.zx-stats-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.zx-stat {
  flex: 1;
  position: relative;
}

/* Vertical divider */
.zx-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #ddd;
}

.zx-stat h2 {
  font-size: 32px;
  margin: 0;
  color: #333;
  font-weight: 700;
}

.zx-stat p {
  margin-top: 8px;
  font-size: 14px;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .zx-stats-container {
    flex-direction: column;
  }

  .zx-stat {
    padding: 20px 0;
  }

  .zx-stat::after {
    display: none;
  }

  .zx-stat:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
}



/* Aayan Blog Card Styles */
.aayan-blog-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.aayan-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}

.aayan-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.aayan-card-image-wrapper {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}

.aayan-blog-card-img {
  width: 100%;
  height: 220px;
  transition: transform 0.4s ease;
}

.aayan-blog-card:hover .aayan-blog-card-img {
  transform: scale(1.05);
}

/* Icon Overlay - Top Right Corner */
.aayan-card-icon-overlay {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.aayan-icon-btn {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border: none;
  border-radius: 30px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Views button - static, no hover interaction */
.aayan-views-btn {
  color: #185a34;
  background: rgba(255, 255, 255, 0.95);
  cursor: default;
  pointer-events: none;
}

.aayan-views-btn i {
  font-size: 14px;
}

.aayan-views-count {
  font-size: 12px;
  font-weight: 600;
  color: #333;
}

/* Share button - interactive */
.aayan-share-btn {
  color: #155024;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  transition: all 0.3s ease;
}

.aayan-share-btn i {
  font-size: 14px;
}

.aayan-share-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  color: #15553a;
}

/* Share Toast Notification */
.aayan-share-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #333;
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.aayan-share-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* Blog Card Body */
.aayan-blog-card-body {
  padding: 20px;
}

.aayan-blog-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.aayan-blog-card:hover .aayan-blog-card-title {
  color: #2e7d5a;
}

.aayan-blog-card-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Author Info */
.aayan-blog-author-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.aayan-blog-author-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.aayan-blog-author-details {
  display: flex;
  flex-direction: column;
}

.aayan-blog-author-name {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.aayan-blog-post-date {
  font-size: 11px;
  color: #999;
}

/* Responsive */
@media (max-width: 768px) {
  .aayan-blog-card-img {
    height: 180px;
  }

  .aayan-blog-card-body {
    padding: 16px;
  }

  .aayan-blog-card-title {
    font-size: 16px;
  }

  .aayan-icon-btn {
    padding: 4px 10px;
    font-size: 11px;
  }

  .aayan-views-count {
    font-size: 10px;
  }
}