*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --blue:#163a67;
    --black:#020202;
}boby{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 
               "Helvetica Neue", Arial, "Noto Sans", sans-serif, 
               "Apple Color Emoji", "Segoe UI Emoji", 
               "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #212529;
}p,
li,
a {
  font-family: "GilroyMedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, "Noto Sans", sans-serif;text-decoration:none !important;
  font-weight: 400;
    color: #737373;
}
.table th {
  background-color: #f8f9fa;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}.enbutton p{color: #fff}
.varsec h4{color:#000;}
.table td {
  vertical-align: middle;
}.top80{top:-70px !important;}
.home-page{
    padding: 0px !important;
}.navbar {
      background-color: #fff !important;
    height: 90px;
    width: 100%;
    top: 0px;
    z-index: 20;
    position: relative;
}.navbar-collapse{
    flex-grow: 0 !important;
}.navbar-expand-lg .navbar-nav .nav-link{padding: 0px !important;height: 80px;}.container-fluid, .navbar-collapse,.navbar-nav{
    height: auto;
}.navbar{padding: 0px !important;}
    .navbar-nav .nav-link {
      color: #777777 !important;
      font-weight: 500;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      gap: 4px;
}header{
    background: #fff;
}.container-fluid{padding-left: 0px !important; padding-right: 0px !important;}
.nav-item{display: flex;flex-direction: column;padding: 0px 25px;}.bluecl{color:var(--blue);}

    .navbar-nav .nav-link:hover {
      color: var(--blue)!important;
    }.aboutus h2{color:var(--blue) !important;}

    /* --- Dropdown Arrow --- */
    .dropdown-toggle::after {
      content: "▼";
      font-size: 15px;
      margin-left: 6px;
      transition: transform 0.3s ease;
      display: inline-block;
        right: 0px;
}footer p{color: #fff};
/* Base Header */
body {
  margin: 0;
  font-family: "GilroyMedium", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}.banner p{color:#fff;}

.navbar.sticky {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}.minhe{
    max-height: 100px;   /* Minimum height requirement */
    overflow-y: auto;    /* Enable scrolling */
    overflow-x: hidden;  /* Prevent horizontal scroll */
}

.logo img {
  max-width: 180px;
  height: auto;
}

.menu-items {
  display: flex;
  list-style: none;
  gap: 25px;
  align-items: center;
}

.menu-item {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

.menu-item:hover {
  color: #0056b3;
}

.enquiry-btn {
  background: #004aad;
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.enquiry-btn:hover {
  background: #007bff;
}

/* Dropdown Styles */
.dropdown-menu,
.menu-right {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 0;
  list-style: none;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu a {
  display: block;
  padding: 6px 25px 6px 15px;
  color: #333;
}

.dropdown-menu a:hover {
  background: #f5f5f5;
}

/* Right aligned submenu */
.dropdown-right:hover > .menu-right {
  display: block;
  top: 0;
  left: 100%;
}

/* Menu Button */
.menu-btn {
  display: none;
  cursor: pointer;
}

.menu-btn__lines,
.menu-btn__lines::before,
.menu-btn__lines::after {
  width: 25px;
  height: 3px;
  background-color: #333;
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 2px;
}

.menu-btn__lines::before,
.menu-btn__lines::after {
  content: "";
  position: absolute;
}

.menu-btn__lines::before {
  top: -8px;
}

.menu-btn__lines::after {
  top: 8px;
}

.menu-btn.open .menu-btn__lines {
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg);
  top: 0;
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg);
  top: 0;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.overlay.overlay--active {
  opacity: 1;
  pointer-events: auto;
}.fb-link{
    border: 1px solid #fff;
    padding: 15px 16px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}.bi-facebook::before{color: #fff;}
.footfb:hover .fb-link{transform: scale(1.1);}
/* Responsive */
@media (max-width: 991px) {
  .menu-btn {
    display: block;
    }.dropdown:hover > .dropdown-menu{border: 0px !important;}

  .menu-items {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    padding: 100px 20px;
    transition: 0.3s ease;
    overflow-y: auto;
  }

  .menu-items.open {
    right: 0;
  }

  .menu-items li {
    width: 100%;
  }

  .dropdown-menu,
  .menu-right {
    position: static;
    display: none;
    box-shadow: none;
    padding-left: 15px;
  }

  .dropdown.open > .dropdown-menu {
    display: block;
  }

  .desktop-enquiry {
    display: none;
  }

  .mobile-enquiry {
    margin-top: 20px;
  }
}


    /* Rotate arrow when hovering */
    .dropdown:hover > .nav-link::after,
    .dropdown-submenu:hover > .dropdown-item::after {
      transform: rotate(180deg);
}.dropdown-item:focus, .dropdown-item:hover{background: var(--blue) !important;}
.dropdown-item:focus, .dropdown-item{transition: all 0.3s ease;}
.enbutton{margin-left: 20px;}.navbar-toggler{border: 0px !important;}
    /* --- Dropdown hover effects --- */
    .dropdown-item:hover {
      background-color: salmon;
      color: #fff !important;
}.dropdown-menu .dropdown-toggle::after{
    position: absolute;
    right: 10px;
    top: 15px;
}
.dropdown-submenu .dropdown-menu.rig0 {
  left: auto;
  right: 100%; /* opens towards left */
}


    .dropdown-menu {
      border-radius: 0;
      border: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.navbar .dropdown:hover,.dropdown-menu{transition: all 0.3s ease !important;}

    /* Hide dropdowns by default */
    .dropdown .dropdown-menu {
      display: none;
    }

    /* Show dropdowns on hover (desktop only) */
    @media (min-width: 992px) {
      .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        bottom: -105px;  
          left: -25px;
        }.top80{top:0px !important;}
      /* Nested dropdowns (submenus) */
      .dropdown-submenu {
        position: relative;
      }
      .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
      }
      
      .dropdown-submenu:hover > a::after {
        transform: rotate(90deg);
      }
      .dropdown-submenu:hover > .dropdown-menu {
        display: block;
      }
}.navbar-brand{padding-bottom: 0px;padding-top: 0px;}

    /* --- Enquiry Button --- */
    .enquiry-btn {
      background-color: #163a67;
      color: #fff;
      padding: 9px 27px;
      border-radius: 25px;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 6px;
      transition: 0.3s;
      border: 1px solid var(--blue);
}.d-flex p{
    margin-bottom: 0px;
}.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1040;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(3px); /* smooth blur effect */
}

/* Disable scroll when menu is open */
body.menu-open {
  overflow: hidden;
}


    .enquiry-btn:hover {
      background: #fff;
      color: var(--blue) !important;
}.enquiry-btn:hover p{color: var(--blue);}
footer {
      background-color: var(--blue);
      color: #fff;
      padding: 60px 0 20px;
    }

    footer img {
      max-width: 150px;
      margin-bottom: 20px;
    }

    footer b {
      color: #fff;
      font-size: 18px;
    }

    footer a ,.bi-dot::before{
      color: #fff;
      text-decoration: none;
    }

    footer a:hover {
      color: #bbb;
    }

    footer ul {
      list-style: none;
      padding: 0;
    }

    footer ul li {
      margin-bottom: 10px;
    }

    footer .social-h {
      display: block;
      margin-top: 15px;
      margin-bottom: 10px;
    }

    footer .icon-hover img {
      width: 40px;
      margin-right: 8px;
      transition: transform 0.3s ease;
    }.social-icons img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}

    footer .icon-hover img:hover {
      transform: scale(1.1);
    }

    .fb-div .fb-link {
      font-size: 24px;
      color: #1877f2;
      transition: transform 0.3s;
    }

    .fb-div .fb-link:hover {
      transform: scale(1.1);
      color: #fff;
    }

    .f3 figure {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
    }

    .f3 figure img {
      width: 30px;
      margin-right: 10px;
      margin-top: 3px;
    }

    .copyright-txt,
    .designby-txt {
      text-align: center;
      background-color: var(--blue);
      padding: 10px 0;
      font-size: 14px;
    }

    .design-company-a1 {
      color: #fff;
}.mb3{margin-bottom: 30px !important;}

    .design-company-a {
      color: #ff8c00;
      font-weight: 600;
    }

    .design-company-a1:hover .design-company-a {
      color: #fff;
}.about2-sec img{border-radius: 25px !important;}
footer b{
    padding-bottom: 15px;
}.f18{font-size: 18px; font-weight: 500;}.navbar-collapse{background: #fff;width: 100%;}
.banner {
  position: relative;
  overflow: hidden;
}

.banner figure {
  margin: 0;
  position: relative;
}

.banner-image-1 {
  width: 100%;
  height: auto;
  display: block;
}

.banner-img-mbl {
  display: none;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .banner-image-1 {
    display: none;
  }
  .banner-img-mbl {
    display: block;
  }
}

/* Text Overlay */
.banner-data-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

.banner-left-text {
  max-width: 600px;
}

.banner-left-text-p1 {
  font-weight: 600;
  color: #fff;
}

.banner-left-text-h2 {
  font-size: 2.2rem;
  color: #fff;
}

.banner-left-text-h2-span-col {
  color: #d3d3ff;
    
}
.banner-left-text-a1 {
  background-color: #e7e7f3;
  color: #000;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s;
}.pspace{padding: 100px 0px;}
.abt1-sec img{border-radius: 25px !important;}.abt1-sec .butn{display: flex; justify-content: flex-start;align-items: flex-end;}

.banner-left-text-a1:hover {
  background-color: var(--blue);
    color: #fff;
}

/* Swiper pagination dots */
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: var(--blue)!important;
  opacity: 1;
}.swiper-slide{position: relative;}
.swiper-slide::after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #000, transparent);
    width: 100%;
    height: 100%;
    bottom: 0px;
    opacity: 0.8;
    z-index: 1;
}.banner-text{position: relative;
    z-index: 9;}.me-auto{margin-right: 0px !important;}
.navbar-expand-lg .navbar-collapse{justify-content: flex-end;}
.pb0{padding-bottom: 0px!important;}
.counter-sec .row.counter-img {
  background-image: url("images/earth.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 230px;
  border-radius: 42px;
  align-items: center;
  display: flex;
  justify-content: center;
}.counter-num{position: relative;}
.counter-num::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
        right: 33%;
    bottom: -30%;
    background: rgb(163 163 163 / 20%);
    border-radius: 50%;
}

.counter-box {
  padding: 20px;
  color: #fff;
}

.counter-num {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  transition: 0.3s ease;
}

.counter-txt {
  font-size: 1.1rem;
  margin-top: 15px;
  color: #f8f9fa;
}
/* Section heading */
.testimonials-sec-h {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
}

/* Ensure slick track behaves properly */
.ediv {
  position: relative;
}
.ediv .slick-track {
  display: flex !important;
}
.ediv .slick-slide {
  display: flex !important;
  height: auto;
}

/* Testimonial box styling */
.testimonial-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px; /* ensures equal height */
}

/* Name and quote layout */
.testimonial-name-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.testimonial-name-box-left p {
  margin: 0;
  color: #555;
  line-height: 1.4;
}
.testimonial-name {
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}

/* Testimonial text */
.testimonial-box p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

/* Slick arrows (Font Awesome) */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #222;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-prev::before, .slick-next::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #222;
  font-size: 18px;
  line-height: 40px;
}
.slick-prev::before { content: "\f104"; } /* left */
.slick-next::before { content: "\f105"; } /* right */
.slick-prev { left: -50px; }
.slick-next { right: -50px; }

.slick-prev:hover, .slick-next:hover {
  background: #222;
  border-color: #222;
}
.slick-prev:hover::before, .slick-next:hover::before {
  color: #fff;
}

/* Equal height on all slides */
.slick-slide > div {
  display: flex;
  height: 100%;
}
.home-mail-sec {
  background-color: #ebebf5; /* light bluish-gray like your screenshot */
}

.home-mail-para {
  color: #5a5959;
  font-size: 1rem;
  font-weight: 500;
}

.home-mail-h {
  color: #1b1c3d;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}.banner,.mgt100{margin-top: 90px;}

.home-mail-input {
  border-radius: 50px;
  padding: 12px 20px;
  border: none;
  outline: none;
  width: 70%;
  max-width: 280px;
}

.home-mail-input::placeholder {
  color: #9b9b9b;
}

.home-mail-btn {
  background-color: #1b1c3d;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 500;
  transition: 0.3s ease;
}.form-control{padding: 9px 27px !important;border-radius: 25px !important;}

.home-mail-btn:hover {
  background-color: #2b2d57;
}

.home-mail-form {
  gap: 10px;
}.slick-track,.testimonial-slider{overflow: hidden;}
.breadcrumb__area {
  background: url('https://images.unsplash.com/photo-1523285367489-d38aec03b7f7?auto=format&fit=crop&w=1920&q=80') 
              center/cover no-repeat; /* You can replace with your own image */
  position: relative;
  padding: 100px 0;
  color: #fff;
}
.banner-container {
  position: relative;
  z-index: 2;
}

.content-box h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
    color: #000;
}

#crumbs {
  font-size: 1rem;
  color: #f1f1f1;
}

