@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Outfit", sans-serif;
}
.lexend-font {
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .lexend-font {
    font-size: 2rem;
    /* smaller font size */
    font-weight: 500 !important;
    /* lighter weight */
  }
}

/* Optional: very small screens */
@media (max-width: 480px) {
  .lexend-font {
    font-size: 1.6rem;
    font-weight: 500 !important;
  }
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #d0d2d4da !important;
  /* Bootstrap's default border color */
  box-shadow: none !important;
  /* Removes focus glow */
  outline: none !important;
  /* Removes default outline */
}

.custom-btn,
.custom-btn2 {
  font-size: 1.25rem !important;
  /* or whatever size you want */
}

@media (max-width: 768px) {

  .custom-btn,
  .custom-btn2 {
    font-size: 1rem !important;
    /* or whatever size you want */
  }
}

.btn-partner {
  font-size: 1rem !important;
  padding: 0.7rem 1.5rem !important;
  color: rgb(108 186 12) !important;
}

.hero-transform {
  transform: translateY(-7rem);
  margin-bottom: -7rem;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 16px;
    /* smaller font size */
    font-weight: 400;
    /* lighter weight */
  }
}

@media (max-width: 1000px) {
  .hero-transform {
    transform: translateY(0);
    margin-bottom: 0;
  }
}

.column-5 {
  flex: 0 0 45%;
}

.column-7 {
  flex: 0 0 55%;
}

.how-globe {
  font-size: calc(1rem + 2.1vw);
  font-weight: 400;
  line-height: 1.2;
}

.about-container {
  background-color: rgb(245, 246, 252) !important;
  padding-top: 17px;
  box-shadow:
    0 4px 1px rgba(0, 0, 0, 0.1),
    /* bottom shadow */
    -4px 0 6px rgba(0, 0, 0, 0.03),
    /* left shadow */
    3px 0 4px rgba(0, 0, 0, 0.03);

}
@media (max-width: 768px) {
  .about-container {
    max-height: 400px; /* adjust as per need */
    overflow-y: auto;  /* add scroll if content overflows */
  }
}

.ready-container {
  /* Conic/Angular gradient */
  background: conic-gradient(from 260deg at 50% 50%,
      #e7f5e9 0deg,
      #d3ebd7 120deg,
      #f5f2fa 240deg,
      #e7f5e9 360deg);
  border-radius: 20px;
  /* optional */
}

/* Ensure the image and text container have equal height */
.d-flex.flex-md-row {
  align-items: stretch;
}

/* Force customer images to stay in one row */
.customer-img {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  /* Prevent wrapping */
  overflow-x: auto;
  /* Allow scrolling if needed on small screens */
}

/* Adjust overlap styling */
.customer-img img:not(:first-child) {
  margin-left: -15px !important;
}

.fa-arrow-right {
  rotate: -45deg;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}

.btn:hover .fa-arrow-right {
  rotate: 0deg;
}

.ready-container .ready-img {
  min-height: 400px;
}

.ready-img img.position-absolute:nth-child(1) {
  top: 1.4rem;
  left: 49px;
  object-fit: contain;
  max-width: 100%;
  width: 500px !important;
  z-index: 1;
}

.ready-img img.position-absolute:nth-child(2) {
  top: 0;
  right: 2rem;
  object-fit: contain;
  width: 80%;
}

.ready-img img.position-absolute:nth-child(3) {
  top: 4rem;
  right: 0;
  object-fit: contain;
  width: 40%;
}

.ready-img div.position-absolute {
  right: 24%;
  bottom: 0;
  z-index: 2;
}

@media (min-width: 1000px) {
  .ready-img img.position-absolute {
    margin-right: 100px;
  }

  .ready-img img.position-absolute:nth-child(1),
  .ready-img img.position-absolute:nth-child(2) {
    width: 50%;
  }
}

.how-it-works {
  background-color: #f8f9fa;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .how-it-works {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.section-title {
  font-weight: 600;
  font-size: 1.75rem;
}

.step-card {
  transition: transform 0.2s ease;
  border-radius: 17px;
  height: 93%;
}

.step-card:hover {
  transform: translateY(-5px);
}


.step-icon img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .step-icon img {
    width: 100px;
  }
  .our-services-section{padding: 20px 0 !important;}
}

.step-title {
  font-weight: 600;
  font-size: 20px;
}

.step-desc {
  font-size: 1rem;
  color: black;
  font-weight: 300;
}


.section-heading {
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 0.9rem;
  color: rgb(108 186 12);
}

.section-subheading {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1rem;
}

.section-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
}

.btn-dark:hover {
  background-color: #333;
}

/* Optional: Make sure divider is thin and subtle */
.border-end {
  border-color: #ddd !important;
}

