 html, body {
  width: 100%;
  overflow-x: hidden;
}

 
 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }
    

.main-navbar {
      background: #fff;
      box-shadow: 0 2px 12px rgba(0,0,0,0.05);
      overflow-x: hidden;
    }

    .navbar-brand {
      display: flex;
      align-items: center;
    }

    .navbar-brand img {
      max-width: 220px;
      height: auto;
    }

    /* =========================
       NAV LINKS
    ========================== */
    .nav-link {
      font-weight: 600;
      color: #0b1d3a !important;
      padding: 24px 16px !important;
      letter-spacing: 0.3px;
    }

    .nav-link.active,
    .nav-link:hover {
      color: #1A76D1 !important;
    }

    /* =========================
       CONTACT INFO
    ========================== */
    .navbar-contact {
      display: flex;
      align-items: center;
      gap: 18px;
      font-weight: 600;
    }

    .navbar-contact a {
      text-decoration: none;
      color: #0B1D3A;
      white-space: nowrap;
    }

    .navbar-contact a:hover {
      color: #00BAFF;
    }
@media (max-width: 1250px) {

  /* Reduce nav link spacing */
  .nav-link {
    padding: 16px 12px !important;
    font-size: 14px;
  }

  /* Reduce contact text size */
  .navbar-contact {
    gap: 12px;
    font-size: 13px;
  }

  .navbar-contact i {
    font-size: 18px !important;
  }

  /* Slightly reduce logo */
  .navbar-brand img {
    max-width: 180px;
  }
}

    /* =========================
       OFFCANVAS (MOBILE)
    ========================== */
    .offcanvas {
      width: 280px;
    }

    .offcanvas .nav-link {
      padding: 12px 0 !important;
      font-size: 16px;
    }

    /* =========================
       RESPONSIVE FIXES
    ========================== */

    /* Large screens down */
    @media (max-width: 1200px) {
      .nav-link {
        padding: 18px 14px !important;
      }
    }

    /* Tablets & Mobile */
    @media (max-width: 991px) {
      .navbar-contact {
        display: none;
      }

      .navbar-brand img {
        max-width: 160px;
      }

      .navbar {
        padding: 10px 0;
      }
    }

    /* Small mobiles */
    @media (max-width: 550px) {
      .navbar-brand img {
        max-width: 140px;
      }

      .navbar-toggler {
        padding: 4px 6px;
      }
    }

    /* =========================
       VIDEO BANNER
    ========================== */
    .video-banner {
      position: relative;
      width: 100%;
      height: 110vh;
      overflow: hidden;
    }

    /* Video */
    .video-banner video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Overlay */
    .video-banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.1);
      z-index: 1;
    }

    /* Content */
    .banner-content {
      position: absolute;
      top: 50%;
      left: 8%;
      transform: translateY(-50%);
      z-index: 3;
      color: #fff;
      max-width: 520px;
    }

    .banner-content h1 {
      font-size: 38px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .banner-content p {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 25px;
    }

   

    /* Decorative Images */
    .shape {
      position: absolute;
      z-index: 2;
      width: 100%;
    }

    .top-shape {
      top: -10;
      right: 0;
    }

    .bottom-shape {
      bottom: 0;
      left: 0;
    }

    /* =========================
       RESPONSIVE
    ========================== */
   @media (max-width: 768px) {
  .banner-content {
    top: 55%;               /* ⬅ move content higher */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 16px;
    width: 100%;
    z-index: 2;
  }

  .banner-content h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .banner-content p {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .banner-content .banner-btn {
    padding: 10px 22px;
    font-size: 14px;
  }

  .shape {
    width: 100%;
  }

  .video-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }
}

    /* From Uiverse.io by adamgiebl */ 
.cta-bar {
  width: 100%;
  max-width: 520px;
  height: 56px;
  background: #2E3192;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 0 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 20px rgba(255,255,255,0.15);
}

.cta-text {
  z-index: 2;
}
@media(max-width:550px)
{
    .cta-bar
    {
        margin-left:80px;
    }
}

.cta-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #2E3192;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.cta-icon svg {
  width: 20px;
  height: 20px;
}

.cta-bar:hover .cta-icon {
  transform: translateX(-6px);
}

.cta-bar:active .cta-icon {
  transform: scale(0.95);
}

.feature-strip {
  background: linear-gradient(135deg, #f5fbff, #ffffff);
  padding: 70px 0;
}

.feature-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 30px;
  padding: 0 20px;
}
.cta-bar {
  width: 240px;   /* exact size */
}

/* Card */
.feature-card {
  flex: 1;
  background: #fff;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
  animation: carSlide 1s ease forwards;
  opacity: 0;
}

