body {
      font-family: "Merriweather", serif;
      overflow-x: hidden;
      
    }

    /* body.fade-in {
      opacity: 1;
    } */

    a {
      text-decoration: none;
    }
      
    .hero {
      opacity: 0; /* hidden by default */
      transition: opacity 0.8s ease;
    }
    .swiper-slide-active .hero {
      opacity: 1; /* show only active slide */
    }
    
    .hero {
      background: linear-gradient(to right, rgba(10,42,90,0.85), rgba(10,42,90,0.85)), url('assets/images/hero-bg.jpg') no-repeat center center/cover;
      color: #fff;
      padding: 2rem 1rem;
      text-align: center;
    }

    a.nav-link {
        color: white;
        padding: 5px 20px !important;
    }

    a.nav-link:hover {
        color: white;
    }

    .dropdown-item.active, .dropdown-item:active {
      color: #212529;
    }

    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-left: 0.1rem;
      margin-right: 0.1rem;
      display: none;
    }

    /* Show on hover (desktop) */
    .dropdown-submenu:hover > .dropdown-menu {
      display: block;
    }

    /* Mega menu base */
.navbar .mega-dropdown {
  position: static; /* so dropdown positions relative to navbar */
}

.navbar .mega-dropdown .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}



/* Column titles */
.mega-menu h6 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  /* padding-left: 10px; */
}

/* Links */
/* .mega-menu .dropdown-item {
  padding: 4px 0;
} */

/* Featured image */
.mega-menu img {
  max-width: 100%;
  height: auto;
}

/* Make subheadings block-level so they stack properly */
.mega-menu h6 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #333;
}

.mega-menu h6 a {
  color: #333;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #ffffff;
}

.mega-menu h6 a:hover {
  color: #333;
  border-bottom: 2px solid #000;
}

.mega-menu h6.mega-subheading {
  display: inline-block;          
  border-bottom: 2px solid #000;  
  padding-bottom: 4px;            
  margin-bottom: 10px;
  margin-left: 10px;           
}

/* Space out items under each heading */
.mega-menu .dropdown-item {
  display: block;
  /* padding: 2px 0; */
  font-size: 14px;
}

.mega-menu .dropdown-item.all-pro {
    padding: 0;
    color: #071e6d !important;
    transition: all 0.3s ease;
}

.mega-menu .dropdown-item.all-pro:hover {
    color: #071e6d !important;
    background-color: white !important;
    text-decoration: underline;
}



