/* ------------------Hero Banner----------------- */
.hero-banner {
  position: relative;
  width: 100%;
  height: 75vh;
  background: url('../images/banner.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
}

.banner-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.banner-content p {
  font-size: 15px;
  margin-bottom: 25px;
  letter-spacing: 1.1px;
  color: #ccc;
}

.btn-banner {
  display: inline-block;
  padding: 12px 30px;
  background-color: #FFC107;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-banner:hover {
  background-color: #c29202;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hero-banner {
    height: 60vh;
    background-position: center top;
  }

  .banner-content h1 {
    font-size: 2rem;
  }

  .banner-content p {
    font-size: 1rem;
  }

  .btn-banner {
    font-size: 16px;
    padding: 10px 25px;
  }
}


/* ------------------About Section ------------------ */

.about-section {
    position: relative;
    overflow: hidden;
    font-family: 'Times New Roman', Times, serif;
  }

  .main-image img {
    width: 80%;
    border-radius: 15px;
    position: relative;
    z-index: 2;
  }

  .overlay-image {
    position: absolute;
    bottom: -30px;
    left: 40px;
    width: 60%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
  }

  .overlay-image img {
    width: 100%;
    border-radius: 10px;
  }

  .bg-shape {
    position: absolute;
    top: 10%;
    left: -10%;
    width: 120%;
    height: 120%;
    z-index: 1;
  }

  .text-orange {
    font-size: 14px;
    line-height:normal;
    color:#004D25;
    text-align: justify;
  }
  .about-title{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .text-muted {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;

  }

  .icon-box {
    width: 45px;
    height: 45px;
    background-color: #EFEFEF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-box i {
    font-size: 20px;
    color: #004D25;
    padding: 20px;
  }

  .btn-orange {
    background-color: #004D25;
    color: white;
    border-radius: 30px;
    padding: 15px 25px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
  }

  .btn-orange:hover {
    background-color: #FFC107;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3);
  }
  @media (max-width: 768px) {
  .main-image img {
    width: 100%;
  }
  .about-title {
    font-size: 24px !important;
    line-height: 1.3;
  }
  .btn-orange {
    padding: 13px 20px;
    font-size: 14px;
  }
}


/* --------------Technology------------------------ */
.tech-section {
  padding: 100px 20px;
  background: #f9fbfa;
  text-align: center;
}

.tech-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

.tech-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.tech-container {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}

.tech-card {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
 background: linear-gradient(
  to top,
  rgba(220, 220, 220, 0.9),
  rgba(255, 255, 255, 0.98)
);
}

.tech-card:hover {
  transform: translateY(-6px);
}

.tech-card img {
  width: 70px;
  margin-bottom: 15px;
}

.tech-card h3 {
  font-size: 17px;
  color: #333;
  font-weight: 600;
}
.tech-card p {
  padding-top: 12px;
  font-size: 14px;
}

@media (max-width: 992px) {
  .tech-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .tech-container {
    grid-template-columns: 1fr;
  }
} 


/* ----------------- Geolife Product Section ------------------ */
    section.glf-product-section {
      text-align: center;
      padding: 70px 30px;
      position: relative;
      overflow: hidden;
      background: #EFEFEF;
      margin-top: 20px;
    }

    .glf-product-section h6 {
      color: #004D25;
      font-size: 14px;
      margin-bottom: 30px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
    }

    .glf-product-section h2 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 50px;
      
    }

    .glf-slider-container {
      position: relative;
      width: 100%;
      overflow: hidden;
      max-width: 1000px;
      margin: 0 auto;
    }

    .glf-slider {
      display: flex;
      transition: transform 0.5s ease;
    }

    .glf-card {
      background: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      padding: 20px;
      margin: 10px;
      text-align: left;
      min-width: calc(33.333% - 20px);
      box-sizing: border-box;
    }

    .glf-card img {
      width: 120px;
      height: 120px;
      object-fit: contain;
      margin-bottom: 20px;
      color:orange;
    }

    .glf-card h3 {
      font-size: 18px;
      font-weight: bold;
      color: #004D25;
      margin-bottom: 16px;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

    }

    .glf-card p {
      font-size: 13px;
      color: #555;
      margin-bottom: 5px;
      line-height: 1.5;
    }

    .glf-learn-more {
      color: #004D25;
      font-weight: 500;
      text-decoration: none;
      font-size: 12px;
      text-decoration: underline;

    }

    .glf-learn-more i {
      margin-left: 5px;
      transition: 0.3s;
    }

    .glf-learn-more:hover i {
      transform: translateX(3px);
    }

    .glf-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 25px;
      color: #333;
      cursor: pointer;
      padding: 8px 12px;
      transition: background 0.3s;
      z-index: 10;

    }
    .glf-arrow-left { 
      left: -10px; 
    }
    .glf-arrow-right { 
      right: -10px; 
    }

    .glf-dots {
      text-align: center;
      margin-top: 20px;
    }

    .glf-dot {
      height: 10px;
      width: 10px;
      margin: 0 4px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.3s;
    }

    .glf-dot.active {
      background-color: #FFC107;
    }

    @media (max-width: 992px) {
      .glf-card {
        min-width: calc(50% - 20px);
      }
    }

    @media (max-width: 600px) {
      .glf-card {
        min-width: calc(100% - 20px);
      }
    }


/* ----------------Brand Section---------------- */

.brand-section {
  background: #EFEFEF;
  padding: 40px 0;
  text-align: center;
  position: relative;
}

.brand-section-title {
  font-size: 24px;
  color: #2b2b2b;
  margin-bottom: 30px;
  font-weight: 600;
}

.brand-section-slider {
  overflow: hidden;
  width: 62%;
  margin: 0 auto;
  position: relative;
}