/* Animation delay */
.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }

/* Icon */
.icon-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #00baff, #005bea);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
  animation: pulse 2s infinite;
}

/* Text */
.feature-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0b1d3a;
}

.feature-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Hover (car feel) */
.feature-card:hover {
  transform: translateY(-10px);
  transition: 0.4s ease;
}

/* Keyframes */
@keyframes carSlide {
  from {
    transform: translateX(-80px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,186,255,0.6); }
  70% { box-shadow: 0 0 0 15px rgba(0,186,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,186,255,0); }
}

/* Responsive */
@media (max-width: 991px) {
  .feature-container {
    flex-direction: column;
  }

  .feature-card {
    animation: fadeUp 1s ease forwards;
  }
}

@keyframes fadeUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.about-section {
  padding: 90px 0;
  background: #eef5fb;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Image */
.about-image {
  flex: 1;
  animation: slideLeft 1.2s ease forwards;
  opacity: 0;
}

.about-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* Content */
.about-content {
  flex: 1;
  animation: slideRight 1.2s ease forwards;
  opacity: 0;
}

.about-content h6 {
  color: #00baff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b1d3a;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* Button */
.about-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 34px;
  background: linear-gradient(135deg, #00baff, #005bea);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: 0.3s ease;
}

.about-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,186,255,0.4);
}

/* Animations */
@keyframes slideLeft {
  from {
    transform: translateX(-60px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideRight {
  from {
    transform: translateX(60px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .about-container {
    flex-direction: column;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .about-section {
    padding: 60px 0;
  }
}

/* From Uiverse.io by Creatlydev */ 
.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #2E3192;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #0B1D3A;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #1A76D1;
}

.button:hover .button__icon-wrapper {
  color: #000;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
.counter-section {
  background: #2f3f82;
  padding: 40px 0;
  color: #fff;
}

.counter-box {
  animation: fadeUp 1.2s ease forwards;
  opacity: 0;
}

.counter-box i {
  font-size: 36px;
  margin-bottom: 10px;
  display: inline-block;
  animation: iconPulse 2s infinite;
}

.counter-box h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 8px 0;
}

.counter-box p {
  font-size: 16px;
  opacity: 0.9;
}

/* Keyframes */
@keyframes fadeUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes iconPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
  .counter-box h2 {
    font-size: 32px;
  }

  .counter-section {
    padding: 60px 0;
  }
}
#typing-text {
  font-size: 36px;
  font-weight: 700;
  color: #0b1d3a;
  border-right: 3px solid #00baff;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  padding-right: 6px;
  animation: blink 0.8s infinite;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

/* Responsive */
@media (max-width: 768px) {
  #typing-text {
    font-size: 28px;
  }
}
/* Slider wrapper */
.sliderr {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 30px 0;
}

/* Track */
.slide-track {
  display: flex;
  width: calc(250px * 20); /* adjust based on number of slides */
  animation: scroll 35s linear infinite;
}

/* Individual slide */
.slides {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

/* Image */
.imgq {
  max-width: 160px;
  height: auto;
 
  transition: 0.3s ease;
}

.imgq:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.sliderr:hover .slide-track {
  animation-play-state: paused;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .slides {
    width: 200px;
  }

  .imgq {
    max-width: 130px;
  }
}

@media (max-width: 576px) {
  .slides {
    width: 160px;
  }

  .imgq {
    max-width: 110px;
  }
}
.contact-section {
  padding: 80px 0;
  
}

.contact-wrapper {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

/* Left Image */
.contact-image {
  flex: 1;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
 
}

/* Right Form */
.contact-form {
  flex: 1;
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.1);
}

.contact-form h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b1d3a;
  margin-bottom: 6px;
}

.sub-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1.5px solid #e1e1e1;
  font-size: 15px;
  outline: none;
  transition: 0.3s ease;
}

.form-group textarea {
  min-height: 120px;
  resize: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #00baff;
  box-shadow: 0 0 0 4px rgba(0,186,255,0.15);
}

.submit-btn {
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(135deg, #00baff, #005bea);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,186,255,0.4);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-form {
    padding: 30px 20px;
  }
}
/* Section */
.clients-section {
  padding: 80px 0;
  background: #f8fbff;
}

/* Title */
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b1d3a;
  margin-bottom: 40px;
}

/* Rows spacing */
.client-row {
  margin-bottom: 30px;
  animation: fadeUp 1s ease forwards;
}

/* Client item */
.client-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  opacity: 0;
  animation: slideIn 0.8s ease forwards;
}