.btn-small {
  font-size: 0.85rem !important;
  padding: 0.7rem 1.2rem !important;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-item {
  display: flex;
  align-items: start;
}

.feature-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Paragraph text width control */
.paragraph-text {
  max-width: 788px;
  /* Approx. 3 lines of wrapped text */

}

.testimonial-text {
  max-width: 300px;
  margin: 0 auto 1rem;
  font-size: 17px;
  line-height: 1.6;
  color: black;
  font-weight: 300;
}


.about-container .position-relative img {
  position: absolute;
  right: 136px !important;
/*       right: 264px !important; */
  /* default desktop */
}

/* Tablet */
@media (max-width: 992px) {
  .about-container .position-relative img {
    right: 60px !important;
    /* adjust for medium screens */
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-container .position-relative img {
    right: 30px !important;
        top: 99px;
    /* move even further right on small screens */
  }
}



.name {
  font-size: 1.2rem;
  color: rgb(108 186 12);
}

.avatar-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

/* Optional border between columns on medium and up */
@media (min-width: 768px) {
  .border-md-x {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  .about-container {
    height: auto !important;
    /* Remove full height forcing extra space */
    align-items: flex-start !important;
    /* Align content at the top to prevent space spreading */
  }
}

@media (max-width: 768px) {
  .about-container .d-flex.justify-content-between {
    flex-wrap: wrap;
    /* allow items to stack if space is limited */
    gap: 1rem !important;
    /* give space between wrapped items */
  }

  .about-container .counter {
    font-size: 1.5rem !important;
    /* reduce font size on small screens */
  }
}

.green-icon {
  filter: invert(53%) sepia(75%) saturate(537%) hue-rotate(53deg) brightness(90%) contrast(86%) !important;
}

.green-text {
  color: rgb(108 186 12);
}

.green-container .position-relative img {
  left: 70% !important;
  top: 90% !important;
}

.custom-btn {
  padding: 8px 18px !important;
}

.custom-btn2 {
  background-color: rgb(108 186 12) !important;
  padding: 8px 55px !important;
}

.custom-btn3 {
  background-color: rgb(108 186 12) !important;
  padding: 8px 15px !important;
}

.btn-green {
  background-color: rgb(108 186 12) !important;
}

.testimonial-container .position-relative img {
  left: 60% !important;
  top: 80% !important;
}

.testimonial-subtitle {
  font-size: 16px !important;
  margin-bottom: 39px;
}

.custom-para {
  font-size: 14px;
  padding-right: 25px;
}

.span-text {
  color: #353333;
  font-weight: 700;
}

.choose-para {
  font-size: 16px !important;
  font-weight: 300;
}

.choose-span {
  font-size: 18px;
  font-weight: 600;
  ;
}

.choose-image {
  max-width: 80% !important;
}

.footer-para {
  font-size: 16px;
  font-weight: 200 !important;
}

@media (max-width: 992px) {
  .green-container .position-relative img {
    left: 60% !important;
    /* move a bit more left */
    top: 90% !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .green-container .position-relative img {
    left: 50% !important;
    /* even more left on very small screens */
    top: 93% !important;
  }
}

.vector-position {
  position: absolute;
  /* make sure it's positioned */
  right: 43%;
  bottom: 8%;
}

/* Tablet (medium screens) */
@media (max-width: 992px) {
  .vector-position {
    right: 35%;
    bottom: 10%
      /* move further right */
  }
}

/* Mobile (small screens) */
@media (max-width: 576px) {
  .vector-position {
    right: 25%;
    bottom: 0;
    /* even further right */
  }
}


@media (max-width: 576px) {
  .green-container .position-relative img {
    left: 10% !important;
    top: 97% !important;
  }
}

@media (max-width: 992px) {

  .custom-btn,
  .custom-btn2 {
    padding: 0.5rem 1rem !important;
    font-size: 1rem !important;
  }
}

/* mobile */
@media (max-width: 576px) {

  .custom-btn,
  .custom-btn2 {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.95rem !important;
  }
}

@media (max-width: 768px) {
  .testimonial-container .position-relative img {
    left: 45% !important;
    /* shift more left */
    top: 75% !important;
    /* optional: adjust top if needed */
  }
}

@media (max-width: 480px) {
  .testimonial-container .position-relative img {
    left: 19% !important;
    /* even more left for very small screens */
    top: 85% !important;
    /* optional adjustment */
  }
}

@media (max-width: 768px) {
  .vector-position {
    right: 35%;
    /* move more right on tablets */
  }
}

@media (max-width: 480px) {
  .vector-position {
    right: 15%;
    /* move further right on mobile */
  }
}

@media (max-width: 768px) {
  .object-fit-contain {
    width: 90%;
    /* images shrink a bit for mobile */
    margin: 0 auto;
    border-radius: 12px;
    /* center align */
  }
}

@media (max-width: 768px) {
  .custom-btn3 {
    margin-bottom: 2rem;
    /* adjust as needed */
  }
}

@media (max-width: 480px) {
  .custom-btn3 {
    margin-bottom: 3rem;
    /* more space for very small screens */
  }
}

.nav.flex-column .nav-link {
  font-size: 1rem !important;
  /* default font size (fs-5) */
}

/* Smaller screens */
@media (max-width: 768px) {
  .nav.flex-column .nav-link {
    font-size: 1rem !important;
    /* smaller text for tablets */
  }
}

@media (max-width: 480px) {
  .nav.flex-column .nav-link {
    font-size: 0.875rem !important;
    /* even smaller text for mobile */
  }
}

@media (max-width: 768px) {
  .col-md-6.border-end {
    border-right: none !important;
    /* remove right border on tablets and smaller */
  }
}

.blue-text {
  color: rgb(3 131 194);
}

/* our services */
.service-card {
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 1rem;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s easegit;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: 93%;
}

.service-card:hover {
  background: conic-gradient(from 260deg at 90% 10%,
      #e7f5e9 0deg,
      #d3ebd7 120deg,
      #f5f2fa 240deg,
      #e7f5e9 360deg);
  color: #000 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.service-card:hover .service-subtitle {
  color: #000 !important;
  /* or any color you want */
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6cba0e;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%,
      75% 95%, 25% 95%, 0% 50%);
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
}

.service-icon {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}

.service-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.service-subtitle {
  font-size: 16px;
  color: #180808;
  transition: color 0.3s ease;
}

/* On hover, subtitle text should also become white */
.service-card:hover .service-subtitle {
  color: #fff;
}

.para-font {
  font-size: 16px !important;
  font-weight: 500 !important;
}

@media (max-width: 768px) {
  .para-font {
    font-weight: 400 !important;
  }
}




/* SERVICES PAGE */
.our-services-section {
  background: url('/assets/ga_banner.png') no-repeat center center;
  background-size: cover;
  min-height: 400px;
  /* adjust */
  position: relative;
  color: #000;
  padding: 120px 0;
}

.text-content {
  text-align: left;
}

.text-inner {
  max-width: 500px;
  /* keep both heading + paragraph same width */
}

.our-services-title {
  font-weight: 800 !important;
  font-size: 48px;
  margin-bottom: 15px;
  /* control space */
}

.our-services-text {
  font-size: 20px;
  margin: 0;
  /* removes extra default margin so aligns exactly */
  text-align: center;
  font-weight: 400 !important;
}

@media (min-width: 992px) {
  .our-services-text {
    margin-left: 165px;
    /* applies only on lg+ screens */
  }
}

.offer-title {
  font-size: 45px;
  text-align: center;
  font-weight: 800 !important;
}

.offer-subtitle {
  text-align: center;
  font-weight: 500;
}


.role-card {
  position: relative;
  background: #fff;
  border: 1px solid black;
  border-radius: 16px;
  padding: 30px 25px;
  height: 100%;
  /* make all same height */
}

.role-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.role-icon i {
  color: #fff;
  font-size: 18px;
}

.role-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.role-text {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 500;
}

.platform-title {
  font-size: 35px;
  font-weight: 700 !important;

}

.section-heading1 {
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 30px;
}

.custom-list {
  padding-left: 1rem !important;
}

.img-tick {
  top: 30px;
  left: 617px;

}


.bg-green {
  background: conic-gradient(from 260deg at 50% 50%,
      #e7f5e9 0deg,
      #d3ebd7 120deg,
      #f5f2fa 240deg,
      #e7f5e9 360deg) !important;
  color: var(--bs-modal-color);
}


@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
}

@media (max-width: 768px) {
  .lexend-font {
    font-size: 2rem; /* smaller font size */
    font-weight: 500 !important; /* lighter weight */
  }
}

/* Optional: very small screens */
@media (max-width: 480px) {
  .lexend-font {
    font-size: 1.6rem;
    font-weight: 500 !important;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #d0d2d4da !important; /* Bootstrap's default border color */
  box-shadow: none !important; /* Removes focus glow */
  outline: none !important; /* Removes default outline */
}
.custom-btn,
.custom-btn2 {
  font-size: 1.25rem !important; /* or whatever size you want */
}

@media (max-width: 768px) {
  .custom-btn,
  .custom-btn2 {
    font-size: 1rem !important; /* or whatever size you want */
  }
}

.btn-partner {
  font-size: 1rem !important;
  padding: 0.7rem 1.5rem !important;
  color: rgb(108 186 12) !important ;
}

.hero-transform {
  transform: translateY(-7rem);
  margin-bottom: -7rem;
}
.hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 16px; /* smaller font size */
    font-weight: 400; /* lighter weight */
  }
}
@media (max-width: 1000px) {
  .hero-transform {
    transform: translateY(0);
    margin-bottom: 0;
  }
}

.column-5 {
  flex: 0 0 45%;
}

.column-7 {
  flex: 0 0 55%;
}
.how-globe {
  font-size: calc(1rem + 2.1vw);
  font-weight: 400;
  line-height: 1.2;
}

.about-container {
  background-color: rgb(245, 246, 252) !important;
  padding-top: 17px;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1),
    /* bottom shadow */ -4px 0 6px rgba(0, 0, 0, 0.03),
    /* left shadow */ 3px 0 4px rgba(0, 0, 0, 0.03);
}

.ready-container {
  /* Conic/Angular gradient */
  background: conic-gradient(
    from 260deg at 50% 50%,
    #e7f5e9 0deg,
    #d3ebd7 120deg,
    #f5f2fa 240deg,
    #e7f5e9 360deg
  );
  border-radius: 20px; /* optional */
}

/* Ensure the image and text container have equal height */
.d-flex.flex-md-row {
  align-items: stretch;
}

/* Force customer images to stay in one row */
.customer-img {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; /* Prevent wrapping */
  overflow-x: auto; /* Allow scrolling if needed on small screens */
}

/* Adjust overlap styling */
.customer-img img:not(:first-child) {
  margin-left: -15px !important;
}

.fa-arrow-right {
  rotate: -45deg;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}

.btn:hover .fa-arrow-right {
  rotate: 0deg;
}

.ready-container .ready-img {
  min-height: 400px;
}
.ready-img img.position-absolute:nth-child(1) {
  top: 1.4rem;
  left: 49px;
  object-fit: contain;
  max-width: 100%;
  width: 500px !important;
  z-index: 1;
}
.ready-img img.position-absolute:nth-child(2) {
  top: 0;
  right: 2rem;
  object-fit: contain;
  width: 80%;
}

.ready-img img.position-absolute:nth-child(3) {
  top: 4rem;
  right: 0;
  object-fit: contain;
  width: 40%;
}

.ready-img div.position-absolute {
  right: 24%;
  bottom: 0;
  z-index: 2;
}

@media (min-width: 1000px) {
  .ready-img img.position-absolute {
    margin-right: 100px;
  }

  .ready-img img.position-absolute:nth-child(1),
  .ready-img img.position-absolute:nth-child(2) {
    width: 50%;
  }
}
.how-it-works {
  background-color: #f8f9fa;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .how-it-works {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.section-title {
  font-weight: 600;
  font-size: 1.75rem;
}

.step-card {
  transition: transform 0.2s ease;
  border-radius: 17px;
  height: 93%;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-icon img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .step-icon img {
    width: 100px;
  }
}

.step-title {
  font-weight: 600;
  font-size: 20px;
}

.step-desc {
  font-size: 1rem;
  color: black;
  font-weight: 300;
}

/* . section-heading{
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 0.9rem;
  color: rgb(108 186 12);
} */

.section-subheading {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1rem;
}

.section-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
}

.btn-dark:hover {
  background-color: #333;
}

/* Optional: Make sure divider is thin and subtle */
.border-end {
  border-color: #ddd !important;
}
.btn-small {
  font-size: 0.85rem !important;
  padding: 0.7rem 1.2rem !important;
}
.feature-list {
  list-style: none;
  padding: 0;
}

.feature-item {
  display: flex;
  align-items: start;
}

.feature-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Paragraph text width control */
.paragraph-text {
  max-width: 788px; /* Approx. 3 lines of wrapped text */
}
.testimonial-text {
  max-width: 300px;
  margin: 0 auto 1rem;
  font-size: 17px;
  line-height: 1.6;
  color: black;
  font-weight: 300;
}

.about-container .position-relative img {
  position: absolute;
  /* right: 90px !important; default desktop */
}

/* Tablet */
@media (max-width: 992px) {
  .about-container .position-relative img {
    right: 60px !important; /* adjust for medium screens */
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-container .position-relative img {
    right: 30px !important; /* move even further right on small screens */
  }
}

.name {
  font-size: 1.2rem;
  color: rgb(108 186 12);
}

.avatar-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

/* Optional border between columns on medium and up */
@media (min-width: 768px) {
  .border-md-x {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media (min-width: 992px) {
  .about-container {
    height: auto !important; /* Remove full height forcing extra space */
    align-items: flex-start !important; /* Align content at the top to prevent space spreading */
  }
}
@media (max-width: 768px) {
  .about-container .d-flex.justify-content-between {
    flex-wrap: wrap; /* allow items to stack if space is limited */
    gap: 1rem !important; /* give space between wrapped items */
  }
  .about-container .counter {
    font-size: 1.5rem !important; /* reduce font size on small screens */
  }
}

.green-icon {
  filter: invert(53%) sepia(75%) saturate(537%) hue-rotate(53deg)
    brightness(90%) contrast(86%) !important;
}
.green-text {
  color: rgb(108 186 12);
}
.green-container .position-relative img {
  left: 70% !important;
  top: 90% !important;
}
.custom-btn {
  padding: 8px 18px !important;
}
.custom-btn2 {
  background-color: rgb(108 186 12) !important;
  padding: 8px 55px !important;
}
.custom-btn3 {
  background-color: rgb(108 186 12) !important;
  padding: 8px 15px !important;
}
.btn-green {
  background-color: rgb(108 186 12) !important;
}
.testimonial-container .position-relative img {
  left: 60% !important;
  top: 80% !important;
}
.testimonial-subtitle {
  font-size: 16px !important;
  margin-bottom: 39px;
}
.custom-para {
  font-size: 14px;
  padding-right: 25px;
}

.span-text {
  color: #353333;
  font-weight: 700;
}
.choose-para {
  font-size: 16px !important;
  font-weight: 300;
}
.choose-span {
  font-size: 18px;
  font-weight: 600;
}
.choose-image {
  max-width: 80% !important;
}
.footer-para {
  font-size: 16px;
  font-weight: 200 !important;
}
@media (max-width: 576px) {
  .green-container .position-relative img {
    left: 45% !important;
    top: 93% !important;
    height: 20%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .green-container .position-relative img {
    left: 50% !important; /* even more left on very small screens */
    top: 93% !important;
  }
}
.vector-position {
  position: absolute; /* make sure it's positioned */
  right: 43%;
  bottom: 8%;
}

/* Tablet (medium screens) */
@media (max-width: 992px) {
  .vector-position {
    right: 35%;
    bottom: 10%; /* move further right */
  }
}

/* Mobile (small screens) */
@media (max-width: 576px) {
  .vector-position {
    right: 25%;
    bottom: 0; /* even further right */
  }
}

@media (max-width: 576px) {
  .green-container .position-relative img {
    left: 42% !important;
    top: 97% !important;
  }
}
@media (max-width: 992px) {
  .custom-btn,
  .custom-btn2 {
    padding: 0.5rem 1rem !important;
    font-size: 1rem !important;
  }
}

/* mobile */
@media (max-width: 576px) {
  .custom-btn,
  .custom-btn2 {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.95rem !important;
  }
}

@media (max-width: 768px) {
  .testimonial-container .position-relative img {
    left: 45% !important; /* shift more left */
    top: 75% !important; /* optional: adjust top if needed */
  }
}

@media (max-width: 480px) {
  .testimonial-container .position-relative img {
    left: 19% !important; /* even more left for very small screens */
    top: 85% !important; /* optional adjustment */
  }
  .ready-img img.position-absolute:nth-child(1){
  left:1px;
  }
  
}

@media (max-width: 768px) {
  .vector-position {
    right: 35%; /* move more right on tablets */
  }
}

@media (max-width: 480px) {
  .vector-position {
/*     right: 15%; /* move further right on mobile */ 
  top: 65%;
  right: 55%;
  height: 21%;
  }
}

@media (max-width: 768px) {
  .object-fit-contain {
    width: 90%; /* images shrink a bit for mobile */
    margin: 0 auto;
    border-radius: 12px; /* center align */
  }
}

@media (max-width: 768px) {
  .custom-btn3 {
    margin-bottom: 2rem; /* adjust as needed */
  }
}

@media (max-width: 480px) {
  .custom-btn3 {
    margin-bottom: 3rem; /* more space for very small screens */
  }
}
.nav.flex-column .nav-link {
  font-size: 1rem !important; /* default font size (fs-5) */
}

/* Smaller screens */
@media (max-width: 768px) {
  .nav.flex-column .nav-link {
    font-size: 1rem !important; /* smaller text for tablets */
  }
}

@media (max-width: 480px) {
  .nav.flex-column .nav-link {
    font-size: 0.875rem !important; /* even smaller text for mobile */
  }
}

@media (max-width: 768px) {
  .col-md-6.border-end {
    border-right: none !important; /* remove right border on tablets and smaller */
  }
}
.blue-text {
  color: rgb(3 131 194);
}

/* our services */
.service-card {
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 1rem;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: 93%;
}
.service-card:hover {
  background: conic-gradient(
    from 260deg at 90% 10%,
    #e7f5e9 0deg,
    #d3ebd7 120deg,
    #f5f2fa 240deg,
    #e7f5e9 360deg
  );
  color: #000 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.service-card:hover .service-subtitle {
  color: #000 !important; /* or any color you want */
}
.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6cba0e;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
}

.service-icon {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}

.service-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.service-subtitle {
  font-size: 16px;
  color: #180808;
  transition: color 0.3s ease;
}

/* On hover, subtitle text should also become white */
.service-card:hover .service-subtitle {
  color: #fff;
}
.para-font {
  font-size: 16px !important;
  font-weight: 500 !important;
  
}
@media (max-width: 768px) {
  .para-font {
    font-weight: 400 !important;
  }
}


.text-content {
  text-align: center;
}

.text-inner {
  max-width: 500px; /* keep both heading + paragraph same width */
}

.our-services-title {
  font-weight: 800 !important;
  font-size: 40px;
  margin-bottom: 15px;
  color: black;
  /* control space */
}

.our-services-text {
  font-size: 20px;
  margin: 0; /* removes extra default margin so aligns exactly */
  text-align: center;
  font-weight: 400 !important;
  color: black;
  
}
@media (min-width: 992px) {
  .our-services-text {
    margin-left: 165px; /* applies only on lg+ screens */
  }
}

.service-offer-heading {
  position: relative;
}

.service-offer-heading img {
  position: absolute;
  top: 50px;
  right: 40%;
}

.offer-title {
  font-size: 40px;
  text-align: center;
  font-weight: 800 !important;
  color: var(--gagreen);
  position: relative;
}
.offer-subtitle {
  text-align: center;
  font-weight: 500;
}

.role-card {
  position: relative;
  background: #fff;
  border: 1px solid black;
  border-radius: 16px;
  padding: 30px 25px;
  height: 100%; /* make all same height */
}

.role-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: var(--gagreen);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.role-icon i {
  color: #fff;
  font-size: 18px;
}

.role-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--gablue);
}

.role-text {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 500;
}
.platform-title {
  font-size: 35px;
  font-weight: 700 !important;
}
.section-heading {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}
.custom-list {
  padding-left: 1rem !important;
}
.img-tick {
  top: 30px;
  left: 617px;
}

/* code by subodh */
/* platform Benefits */

.pb-platform-benefits-heading {
  position: relative;
}

.pb-platform-benefits-heading img {
  position: absolute;
  top: 40px;
  left: 37%;
  z-index: 1;
}

.pb-main-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--gagreen);
  position: relative;
  z-index: 2;
}