.brand-section-track {
  display: flex;
  width: calc(200%);
  animation: brand-section-scroll 25s linear infinite;
}

.brand-section-logo {
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.brand-section-logo img {
  width: 120px;
  height: auto;
  transition: all 0.3s ease;
}

.brand-section-logo img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@keyframes brand-section-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.brand-section-slider:hover .brand-section-track {
  animation-play-state: paused;
}

@media (max-width: 1024px) {
  .brand-section-logo {
    flex: 0 0 33.33%;
  }
  .brand-section-slider {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .brand-section-logo {
    flex: 0 0 25%;
  }
  .brand-section-slider {
    width: 95%;
  }
}


/* --------------Testimonials------------------------ */

.centered-testimonial-section {
  text-align: center;
  background-color: white;
  padding: 60px 20px;
}


.centered-testimonial-subtitle {
  color: #004D25;
  font-weight: 600;
  font-size: 14px;
}

.centered-testimonial-title {
  font-size: 28px;
  color: #222;
  font-weight: 700;
  margin-bottom: 40px;
}


.centered-testimonial-wrapper {
  position: relative;
  width: 65%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}


.centered-testimonial-carousel {
  display: flex;
  transition: transform 0.6s ease;
}


.centered-testimonial-card {
  flex: 0 0 50%;
  background: #EFEFEF;
  padding: 30px 60px;
  margin: 0 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

}

.centered-testimonial-card img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.centered-testimonial-card h3 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.centered-testimonial-card p {
  font-size: 12px;
}

.centered-testimonial-position {
  color: #FFC107;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
}

.centered-testimonial-text {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.centered-testimonial-date {
  font-size: 13px;
  font-weight: 600;
  color: #444;
}


.centered-testimonial-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: none !important;
  border: none;
  padding: 17px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}


.centered-testimonial-arrow.left { left: -9px; }
.centered-testimonial-arrow.right { right: -10px; }


.centered-testimonial-dots {
  margin-top: 25px;
}

.centered-testimonial-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.centered-testimonial-dots button.active {
  background: #ff6600;
}

@media (max-width: 992px) {
  .centered-testimonial-card { flex: 0 0 100%; }
  .centered-testimonial-arrow.left { left: 5px; }
  .centered-testimonial-arrow.right { right: 5px; }
}

@media (max-width: 768px) {
    .centered-testimonial-card {
        padding:30px 20px;
    }
.centered-testimonial-arrow.left {
     left: -15px;
}
.centered-testimonial-arrow.right { right: -15px; }

.centered-testimonial-card {
      flex: 0 0 85%;
}
.centered-testimonial-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
}

/* ----------------Global Presence--------------- */

.global-presence-section {
  text-align: center;
  background-color: #fff;
  padding: 30px 20px;
}
.presence-subtitle {
  font-size: 34px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.map-container {
  max-width: 1200px;
  margin: 0 auto;
}

.map-container img {
  width: 80%;
  height: auto;
  border:none;
  transition: transform 0.3s ease;
}

.map-container img:hover {
  transform: scale(1.02);
}
.leaf-icon {
  display: block;
  margin: 0 auto 4px; 
  width: 40px;
  height: auto;
}

@media (max-width: 768px) {
.global-presence-section {
  padding: 0;
}
.map-container img {
  width: 100%;
}
}


/* --------------Contact deatils------------------------ */
.quote-section {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  background-color: white;
}

.quote-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  width: 100%;
  padding: 40px;
}

.quote-left {
  flex: 1 1 400px;
}

.quote-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.quote-description {
  margin-bottom: 25px;
  color: #555;
}
.quote-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.quote-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.quote-label {
  width: 100px;
  font-weight: 600;
  color: #222;
  flex-shrink: 0;
}

.quote-value {
  flex: 1;
  color: #555;
  line-height: 1.5;
}

.quote-value a {
  color: #FFC107;
  text-decoration: none;
}

.quote-value a:hover {
  text-decoration: underline;
}

.quote-map {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.quote-map iframe {
  width: 100%;
  height: 250px;
  border: none;
}

.quote-right {
  flex: 1 1 340px;
  background-color: #EFEFEF;
  padding: 40px 50px 30px 50px;
 
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 14px 14px;
  margin-bottom: 25px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  outline: none;  
  transition: all 0.3s ease;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: #ff6600;
}

.quote-btn {
  width: 100%;
  background-color: #004D25;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.quote-btn:hover {
  background-color: #FFC107;
}

@media (max-width: 992px) {
  .quote-section {
    display: block;
  }
  .quote-container {
    flex-direction: column;
    padding: 30px;
  }

  .quote-left, .quote-right {
    flex: 1 1 100%;
  }

  .quote-title,
  .quote-description {
    text-align: center;
  }

  .quote-info {
    margin-left: 10px;
  }
}

@media (max-width: 600px) {
  .quote-section {
  padding: 50px 0px;
}
  .quote-row {
    flex-direction: column;
    gap: 5px;
  }

  .quote-label {
    width: auto;
  }

  .quote-container {
    padding: 20px;
  }

  .quote-right {
    padding: 20px;
  }

  .quote-btn {
    font-size: 14px;
    padding: 10px;
  }

  .quote-map iframe {
    height: 200px;
  }
}
.glf-lead-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}


.wave {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            height: 70px;
            width: 100%;
            background: dodgerblue;
            z-index: -1;
        }
        .wave::before {
            content: "";
            display: block;
            position: absolute;
            border-radius: 100% 90%;
            width: 51%;
            height: 75px;
            background-color: white;
            right: 0px;
            top: 35px;
        }
        .wave::after {
            content: "";
            display: block;
            position: absolute;
            border-radius: 100% 90%;
            width: 51%;
            height: 75px;
            background-color: dodgerblue;
            left: -8px;
            top: 25px;
        }