/* Stagger animation */
.client-item:nth-child(1) { animation-delay: 0.1s; }
.client-item:nth-child(2) { animation-delay: 0.2s; }
.client-item:nth-child(3) { animation-delay: 0.3s; }
.client-item:nth-child(4) { animation-delay: 0.4s; }

/* Images */
.client-item img {
  max-width: 180px;
  width: 100%;
  transition: all 0.3s ease;
}

/* Hover effect */
.client-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Keyframes */
@keyframes slideIn {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 26px;
  }

  .client-item img {
    max-width: 140px;
  }
}

@media (max-width: 576px) {
  .client-item img {
    max-width: 120px;
  }
}
.gallery-section {
  padding: 80px 0;
  background: #2f3f82;
}

/* Card */
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  background-color: white;
  padding: 10px;
}

/* Image */
.gallery-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Bottom overlay content */
.gallery-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 20px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
}

.gallery-content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* Hover animation */
.gallery-card:hover img {
  transform: scale(1.1);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .gallery-card img {
    height: 260px;
  }
}

@media (max-width: 576px) {
  .gallery-card img {
    height: 220px;
  }

  .gallery-content h4 {
    font-size: 16px;
  }
}
.testimonial-section {
  padding: 90px 0;
  background: #2f3f82;
}

.section-title h2 {
  font-size: 34px;
  font-weight: 700;
  color: white;
}

.section-title p {
  color: white;
  font-size: 15px;
}

/* Card */
.testimonial-card {
  max-width: 700px;
  margin: auto;
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 18px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.1);
  text-align: center;
  animation: fadeUp 1s ease;
}

.testimonial-card p {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}

.testimonial-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0b1d3a;
  margin-bottom: 4px;
}

.testimonial-card span {
  font-size: 14px;
  color: #00baff;
}

/* Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #00baff;
  border-radius: 50%;
  padding: 18px;
}

/* Animation */
@keyframes fadeUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 30px 20px;
  }

  .testimonial-card p {
    font-size: 15px;
  }
}
/* ================= FOOTER ================= */

.site-footer {
  position: relative;
  background-image: url("images/foot.jpg"); /* footer background image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 30px;
  color: #ffffff;
  overflow: hidden;
}

/* BLACK OVERLAY */
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* overlay opacity */
  z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.site-footer .container,
.site-footer .row,
.footer-content {
  position: relative;
  z-index: 2;
}

/* ================= BRAND ================= */

.footer-brand h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-brand p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 8px;
}

/* ================= TITLES ================= */

.footer-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* ================= LISTS ================= */

.footer-list,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li,
.footer-links li {
  margin-bottom: 10px;
  font-size: 17px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* ================= SOCIAL ICONS ================= */

.footer-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 8px;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #ffffff;
  color: #000000;
}

/* ================= MAP ================= */

.footer-map iframe {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  border: none;
}

/* ================= FOOTER BOTTOM ================= */

.footer-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  opacity: 0.85;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .site-footer {
    padding: 60px 0 20px;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer-brand h2 {
    font-size: 26px;
  }

  .footer-list li,
  .footer-links li {
    font-size: 15px;
  }

  .footer-map iframe {
    height: 160px;
  }
}
/* Product Card */
.product-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  padding: 24px 20px 0;
  width: 100%;
  height: 100%;                /* KEY */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* Hover effect */
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* Image wrapper */
.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

/* Image */
.product-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Bottom title/button */
.product-footer {
  margin-top: 20px;
  background: #2f3f82;
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
}

.product-footer h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .product-card {
    max-width: 100%;
  }

  .product-footer h4 {
    font-size: 16px;
  }
}
.about-us-section {
  padding: 90px 0;
  background: #f6fbff;
}

.about-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Image */
.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

/* Content */
.about-content {
  flex: 1;
}

.about-content h6 {
  font-size: 14px;
  color: #00baff;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b1d3a;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 14px;
}

/* Button */
.about-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 34px;
  background: linear-gradient(135deg, #00baff, #005bea);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
}

.about-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 186, 255, 0.4);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .about-wrapper {
    flex-direction: column;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .about-us-section {
    padding: 60px 0;
  }
}
.about-banner {
  position: relative;
  height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* COLOR OVERLAY */
.about-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(47, 63, 130, 0.85); /* #2f3f82 overlay */
  z-index: 1;
}

/* CONTENT */
.about-banner-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 0 16px;
}

.about-banner-content h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 8px;
}

.about-banner-content p {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .about-banner {
    height: 240px;
  }

  .about-banner-content h1 {
    font-size: 30px;
  }

  .about-banner-content p {
    font-size: 14px;
  }
}
.vm-animate-section {
  padding: 100px 0;
  background: #2f3f82;
}