.pb-user-section {
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.pb-partner-section {
  border-radius: 20px;
  padding: 20px;
}

.pb-image-wrapper {
  display: flex;
  overflow: hidden;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.pb-image-wrapper img {
  height: 508px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  object-position: top;
}

.pb-content-heading1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--gagreen);
  position: relative;
  display: inline-block;
}

.pb-content-heading2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--gablue);
  position: relative;
  display: inline-block;
}
.pb-benefits-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

/* .pb-benefits-list li {
  padding: 10px 0;
  color: #333;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
} */

.pb-benefits-list li {
  position: relative;
   font-size: 16px;
  padding-left: 35px; /* space for icon */
  list-style: none;
  padding-bottom: 10px;
}
.pb-benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234caf50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><path d='M5 12h14'/><path d='m12 5 7 7-7 7'/></svg>") no-repeat center;
  background-size: contain;
}


.pb-cta-button1 {
  background-color: var(--gagreen);
  color: black;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  font-size: 16px;
}

.pb-cta-button2 {
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  font-size: 16px;
}

.pb-cta-button:hover {
  background-color: #333;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.pb-cta-button i {
  transition: transform 0.3s ease;
}

.pb-cta-button:hover i {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .pb-main-heading {
    font-size: 2rem;
  }

  .pb-content-heading1 {
    font-size: 1.5rem;
  }
  

  .pb-user-section,
  .pb-partner-section {
    padding: 30px 20px;
  }

  .pb-image-wrapper {
    margin-bottom: 30px;
    height: 250px;
  }
}