@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    max-height: 100vh;     
    overflow-y: auto;     
    overflow-x: hidden;   
  }

  /* optional: smooth scrolling inside nav */
  .navbar .navbar-collapse::-webkit-scrollbar {
    width: 6px;
  }
  .navbar .navbar-collapse::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
}

    .section-title {
      font-size: 2rem;
      font-weight: 400;
      margin-bottom: 1rem;
    }

    .section-title-about {
      font-size: 3.5rem;
      font-weight: 400;
      margin-bottom: 1rem;
    }
    .solution-card {
      background: transparent;
      border: none;
      /* text-align: center; */
    }
    .solution-card img{
        border-radius: 25px;
    }

    .brand-card-bg{
        background: #1968B2;
        background: linear-gradient(90deg,rgba(25, 104, 178, 1) 0%, rgba(33, 57, 142, 1) 60%);
        padding: 50px 0px;
    }

    a.btn.btn-outline-light {

      padding: 7px 20px;
      border-radius: 20px;

    }
    
    @media (min-width: 768px) {
      .brand-card-bg {
        padding: 80px 60px !important;
      }
    }

    
    @media (min-width: 992px) {
      .brand-card-bg {
        padding: 90px;
      }
    }

    .brand-card-bg h2 {
        margin-bottom: 70px;
        font-size: 45px;
        color:white;
    }
    .brand-card {
        background: transparent;
        /* text-align: center; */
        margin-bottom: 40px;
        padding: 0 70px;
        border-right: 1px solid white;
    }
   .row .col-lg-4:last-child .brand-card {
    border-right: 0;
}
  
    @media (max-width: 767.98px) {
        .brand-card {
            border-right: none;
        }
    }

    .brand-card-nb {
        background: transparent;
        border: none;
        /* text-align: center; */
        margin-bottom: 40px;
        padding: 0 70px;
    }
    .brand-card h5 {
      font-weight: 400;
      margin-bottom: 25px;
      font-size: 26px;
    }
    .brand-card button {
        background-color: transparent;
        color: white;
        font-size: 13px;
        padding: 10px 15px;
        border: 1px solid white;
        border-radius: 25px;
        font-weight: 500;
        margin-top: 20px;
    }

    .brand-card a {
      background-color: transparent;
      color: white;
      font-size: 13px;
      padding: 10px 15px;
      border: 1px solid white;
      border-radius: 25px;
      font-weight: 500;
      margin-top: 20px;
      display: inline-block;
      transition: all 0.3s ease;
    }


    .brand-card a:hover,
    .brand-card a:focus {
      background-color: white;
      color: #0a2a5a;
      text-decoration: none;
    }


    .industry-icons img {
      max-width: 110px;
      margin-bottom: 0.5rem;
    }
    .footer {
      /* background-color: #0a2a5a;
      color: white; */
      padding: 2rem 1rem;
    }
    .logo-bar img{
        max-height: 62px;
        padding: 0 10px;
        border-left: 1px solid black;
    }
    .top-header {
      background-color: #0a2a5a;
      color: #fff;
      padding: 0.5rem 1rem;
    }
    .top-header a {
        color: #fff !important;
        margin-left: 10px;
        font-weight: 400 !important;
        font-size: 14px;
    }

    .solution-img {
      height: 180px;
      object-fit: cover;
    }
    .logo-head {
      padding: 35px 0;
    }

    .btn.btn-head a {
        background: linear-gradient(to right, #21398e, #1968b2);
        color: white;
        padding: 10px 25px;
        border: none;
        border-radius: 20px;
        text-decoration: none;
        /* font-weight: bold; */
        transition: background 0.3s ease;
        display: inline-block;
    }

    .btn.btn-head a:hover {
      filter: brightness(1.1);
    }


a .btn.btn-head  {
        background: linear-gradient(to right, #21398e, #1968b2);
        color: white;
        padding: 10px 25px;
        border: none;
        border-radius: 20px;
        text-decoration: none;
        /* font-weight: bold; */
        transition: background 0.3s ease;
        display: inline-block;
    }
     a .btn.btn-head:hover {
      filter: brightness(1.1);
    }
    a.btn.btn-head.mt-3 {
    background: linear-gradient(to right, #21398e, #1968b2);
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 20px;
    text-decoration: none;
    /* font-weight: bold; */
    transition: background 0.3s ease;
    display: inline-block;
}
a.btn.btn-head.mt-3:hover {
      filter: brightness(1.1);
    }

   
    .bg-theme-nav {
        background: #0a2a5a;
    }


    @media (max-width: 991.98px) {
  .slide-nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 350px;
    background-color: #0a2a5a;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1050;
    padding: 5rem 1rem;
    /* box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1); */
  }

  .slide-nav.show {
    transform: translateX(0);
  }

  .slide-nav .navbar-nav {
    flex-direction: column;
    gap: 1rem;
  }

  body.offcanvas-active {
    overflow: hidden;
  }
  .slide-nav .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  filter: invert(1); /* Inverts the black default to white */
  opacity: 1;         /* Make sure it's fully visible */
}
}

@media (max-width: 991.98px) {
  .mobile-dropdown .dropdown-menu {
    display: none;
    background: transparent;
    border: none;
    padding-left: 1rem;
    box-shadow: none;
  }

  .mobile-dropdown .dropdown-menu.show {
    display: block;
  }

  /* .mobile-dropdown .dropdown-toggle::after {
    content: " ▾";
    float: right;
  }

  .mobile-dropdown.open .dropdown-toggle::after {
    content: " ▴";
  } */
}


@media (max-width: 991.98px) {
  .mobile-dropdown .dropdown-menu {
    display: none;
  }
  .mobile-dropdown .dropdown-menu.show {
    display: block;
  }
}

.dropdown-item {
  background-color: #ffffff !important;
  color: #0a2a5a;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 11px;
  font-size: 14px;
}

@media (min-width: 992px) {

  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: #0a2a5a !important;
    color: #fff !important;
  }
}



