/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    /* height: 90px; */
    /* background: #fdbe33; */
}

.top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #030f27;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 90px;
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .top-bar-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #030f27;
    font-size: 40px;
}

.top-bar .top-bar-text {
    padding-left: 15px;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #030f27;
    font-size: 16px;
    font-weight: 400;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #030f27;
    font-size: 13px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: #fdbe33;
    transition: .3s;
}

.nav-bar .container-fluid {
    padding: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    /* max-width: 1366px; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    background: #030f27 !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fdbe33;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
}

.nav-bar .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 0 75px;
    }
    
    .nav-bar.nav-sticky {
        padding: 0;
    }
    
    .nav-bar .navbar {
        padding: 20px;
    }
    
    .nav-bar .navbar-brand {
        display: none;
    }
    
    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding: 15px;
    }
    
    .nav-bar a.nav-link {
        padding: 5px;
    }
    
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
    
    .nav-bar .btn {
        display: none;
    }
}



/* **************** */

.top-bar {
    /* background: #fdbe33; */
    /* background-color: #4a4a4a; */
}

.nav-bar {
    transition: 0.3s;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Desktop Hover Dropdown */
@media (min-width: 992px) {
    .nav-bar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/* ******************** */

/* NAVBAR BASE */
.nav-bar {
    position: relative;
    transition: all 0.4s ease;
    z-index: 999;
}

/* STICKY STATE */
.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    animation: slideDown 0.4s ease;
}

/* NAVBAR SHRINK */
.nav-bar .navbar {
    transition: all 0.3s ease;
    padding: 20px 15px;
}

.nav-bar.nav-sticky .navbar {
    padding: 8px 15px; /* shrink */
}

/* LOGO SHRINK */
.logo img {
    transition: all 0.3s ease;
    max-height: 130px;
}

.nav-bar.nav-sticky ~ .top-bar .logo img,
.nav-bar.nav-sticky .logo img {
    max-height: 45px;
}

/* DROPDOWN ANIMATION */
.dropdown-menu {
    /* display: block; */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* DESKTOP HOVER */
@media (min-width: 992px) {
    .nav-bar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* SLIDE DOWN ANIMATION */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* ****************************************** */




  /* ***************************** */
  /* SECTION */
.strengths-section {
    padding: 80px 20px;
    background: #f8fafc;
}

/* INTRO */
.intro {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 40px;
}

.intro h2 {
    font-size: 42px;
}

.intro p {
    color: #555;
}

/* HORIZONTAL AREA */
.horizontal-container {
    overflow: hidden;
}

.track {
    display: flex;
    gap: 24px;
    width: max-content;
    will-change: transform;
    padding-right: 40vw;
}

/* CARD BASE */
.card {
    flex-shrink: 0;
    width: 340px;
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    border: 1px solid #eee;
    transition: all 0.4s ease;

    opacity: 0.4;
    transform: scale(0.9);
}

/* ACTIVE */
.card.active {
    opacity: 1;
    transform: scale(1);
    border-color: #F4B400;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

/* NUMBER */
.num {
    font-size: 13px;
    letter-spacing: 2px;
    color: #F4B400;
    font-weight: 600;
}

.card h3 {
    font-size: 20px;
    margin: 10px 0;
}

.card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* ========================= */
/* ✅ TABLET FIX */
/* ========================= */
@media (max-width: 991px) {

    .card {
        width: 280px;
        padding: 22px;
    }

    .intro h2 {
        font-size: 32px;
    }
}

/* ========================= */
/* ✅ MOBILE (STACK) */
/* ========================= */
@media (max-width: 767px) {

    .horizontal-container {
        overflow: visible;
    }

    .track {
        flex-direction: column;
        width: 100%;
        padding-right: 0;
    }

    .card {
        width: 100%;
        opacity: 1;
        transform: none;
    }

    .card.active {
        transform: none;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }
}


/* ******************************* */
/* Team Section  */
/* ******************************* */

.team-section {
    padding: 100px 8%;
    color: #0d0f11;
    /* background: #ecebeb; */
    /* font-family: 'Poppins', sans-serif; */
  }
  
  /* HEADER */
  .team-header {
    max-width: 700px;
    margin-bottom: 80px;
  }
  
  .team-header h2 {
    font-size: 48px;
  }
  
  .subtitle {
    color: #F4B400;
    margin: 10px 0;
  }
  
  .desc {
    color: #aaa;
    line-height: 1.6;
  }
  
  /* LIST */
  .team-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  
  /* CARD */
  .team-card {
    max-width: 800px;
    padding: 40px;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
  }
  
  /* LEFT / RIGHT SHIFT */
  .team-card.left {
    align-self: flex-start;
  }
  
  .team-card.right {
    align-self: flex-end;
  }
  
  /* HOVER */
  .team-card:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
  }
  
  /* TEXT */
  .team-card h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  
  .team-card span {
    color: #F4B400;
    display: block;
    margin-bottom: 20px;
  }
  
  .team-card p {
    color: #1a1a1a;
    line-height: 1.8;
    font-size: 15px;
  }
  
  /* RESPONSIVE */
  @media (max-width: 768px) {
    .team-card {
      align-self: center !important;
      max-width: 100%;
      padding: 25px;
    }
  
    .team-header h2 {
      font-size: 34px;
    }
  }

/* ==============================
    Execution approach
================================= */

.executionSwiper {
  padding: 30px 10px 70px;
}

.phase-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 10px 35px rgba(0,0,0,.08);
  transition: .35s;
}

.phase-card:hover {
  transform: translateY(-8px);
}

.phase-number {
  font-size: 60px;
  font-weight: 800;
  /* color: rgba(246, 225, 130, 0.18); */
  color: rgba(244, 180,0, 0.6);
  line-height: 1;
  margin-bottom: 15px;
}

.phase-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.phase-card p {
  color: #666;
  line-height: 1.8;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgba(244, 180,0, 0.6);
}

.swiper-slide {
  height: auto;
}


/* ***************************** */
/* Project section */
/* ***************************** */

.projects-section {
    padding: 80px 20px;
    /* background: #f8fbfb; */
  }
  
  .projects-header {
    text-align: center;
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
  }
  
  .projects-header .tag {
    color: #F4B400;
    font-weight: 600;
  }
  
  .projects-header h2 {
    font-size: 36px;
    margin: 10px 0;
  }
  
  /* GRID */
  .projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
    gap: 25px;
  }
  
  /* CARD */
  .project-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px dashed #0707075b;
    transition: 0.3s;
  }
  
  .project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }
  
  /* FEATURED */
  /* .project-card.featured {
    background: #F4B400;
    color: #fff;
  } */
  
  /* HEADER */
  .project-header {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  
  .icon {
    width: 45px;
    height: 45px;
    background: #F4B400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  
  /* .project-card.featured .icon {
    background: #fff;
    color: #F4B400;
  } */
  
  /* STATS */
  .project-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
  }
  
  .project-stats span {
    background: #eef5f5;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
  }
  
  /* .project-card.featured .project-stats span {
    background: rgba(255,255,255,0.2);
  } */
  
  /* LIST */
  .project-card ul {
    padding-left: 18px;
    margin-top: 10px;
  }
  
  /* MOBILE */
  @media(max-width:768px) {

    .projects-section {
        padding: 80px 5px;
        /* background: #f8fbfb; */
      }

    .projects-grid {
      grid-template-columns: 1fr;
    }
  
    .projects-header h2 {
      font-size: 26px;
    }
  }

  /*  */
  /* *********************** */
/* Our Clients section */
/* *********************** */


/* Client Cards */
.clients-grid {
margin-bottom: 20px;
}

.client-card {
background: white;
border-radius: 16px;
padding: 25px 15px;
text-align: center;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
border: 1px solid rgba(242, 169, 0, 0.1);
transition: all 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

.client-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
border-color: var(--accent-color);
}

.client-logo {
height: 80px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
position: relative;
}

.client-logo img {
max-height: 70px;
max-width: 100%;
object-fit: contain;
transition: transform 0.3s ease;
}

.client-card:hover .client-logo img {
transform: scale(1.1);
}

.client-name {
font-size: 0.85rem;
font-weight: 600;
color: var(--heading-color);
line-height: 1.3;
margin-top: auto;
}

/* Client Stats */
.client-stats {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.stat-item {
transition: transform 0.3s ease;
}

.stat-item:hover {
transform: translateY(-5px);
}

.stat-number {
margin-bottom: 8px;
}

.stat-label {
font-size: 0.9rem;
opacity: 0.9;
text-transform: uppercase;
letter-spacing: 1px;
}

/* Alternative Layout - Logo Carousel Style */
.client-carousel {
overflow: hidden;
white-space: nowrap;
position: relative;
}

.carousel-track {
display: inline-flex;
animation: scroll 30s linear infinite;
gap: 40px;
align-items: center;
}

.carousel-item {
flex-shrink: 0;
width: 150px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: white;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
border: 1px solid rgba(242, 169, 0, 0.1);
transition: all 0.3s ease;
}

.carousel-item:hover {
transform: scale(1.05);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.carousel-item img {
max-height: 60px;
max-width: 120px;
object-fit: contain;
}

@keyframes scroll {
0% { transform: translateX(0); }
100% { transform: translateX(calc(-150px * 10 - 400px)); }
}

/* Responsive Design */
@media (max-width: 992px) {
.category-title {
font-size: 1.5rem;
}

.client-card {
padding: 20px 10px;
}

.client-logo {
height: 70px;
margin-bottom: 12px;
}

.client-logo img {
max-height: 60px;
}

.client-name {
font-size: 0.8rem;
}
}

@media (max-width: 768px) {
.category-icon {
width: 60px;
height: 60px;
}

.category-icon i {
font-size: 1.5rem;
}

.category-title {
font-size: 1.3rem;
}

.category-subtitle {
font-size: 0.9rem;
}

.client-card {
padding: 15px 8px;
}

.client-logo {
height: 60px;
margin-bottom: 10px;
}

.client-logo img {
max-height: 50px;
}

.client-name {
font-size: 0.75rem;
}

.stat-number {
font-size: 2rem !important;
}
}

@media (max-width: 576px) {
.client-category {
margin-bottom: 40px;
}

.category-header {
margin-bottom: 30px;
}

.client-card {
margin-bottom: 15px;
}

.client-stats {
padding: 2rem !important;
}
}

/* Loading Animation for Images */
.client-logo img {
opacity: 0;
animation: fadeInLogo 0.5s ease forwards;
}

@keyframes fadeInLogo {
to {
opacity: 1;
}
}

/* Staggered Animation Delays */
.client-card:nth-child(1) .client-logo img { animation-delay: 0.1s; }
.client-card:nth-child(2) .client-logo img { animation-delay: 0.2s; }
.client-card:nth-child(3) .client-logo img { animation-delay: 0.3s; }
.client-card:nth-child(4) .client-logo img { animation-delay: 0.4s; }
.client-card:nth-child(5) .client-logo img { animation-delay: 0.5s; }
.client-card:nth-child(6) .client-logo img { animation-delay: 0.6s; }


/* ****************** */

/* ===== Vision Mission ===== */
.vm-section {
  padding: 100px 0;
  /* background: #f8f9fa; */
}

.vm-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.vm-card {
  padding: 50px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
  transition: 0.4s;
}

.vm-card:hover {
  transform: translateY(-10px);
}

.vm-card .tag {
  color: #F4B400;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}

.vm-card h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.vm-card p {
  color: #555;
  line-height: 1.6;
}

/* Slight visual difference */
.vision {
  border-top: 4px solid #F4B400;
}

.mission {
  border-top: 4px solid #1a1a1a;
}

/* ===== Scale Section ===== */
.scale-section {
  /* padding: 100px 0; */
}

.scale-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

.scale-image img {
  width: 100%;
  border-radius: 20px;
}

.scale-content .tag {
  color: #F4B400;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.scale-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.stats {
  list-style: none;
  margin-bottom: 20px;
}

.stats li {
  margin-bottom: 10px;
  color: #444;
}

.stats strong {
  color: #F4B400;
  font-size: 18px;
}

.highlight {
  margin-top: 20px;
  font-weight: 500;
  color: #222;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .vm-wrapper,
  .scale-wrapper {
    grid-template-columns: 1fr;
  }

  .scale-image {
    order: -1;
  }

  .vm-card {
    padding: 30px;
  }

  .scale-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .vm-section,
  .scale-section {
    padding: 60px 0;
  }

  .vm-card h2 {
    font-size: 22px;
  }
}


/* *********************** */
.overview-section {
    padding: 100px 0;
    /* background: ; */
    color: #F4B400;
  }
  
  .overview-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
  }
  
  /* ===== Image ===== */
  .overview-image {
    position: relative;
  }
  
  .overview-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
  }
  
  .image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.6));
    border-radius: 20px;
  }
  
  /* ===== Content ===== */
  .overview-content .tag {
    color: #F4B400;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
  }
  
  .overview-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    /* color: white; */
  }
  
  .overview-content p {
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.7;
  }
  
  /* ===== Stats ===== */
  .overview-stats {
    display: flex;
    gap: 30px;
    margin: 30px 0;
  }
  
  .stat h3 {
    font-size: 28px;
    color: #F4B400;
  }
  
  .stat span {
    font-size: 14px;
    color: #aaa;
  }
  
  /* ===== Highlight ===== */
  .highlight {
    margin-top: 20px;
    font-weight: 500;
    color: #fff;
  }
  
  /* ===== Responsive ===== */
  @media (max-width: 992px) {
    .overview-wrapper {
      grid-template-columns: 1fr;
    }
  
    .overview-content h2 {
      font-size: 28px;
    }
  
    .overview-stats {
      flex-wrap: wrap;
    }
  }
  
  @media (max-width: 576px) {
    .overview-section {
      padding: 60px 0;
    }
  
    .overview-content h2 {
      font-size: 24px;
    }
  }

  /*  */
  
  .br-section{
    background-image: url("../img/br4.webp");
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    border-top: none;
  }