
  /* Nav bar */
.navbar .nav-link { color: #333; }
.navbar .nav-link:hover { color:black; }

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff !important;
    padding: 5px 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* ===== MAIN MENU (DESKTOP: ICON TOP, TEXT BELOW) ===== */
@media (min-width: 992px) {
  .navbar-nav > .nav-item > .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    font-size: 14px;
  }
.navbar-nav > .nav-item > .nav-link:hover {
  background-color: #f2f2f2 !important;
}
  .navbar-nav > .nav-item > .nav-link i {
    font-size: 18px;
  }
}

/* ===== MAIN MENU (MOBILE: ICON + TEXT INLINE) ===== */
@media (max-width: 991px) {
  .navbar-nav > .nav-item > .nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 15px;
  }

  .navbar-nav > .nav-item > .nav-link i {
    font-size: 16px;
  }
.contactDetails{
      display: none;
    }

}
  .navbar-expand-lg .navbar-nav {
    gap: 2.5rem !important;
    padding-left: 9.5rem;
    margin-top: 2rem;
  }
/* ===== SUBMENU KEEP NORMAL ===== */
.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.dropdown-menu .dropdown-item i {
  font-size: 14px;
}

/* ===== DESKTOP HOVER ===== */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }
.contactDetails{
      display: none;
    }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
  }
}

/* ===== MOBILE SUBMENU ===== */
@media (max-width: 991px) {

  .dropdown-menu {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
.contactDetails{
      display: none;
    }

  .dropdown-menu.show {
    display: block;
    max-height: 500px;
  }

  .dropdown-submenu > a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
  }
}


/* MEGA MENU */
/* Hover open */
.mega-dropdown:hover .mega-menu {
  display: block;
  margin-top: -2px;
}

/* Parent positioning */
.mega-dropdown {
  position: relative;
}

/* Mega menu – BELOW the menu item */


/* 2 items per row (same line) */
.mega-menu .industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 12px;
}

/* Menu links */
.mega-menu .industry-grid a {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  font-size: 15px !important;
  color: #333;
  text-decoration: none;
  border-radius: 0px;
  white-space: nowrap;
  font-family: 'Segoe UI', sans-serif !important;
  margin-bottom: -6px !important;
}

.mega-menu .industry-grid a:hover {
  background-color: #f2f2f2;
  color: black;
}

/* Icons */
.mega-menu .industry-grid i {
  width: 22px;
  margin-right: 10px;
  text-align: center;
  font-size: 15px;
}

/* =====================
   Mobile Responsive
   ===================== */
@media (max-width: 991px) {
  .mega-dropdown .mega-menu {
    position: static;
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
  }

  .mega-menu .industry-grid {
    grid-template-columns: 1fr;
  }
}


/* Hover open */
.mega-dropdown:hover .mega-menu {
  display: block;
}

/* Parent positioning */
.mega-dropdown {
  position: relative;
}

/* Mega menu styling */
.mega-dropdown .mega-menu {
  display: none;
  position: absolute;
  top: 100%;        /* directly below the menu item */
  left: 0;          /* align left with menu item */
  width: 650px;
  padding: 15px 20px;
  margin: 0;        /* remove extra margin */
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border: none;
  z-index: 999;
}

/* Industry grid – 2 columns, tight layout */
.mega-menu .industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 10px;   /* smaller gap */
  margin: 0;       /* remove extra margin */
  padding: 0;      /* remove padding inside */
}

/* Menu links */


.mega-menu .industry-grid a:hover {
  background-color: #f2f2f2;
  color: black;
}

/* Icons */
.mega-menu .industry-grid i {
  width: 22px;
  margin-right: 10px;
  text-align: center;
  font-size: 15px;
}

/* =====================
   Mobile Responsive
===================== */
@media (max-width: 991px) {
  .mega-dropdown .mega-menu {
    position: static;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    box-shadow: none;
    border-radius: 0;
  }
.contactDetails{
      display: none;
    }

  .mega-menu .industry-grid {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
  
}
.navbar-expand-lg .navbar-collapse {
margin-bottom: -1rem !important;
}
.dropdown-toggle::after {
    display: none !important;
}


/* Services css menu */

/* Main dropdown */
.customerServices {
  min-width: 280px;
  padding: 6px 0;
  border-radius: 0;
  background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border: none;
}

/* Dropdown items */
.customerServices .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}

/* Hover effect */
.customerServices .dropdown-item:hover {
  background-color: #f2f2f2;
  color: #000;
}

/* Icons */
.customerServices i {
  font-size: 14px;
  width: 18px;
  text-align: center;
}

/* Submenu caret */
.customerServices .caret {
  margin-left: auto;
  font-size: 12px;
}

/* Submenu positioning (desktop) */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0px;
  border-radius: 0;
}

/* Remove rounded corners everywhere */
.customerServices,
.customerServices .dropdown-menu {
  border-radius: 0;
}