.nav-link.show {
    color: white !important;
}

.nav-link:focus, .nav-link:hover {
    color: white !important;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
    margin-top: 8px; /* Add space below the link */
  }
}


.swiper {
  width: 100%;
  height: 100%;
  /* border-radius: 12px; */
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  /*height: 450px;*/
  object-fit: cover;
}


/*@media (max-width: 768px) {*/
  
/*  .hero-main {*/
/*    margin-top: -20px !important;*/
/*}*/

/*.swiper-button-next, .swiper-button-prev {*/
/*  top: 40% !important;*/
/*}*/

/*.hero-main .hero h3 {*/
/*    margin-bottom: 10px !important;*/
/*}*/

/*.swiper-slide img {*/
/*        height: 260px;*/
/*        object-position: left center;*/
/*    }*/

/*    .swiper-slide.int img {*/
    /* height: 260px; */
/*    object-position: right center !important;*/
/*}*/

/*}*/

.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}

.swiper-button-prev.custom-arrow {
  left: 15px;
}

.swiper-button-next.custom-arrow {
  right: 15px;
}

.custom-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-next, .swiper-button-prev {
    
    color: #ffffff !important;
    border: 2px solid white;
    border-radius: 50%;
    padding: 22px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 25px !important;
}

.hero-main {
    margin-top: -100px;
    z-index: 2;
    position: relative;
    top: -5px;
}

.hero-main .hero h3 {
    margin-bottom: 50px;
}

.hero-main .hero p {
  margin: 0;
}

.v-all-solution-card h5 {
    line-height: 30px;
    font-size: 24px;
}

.v-all-solution-card a {
    border-radius: 50%;
    border: 2px solid white;
    font-size: 27px;
    padding: 10px 20px;
}

.card-body h5 {
    color: #071e6d;
    font-weight: 600;
    font-size: 21px;
}


.brand-marquee-wrapper {
  overflow: hidden;
  height: 80px;
  position: relative;
}

.brand-track {
  display: flex;
  animation: scroll-left 20s linear infinite;
  width: max-content;
}

.brand-track img {
  height: 60px;
  flex-shrink: 0;
  margin-right: 40px; /* <-- Add space between logos */
  display: block;
  user-select: none;
  pointer-events: none;
}