#crumbs a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

#crumbs a:hover {
  color: #ffcf40; /* highlight color on hover */
}

.divider {
  margin: 0 6px;
  color: #000;
}

.current {
  color: #8F8AC2;
}.breadcrumb__area.breadcrumb{background-color: #e9ecef !important;}
.breadcrumb__area.breadcrumb {
    padding: 40px;
    margin-bottom: 0px !important;
}.banner-container {
    margin-left: 5%;
}.about-us-content {
  background-color: #fff;
}
.about-img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.abt-para1 {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}

/* Founder */
.our-founder-page p {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

/* Approach Boxes */
.zenmak-global-approach-area {
  background-color: #f8f9fa;
}
.appro-box {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.appro-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}
.appro-h {
  color: #0c1b47;
  font-weight: 600;
  margin-bottom: 15px;
}
.appro-para {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
}
/* Vision & Mission Section */
.vision-mission {
  background-color: #f9f9fb;
  padding: 60px 0;
}


/* Individual Box Styles */
.vision, .mission {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* Text box style */
.vision-content, .mission-content {
  background-color: #dce9f9;
  border-radius: 10px;
  padding: 30px;
  flex: 1;
  min-width: 320px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.vision-content:hover, .mission-content:hover {
  background-color: var(--blue);
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}.mission {display: flex;justify-content: flex-end;align-items: flex-end;}

.vision-content:hover h4,
.vision-content:hover p,
.vision-content:hover li,
.mission-content:hover h4,
.mission-content:hover p {
  color: #fff;
}

.vision-content h4, .mission-content h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1b1b1b;
}

.vision-content p, .mission-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

.vision-content ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #333;
  line-height: 1.6;
}

/* Image side styling */
.empty-area img {
  max-width: 320px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.service-desk {
  padding: 40px 25px 0px 25px;
  background-color: #f9f9f9;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  min-height: 210px;
  display: flex;
  align-items: flex-start;
  transition: 0.3s ease;
}.pd-left{padding-left: 20px !important;}

.service-desk:hover {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.service-desc-icon-section img {
  width: 70px;
  height: auto;
}

.service-desc-text-section h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-detail-img {
  width: 100%;
  border-radius: 10px;
}.contact-section {
  width: 90%;
  max-width: 1100px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Left Form */
.contact-form {
  position: relative;
  flex: 1;
  background: #8b86c9;
  padding: 40px;
  color: white;
  overflow: hidden;
}

/* Background circles */
.overlay-circles::before,
.overlay-circles::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  z-index: 0;
}

.overlay-circles::before {
  width: 180px;
  height: 180px;
  top: 50px;
  right: -40px;
}

.overlay-circles::after {
  width: 220px;
  height: 220px;
  bottom: -60px;
  left: 30px;
}

.contact-form h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}

.contact-form form {
  position: relative;
  z-index: 1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid white;
  border-radius: 6px;
  background: transparent;
  color: white;
  font-size: 15px;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: white;
  opacity: 0.9;
}

.contact-form button {
  background: white;
  color: #8b86c9;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form button:hover {
  background: #e6e6fa;
}

/* Right Info */
.contact-info {
  flex: 1;
  padding: 40px;
  color: #333;
}

.contact-info h2 {
  color: #102a54;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.contact-info p {
  margin: 10px 0;
  line-height: 1.6;
  color: #444;
  font-size: 15px;
}

.contact-info i {
  color: #102a54;
  margin-right: 10px;
}

.contact-info h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #102a54;
}

/* Social icons */
.social-icons a {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #102a54;
  color: white;
  text-align: center;
  line-height: 38px;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 16px;
  transition: 0.3s;
}.fa-instagram:before,.fa-facebook-f:before,.fa-youtube:before,.fa-twitter:before, .fa-linkedin:before {
    color: #fff;
    font-size: 20px;
    left: 5px;
    position: relative;
}

.social-icons a:hover {
  background: #4b6cb7;
  transform: translateY(-2px);
}.contact-section{margin: 0 auto;}
.product-tab-sec {
      padding: 80px 0;
    }

    .product-grid-heading {
      font-size: 2.2rem;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 50px;
    }

    .product-card {
      background: #fff;
      border: none;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      overflow: hidden;
    }

    .product-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .product-card img {
      width: 100%;
      height: auto;
      border-bottom: 1px solid #eee;
    }

    .product-title {
      font-size: 1.2rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #000;
      margin-top: 15px;
    }

    .read-more-btn {
      display: block;
      width: 90%;
      margin: 20px auto;
      background-color: #0d2970;
      color: #fff;
      font-weight: 500;
      border-radius: 8px;
      padding: 10px 0;
      text-decoration: none;
      transition: background 0.3s;
    }

    .read-more-btn:hover {
      background-color: #001d56;
      color: #fff;
    }

    .read-more-btn i {
      font-size: 0.9rem;
    }.product-tab-sec {
      padding: 60px 0;
      background-color: #f9f9f9;
    }
    .product-grid-heading {
      font-weight: 700;
      margin-bottom: 40px;
    }
    .product-data {
      margin-bottom: 30px;
      transition: all 0.3s ease-in-out;
      overflow: hidden;
      text-align: center;
    }.product-data {
    padding: 20px 20px;
    box-shadow: 0px 0px 14px 0px #c7c7c761;
    border-radius: 5px;
    margin-bottom: 30px;
}
    .product-data:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    }
    .product-data-img img {
      width: 100%;
      height: auto;
      border-bottom: 1px solid #eee;
    }
    .product-data-text {
      padding: 15px 0 5px;
    }
    .product-data-text-h3 {
      font-size: 20px;
      font-weight: 600;
      color: #222;
      text-transform: uppercase;
    }
    .product-data-text-a {
      padding-bottom: 20px;
    }
    .product-data-text-a1 {
      color: #007bff;
      font-weight: 500;
      text-decoration: none;
      transition: color 0.3s;
    }.product-data-text-a1 {
    color: #fff !important;
    font-size: 16px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #183b6b;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 600;
}
    .product-data-text-a1:hover {
      color: #0056b3;
      text-decoration: underline;
}.product-data-text a{text-decoration: none;}
.single-product-area {
    padding: 60px 8%;
    background: #f9fafc;
  }

  .single-product-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
  }

  /* ----------- IMAGE ----------- */
  .product-image {
    flex: 1 1 35%;
    text-align: center;
  }

  .product-image img {
    width: 100%;
      height: 600px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }

  .product-ctas {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .downloadBrochure,
  .callUsBtn {
    text-decoration: none;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 500;
    transition: 0.3s;
  }

  .downloadBrochure {
    background-color: #163a67;
  }

  .callUsBtn {
    background-color: #e05c44;
  }

  .downloadBrochure:hover {
    background-color: #0d2644;
  }

  .callUsBtn:hover {
    background-color: #c44d38;
  }

  /* ----------- DETAILS ----------- */
  .product-details {
    flex: 1 1 55%;
    color: #333;
  }

  .product-details h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #163a67;
  }

  .product-details p {
    line-height: 1.7;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .product-details ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 15px;
  }

  .product-details ul li {
    margin-bottom: 8px;
  }

  strong {
    color: #163a67;
  }