@media (max-width: 768px) {
  .customerServices {
    min-width: 100%;
  }

  .customerServices .dropdown-item {
    font-size: 15px;
    padding: 12px 18px;
  }

  /* Stack submenu below on mobile */
  .dropdown-submenu > .dropdown-menu {
    position: static;
    margin-left: 0;
    border-left: none;
  }

  .customerServices .caret {
    transform: rotate(90deg);
  }
}
.dropdown-menu{
  border: none;
 
}


.submenu {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 200px;
  background: #ffffff;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  display: none;
  padding: 10px 0; /* top & bottom spacing */
  margin-left: 3px;
  cursor: pointer;
}

/* Submenu links */
.submenu a { 
  display: block;
  padding: 10px 16px;   /* better click area */
  margin-top: 4px;      /* space between items */
  font-size: 14px;
  line-height: 1.5;     /* multiline text spacing */
  white-space: normal;  /* force text to wrap */
  word-break: break-word;
  text-decoration: none;
  color: #333;
}

/* Remove margin from first item */
.submenu a:first-child {
  margin-top: 0;
}

/* Hover effect */
.submenu a:hover {
  background-color: #f2f2f2;
}

.menu-item:hover .submenu {
  display: block;
}
.textColor{
    color: #2c4d80 !important;
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
}

.textColor:hover{
color: black;
 font-family: 'Poppins', sans-serif;
}
.customerServices a{
  font-size: 15px !important;
   font-family: 'Segoe UI', sans-serif !important;
}
.MenuTitle{
    font-family: 'Segoe UI', sans-serif; color:black;

    font-size: 16px;
}
.SubMenuColor a{
   font-size: 15px !important;
   font-family: 'Poppins', sans-serif;
    color: black !important;
    font-weight: 450;
}

.bannerImg {
    height: 58px;
    width: auto;
}

.contactDetails{
  display: flex; gap: 25px; justify-content: flex-end;margin-left: -51rem;margin-top: -4rem;
}
@media (max-width: 991px) {
    .navbar {
        padding: 10px;
        margin-top: -3px !important;
    }

    .bannerImg {
        height: 40px;
    }

    .navbar-nav {
        background: #fff;
        padding: 15px;
        border-radius: 8px;
    }

    .navbar-nav .nav-item {
        padding: 8px 0;
    }

    .navbar-nav .nav-link {
        font-size: 15px;
    }
    .navbar-expand-lg .navbar-nav {
    gap: 0rem !important;
    padding-left: 0rem;
    margin-top: 2rem;
    }
    .contactDetails{
      display: none;
    }
    .caret{
  display: none;
}
}
/* EXTRA SMALL DEVICES */
@media (max-width: 576px) {
    .bannerImg {
        height: 35px;
    }
      .navbar-expand-lg .navbar-nav {
    gap: 0rem !important;
    padding-left: 0rem;
    margin-top: 2rem;
    }
    .contactDetails{
      display: none;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 8px;
    }
    .dropdown-toggle::after {
    display: none !important;
}

}
    .primary-color-text {
      color: #0d6efd;
    }
    .hero-image {
      border-radius: 12px;
    }
    .black-color-text {
      color: #333;
    }
    .section-padding {
      padding: 64px 0;
    }
    @media (min-width: 1200px) {
    .display-6 {
        font-size: 1.5rem;
    }
}
.primary-color{
color: white !important;
    background-color: #2c4d80 !important;
}
.form-control-sm {
padding: 6px 9px 9px;
}
.form-control:focus{
    border: 2px solid black;
    box-shadow: none;
}

/* Mobile adjustments */

.logoImg{
    background: white;
    border-radius: 8px;
}

.about-section {
    background-color: #2c4d80;
}

.about-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    font-family: 'Roboto', sans-serif;
    margin-top: 1rem;
}

.about-description {
   font-size: 0.9rem !important;
    color: white;
    line-height: 1.2;
    font-family: "Segoe UI", Arial, sans-serif;
}

.about-image {
    border-radius: 10px;
    max-width: 100%;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .about-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .about-description {
        text-align: center;
    }
}

.timeline-card {
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.icon-box {
  min-width: 45px;
  height: 45px;
  background: #2c4d80;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 18px;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .timeline-card {
    flex-direction: row;
  }
}


.text-primary {
  color: #2c4d80 !important;
}

.btn-primary {
  background-color: #2c4d80;
  border: none;
}

.btn-primary:hover {
  background-color: #2c4d80;
}
.counter-section {
  position: relative;
  background: #2c4d80;
   
}

.counter-section h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.counter-section p {
  font-size: 1rem;
  letter-spacing: 0.5px;
}

   .accordion-button:not(.collapsed) {
  background-color: white;
  
} 
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button{
  font-weight: 600 !important;
    color: #87161e !important;
    font-family: "Segoe UI", Arial, sans-serif;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
}

/* .boxShadows{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

} */

    
/* =======================
   FOOTER BASE
======================= */
.mg-footer {
  font-size: 14px;
  background-color: #2c4d80;
  padding-top: 3rem;
}
.mg-footer {
  margin-bottom: 0 !important;
  padding-bottom: 3.5rem;
}