.about-team-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}


/* why  choose  global assist */

:root {
  --gablue: #0383c2;
  --gagreen: #6cba0c;
  --ga-primary: #1a7b7b;
  --ga-secondary: #f8f9fa;
  --ga-text-dark: #2c3e50;
  --ga-text-light: #6c757d;
    --tm-primary: #00a8e8;
            --tm-secondary: #7cb342;
            --tm-dark: #2c3e50;
            --tm-light: #f8f9fa;
            --tm-accent: #00d4ff;

   --primary-color: #00A8E8;
            --secondary-color: #7CB342;
            --text-dark: #333;
            --text-light: #666;
            --bg-light: #f8f9fa;
}

.ga-hero-section {
  padding: 60px 20px;
}

.brand-blue-color {
  color: var(--gablue);
}

.brand-green-color {
  color: var(--gagreen);
}
.ga-hero-heading {
  position: relative;
}

.ga-hero-heading img {
  position: absolute;
  top: 40px;
    right: 22%;
}

.ga-main-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: black;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.ga-subtitle-text {
  font-size: 16px;
  color: var(--ga-text-light);
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
  padding-top: 10px;
}

.ga-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ga-feature-card {
  text-align: center;
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: white;
  border-radius: 12px;
}

.ga-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ga-icon-wrapper {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ga-icon-svg {
  width: 40px;
  height: 40px;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ga-feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: black;
  margin-bottom: 15px;
}

.ga-feature-description {
  font-size: 0.95rem;
  color: var(--ga-text-light);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ga-main-heading {
    font-size: 2rem;
  }

  .ga-subtitle-text {
    font-size: 1rem;
  }

  .ga-features-grid {
    gap: 30px;
  }
}

/* industries we serve */
.iws-main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.iws-title-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--gablue);
  margin-bottom: 50px;
  letter-spacing: -0.5px;
  position: relative;
}

.iws-cards-container {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.iws-industry-card {
  background: #fff;
  border: 1px solid black;
  border-radius: 20px;
  overflow: hidden;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 350px;
  flex: 1;
  min-width: 280px;
}

.iws-industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.iws-card-image-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.iws-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.iws-card-content {
  padding: 30px 25px;
  text-align: center;
}

.iws-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

.iws-card-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .iws-title-heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .iws-cards-container {
    gap: 20px;
  }

  .iws-industry-card {
    max-width: 100%;
  }

  .iws-card-image-wrapper {
    height: 220px;
  }

  .iws-card-content {
    padding: 25px 20px;
  }

  .iws-card-title {
    font-size: 1.3rem;
  }
}
.service-industry-heading {
  position: relative;
}

.service-industry-heading img {
  position: absolute;
  top: 40px;
  right: 25%;
}

/* testimonials */

.testimonial-section {
  padding: 60px 20px;
}
.service-testmonial-heading {
  position: relative;
}
.service-testmonial-heading img {
  position: absolute;
 top: 36px;
    right: 28%;
}

.testimonial-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  color: var(--gagreen);
  position: relative;
}

.testimonial-card {
  background: #fff;
  border: 1px solid black;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.star-rating {
  color: oklch(87.9% 0.169 91.605);
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.service-testimonial-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: black;
  margin-bottom: 25px;
  min-height: 100px;
}

.client-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
}

.client-avatar img {
  border-radius: 50px;
}

.client-info {
  display: flex;
  flex-direction: column;
}

.client-name {
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
}

.client-role {
  font-size: 0.85rem;
  color: black;
}

/* about page */

