 
  body, html {
    font-family: 'Poppins', sans-serif;
  }

section{
  padding-top: 100px;
  padding-bottom: 100px;

}




  .swiper {
    width: 100%;
    height: 100vh;
  }
  .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
  }
  .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    padding: 0 5%;
    color: white;
  }
  .slide-overlay h1 {
    font-size: 48px;
    font-weight: 700;
    max-width: 650px;
  }
  .slide-overlay p {
    font-size: 18px;
    margin-top: 10px;
    max-width: 550px;
  }
  .cta-btn {
    margin-top: 20px;
    background: #ff4500;
    padding: 14px 30px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    border: none;
    transition: 0.3s;
    display: inline-block;
    text-decoration:none ;
  }
  .cta-btn:hover {
    background: #d93b00;
  }
  /* Swiper pagination square & orange */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #f54d00; /* Orange color */
  opacity: 0.4; /* Lighter for inactive */
  border-radius: 0; /* Square shape */
  transition: 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1; /* Fully visible for active */
  background: #f54d00; /* Keep same orange */
} 
.object-fit-cover {
  object-fit: cover;
  height: 100%;
}

.underline {
  width: 35px;
  height: 3px;
  background: #ffb100;
}

.title-underline {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #ffb100;
  margin-left: 8px;
}

.about-btn {
  display: block;
  background: #ff4800;
  text-align: left;
  padding: 18px;
  font-size: 28px;
  text-decoration: none;
  transition: 0.3s ease;
}
.about-btn:hover {
  background: #e03e00;
}
.about-btn .arrow {
  font-size: 20px;
}

.small-underline {
  width: 30px;
  height: 2px;
  background: #ff4800;
  margin: 10px auto 15px;
}

.text-secondary {
  color: #6c757d;
}

.icon svg {
  display: block;
  margin: auto;
}
.about-section {
  background: #fff;
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
}

.underline {
  width: 35px;
  height: 3px;
  background: #f54d00;
  margin: 10px 0 20px;
}