.mg-footer p:last-child {
  margin-bottom: 0;
}
.imgIcon{
  margin-left: 3.2rem;
}
/* Logo */
.footer-logo {
  max-width: 160px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Initiative Images */
.initiative-img {
  max-width: 100px;
  margin-bottom: 6px;
}

.initiative-img.small {
  max-width: 80px;
}

/* Social Icons */
.social-icons a {
  color: #fff;
  margin: 0 10px;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #0dcaf0;
}

/* =======================
   FLOATING BUTTONS
======================= */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.back-to-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background: red;
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: none;
  z-index: 999;
}

/* =======================
   MOBILE (≤576px)
======================= */
@media (max-width: 575.98px) {

  .mg-footer {
    text-align: center;
    font-size: 13px;
  }
.imgIcon{
  margin-left: 4rem;
}
  .footer-logo {
    margin: 0 auto 15px;
    display: block;
  }

  .footer-links li {
    margin-bottom: 6px;
  }

  .initiative-img {
    margin: 0 auto 6px;
    display: block;
  }

  .social-icons a {
    font-size: 20px;
    margin: 0 6px;
  }

  .whatsapp-float {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
  }
}

/* =======================
   TABLET (≥768px)
======================= */
@media (min-width: 768px) {
  .mg-footer {
    font-size: 14px;
  }
}

/* =======================
   LARGE SCREENS (≥1200px)
======================= */
@media (min-width: 1200px) {
  .mg-footer {
    font-size: 15px;
  }
}


.autoCSS{
        font-weight: 600 !important;
    color: #87161e !important;
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
}

.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}
/* Mobile Optimization */
@media (max-width: 576px) {
  .floating-buttons {
    right: 15px;
    bottom: 25px;
  }
}
.scroll-btn {
    position: fixed;
    right: 20px;
    display: none;
    z-index: 1000;
}

/* WhatsApp Button */
#whatsappBtn {
    bottom: 20px;
}

#whatsappBtn a {
    background-color: #25D366;
    color: #fff;
    padding: 9px 16px;
    border-radius: 50%;
    font-size: 22px;
    text-decoration: none;
    display: inline-block;
}


#whatsappBtn a:hover {
    background-color: #e0e0e0; /* grey */
}

#whatsappBtn a:hover i {
    color: #000000; /* black */
}
/* Back to Top Button */
#backToTop {
    bottom: 90px;
}

#backToTop button {
    background-color: #2c4d80 !important;
    border:1px solid white !important;
   color:white;
    padding: 8px 16px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
}

#backToTop button:hover {
    background-color: #e0e0e0 !important;
    color: black;
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
   
}

.compantName{
    font-weight: bold;
}


.about-section{
  margin-top: 6rem;
}
.text-muted{
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: #333;
}
.testBtn:hover{
  background-color: #ccc;
  color: #333;
}

/* Main bar */
.contactDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 12px;
  white-space: nowrap;
}

/* Search */
.search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.search-input {
  height: 32px;
  width: 160px;
  padding: 4px 8px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.search-button {
  height: 32px;
  width: 36px;
  border: none;
  background-color: #2c4d80;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

/* Suggestions dropdown */
.suggestions-box {
  position: absolute;
  top: 34px;
  left: 0;
  width: 196px;
  background: #fff;
  
  z-index: 1000;
}

/* Contact section */
.contact-group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.contactInfo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}

.contactInfo i {
  font-size: 12px;
}

/* Optional: hide on small screens */
@media (max-width: 768px) {
  .contactDetails {
    display: none;
  }
}
.search-container {
  display: flex;
  position: relative;
  width: 200px;
}

.search-input {
  width: 160px;
  height: 32px;
  padding: 5px 8px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.search-button {
  width: 36px;
  height: 32px;
  border: none;
  background-color: #2c4d80;
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.suggestions-box {
  position: absolute;
  top: 34px;
  left: 0;
  width: 196px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
  display: none;
}

.suggestion-item {
  padding: 6px 8px;
  cursor: pointer;
  font-size: 12px;
}

.suggestion-item:hover {
  background-color: #f2f2f2;
}

.suggestion-title {
  font-weight: 600;
}

.suggestion-subtitle {
  font-size: 10px;
  color: #666;
}
.form-card {
    max-width: 900px;
    margin: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.service-box {
    cursor: pointer;
}
.service-box input {
    pointer-events: none;
}
.form-control:focus{
    border: 1.5px solid black;
}
.form-control{
    border-radius: 0px;
}
.btnprimary{
    background-color: #2c4d80;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
}
.btnprimary:hover{
    background-color: #ccc;
    color: black;
}
.form-check-label{
    color: black !important;
    font-size: 0.9rem !important;
    font-family: 'Poppins', sans-serif !important;
}
.form-label{
     color: black !important;
    font-size: 0.9rem !important;
    font-family: 'Poppins', sans-serif !important;
}
