
* {
  font-family: "global-f", Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: medium ;

  /* NAVBAR START */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Header */
header {
  background: white;
  padding: 12px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
/* TOP INFO BAR */
.top-inner {
  background-color: #f3f3f3; /* Dark background */
  color: #004c97;
  height: 50px;
  padding: 20px 20px;
  margin-top: -30px;
  margin-left: 20px;
  width: 900px;
  border-radius: 20px;
}

.top-inner .info {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 14px;
  align-items: center;
}

.top-inner .info li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-inner .info li img {
  width: 18px;  /* Adjust icon size */
  height: 18px;
  object-fit: contain;
}

.top-inner .info li a {
  color: #004c97;
  text-decoration: none;
  transition: color 0.3s;
}

.top-inner .info li a:hover {
  color: #004c97; /* Highlight color on hover */
}
.top-inner .social {
  display: flex;
  flex-direction: row;
  gap: 30px; /* space between icons */
  align-items: center;
  margin-left: 900px;
  margin-top: -18px ;
}

.top-inner .social img {
  width: 20px; /* size of icons */
  height: 20px;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.3s, filter 0.3s;
}

.top-inner .social img:hover {
  transform: scale(1.2); /* slightly enlarge on hover */
  filter: brightness(1.2); /* brighten effect */
}


/* Navbar */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.logo img {
  height: 60px;
  width: auto;
  border-radius: 50%;
}

/* Nav Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-links a {
  color:#004c97;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
.nav-links a.active{
  color: #004c97;
}
.nav-links a:hover {
  color: #032f5c;
}


/* Hamburger menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  height: 3px;
  width: 25px;
  background: #004c97;
  margin: 4px 0;
  transition: 0.3s;
}
/* NAVBAR END */

/* HERO SECTION START */
.hero {
      position: relative;
      height: 90vh;
      overflow: hidden;
    }

    .slides {
      display: flex;
      height: 100%;
      
    }
 
    .slide {
      min-width: 100%;
      height: 100%;
      position: relative;
      
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Black overlay */
    .slide::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
    }

    /* Centered text */
    .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      z-index: 2;
    }

    .hero-text h1 {
      font-size: 3rem;
      margin-bottom: 20px;
      color: #004c97;                     /* Text fill color */
      -webkit-text-stroke: 2px #ffffff ;     /* outline */
    }

    .hero-cta {
      display: flex;
      gap: 15px;
      justify-content: center;
    }

    .btn {
      padding: 12px 24px;
      border: none;
      border-radius: 30px;
      background: #28a745;
      color: #fff;
      font-size: 1rem;
      cursor: pointer;
      text-decoration: none;
      transition: 0.3s;
    }

    .btn:hover {
      background: #218838;
    }

    .btn-outline {
      background: #007bff;
    }

    .btn-outline:hover {
      background: #0056b3;
    }

    /* Arrows */
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.6); 
      color: #fff;
      border: none;
      font-size: 1.8rem; 
      cursor: pointer;
      width: 45px;      
      height: 45px;      
      border-radius: 50%; 
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
    }

    .arrow:hover {
      background: rgba(0, 0, 0, 0.9);
    }

    .prev {
      left: 20px;
    }

    .next {
      right: 20px;
    }

    /* Dots */
    .dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 2;
    }

    .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      border: none;
      cursor: pointer;
      transition: 0.3s;
    }

    .dot.active {
      background: #fff;
    }

/* HERO SECTION END */

/* ICON SECTION START */
/* SOCIAL ICONS IN HERO */
.icon-floating {
  position: fixed;          /* floating on screen */
  bottom: 20px;             /* distance from bottom */
  right: 20px;              /* distance from right */
  z-index: 1000;            /* above other elements */
}

.icon-floating .social {
  display: flex;
  flex-direction: column;   /* stack icons vertically */
  gap: 15px;
}

.icon-floating .social a img {
  width: 35px;              /* icon size */
  height: 35px;
  object-fit: contain;
}

/* ICON SECTION END */

/* ABOUT SECTION START */
.about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 10%;
  flex-wrap: wrap; /* ensures responsiveness */
  background: #f9f9f9;
}

.about-text {
  flex: 1;
  min-width: 300px;
  text-align: start;
}

.about-text h1 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  margin-bottom: 20px;
  color:#1c1c1c;
  text-align: start;
}

.about-text p {
  font-size: 16px;
  line-height: 1.6;
  color:#004c97;
  text-align: justify;
}

.about-img {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 280px;
}

.about-img img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
/* ABOUT SECTION END */