.about-section-container {
  padding: 20px 20px;
  background: #ffffff;
}

.about-header-wrapper {
  text-align: center;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Hide testimonial heading image on mobile screens */
@media (max-width: 768px) {
  .service-testmonial-heading img {
    display: none;
  }
}

.about-main-title {
  font-size: 56px;
  font-weight: 700;
  color: var(--gablue);
  letter-spacing: 2px;
  font-weight: 400;
  position: relative;
}

about-heading-wrapper{
  position: relative;

}
about-heading-wrapper img{
  position: absolute;
  top: 20px;
  right: 40%;
}

.heading-wrapper {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.heading-wrapper img {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 200px;
  transform: translate(20%, 20%);
  z-index: -1;
}
.heading-wrapper > h1 {
  position: relative;
  z-index: 1;
}

.about-description-text {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.8;
  padding: 0 15px;
  margin-bottom: 40px;
  max-width: 1350px;
  margin: auto;
}

.about-divider-line {
  max-width: 1332px;
  height: 4px;
  background: linear-gradient(180deg, #0383c2 0%, #6bce64 100%);
  margin: 0 auto 10px;
  border-radius: 2px;
}

.about-gallery-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.about-row-container {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

.about-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-middle-column {
  flex: 1;
  display: flex;
  align-items: stretch;
}

.about-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-image-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  height: 100%;
}

.about-image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.about-image-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-small-image {
  height: 220px;
}

.about-large-image {
  height: 100%;
  min-height: 460px;
}

@media (max-width: 992px) {
  .about-row-container {
    flex-direction: column;
  }

  .about-small-image {
    height: 250px;
  }

  .about-large-image {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .about-main-title {
    font-size: 2.5rem;
  }

  .about-description-text {
    font-size: 0.95rem;
  }

  .about-small-image {
    height: 200px;
  }

  .about-large-image {
    min-height: 300px;
  }
}

/* stats  */

.stats-container {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
 max-width: 1200px;
  width: 100%;
  margin: auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.stat-item {
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.counter-travelers {
  font-size: 40px;
  font-weight: 500;
  color: var(--gablue);
  margin-bottom: 10px;
  line-height: 1;
}

.counter-destinations {
  font-size: 40px;
  font-weight: 500;
  color: var(--gablue);
  margin-bottom: 10px;
  line-height: 1;
}

.counter-reviews {
  font-size: 40px;
  font-weight: 500;
  color: var(--gablue);
  margin-bottom: 10px;
  line-height: 1;
}

.counter-guides {
  font-size: 40px;
  font-weight: 500;
  color: var(--gablue);
  margin-bottom: 10px;
  line-height: 1;
}

.label-travelers,
.label-destinations,
.label-reviews,
.label-guides {
  font-size: 16px;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .counter-travelers,
  .counter-destinations,
  .counter-reviews,
  .counter-guides {
    font-size: 2.5rem;
  }

  .stats-container {
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

.story-section {
  padding: 60px 0;
}

.story-header {
  font-size: 16px;
  color: var(--gablue);
  margin-bottom: 15px;
  font-weight: 400;
}

.story-heading-wrapper img {
  position: absolute;
  top: 40px;
  left: 30%;
}

.story-heading-wrapper {
  position: relative;
}

.story-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
}

.story-description {
  font-size: 16px;
  line-height: 1.8;
  color: #495057;
  font-weight: 400;
}

.image-gallery {
  margin-top: 50px;
}

.image-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease;
}

.image-card:hover {
  transform: translateY(-5px);
}

.image-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 768px) {
  .story-title {
    font-size: 36px;
  }

  .image-card img {
    height: 220px;
  }
}
/* /----------------------- */
.pillars-container {
  background: white;
  border-radius: 24px;
  padding: 60px 40px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.heading-wrapper{
  position: relative;
}

.heading-wrapper img{
  position: absolute;
  top: 90px;
  left: 50%;
}

.section-heading1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--gablue);
  align-items: center;
  margin-bottom: 60px;
  line-height: 1.3;
  position: relative;
}

.pillar-card {
  text-align: center;
  padding: 30px 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 16px;
  height: 100%;
}

.pillar-card:hover {
  transform: translateY(-10px);
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.icon-wrapper i {
  font-size: 2rem;
  color: white;
}

.pillar-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: 600;
}

.pillar-description {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.7;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .pillars-container {
    padding: 40px 25px;
  }

  .pillar-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .section-heading {
    font-size: 1.75rem;
  }

  .icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .icon-wrapper i {
    font-size: 1.8rem;
  }

  .pillar-title {
    font-size: 1.2rem;
  }
}

/* next */
.hero-section {
  padding: 40px 0;
}

.guid-heading-wrapper{
   position: relative;

}
.guid-heading-wrapper img{
   position: absolute;
   top: 40px;
    right: 44%;
    height: 30px;

}

.hero-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  color: var(--gablue);
  position: relative;
}

.hero-description {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.95;
  font-weight: 400;
  padding-top: 30px;
}

.mountain-image-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 220px;
  min-height: 220px;
  padding: 0;
  margin: 0;
}

.mountain-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

.vision-mission-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: start;
  justify-content: start;
}

.section-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--gagreen);
  text-align: start;
}

.section-text {
  font-size: 16px;
  line-height: 135%;
  color: #4a5568;
  margin-bottom: 45px;
  font-weight: 400;
}



@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .section-heading {
    font-size: 2rem;
  }

  .mountain-image-container {
    min-height: 300px;
    margin-bottom: 40px;
  }
}

/* next */

.platform-content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

.platform-text-container {
  flex: 1;
  background: #F5F6FC;
  padding: 20px;
  border-radius: 20px;
  padding: 60px;
}

.platform-text-container{
  position: relative;
}

.platform-text-container img{
  position: absolute;
  top: 
  135px;
  left: 30%;
}

.platform-heading-primary {
  font-size: 4  0px;
  font-weight: 700;
  color: var(--gablue);
  line-height: 1.2;
  margin-bottom: -4px;
  position: relative;
}

.platform-description-text {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 520px;
  font-weight: 400;
  margin-top: 30px;
}

.contact-action-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #000;
  color: #fff;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  font-size: 21px;
  transition: all 0.3s ease;
  border: none;
}

.contact-action-button:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.button-arrow-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.contact-action-button:hover .button-arrow-icon {
  transform: translateX(4px);
}

.platform-visual-container {
  flex: 1;
  position: relative;
}

.team-showcase-image {
  width: 100%;
  height: 588px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

@media (max-width: 992px) {
  .platform-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .platform-heading-primary {
    font-size: 36px;
  }

  .platform-description-text {
    max-width: 100%;
  }

  .platform-visual-container {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .workforce-platform-section {
    padding: 50px 0;
  }

  .platform-heading-primary {
    font-size: 28px;
  }

  .platform-description-text {
    font-size: 15px;
  }

  .contact-action-button {
    padding: 14px 28px;
    font-size: 14px;
  }
}

/* support page */

.help-hero-section {
  text-align: center;
  padding: 60px 20px 40px;
  background-color: #ffffff;
}
.help-hero {
  position: relative;
}
.help-hero img {
  position: absolute;
  top: 45px;
  right: 33%;
}

.help-hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--gablue);
  position: relative;
}

.help-hero-subtitle {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.help-divider-line {
  width: 100%;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent,
    var(--primary-teal),
    transparent
  );
  margin-bottom: 50px;
}

.help-main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 80px;
}

.help-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 60px;
  align-items: start;
}

.help-vertical-divider {
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  justify-self: center;
}