/* Animated box */
.vm-animate-box {
  height: 100%;
  padding: 50px 40px;
  border-radius: 24px;
  background: white;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  animation: slideFade 1.2s ease forwards;
  opacity: 0;
}

/* Delay */
.vision-box {
  animation-delay: 0.2s;
}

.mission-box {
  animation-delay: 0.5s;
}

/* Gradient border animation */
.vm-animate-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, #00baff, #2f3f82);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Icon */
.vm-animate-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #00baff, #2f3f82);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  animation: pulseGlow 2.5s infinite;
}

.vm-animate-icon i {
  font-size: 36px;
  color: #ffffff;
}

/* Text */
.vm-animate-box h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b1d3a;
  margin-bottom: 18px;
}

.vm-animate-box p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  margin: 0;
}

/* Keyframes */
@keyframes slideFade {
  from {
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(0,186,255,0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0,186,255,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0,186,255,0);
  }
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .vm-animate-box {
    padding: 40px 30px;
  }

  .vm-animate-box h3 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .vm-animate-section {
    padding: 70px 0;
  }

  .vm-animate-icon {
    width: 65p
  }
}

.why-choose-section {
  padding: 100px 0;
  background: #f6fbff;
}

/* Layout */
.why-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Image */
.why-image {
  flex: 1;
  animation: slideLeft 1.2s ease forwards;
  opacity: 0;
}

.why-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* Content */
.why-content {
  flex: 1;
  animation: slideRight 1.2s ease forwards;
  opacity: 0;
}

.why-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b1d3a;
  margin-bottom: 25px;
}

/* List */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 14px;
  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
}

/* Stagger animation */
.why-list li:nth-child(1) { animation-delay: 0.2s; }
.why-list li:nth-child(2) { animation-delay: 0.3s; }
.why-list li:nth-child(3) { animation-delay: 0.4s; }
.why-list li:nth-child(4) { animation-delay: 0.5s; }
.why-list li:nth-child(5) { animation-delay: 0.6s; }
.why-list li:nth-child(6) { animation-delay: 0.7s; }

/* Icon */
.why-list i {
  color: #00baff;
  font-size: 18px;
  margin-top: 4px;
}

/* Keyframes */
@keyframes slideLeft {
  from {
    transform: translateX(-60px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideRight {
  from {
    transform: translateX(60px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .why-wrapper {
    flex-direction: column;
  }

  .why-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .why-choose-section {
    padding: 70px 0;
  }

  .why-content h2 {
    font-size: 26px;
  }

  .why-list li {
    font-size: 15px;
  }
}
#gallery-filters {
      display: flex;
      justify-content: center;
      gap: 15px;
      list-style: none;
      padding: 0;
      flex-wrap: wrap;
    }

    #gallery-filters li {
      cursor: pointer;
      padding: 8px 18px;
      font-weight: 600;
      border-radius: 5px;
    }

    #gallery-filters .filter-active {
      background: #0d6efd;
      color: #fff;
    }

    .gallery-item img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 10px;
    }

    @media (max-width: 991px) {
      .gallery-item img { height: 260px; }
    }

    @media (max-width: 767px) {
      .gallery-item img { height: 220px; }
    }
    .contact-section {
  padding: 90px 0;
  background: #ffffff;
}

/* MAP CARD */
.map-card {
  background: #fff;
  padding: 10px;
  border-radius: 14px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.12);
}

.map-card iframe {
  width: 100%;
  height: 420px;
  border: none;
  border-radius: 10px;
}

/* FORM BOX */
.contact-form-box {
  padding-left: 20px;
}

.contact-form-box h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.title-line {
  width: 60px;
  height: 3px;
  background: #0d6efd;
  margin-bottom: 18px;
}

.subtitle {
  font-size: 15px;
  color: #555;
  margin-bottom: 35px;
}

/* INPUTS */
.contact-form-box .form-control {
  padding: 14px 16px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  box-shadow: none;
}

.contact-form-box .form-control:focus {
  border-color: #0d6efd;
}

/* ERROR TEXT */
.error-text {
  font-size: 13px;
  color: red;
}

/* BUTTON */
.send-btn {
  background: #2f3f82;
  color: #fff;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
}

.send-btn:hover {
  background: #5f66a6;
}

/* NOTE */
.note-text {
  font-size: 14px;
  color: #333;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .map-card iframe {
    height: 350px;
  }

  .contact-form-box {
    padding-left: 0;
  }

  .contact-form-box h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .contact-section {
    padding: 60px 0;
  }

  .map-card iframe {
    height: 280px;
  }

  .contact-form-box h2 {
    font-size: 26px;
  }
}
/* ================= PRELOADER ================= */

#preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Center content */
.preloader-content {
  text-align: center;
  animation: fadeIn 1.2s ease forwards;
}

/* Logo text */
.logo-text {
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 4px;
  color: #2f3f82;
  margin-bottom: 6px;
  animation: glow 2.5s ease-in-out infinite;
}

/* Tagline */
.tagline {
  font-size: 14px;
  color: #666;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Loader line */
.loader-line {
  width: 180px;
  height: 4px;
  background: #e6e6e6;
  border-radius: 50px;
  margin: 26px auto 0;
  overflow: hidden;
}

.loader-line span {
  display: block;
  height: 100%;
  width: 40%;
  background: linear-gradient(90deg, #00baff, #2f3f82);
  border-radius: 50px;
  animation: slideLine 1.6s infinite ease-in-out;
}

/* ================= KEYFRAMES ================= */

@keyframes slideLine {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(150%);
  }
}

@keyframes glow {
  0% {
    text-shadow: 0 0 0 rgba(47,63,130,0.4);
  }
  50% {
    text-shadow: 0 0 18px rgba(47,63,130,0.6);
  }
  100% {
    text-shadow: 0 0 0 rgba(47,63,130,0.4);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .logo-text {
    font-size: 42px;
  }

  .loader-line {
    width: 140px;
  }
}
/* ================= FLOATING ICONS ================= */

.floating-icons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

/* Button base */
.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  animation: bounce 2.5s infinite;
  transition: transform 0.3s ease;
}

/* Hover */
.float-btn:hover {
  transform: scale(1.1);
}

/* WhatsApp */
.float-btn.whatsapp {
  background: #25d366;
  animation-delay: 0s;
}

/* Phone */
.float-btn.phone {
  background: #0d6efd;
  animation-delay: 0.4s;
}

/* ================= ANIMATION ================= */

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .floating-icons {
    right: 14px;
    bottom: 14px;
  }

  .float-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
#scrollTopBtn {
  position: fixed;
  bottom: 175px;
  right: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #2E3192;
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  z-index: 999;
}

#scrollTopBtn:hover {
  transform: translateY(-4px);
  background: #1f2275;
}

/* Mobile */
@media (max-width: 576px) {
  #scrollTopBtn {
    width: 42px;
    height: 42px;
    font-size: 20px;
    bottom: 18px;
    right: 18px;
  }
}
  .product-card,
    .details-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      padding: 20px;
    }

    .product-title {
      font-weight: 600;
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 15px;
    }

    .enquiry-btn {
      background: #2e3a8c;
      color: #fff;
      border-radius: 6px;
      padding: 10px;
      width: 100%;
      border: none;
      font-weight: 500;
    }

    .enquiry-btn:hover {
      background: #1f2a6d;
    }

    .section-title {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .section-box {
      border-top: 1px solid #e5e5e5;
      padding-top: 15px;
      margin-top: 15px;
    }

    .spec-text {
      font-size: 14px;
      color: #555;
      line-height: 1.7;
    }

    @media (max-width: 991px) {
      .product-card {
        margin-bottom: 20px;
      }
    }



   .product-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* TITLE */
.product-title {
    font-weight: 600;
}

/* MAIN IMAGE */
.main-img-wrapper {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: 2px solid #eee;
    padding: 8px;
}

/* THUMB CAROUSEL */
.thumb-slider {
    margin-top: 12px;
}

.thumb-img {
    cursor: pointer;
    border: 2px solid #ddd;
    padding: 4px;
    margin: 0 6px;
    transition: 0.3s;
}

.thumb-img:hover {
    border-color: #25D366;
    transform: scale(1.05);
}

/* BLACK SLICK ARROWS */
.slick-prev,
.slick-next {
    width: 36px;
    height: 36px;
    background: #000 !important;
    border-radius: 50%;
    z-index: 10;
}

.slick-prev:before,
.slick-next:before {
    color: #fff !important;
    font-size: 18px;
    opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
    background: #333 !important;
}

/* BUTTON */
.enquiry-btn {
    background: #2c3e91;
    color: #fff;
    border-radius: 8px;
    width: 100%;
}

.enquiry-btn:hover {
    background: #1f2f7a;
    color: #fff;
}

/* DETAILS */
.details-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.section-box {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.section-title {
    font-weight: 600;
}

.spec-text {
    color: #555;
}

.thumb-slider img {
  margin: 0 4px;   /* left & right gap */
}