/* FEATURE SECTION START */


.features {
  padding: 60px 20px;
  background-color: #3fae49;
  overflow: hidden; /* Prevent overflow */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 600;
  color: #ffffff;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cards in a row on desktop */
  gap: 30px;
  align-items: start;
}

/* Feature Card */
.feature-card {
  background: #fff;
  padding: 30px 20px;
  height: 220px;
  width: 220px;
  /* border-radius: 12px; */
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
 
}

.feature-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}

.feature-card p {
  font-size: 0.95rem;
  color: #555;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* FEATURE SECTION END */

.service {
  padding: 50px 20px;
  background: #f9f9f9;
  text-align: center;
}
.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 30px;
  color: #1c1c1c;
}

/* Slider */
.service-slider {
  overflow: hidden;
  margin: auto;
}

.service-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

/* Card */
.service-card {
  flex: 0 0 calc(33.333% - 13.33px); /* 3 per view desktop */
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.service-card h3 {
  font-size: 1.1rem;
  color: #111;
}

/* Hover */
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  background: #004c97;
}
.service-card:hover h3 {
  color: white; /* explicitly target h3 */
}

/* Dots */
.service-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.service-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bbb;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-dots .dot.active {
  background: #004c97;
  transform: scale(1.2);
  box-shadow: 0 4px 10px #004c97;
}

/* Responsive */
@media (max-width: 992px) {
  .service-card {
    flex: 0 0 calc(50% - 10px); /* 2 per view */
  }
}

@media (max-width: 576px) {
  .service-card {
    flex: 0 0 100%; /* 1 per view */
  }
  .section-title {
    font-size: 1.6rem;
  }
}


/* SERVICE SECTION END */

/* SATISFICATION SECTION START */
.satisfication {
  background: #2c9935;
  padding: 60px 20px;
  text-align: center;
}

.satisfications-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.satisfication-cards {
  padding: 30px 20px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.satisfication-cards:hover {
  transform: translateY(-8px);
}

.satisfication-cards img {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1); /* Makes it white */
}

.satisfication-cards h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 10px 0;
}

.satisfication-cards p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
}
/* SATISFICATION SECTION END */

/* GALLERY SECTION START  */
.gallery {
  padding: 50px 20px;
  text-align: center;
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
}

.gallery-title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.gallery-cards img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-cards img:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Lightbox Popup */
.lightbox {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center; 
  align-items: center; 
  flex-direction: column;
  padding: 20px;
}

.lightbox-img {
  max-width: 90%;
  max-height: 75%;
  border-radius: 10px;
}

.caption {
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

/* Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* GALLERY SECTION END */

/* BRAND SECTION START */
.brands {
  background: #dbdbdb;
  padding: 40px 0;
  overflow: hidden;
}

.brands-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; /* some side padding for mobile */
}

.brands-container h1 {
  color: black;
  font-size: 2.5rem;
  text-align: center;
}

/* Scrollable logos wrapper */
.brands-cards {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  animation: scrollBrands 25s linear infinite;
  flex-wrap: nowrap; /* keep scrolling in single line */
}

/* Logos */
.brands-cards img {
  height: 100px;
  width: auto;
  object-fit: contain;
  transition: filter 0.2s ease;
}

.brands-cards img:hover {
  filter: grayscale(0%);
}

/* Scroll animation */
@keyframes scrollBrands {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .brands-cards {
    gap: 25px;
  }
  .brands-cards img {
    height: 80px;
  }
}

@media (max-width: 576px) {
  .brands-container h1 {
    font-size: 1.8rem;
  }
  .brands-cards {
    gap: 15px;
    margin-top: 30px;
  }
  .brands-cards img {
    height: 60px;
  }
}

/* BRANDS SECTION END */

/* <!-- FOOTER SECTION START --> */
.footer {
    background: #010611;
    color: #ecf0f1;
    padding: 40px 20px 20px;
    /* height: 90%; */
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #0080ff;
}

.footer-column p,
.footer-column a {
    font-size: 14px;
    color: #ecf0f1;
    text-decoration: none;
    line-height: 1.8;
}

.footer-column a:hover {
    color: #0080ff;
    transition: 0.3s;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column i {
    margin-right: 8px;
    color: #0080ff;
}

.qr-code img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    border: 2px solid #004c97;
    background: #fff;
    padding: 5px;
}

.footer-copyright {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #394755;
    margin-top: 20px;
    font-size: 13px;
    color: #c4e2f7;
}

/* <!-- FOOTER SECTION END --> */