.help-section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--gagreen);
  display: inline-block;
}
.help-section-description {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

@media (max-width: 576px) {
  .about-team-img img {
    width: 100%;
    height: auto;
    max-width: 100vw;
    border-radius: 12px;
    display: block;
  }
  .about-team-img {
    padding: 0;
  }
}

.help-form-group {
  margin-bottom: 25px;
}

.help-form-input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s;
  background-color: transparent;
}

.help-form-input:focus {
  border-bottom-color: var(--primary-teal);
}

.help-form-input::placeholder {
  color: #999;
}

.help-form-textarea {
  resize: vertical;
  min-height: 80px;
}

.help-submit-btn {
  background-color: #000;
  color: #fff;
  padding: 14px 40px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.help-submit-btn:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.help-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.help-info-icon {
  font-size: 1.2rem;
  color: var(--primary-teal);
  min-width: 25px;
}

.help-info-text {
  font-size: 0.95rem;
  color: var(--dark-text);
}

.help-info-link {
  color: var(--dark-text);
  text-decoration: none;
  transition: color 0.3s;
}

.help-info-link:hover {
  color: var(--primary-teal);
}

.help-social-section {
  margin-top: 50px;
}

.help-social-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.help-social-icon {
  font-size: 1.2rem;
  color: var(--primary-teal);
  min-width: 25px;
}

.help-social-handle {
  font-size: 0.95rem;
  color: var(--dark-text);
}

@media (max-width: 992px) {
  .help-content-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .help-vertical-divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .help-hero-title {
    font-size: 2rem;
  }

  .help-hero img {
    position: absolute;
    top: 40px;
    right: 0%;
    width: 100px;
  }

  .help-section-title {
    font-size: 1.75rem;
  }
}

.help-success-message {
  display: none;
  background-color: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #c3e6cb;
}

.help-success-message.show {
  display: block;
}

.contact-heading-marker {
  position: relative;
}

.contact-heading-marker img {
  position: absolute;
  bottom: 10px;
  left: 100px;
  width: 100px;
}

.contact-heading-marker h2 {
  position: relative;
  color: var(--gablue);
}

/* how it works */
.ga-workflow-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.ga-main-heading {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

.ga-main-heading h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gablue);
  margin-bottom: 10px;
  position: relative;
}
.ga-main-heading img {
  position: absolute;
  top: 38px;
  right: 29%;
  width: 10vw;
}

.ga-subtitle {
  text-align: center;
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 50px;
  line-height: 1.6;
}

.ga-process-flow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 40px 0;
}

.ga-step-card {
  background: white;
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  width: 320px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ga-step-number {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 180, 219, 0.3);
}

.ga-step-wrapper:nth-child(3) .ga-step-number {
  background: linear-gradient(135deg, #38ef7d 0%, #11998e 100%);
  box-shadow: 0 4px 12px rgba(56, 239, 125, 0.3);
}

.ga-step-wrapper:nth-child(5) .ga-step-number {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.ga-step-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.ga-step-wrapper:last-child {
  margin-bottom: 0;
}

.ga-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.ga-icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: all 0.3s ease;
}

.ga-step-card:hover .ga-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.ga-step-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 15px;
}

.ga-step-description {
  text-align: center;
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.7;
}

.ga-curved-connector {
  position: relative;
  width: 100px;
  height: 3px;
  border: none;
  border-top: 3px dashed #00b4db;
  z-index: 1;
  opacity: 0.6;
  flex-shrink: 0;
  align-self: center;
}

.ga-curve-top {
  border-bottom: none;
  border-right: none;
  border-radius: 0;
  margin-bottom: 0;
}

.ga-curve-bottom {
  border-top: 3px dashed #00b4db;
  border-bottom: none;
  border-right: none;
  border-radius: 0;
  margin-top: 0;
}

.ga-connector-arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #00b4db;
  opacity: 0.6;
}

