@charset "utf-8";
/* CSS Document */
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #F44336
}

a, a:focus, a:active, a:hover, object, embed {
  outline: none
}

:-moz-any-link:focus {
  outline: none
}

body{
      font-family: "Poppins", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-variation-settings:
        "wdth" 100;
}
/*.poppins{
  font-family: "Poppins", sans-serif;
}*/

.scroll-progress {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: none;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    z-index: 999;
}

.scroll-progress svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.progress-ring-circle {
    stroke-dasharray: 138;   /* 2πr = 2 * 3.14 * 22 */
    stroke-dashoffset: 138;
    transition: stroke-dashoffset 0.2s linear;
}

/*Number counter*/

/*Header*/

/* Navbar Wrapper styling */
.custom-navbar {
    background-color: #f6fafe;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

/* Brand Typography & Structure */
/*.logo-icon i {
    color: #F58220;
    font-size: 2.7rem;
}*/
.logo-icon {
    height: 45px;
}

@media (min-width: 768px) {
    .logo-icon {
        height: 60px;
    }
}
.logo-text {
    font-size: 1.7rem;
    font-weight: 400;
    color: #4a4a4a !important;
    line-height: 1;
}

.ae-highlight{
  color: #F58220;
}

.logo-tagline {
    font-size: 0.75rem;
    font-weight: 600;
    color: #234c9c !important;
    letter-spacing: 0.2px;
    margin-top: 2px;
}

/* Navigation Links */
.custom-navbar .nav-link {
    color: #333d47;
    font-weight: 500;
    font-size: 1.05rem;
    transition: all 0.2s ease-in-out;
}

.custom-navbar .nav-link:hover {
    color: #102e7a;
    background-color: #f5ede7;
    border-radius: 12px;
}

/* Active Highlight Pill style matching desktop layout */
.nav-pill-active {
    background-color: #f5ede7;
    color: #17366d !important;
    font-weight: 600 !important;
    border-radius: 12px;
}

/* Call to Action "Get a Quote" Button */
.btn-quote {
    background-color: #F58220;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    transition: background-color 0.2s ease;
    box-shadow: 0 4px 10px rgba(16, 46, 122, 0.15);
}

.btn-quote:hover, 
.btn-quote:focus {
    background-color: #0a1f56;
    color: #ffffff;
}

.btn-quote i {
    font-size: 1.1rem;
    transform: rotate(0deg);
}

/* Mobile specific overrides to left-align collapse view */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #f6fafe;
        padding: 1rem 0; /* Clean up horizontal alignment padding */
        margin-top: 0.5rem;
    }
    
    .nav-pill-active {
        border-radius: 8px;
    }
} 
/* Mobile adjustments to keep Brand & Toggler side-by-side */
@media (max-width: 575.98px) {
    .logo-icon i {
        font-size: 2rem !important; /* Slightly smaller icon on mobile */
    }

    .logo-text {
        font-size: 1.2rem !important; /* Scale down logo text for small screens */
        line-height: 1;
    }

    .logo-tagline {
        font-size: 0.65rem !important; /* Scale down tagline */
        white-space: nowrap;
    }

    .navbar-brand {
        max-width: calc(100% - 45px); /* Ensure space remains for the toggler icon */
    }
} 

/*Header end*/

.stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    border: 1px solid rgba(16, 46, 122, 0.06);
    box-shadow: 0 10px 30px rgba(16, 46, 122, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(16, 46, 122, 0.12);
}

.stat-number {
    font-size: 3.2rem;
    font-weight: 800;
    color: #102e7a;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.stat-label {
    color: #5a6a85;
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.brand-color {
  color: #F58220;
}

.hh-bg{
    background:
        linear-gradient(rgba(29,44,91,.96), rgba(29,44,91,.96)),
        url("../media/others/home-hero-bg.png") center center/cover no-repeat;
}

/*Number counter end*/

/* 1. Prevent image overflow beyond rounded card borders */
.card-zoom {
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 2. Transition setup for card image zoom */
.card-zoom .card-img-top {
transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 3. Hover effects */
.card-zoom:hover {
transform: translateY(-5px); /* Optional subtle card lift */
}

.card-zoom:hover .card-img-top {
transform: scale(1.12); /* Image zoom-in level */
}


/*Continus logo marque*/

/* Slider Base Wrapper */
.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 2.5rem 0;
}

/* Faded edges overlay */
.logo-slider::before,
.logo-slider::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.logo-slider::before {
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.logo-slider::after {
  right: 0;
  top: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

/* Animated Track Container */
.logo-slide-track {
  display: flex;
  width: max-content; /* Dynamically sizes to content */
  animation: scrollLeftToRight 25s linear infinite;
  will-change: transform;
}

/* Pause animation on hover */
.logo-slider:hover .logo-slide-track {
  animation-play-state: paused;
}

/* Slide item sizing */
.slide-item {
  width: 180px;
  margin: 0 10px;
  flex-shrink: 0;
}

/* Card & Image Hover Animations */
.client-logo-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
              box-shadow 0.3s ease, 
              border-color 0.3s ease;
}

.client-logo-img {
  max-height: 48px;
  width: auto;
  /*filter: grayscale(100%);*/
  opacity: 0.9;
  transition: filter 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  will-change: transform, filter, opacity;
}

.client-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(0, 0, 0, 0.12);
}

.client-logo-card:hover .client-logo-img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.12);
}

/* Continuous Scroll Animation Keyframes */
@keyframes scrollLeftToRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/*Continus logo marque end*/

/* Card Styling */
.card {
border-radius: 1rem;
overflow: hidden;
}
.card-img-top {
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
.card-body-gradient {
background: linear-gradient(180deg, #FBB615, #ffffff);
color: #000000;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
}

.footer-bg{
    background:
        linear-gradient(rgba(29,44,91,.90), rgba(29,44,91,.90)),
        url("../media/others/footer-bg.jpg") center center/cover no-repeat;
}