.about-btn {
  display: block;
  background: #f54d00;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}
.about-btn:hover {
  background: #d93b00;
}

.small-underline {
  width: 30px;
  height: 2px;
  background: #f54d00;
  margin: 8px auto 15px;
}

.icon img {
  display: block;
  margin: auto;
}

 
.mission-vision {
  padding: 60px 0;
  background: #fff;
 
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-lg-6 {
   
  max-width: 50%;
}

.title-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-block h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2b2b2b;
}
.title-block p {
  font-size: 14px;
  font-weight: 300;
  color: #2b2b2b;
}

.underline-yellow {
  display: block;
  width: 40px;
  height: 4px;
  background: #ffb100;
  margin-top: 8px;
}

/* Mission/Vision blocks */
.mv-blocks {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mv-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.mv-icon {
  flex: 0 0 30%;
  max-width: 30%;
  background: #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
}

 

.mv-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2b2b2b;
   
}

.underline-orange {
  display: block;
  width: 30px;
  height: 3px;
  background: #ff4800;
  margin: 8px 0 15px;
}

.mv-content p {
  font-size: 10px;
  color: #555;
  font-weight: 100;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mv-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mv-icon, .mv-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}


 



 
.mv-header {
  text-align: left;
  margin-bottom: 30px;
}

.mv-header h2 {
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.underline-yellow {
  display: block;
  width: 40px;
  height: 4px;
  background: #fdb913;
  margin-top: 5px;
}



.mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .5rem;
 
}

.mv-card {
  text-align: center;
  
  border-radius: 12px;
 
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Keep consistent height to handle text variation */
  min-height: 280px;
  justify-content: space-between;
}

.mv-card img {
  width: 100%;
  aspect-ratio: 1 / 1;  /* keeps square ratio */
  object-fit: cover;
  border-radius: 12px;
 
  margin-bottom: 0.75rem;
}

.mv-card p {
  font-size: 0.95rem;
  font-weight: 500;
  color: #555555; /* softer grey */
  line-height: 1.3;
 
  padding: 0.3rem 0.6rem;
  border-radius: 8px;
  display: inline-block;  /* so bg fits the text nicely */
  max-width: 100%;
}

.mv-card small {
  display: block;
  font-weight: normal;
  font-size: 0.85rem;
  color: #666666;
  margin-top: 0.2rem;
}



.quality-assurance {
 
  
}

.qa-container {
  display: flex;
  align-items: center; /* vertically center for desktop */
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 50px;
}

.qa-text {
  flex: 1;
}

.qa-subtitle {
  display: inline-block;
  color: #f15a29;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.qa-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 20px;
  line-height: 1.2;
}

.qa-text ul {
  list-style: disc;
  padding-left: 20px;
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
}

.qa-text ul li {
  margin-bottom: 10px;
}

.qa-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.qa-image img {
  max-width: 100%;
  height: auto;
}

/* Responsive styles */
@media (max-width: 768px) {
  .qa-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .qa-text ul {
    list-style: none; /* remove bullet points for mobile */
    padding-left: 0;
  }

  .qa-text h2 {
    font-size: 2rem;
  }
}



 
    
    .market-section {
      padding: 60px 0;
      text-align: center;
    }
    .market-section h2 {
      font-weight: 700;
      font-size: 36px;
      line-height: 1.3;
      margin-bottom: 40px;
    }
    .icon-text {
      display: flex;
      align-items: center;
      gap: 15px;
      font-size: 24px;
      font-weight: 500;
    }
    .icon-text img {
      width: 40px;
      height: 40px;
    }
    .balance-img {
      max-width: 100%;
      height: auto;
      margin-top: 30px;
    }
    @media (min-width: 768px) {
      .market-icons {
        margin-bottom: 0;
      }
    }


    .why-choose {
  background-color: #fff;
}

.text-orange {
  color: #f15a24; /* Match your orange tone */
}

.choose-icon {
  max-width: 300px; /* Control icon size */
}

.why-choose ul li {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  line-height: 1.6;
}


/* Contact Section */
.contact-section {
  background: #fafafa; /* Light background for contrast */
  padding: 60px 0;
}

.contact-section h2 {
  font-weight: 700;
  color: #222;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.contact-section h2 span {
  color: #e65100; /* Orange highlight */
}

/* Labels */
.contact-section .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

/* Inputs & Textareas */
.contact-section .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 12px 15px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.contact-section .form-control:focus {
  border-color: #e65100;
  box-shadow: 0 0 6px rgba(230, 81, 0, 0.2);
}

/* Checkboxes */
 
/* Submit Button */
.btn-submit {
  background-color: #e65100;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-submit:hover {
  background-color: #cc4a00;
  transform: translateY(-2px);
}

/* CTA Banner */
.cta-banner {
  background-color: #ff6600;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
   
}

.btn-light-orange {
  background-color: #fff;
  color: #cc4a00;
 
  padding: 12px 45px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-light-orange:hover {
  background-color: #ff8800;
  transform: translateY(-2px);
}


/* Checkbox Orange Theme */
.form-check-input {
  width: 18px;
  height: 18px;
  border: 2px solid #ff6600;
  border-radius: 4px;
  cursor: pointer;
  
}

.form-check-input:checked {
  background-color: #ff6600;
  border-color: #ff6600;
}

.form-check-label {
  margin-left: 6px;
  font-size: 12px;
  color: #333; /* dark text */
  cursor: pointer;
}

/* Optional: remove Bootstrap’s blue glow on focus */
.form-check-input:focus {
  box-shadow: none;
  border-color: #ff6600;
}


.footer {
  background: #0d1a2d;
  padding: 40px 20px 0;
  color: #fff;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.footer-col h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.footer-col h2 span {
  color: #f2542d;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;      /* size of the circle */
  height: 35px;
  background: #fff; /* white background */
  color: #ff6600;   /* icon color (orange for example) */
  border-radius: 50%; /* make it round */
  margin-right: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #ff6600; /* orange background on hover */
  color: #fff;         /* icon turns white */
}


.footer-col h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #f2542d;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin: 6px 0;
}

.footer-col ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: #f2542d;
}