.ga-arrow-right-top {
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.ga-arrow-right-bottom {
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.ga-step-wrapper:last-child .ga-step-card::after {
  display: none;
}

.ga-arrow-icon {
  position: absolute;
  font-size: 2rem;
  color: #00b4db;
  opacity: 0.4;
  z-index: 1;
  display: none;
}

.ga-arrow-right {
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.ga-arrow-left {
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

@media (max-width: 768px) {
  .ga-main-heading h1 {
    font-size: 2rem;
  }

  .ga-main-heading img {
    position: absolute;
    top: 35px;
    right: 15%;
    width: 10vw;
  }

  .ga-process-flow {
    flex-direction: column;
    padding: 20px 0;
  }

  .ga-step-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
  }

  .ga-step-wrapper:last-child {
    margin-bottom: 0;
  }

  .ga-step-card {
    padding: 30px 25px;
    width: 100%;
    min-height: auto;
  }

  .ga-step-card::after {
    display: none;
  }

  .ga-curved-connector {
    display: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ga-step-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.ga-step-card:nth-child(1) {
  animation-delay: 0.1s;
}

.ga-step-card:nth-child(2) {
  animation-delay: 0.3s;
}

.ga-step-card:nth-child(3) {
  animation-delay: 0.5s;
}
/* --- Responsive fixes for about.html except about-gallery-wrapper --- */

/* Navbar: stack items and shrink logo/icon on mobile */
@media (max-width: 768px) {
  .navbar-brand img {
    height: 40px !important;
  }
  .green-icon {
    height: 28px !important;
  }
  .navbar .input-group {
    flex-direction: column;
    gap: 5px;
  }
}

/* About header and description */
@media (max-width: 768px) {
  .about-main-title {
    font-size: 2rem;
  }
  .about-description-text {
    font-size: 1rem;
    padding: 0 5px;
  }
}

/* Stats section: stack items on mobile */
@media (max-width: 768px) {
  .stats-container {
    padding: 20px 10px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .counter-travelers,
  .counter-destinations,
  .counter-reviews,
  .counter-guides {
    font-size: 2rem;
  }
  .label-travelers,
  .label-destinations,
  .label-reviews,
  .label-guides {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* Story section */
@media (max-width: 768px) {
  .story-title {
    font-size: 2rem;
  }
  .story-description {
    font-size: 1rem;
  }
  .image-gallery {
    margin-top: 20px;
  }
  .image-card img {
    height: 140px;
  }
}

/* Pillars section */
@media (max-width: 768px) {
  .pillars-container {
    padding: 20px 5px;
  }
  .section-heading1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .pillar-title {
    font-size: 1.1rem;
  }
  .pillar-description {
    font-size: 1rem;
  }
  .row.g-4 {
    gap: 10px !important;
  }
}

/* Hero section */
@media (max-width: 768px) {
  .hero-title {
    font-size: 1.5rem;
  }
  .hero-description {
    font-size: 1rem;
  }
}

/* Vision/Mission section */
@media (max-width: 768px) {
  .mountain-image {
    width: 100%;
    height: 160px;
    border-radius: 10px;
  }
  .section-heading {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .section-text {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

/* Hide story-heading-wrapper image on mobile */
@media (max-width: 576px) {
  .story-heading-wrapper img {
    display: none !important;
  }
}

/* Platform section */
@media (max-width: 992px) {
  .platform-content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .platform-text-container {
    padding: 10px;
    border-radius: 10px;
  }
  .platform-heading-primary {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .platform-description-text {
    font-size: 1rem;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .team-showcase-image {
    height: 180px;
    border-radius: 10px;
  }
  .contact-action-button {
    padding: 10px 18px;
    font-size: 1rem;
  }
}

/* Footer: stack columns and reduce padding */
@media (max-width: 768px) {
  .bg-black.d-flex {
    flex-direction: column !important;
    gap: 10px !important;
    padding: 20px 10px !important;
    border-radius: 10px !important;
  }
  .footer-para {
    font-size: 0.9rem;
  }
  .btn-partner {
    font-size: 0.9rem !important;
    padding: 0.5rem 1rem !important;
  }
}

/* Prevent horizontal scroll on mobile */
body {
  overflow-x: hidden;
}

/* Responsive alignment fix for Vision & Mission section */
@media (max-width: 992px) {
  .content-wrapper .row {
    flex-direction: column !important;
  }
  .content-wrapper .col-lg-5,
  .content-wrapper .col-lg-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .mountain-image-container {
    margin-bottom: 24px;
    text-align: center;
  }
  .vision-mission-container {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .mountain-image {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    margin-bottom: 16px;
  }
  .section-heading {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: left;
  }
  .section-text {
    font-size: 1rem;
    margin-bottom: 15px;
    text-align: left;
  }
  
}

/* Fix mountain image alignment and container sizing */
.mountain-image-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 220px;
  min-height: 220px;
  padding: 0;
  margin: 0;
}

.mountain-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

/* Responsive: full width on mobile */
@media (max-width: 768px) {
  .mountain-image-container {
    min-width: 0;
    min-height: 0;
    padding: 0;
    margin-bottom: 16px;
  }
  .mountain-image {
    width: 100%;
    max-width: 54%;
    height: 163px;
    border-radius: 10px;
  }
}

/* partner page */
/* .how-it-works */
  .industries-section-title {
            font-size: 32px;
            font-weight: 600;
            color: var(--gablue);
            position: relative;
            display: inline-block;
            margin-bottom: 1rem;
            position: relative;
        }

        .industries-container-heading{position:relative
         
        }

        .industries-container-heading img{ position: absolute;
           top: 40px;
           right: -4%;
        }  


       
        .subtitle {
            color: grey;
            font-size: 16px;
            max-width: 900px;
            padding-top: 10px;
            margin: 0 auto 3rem;
        }

        /* How It Works Section */
        .how-it-works {
            padding: 4rem 0;
            background: white;
        }

       

        /* Industries Section */
        .industries {
            padding: 5rem 0;
            background: white;
        }

        .industry-card {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            border-radius: 15px;
            padding: 2rem;
            text-align: center;
          
            transition: all 0.3s;
            border: 2px solid transparent;
            height: 100%;
        }

        .industry-card:hover {
            border-color: var(--gagreen);
            transform: scale(1.05);
        }

        .industry-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: var(--gablue);
        }

        .industry-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            
            .dashed-line {
                display: none;
            }
        }

/* Center align banner image heading and paragraph in services.html */
.our-services-section .text-content,
.our-services-section .text-inner,
.our-services-section .our-services-title,
.our-services-section .our-services-text {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.our-services-section .text-inner {
  max-width: 600px;
}

.our-services-section .our-services-title {
  margin-bottom: 15px;
}

.our-services-section .our-services-text {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

/* Responsive: stack columns and keep center alignment */
@media (max-width: 992px) {
  .our-services-section .row {
    flex-direction: column !important;
    align-items: center !important;
  }
  .our-services-section .col-lg-6 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


other pages
 /* Header Styles */
        .ga-header {
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .ga-logo {
            height: 50px;
        }

        .ga-nav {
            display: flex;
            gap: 2rem;
            align-items: center;
        }

        .ga-nav a {
            color: var(--text-dark);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
        }

        .ga-nav a:hover {
            color: var(--primary-color);
        }

        /* Hero Section */
        .ga-hero {
           
            color: var(--gablue);
            margin-top: 50px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .ga-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
        }

        .ga-hero h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            position: relative;
        }

        .ga-hero p {
            font-size: 1.1rem;
            opacity: 0.9;
            position: relative;
            color: black;
        }

        /* FAQ Page Styles */
        .ga-faq-container {
            padding: 2rem 0;
        }

        .ga-faq-intro {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 3rem;
        }

        .ga-faq-intro h2 {
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        .ga-accordion-item {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 10px;
            margin-bottom: 1rem;
            overflow: hidden;
            transition: all 0.3s;
        }

        .ga-accordion-item:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .ga-accordion-header {
            padding: 1.5rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: white;
            transition: background 0.3s;
        }

        .ga-accordion-header:hover {
            background: var(--bg-light);
        }

        .ga-accordion-header h3 {
            font-size: 1.1rem;
            margin: 0;
            color: var(--text-dark);
            font-weight: 600;
        }

        .ga-accordion-icon {
            color: var(--primary-color);
            transition: transform 0.3s;
            font-size: 1.2rem;
        }

        .ga-accordion-item.active .ga-accordion-icon {
            transform: rotate(180deg);
        }

        .ga-accordion-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .ga-accordion-content {
            padding: 0 1.5rem 1.5rem;
            color: var(--text-light);
        }



        /* terms and condition */


     

        .tm-hero {
           
            color: var(--gablue);
            padding: 80px 0 60px;
            position: relative;
            overflow: hidden;
        }

        .tm-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h100v100H0z" fill="none"/><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
            opacity: 0.3;
        }

        .tm-hero-content {
            position: relative;
            z-index: 1;
        }

        .tm-hero h1 {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .tm-underline {
            width: 120px;
            height: 4px;
            background: var(--tm-secondary);
            border-radius: 2px;
            margin: 0 auto 1.5rem;
        }

        .tm-content-section {
            padding: 60px 0;
        }

        .tm-section-title {
            color: var(--tm-primary);
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 3px solid var(--tm-secondary);
            display: inline-block;
        }

        .tm-card {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .tm-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.15);
        }

        .tm-subsection-title {
            color: var(--tm-dark);
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
        }

        .tm-subsection-title i {
            color: var(--tm-secondary);
            margin-right: 0.8rem;
            font-size: 1.5rem;
        }

        .tm-list {
            list-style: none;
            padding-left: 0;
        }

        .tm-list li {
            padding: 0.5rem 0 0.5rem 2rem;
            position: relative;
        }

        .tm-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--tm-secondary);
            font-weight: bold;
            font-size: 1.2rem;
        }

        .tm-highlight-box {
            background: linear-gradient(135deg, #e3f2fd 0%, #f1f8e9 100%);
            border-left: 4px solid var(--tm-primary);
            padding: 1.5rem;
            border-radius: 8px;
            margin: 1.5rem 0;
        }

        .tm-important-note {
            background: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 1.5rem;
            border-radius: 8px;
            margin: 1.5rem 0;
        }

        .tm-footer {
            background: var(--tm-dark);
            color: white;
            padding: 3rem 0 1rem;
            margin-top: 4rem;
        }

        .tm-back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: var(--tm-primary);
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .tm-back-to-top:hover {
            background: var(--tm-accent);
            transform: translateY(-5px);
        }

        .tm-table {
            width: 100%;
            margin: 1.5rem 0;
            border-collapse: collapse;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .tm-table th {
            background: var(--tm-primary);
            color: white;
            padding: 1rem;
            text-align: left;
        }

        .tm-table td {
            padding: 1rem;
            border-bottom: 1px solid #dee2e6;
        }

        .tm-table tr:hover {
            background: #f8f9fa;
        }

        @media (max-width: 768px) {
            .tm-hero h1 {
                font-size: 2rem;
            }
            
            .tm-section-title {
                font-size: 1.5rem;
            }

            .tm-card {
                padding: 1.5rem;
            }
        }



        /* privacy policy */

        .pp-body {
        
            line-height: 1.6;
            color: #333;
            background: #f8f9fa;
        }

        .pp-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 3rem 2rem;
        }

        .pp-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .pp-title {
            font-size: 3rem;
            color: #0891b2;
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .pp-underline {
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, #84cc16 0%, #a3e635 100%);
            margin: 0 auto 1.5rem;
            border-radius: 2px;
        }

        .pp-subtitle {
            font-size: 1.1rem;
            color: #0891b2;
            margin-bottom: 0.5rem;
        }

        .pp-date {
            color: #0891b2;
            font-size: 0.95rem;
        }

        .pp-section {
            background: white;
            border-radius: 12px;
            padding: 2.5rem;
            margin-bottom: 2rem;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        .pp-section-title {
            font-size: 1.6rem;
            color: #0891b2;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 3px solid #84cc16;
            display: inline-block;
        }

        .pp-section-content {
            color: #333;
            font-size: 1rem;
            margin-top: 1.5rem;
        }

        .pp-section-content p {
            margin-bottom: 1.25rem;
            line-height: 1.8;
        }

        .pp-alert-box {
            background: #e0f2fe;
            border-left: 4px solid #0891b2;
            padding: 1.25rem;
            margin: 1.5rem 0;
            border-radius: 6px;
            display: flex;
            gap: 1rem;
        }

        .pp-alert-icon {
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            background: #0891b2;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1rem;
        }

        .pp-alert-content {
            flex: 1;
        }

        .pp-alert-title {
            font-weight: 600;
            color: #0891b2;
            margin-bottom: 0.25rem;
        }

        .pp-alert-text {
            color: #333;
            font-size: 0.95rem;
        }

        .pp-definition-box {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 1.5rem;
            margin: 1.5rem 0;
        }

        .pp-definition-title {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 1.1rem;
            color: #333;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .pp-definition-icon {
            width: 24px;
            height: 24px;
            background: #84cc16;
            color: white;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }

        .pp-definition-item {
            margin-bottom: 1rem;
            padding-left: 1.5rem;
            position: relative;
        }

        .pp-definition-item::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #84cc16;
            font-weight: bold;
        }

        .pp-definition-term {
            font-weight: 600;
            color: #333;
        }

        .pp-list {
            margin: 1rem 0;
            padding-left: 1.5rem;
        }

        .pp-list-item {
            margin-bottom: 0.75rem;
            line-height: 1.8;
            position: relative;
        }

        .pp-list-item::marker {
            color: #0891b2;
        }

        .pp-bullet-list {
            list-style: disc;
        }

        .pp-subsection {
            margin: 1.5rem 0;
        }

        .pp-subsection-title {
            font-size: 1.1rem;
            color: #0891b2;
            font-weight: 600;
            margin-bottom: 0.75rem;
        }

        .pp-strong {
            font-weight: 600;
            color: #333;
        }

        .pp-contact-section {
            background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
            color: white;
            padding: 2.5rem;
            border-radius: 12px;
            text-align: center;
        }

        .pp-contact-title {
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }

        .pp-contact-text {
            font-size: 1rem;
            margin-bottom: 1.5rem;
            opacity: 0.95;
        }

        .pp-contact-info {
            display: flex;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
        }

        .pp-contact-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 1rem;
        }

        .pp-contact-link {
            color: white;
            text-decoration: none;
            border-bottom: 2px solid rgba(255,255,255,0.5);
            transition: border-color 0.3s;
        }

        .pp-contact-link:hover {
            border-color: white;
        }

        @media (max-width: 768px) {
            .pp-title {
                font-size: 2rem;
            }

            .pp-section {
                padding: 1.5rem;
            }

            .pp-section-title {
                font-size: 1.3rem;
            }

            .pp-contact-info {
                flex-direction: column;
                gap: 1rem;
            }
        }


        /* partner page */


.partner-main-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .partner-content-wrapper {
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
        }

        .partner-header-section {
           
            padding: 60px 40px;
            text-align: center;
            color: black;
        }
         .partner-header-top{
         position:relative
            
        }
         .partner-header-top img{
            position:absolute;
            top: 44px;
            right: -6%;
        }

        .partner-main-heading {
            font-family: 'Outfit', sans-serif;
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
            color: var(--gablue);
            position: relative;
            z-index: 3;
        }

        .partner-description-text {
            font-family: 'Poppins', sans-serif;
            font-size: 1.1rem;
            line-height: 1.8;
            color: rgb(86, 85, 85);
            max-width: 700px;
            margin: 0 auto;
        }

        .partner-form-section {
            padding: 50px 40px;
        }

        .partner-form-label {
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            color: #2d3748;
            margin-bottom: 8px;
            font-size: 0.95rem;
        }

        .partner-input-field {
            font-family: 'Poppins', sans-serif;
            padding: 12px 16px;
            border: 2px solid #e2e8f0;
            border-radius: 10px;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }

        .partner-input-field:focus {
           border: 2px solid #e2e8f0;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            outline: none;
        }

        .partner-select-dropdown {
            font-family: 'Poppins', sans-serif;
            padding: 12px 16px;
            border: 2px solid #e2e8f0;
            border-radius: 10px;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }

        .partner-select-dropdown:focus {
            border-color: var(--gagreen);
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            outline: none;
        }

        .partner-file-input {
            font-family: 'Poppins', sans-serif;
            padding: 10px;
            border: 2px dashed #e2e8f0;
            border-radius: 10px;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }

        .partner-file-input:hover {
            border-color: var(--gagreen);
            background-color: #f7fafc;
        }

        .partner-textarea-field {
            font-family: 'Poppins', sans-serif;
            padding: 12px 16px;
            border: 2px solid #e2e8f0;
            border-radius: 10px;
            transition: all 0.3s ease;
            resize: vertical;
            min-height: 120px;
            font-size: 0.95rem;
        }

        .partner-textarea-field:focus {
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            outline: none;
        }

        .partner-section-heading {
            font-family: 'Outfit', sans-serif;
            font-size: 1.4rem;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 25px;
            margin-top: 30px;
        }

        .partner-submit-button {
            font-family: 'Poppins', sans-serif;
            background: var(--gagreen); 
            color: white;
            padding: 14px 50px;
            border: none;
            border-radius: 10px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }

        .partner-submit-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
        }

        .partner-form-row {
            margin-bottom: 25px;
        }

        @media (max-width: 768px) {
            .partner-main-heading {
                font-size: 2rem;
            }

            .partner-description-text {
                font-size: 1rem;
            }

            .partner-header-section {
                padding: 40px 20px;
            }

            .partner-form-section {
                padding: 30px 20px;
            }
        }

       
  .list-unstyled i {
    color: #6cba0e !important;
}

grid 
.ga-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-content: center;
    align-items: start;
}

.ga-feature-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease;
}

.ga-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.ga-icon-wrapper {
    color: #6cba0c;
    font-size: 2rem;
    margin-bottom: 10px;
}

/* Center align bottom two cards */
.center-row {
    justify-self: center;
}

/* Responsive adjustment */
@media (min-width: 992px) {
    .ga-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .center-row {
        grid-column: span 1;
    }
}

@media (max-width: 480px){
.service-offer-heading img{
  top: 40px;
  right: 7%;
  height: 50%;
  }
  .service-industry-heading img{
  top: 32px;
    right: 0%;
    height: 19px;
  }
  .ga-hero-heading img{
  top: 72px;
    right: 6%;
    height: 20px;
  }
  .ga-hero-heading img{
  top: 72px;
  right: 6%;
  height: 20px;
  }
  .pb-platform-benefits-heading img{
  top: 38px;
    left: -2%;
    height: 24px;
  }
  .ga-main-heading img{
  top: 72px;
  right: 27%;
  width: 22vw
  }
  .industries-container-heading img{
  top: 110px;
        right: 26%;
        height: 23px;
  }
  .guid-heading-wrapper img {
    top: 56px;
    right: 38%;
    height: 27px;
}
  .empower-img{
       position: absolute;
    top: 40px;
    right: 44%;
    height: 30px;
}
.partner-header-top img{
    top: 108px;
    right: 10%;
    height: 22px;
}

}