/* Infinite left scroll */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.cta-section {
  background-image: url('images/cta.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0d6efd;
  padding: 100px 0;
}

.cta-section h4 {
    font-size: 33px;
    line-height: 45px;
}

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

.footer ul li {
  margin: 10px 0;
}

.footer ul li a {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
}


.owl-carousel .owl-item img {
  width: auto;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}

.industries-we-serve h2.section-title {
    margin-bottom: 60px;
    font-weight: 500;
    color: #071e6d;
}

.industries-we-serve p {
  font-size: 18px;
  font-weight: 500;
  color: #071e6d;
}

.brand-sec h2 {
  margin-bottom: 60px;
    font-weight: 500;
    color: #071e6d;
}

.hero2 {
    
    color: #fff;
    padding: 2rem 1rem;
    /* text-align: center; */
}

.hero-main .hero2 h3 {
  background: linear-gradient(to right, rgba(10, 42, 90, 0.85), rgba(10, 42, 90, 0.85)), url(assets/images/hero-bg.jpg) no-repeat center center / cover;
    margin-bottom: 0px;
    padding: 20px;
}

.hero-main .hero2 p {
  background-color: rgb(255, 255, 255);
  color: black;
  padding: 20px;
}

.breadcrumbs {
  background-size: cover;
  padding: 200px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767.98px) {
  .breadcrumbs {
    background-position: inherit;
    padding: 150px;
  }
}

/* .about-brand-sec {
    margin-top: -141px;
    padding: 150px 0 100px;
    background-color: #ededed;
} */

.about-brand-sec {
    margin-top: -230px;
    padding: 180px 0 20px 0;
    background-color: #ededed;
}


@media (min-width: 768px) {
  .about-brand-sec {
    margin-top: -120px;
    padding: 130px 40px 80px;
  }
}


@media (min-width: 992px) {
  .about-brand-sec {
    margin-top: -141px;
    padding: 150px 0 100px;
  }
}


.about-brand-sec img {
  padding: 0 15px 0 0;
  
}
.about-brand-sec img.borders {
  border-right: 1px solid black;
}

.about-brand-sec p {
  margin-top: 30px;
}

.about-brand-sec .row {

  padding: 50px 0;

}

.motto-team h4 {
  color: #071e6d;
  font-weight: 600;
  margin-bottom: 20px;
}

.motto-team {
  margin-bottom: 50px;
}

.product-card h6 {
    font-weight: 200;
    line-height: 20px;
    font-size: 15px;
}

/* Product */

.filter-box {
      background: white;
      border-radius: 16px;
      padding: 25px 20px;
    }
    .product-card2 {
      background: white;
      border-radius: 16px;
      padding: 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .product-card2 img {
      max-width: 100%;
      height: auto;
      margin-bottom: 15px;
    }
    .product-card2 .product-title {
      font-weight: bold;
      font-size: 1.1rem;
      text-align: center;
      margin-bottom: 10px;
      color: #11245a;
    }
    .product-card2 .details-button {
      background-color: #11245a;
      color: white;
      border-radius: 12px;
      width: 100%;
    }

    .product-card2 .details-button:hover {
      background-color: white;
      color: #11245a;
      border-radius: 12px;
      width: 100%;
      border: 1px solid #11245a;
    }
    .filter-box .filter-heading {
      font-size: 1.25rem;
      font-weight: bold;
      color: #11245a;
      margin-bottom: 10px;
    }
    .filter-box .product-section-title {
      font-size: 15px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .filter-box a {
      color: #20377a;
    }

    .filter-box label.form-check-label {
      font-size: 13px;
    }

  /* .product-section {
    margin-top: -141px;
    padding: 150px 0 100px;
    background-color: #ededed;
} */

.product-section {
  margin-top: -240px;             /* reduced for mobile */
  padding: 180px 0 30px 0;      /* mobile padding */
  background-color: #ededed;
}

/* Tablet view */
@media (min-width: 768px) {
  .product-section {
    margin-top: -100px;
    padding: 130px 40px 80px;
  }
}

/* Desktop view */
@media (min-width: 992px) {
  .product-section {
    margin-top: -141px;
    padding: 150px 0 100px;
  }
}



.product-card2 .product-features p {
    color: #11245a;
    font-size: 13px;
}

.product-card2 hr {
  color: #11245a;
  border-top: 3px solid;
  opacity: inherit;
}

.product-card2 p.product-dis {
    font-size: 13px;
}

.product-details-section h3 {
  color :#21398e;
}

.product-details-section h5 {
  color :#21398e;
}

.product-details-section ul {
  list-style-type: none;
  padding: 0;
}

.product-details-section ul li {
    line-height: 30px;
    display: flex;
    align-items: center;
}

.product-details-section ul li img {
    margin: 0 8px 0 0;
}

.custom-tabs {
      border-bottom: 2px solid #ccc;
    }

    .custom-tabs .nav-link {
      border: 1px solid #ccc;
      border-bottom: none;
      border-radius: 10px 10px 0 0;
      background-color: #fff;
      color: #002F86;
      font-weight: 500;
      margin-right: 13px;
      padding: 8px 25px;
    }

    .custom-tabs .nav-link.active {
      background-color: #002F86;
      color: white;
      font-weight: 600;
    }

    .custom-tabs .nav-link:hover {
      background-color: #002F86;
      color: white;
      font-weight: 600;
    }

    .tab-content {
      /* border: 1px solid #ccc;
      border-top: none; */
      padding: 30px;
      font-size: 16px;
    }

    .tab-content h3 {
      color: #002F86;
      font-size: 24px;
      font-weight: 600;
    }


    .tab-content ul {
      list-style: none;
      padding-left: 0;
      margin-top: 20px;
    }

  
    .sec-solution h3 {
      color: #204194;
      margin-bottom: 20px;
    }

    .sec-solution ul {
      padding: 0;
      list-style-type: none;
    }

    .sec-solution ul li {
    display: flex;
    align-items: flex-start;
}

.sec-solution ul li img {
 margin-right: 6px;
}

    .sec-solution img {
      border-radius: 15px;
    }

    .gradient-bg-sec {
    background: #1968B2;
    background: linear-gradient(90deg, rgba(25, 104, 178, 1) 0%, rgba(33, 57, 142, 1) 60%);
    padding: 15px 0;
}

/* Tablet view */
@media (min-width: 768px) {
  .gradient-bg-sec {
    padding: 80px 40px;
  }
}

/* Desktop view */
@media (min-width: 992px) {
  .gradient-bg-sec {
    padding: 90px 0;
  }
}

.pickup-truck h3 {

  margin-bottom: 20px;

}

.pickup-truck ul {
    padding: 0;
    list-style-type: none;
}

.pickup-truck ul li {
    display: flex;
    align-items: flex-start;
}

.pickup-truck ul li img {
    margin-right: 6px;
    filter: brightness(0) invert(1);
}

.pickup-truck img {
    border-radius: 15px;
}

.insbox {
    padding: 15px 0;
    background-color: #ededed;
}

@media (min-width: 768px) {
  .insbox {
    padding: 80px;
  }
}

/* Desktop view */
@media (min-width: 992px) {
  .insbox {
    padding: 90px 0;
  }
}

.c-form {
    padding: 20px;
}

.c-form input {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #9f9f9f;
  padding: 10px 15px;
}

.c-form label {
  margin: 15px 0;
}

.c-form textarea {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #9f9f9f;
  padding: 10px 15px;
  height: 150px;
}

.c-form button {
    background: #204194;
    color: white;
    padding: 10px;
    width: 100%;
    border-radius: 15px;
    border: none;
    margin-top: 20px;
}
.c-form [type=submit] {
    background: #204194;
    color: white;
    padding: 10px;
    width: 100%;
    border-radius: 15px;
    border: none;
    margin-top: 20px;
}
.form-sec h3 {
  color: #204194;
}

.form-sec p {
    margin-bottom: 5px;
}

.form-sec h5 {
    margin: 15px 0;
}

.form-sec hr {
  opacity: 1;
  color: #204194;
  border-top: 2px solid;
  width: 85%;
}

.tech-section h3 {

  color: #204194;
}

.tech-box {
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
}

.tech-box h5 {
    color: #12235c;
    font-size: 22px;
}

section.systems-models {
  color: #204194;
}

section.systems-models .box {
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  padding: 40px 0px;
  transition: all 0.3s ease;
  background-color: #fff; /* Ensure default background */
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* No shadow by default */
}

/* Hover effect */
section.systems-models .box:hover {
  border-color: #0a2a5a;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px); /* Slight lift on hover */
}


section.systems-models .box img {
  padding: 20px 25px;
}

section.systems-models .box h5 {
    text-align: center;
    font-weight: 600;
    color: #204194;
    margin-top: 30px;
    font-size: 21px;
}

.application-sec h3 {

  color: #204194;
}

.application-sec h6 {
  font-size: 20px;
}

section.product-details-section {
    background: #e5e5e5;
}

.industries-we-serve .col-6.border-right {
    border-right: 1px solid #071e6d40;
}

@media (max-width: 767.98px) {
  .industries-we-serve .col-6.border-right {
          border-right: none;
      }
  }

  .footer hr {
    width: 85%;
    border-top: 2px solid #071e6d;
    opacity: 1;
}

/* .solution-card {
  overflow: hidden;
  border-radius: 8px; 
  position: relative; 
}

.solution-card img {
  transition: transform 0.4s ease;
  display: block; 
}

.solution-card:hover img {
  transform: scale(1.05);
  border-radius: 25px;
} */


.application-sec img {
    width: 80% !important;
}


/* --------------------- */

      .contact-section {
            padding: 80px 0;
            background-color: white;
        }
        
       .contact-section .section-title {
            font-weight: 800;
            color: #204194;
            margin-bottom: 50px;
            position: relative;
            display: inline-block;
        }
        
        .contact-section .section-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 80px;
            height: 4px;
            background: var(--secondary-color);
        }
        
        .contact-section .location-card {
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            overflow: hidden;
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .contact-section .location-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        }
        
        .contact-section .location-header {
            background: linear-gradient(135deg, #1a237e, #3949ab);
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .contact-section .location-header h3 {
            font-weight: 700;
            margin: 0;
            font-size: 26px;
        }
        
        .contact-section .location-body {
            padding: 10px;
        }
        
        .contact-section .map-container {
            position: relative;
            overflow: hidden;
            height: 300px;
        }
        
        .contact-section .map-container iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }
        
        /* ------------------ */
    .reasons-section {
            
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .reasons-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
            opacity: 0.1;
        }
        
        
        
        
        
        .reasons-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .reason-card {
            background: linear-gradient(135deg, #1a4b8c, #2c6cb0);
            border-radius: 10px;
            padding: 30px 25px;
            transition: all 0.3s ease;
            position: relative;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .reason-card:hover {
            transform: translateY(-10px);
            background-color: rgba(255, 255, 255, 0.2);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }
        
        .reason-number {
            position: absolute;
            top: -15px;
            left: 20px;
            background-color: #fff;
            color: #1a4b8c;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        
        .reason-icon {
            font-size: 2rem;
            margin-bottom: 15px;
            color: #fff;
        }
        
        .reason-text {
            font-size: 1.1rem;
            line-height: 1.5;
            flex-grow: 1;
        }
        
        @media (max-width: 768px) {
            
            .reasons-grid {
                grid-template-columns: 1fr;
            }
        }
        
        .highlight-animation {
            animation: highlight 2s ease-in-out infinite;
        }
        
        @keyframes highlight {
            0% { opacity: 0.7; }
            50% { opacity: 1; }
            100% { opacity: 0.7; }
        }

        .quality-section {
            padding: 40px 0 0;
            /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
            position: relative;
        }
        
        .quality-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }
        
        .quality-card {
            background-color: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .quality-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(to bottom, #1a4b8c, #4a89dc);
            border-radius: 15px 0 0 15px;
        }
        
        .quality-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }
        
        .quality-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: linear-gradient(135deg, #1a4b8c, #4a89dc);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(26, 75, 140, 0.2);
        }
        
        .quality-text {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #495057;
            flex-grow: 1;
        }
        
        .quality-text strong {
            color: #1a4b8c;
            font-weight: 600;
        }
        
        @media (max-width: 768px) {
            
            
            .quality-grid {
                grid-template-columns: 1fr;
            }
        }
        
        .fade-in {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* ------------ */


        /* .capabilities-section {
            padding: 80px 0;
            background-color: #f8f9fa;
            position: relative;
        } */
        
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title {
            font-size: 2rem;
            font-weight: 400;
            color: #1a73e8;
            margin-bottom: 16px;
            position: relative;
            /*display: inline-block;*/
        }
        
        /*.section-title::after {*/
        /*    content: "";*/
        /*    position: absolute;*/
        /*    bottom: -8px;*/
        /*    left: 50%;*/
        /*    transform: translateX(-50%);*/
        /*    width: 60px;*/
        /*    height: 3px;*/
        /*    background: #1a73e8;*/
        /*    border-radius: 2px;*/
        /*}*/
        
        .section-subtitle {
            font-size: 1.1rem;
            color: #5f6368;
            max-width: 600px;
            margin: 20px auto 0;
        }
        
        .capabilities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 40px;
        }
        
        .capability-card {
            background-color: #ffffff;
            border-radius: 12px;
            padding: 40px 25px 30px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            border: 1px solid #e8eaed;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .capability-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            border-color: #204194;
        }
        
        .capability-icon {
            /* width: 70px;
            height: 70px;
            border-radius: 50%;
            background: linear-gradient(135deg, #1a73e8, #4285f4); */
            color: #204194;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 35px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        
        .capability-card:hover .capability-icon {
            transform: scale(1.1);
        }
        
        .capability-title {
            font-size: 1.4rem;
            font-weight: 500;
            color: #202124;
            margin-bottom: 12px;
        }
        
        .capability-text {
            font-size: 0.95rem;
            line-height: 1.5;
            color: #5f6368;
            margin-bottom: 0;
        }
        
        /* .capability-text strong {
            color: #1a73e8;
            font-weight: 500;
        } */
        
        .key-points {
            margin-top: 15px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 8px;
        }
        
        .key-point {
            background-color: #e8f0fe;
            color: #1a73e8;
            border-radius: 20px;
            padding: 5px 12px;
            font-size: 0.85rem;
            font-weight: 500;
        }
        
        .decoration {
            position: absolute;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(26, 115, 232, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
            z-index: -1;
        }
        
        .decoration-1 {
            top: -50px;
            left: -50px;
        }
        
        .decoration-2 {
            bottom: -50px;
            right: -50px;
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 2.2rem;
            }
            
            .capabilities-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .capability-card {
                padding: 25px 20px;
            }
        }
        
        
       /*        .dropdown-item :hover .elementor-icon-list-items  .ekit_page_list_title_title    {*/
/*    color: #fff !important;*/
/*}  */

/* Default text style */
.dropdown-item .ekit_page_list_title_title {
    color: #0a2a5a !important;
    transition: color 0.3s ease;
}

/* On hover of .dropdown-item → text becomes white */
.dropdown-item:hover .ekit_page_list_title_title {
    color: #fff !important;
}

        .mega-subheading h6.elementor-heading-title a {
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
    margin-bottom: 10px;
    margin-left: 10px;
    color: inherit; /* keeps default text color */
    text-decoration: none; /* removes underline if Elementor adds it */
}

        
        .drp-submenu h6.elementor-heading-title {
    color: #333;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid #ffffff; /* default white border */
    transition: all 0.3s ease;
}

.drp-submenu h6.elementor-heading-title:hover {
    color: #333;
    border-bottom: 2px solid #000; /* hover effect */
}

/* Default state */
.drp-menu h2.elementor-heading-title a {
    padding: 0;
    color: #071e6d !important;
    transition: all 0.3s ease;
    background-color: transparent;
    text-decoration: none;
}

/* Hover state */
 .drp-menu h2.elementor-heading-title a:hover {
    color: #071e6d !important;
    background-color: #ffffff !important;
    text-decoration: underline;
}
.page-template-front-page .breadcrumb-layout{
    display:none;
}

.breadcrumb-layout {
    padding: 0 !important;
}
.breadcrumb-layout .breadcrumb {
    margin-bottom: 0 !important;
    margin-left:20px;
}
.breadcrumb-layout .breadcrumb a {
    margin-right: 25px;
    color: black;
    padding: 12px 0;
    font-size: 14px;
    transition: border-bottom 0.15s
ease;
}
.breadcrumb-layout .breadcrumb a:hover {
    border-bottom: 3px solid #0a2a5a;
}
.breadcrumb-layout .breadcrumb span {
    color: #0a2a5a;
    border-bottom: 3px solid #0a2a5a;
    padding: 12px 0;
    font-size:14px;
}

@media (max-width: 768px) {
  
  section {
    overflow: hidden;
}
}        
       
       
a.btn.btn-primary.cus-dn-btn {
background: transparent;
border: 2px solid #20377a;
font-size: 14px;
font-weight: 600;
color: #20377a ;
}

a.btn.btn-primary.cus-dn-btn:hover {
color: white;
background-color: #20377a;
border-color:#20377a;
}        
        
section {
    overflow: hidden;
  }    

        .hero-main-slider {
    margin-top: -130px;
    z-index: 2;
    position: relative;
  top:-5px;
}

  .hero-main-slider .hero h3 {
    margin-bottom: 50px;
  }

  .hero-main-slider .hero p {
    margin: 0;
  }
  
@media (max-width: 768px) {
  
  .hero-main-slider {
    margin-top: -20px !important;
}

.swiper-button-next, .swiper-button-prev {
  top: 35% !important;
  width: 45px !important;
  padding: 10px;
  border: 2px solid #ffffff85;
}

	.swiper-button-next:after, .swiper-button-prev:after {
		color:#ffffff85;
		font-size: 16px !important;
	}

.hero-main-slider .hero h3 {
    margin-bottom: 10px !important;
}

.swiper-slide img {
        height: 245px;
        object-position: left center;
    }

    .swiper-slide.int img {
    /* height: 260px; */
    object-position: right center !important;
}

}

.form-sec h3 {
    color: #204194;
    margin: 0;
}
@media (max-width: 768px) {
.c-form {

    padding:5px;

}
}

@media (max-width: 767.98px) {
    .breadcrumbs.breadcrumbs-alt {
        background-position: right;
    }
	
	.breadcrumbs.breadcrumbs-solutions {
		background-position: center center;
}
}