.footer-col i {
  margin-right: 8px;
  color: #f2542d;
}

.download-btn {
  display: inline-block;
  background: #f2542d;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
}

.download-btn i {
  margin-right: 6px;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}

.footer-bottom a {
  color: #f2542d;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

@media(max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}



/* Core Section */
.core-values {
  background: #f5f7fa;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.core-values .container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  align-items: center;
  position: relative;
}

/* Central Circle */
.circle {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#ff6600 0% 20%, #ff9900 20% 40%, #ffcc00 40% 60%, #ff3300 60% 80%, #003366 80% 100%);
  border-radius: 50%;
  width: 220px;
  height: 220px;
  margin: 0 auto 40px;
}

.circle h2 {
  background: #fff;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  color: #222;
}

.circle h2 span {
  color: #ff3300;
}

/* Value Box Base */
.value-box {
  color: #fff;
  padding: 20px;
  border-radius: 30px;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Gradient Circle Backgrounds */
.value-box::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.4;
}

/* Different gradient circle shapes per box */
.value-box.integrity::before {
  background: conic-gradient(#003366, #006699, #3399cc, #003366);
}

.value-box.agility::before {
  background: conic-gradient(#ff6600, #ff9900, #ff3300, #ff6600);
}

.value-box.quality::before {
  background: conic-gradient(#ff0066, #cc3399, #6600cc, #ff0066);
}

.value-box.sustainability::before {
  background: conic-gradient(#339933, #66cc66, #99cc33, #339933);
}

.value-box.customer::before {
  background: conic-gradient(#9933ff, #6600ff, #3300cc, #9933ff);
}

.value-box h3, .value-box p, .value-box .icon {
  position: relative;
  z-index: 1;
}

/* Hover Effect */
.value-box:hover {
  transform: translateY(-5px);
}




  /* Core Circle */
  .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(
      #003366 0% 20%, 
      #ff6600 20% 40%, 
      #ff9900 40% 60%, 
      #ffcc00 60% 80%, 
      #ff3300 80% 100%
    );
    border-radius: 50%;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

  .circle h2 {
    background: #fff;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
    font-weight: bold;
    color: #222;
  }

  .circle h2 span {
    color: #ff3300;
  }

  /* Value Box Styling */
  .value-box {
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    text-align: left;
    transition: transform 0.3s ease;
    height: 100%;
  }

  .value-box:hover {
    transform: translateY(-8px);
  }

  .value-box .icon {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .value-box h3 {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .value-box h3 span {
    background: #fff;
    color: #000;
    padding: 3px 8px;
    border-radius: 50%;
    font-size: 14px;
  }

  .value-box p {
    font-size: 14px;
    margin: 0;
  }

  /* Circle-based gradient backgrounds */
  .value-box.integrity {
    background: radial-gradient(circle at top left, #003366, #002244);
  }
  .value-box.agility {
    background: radial-gradient(circle at top left, #ff6600, #cc5200);
  }
  .value-box.quality {
    background: radial-gradient(circle at top left, #ff9900, #cc7a00);
  }
  .value-box.sustainability {
    background: radial-gradient(circle at top left, #ffcc00, #cc9900);
    color: #222;
  }
  .value-box.customer {
    background: radial-gradient(circle at top left, #ff3300, #cc2900);
  }
 
    .so {
      background-color: #0d1b2a;
      color: #fff;
    }

    .subtitle {
      font-size: 15px;
      color: #b0b8c3;
    }

    .icon-circle {
      width: 80px;
      height: 80px;
      border-radius: 80%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      font-size: 60px;
    }

    .green {
      background-color: rgba(0, 255, 170, 0.15);
      color: #00ffaa;
    }

    .pink {
      background-color: rgba(255, 99, 132, 0.15);
      color: #ff6384;
    }

    .service-box p,
    .service-box ul {
      font-size: 18px;
      line-height: 1.6;
      color: #d0d7df;
    }

    ul {
      padding-left: 20px;
    }

    .image-box img {
      max-width: 100%;
      height: auto;
      display: block;
    }
 