.enquiryBtn {
  background-color: var(--blue);
  color: #fff;
  padding: 10px 20px;
  border: none;
    border: 1px solid var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}
.enquiryBtn:hover {
  background-color: #fff;
    border: 1px solid var(--blue);
    color: var(--blue);
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup Box */
.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

/* Form Fields */
.popup-content input, 
.popup-content textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.submitBtn {
  background-color: var(--blue);
    border: 1px solid var(--blue);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.submitBtn:hover {
  background-color: #fff;
  color: var(--blue);
}header.make-small {
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px;
    background: #fff;
    margin-top: 0px;
  transition: all 0.3s ease;
}header.make-small .navbar-brand img{
    width: 200px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff; /* Keeps it visible above content */
  transition: all 0.3s ease;
  box-shadow: none;
}.navbar-brand img{width: 220px;transition: all 0.3s ease;}
.varsec img{border-radius: 5px;}.varsec:hover{background: var(--blue);}.varsec{transition: all 0.3s ease;background: #fff;}.varsec:hover h4{color: #fff !important;}.varsec:hover p{color: #fff !important;}
.purbg{background: #ebebf5;}.varinfo{display: flex;flex-direction: column;justify-content: center;height: 100%;}  /* ----------- RESPONSIVE ----------- */
  @media (max-width: 992px) {
    .single-product-row {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }.pd-left{padding-left: 10px !important;}

    .product-details {
      flex: 1 1 100%;
      text-align: left;
    }.dropdown-submenu .dropdown-menu {
    display: none;
    margin-left: 1rem;
      }.dropdown-menu.show{border: 0px !important;}
      .navbar>.container-fluid{gap: 20px;}
  .dropdown-submenu.show > .dropdown-menu {
    display: block;
  }.dropdown-submenu .dropdown-menu.rig0 {
    right: auto;
    left: 0;
  }

    .product-ctas {
      justify-content: center;
    }.navbar-brand img{width: 150px !important;}
      .dropdown-menu {
    position: static !important;
    float: none;
    box-shadow: none;
  }.dropdown-menu {
  max-height: 350px;
  overflow-y: auto;
}

/* Scroll for inner multi-level dropdowns */
.dropdown-menu .dropdown-menu {
  max-height: 320px;
  overflow-y: auto;
  left: 100%;
  top: 0;
}
.dropdown-menu .dropdown-menu {
    position: static;
    max-height: none;
    overflow: visible;
      }.dropdown:hover > .dropdown-menu{display: none;transition: all 0.3s ease;}ul.dropdown-menu.show{display: block !important;}

  .dropdown-submenu > .dropdown-menu {
    margin-left: 0;
    padding-left: 1rem;
      border: 0px !important;
      }
  .navbar-expand-lg .navbar-nav .nav-link,.dropdown-menu a {
    border-bottom: 1px solid #e1e1e1;
  }
  .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none !important;
  }
  .dropdown-submenu.open > .dropdown-menu {
    display: block;
  }

  .enbutton {
    margin-top: 10px;
  }
  }.show > .dropdown-toggle::after {
  transform: rotate(180deg);
}


/* Disable Bootstrap positioning for submenus */
.dropdown-menu {
  position: absolute;overflow:visible !important;
}
.dropdown-menu.flip-left {
  left: auto !important;
  right: calc(100% + 16px) !important;
}

/* Submenu base */
.dropdown-submenu {
  position: relative;
}

/* Default right */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  display: none;
  min-width: 220px;
}

/* Show on hover (desktop) */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* Flip LEFT */
.dropdown-menu.flip-left {
  left: auto !important;
  right: 100% !important;
}

/* Flip UP */
.dropdown-menu.flip-up {
  top: auto !important;
  bottom: 0% !important;
}

/* Prevent overflow */
.dropdown-menu {
  overflow-y: auto;padding:0px !important;
}
.dropdown-menu a{border-bottom:1px solid #ccc;font-size:15px;}

.dropdown-submenu .dropdown-menu a{font-size:14px;}
.top80.top0{top:0px !important;}
.top80.top0 li > a{background-color:#fff;}
.top80.top0 > li:first-child a, .top80.top0 .dropdown-submenu .dropdown-menu li:first-child a{border-top-left-radius:5px;border-top-right-radius:5px;}
.top80.top0 > li:last-child a, .top80.top0 .dropdown-submenu .dropdown-menu li:last-child a{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}

@media (max-width:1600px){
    .dropdown-menu a{padding: 3.5px 25px 3.5px 15px;}.dropdown-submenu .dropdown-menu a{font-size:13px;}
    .navbar .dropdown:hover > .dropdown-menu{bottom:-90px;}
}

@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
  }
  .contact-form, .contact-info {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .service-desc-icon-section {
    margin-bottom: 15px;
    }.service-desk{padding: 20px 15px 20px 15px;}
}


/* Responsive layout */
@media (max-width: 768px) {
  .vision, .mission {
    flex-direction: column;
    align-items: flex-start;
    }.service-detail-sec-1 .row{row-gap: 20px;}

  .empty-area {
    text-align: center;
    width: 100%;
  }
}
@media (max-width:1300px){
.navbar-brand img{width:180px;}.navbar-expand-lg .navbar-nav .nav-link{height:40px;}.navbar{height:70px;}.banner, .mgt100{margin-top:65px;} 
} 
@media(max-width:1190px){
    .counter-num::before{
        right: 25%;
    }
}
@media(max-width:992px){
    .d-flex.enbutton{display: none !important;}.navbar-expand-lg .navbar-nav .nav-link{height: 40px;}.dropdown-menu a{padding-left:5px;}
    .counter-num::before{
        right: 10%;
    }.home-mail-h{font-size: 34px; line-height: 36px;}.tecser .row{flex-direction: column !important;}.tecser .col-lg-6{width: 100% !important;}.service-desk{min-height:100% !important;}
}
@media(max-width:767px){
    .pspace {
    padding: 60px 0px;
    }.content-box h1{font-size: 32px;line-height: 36px;}.counter-num::before{
        right: 25%;
    }.home-mail-h{font-size: 32px; line-height: 34px;}.vision .col-6,.mission .col-6{width: 100% !important;}.vision-mission-inner-area{display: flex;flex-direction: column;gap:20px;}
    form.d-flex.align-items-center.justify-content-end.home-mail-form{justify-content: flex-start !important;flex-direction: column;align-items: flex-start !important;}
}@media(max-width:575px){.home-mail-h{font-size: 28px; line-height: 30px;}.counter-sec .row.counter-img{flex-direction: column;width: 100%;margin: 0 auto;}.breadcrumb__area.breadcrumb {
    padding: 10px;
}}
@media(max-width:480px){
    .contact-info{padding: 15px;}
    .banner,.mgt100{
    margin-top: 90px;
    }.vision-content, .mission-content{padding: 30px 15px;min-width: 300px;}.product-image img{height:350px;width:100%;}.product-image{width:100%;}
    figure {
    margin: 0px !important;
    }.banner-left-text-p{display: none;} 
    .banner-left-text-h2{font-size: 24px;}.abt1-sec .gap-3{gap: 10px !important;}.counter-num{font-size: 28px !important;}.counter-txt{margin-bottom: 0px !important;}
    .counter-txt{font-size: 16px;line-height: 18px;}    .counter-num::before {
        right: 35%;
    }.contact-form{padding: 15px;}    .service-desk {
        flex-direction: column;
    }.counter-num::before {
    width: 60px;
        height: 60px;}.testimonials-sec-h{font-size: 28px;line-height: 30px;margin-bottom: 15px !important;}figcaption p{margin-bottom: 5px !important;}figcaption{margin-bottom: 15px!important;}
}@media (max-width: 350px) {
    .counter-num::before {
        right: 20%;
    }
}