

/* =================================
------------------------------------
  Template Name: Industry.INC 
	Description: Industry.INC HTML Template
	Author: colorlib
	Author URI: https://www.colorlib.com/
	Version: 1.0
	Created: colorlib
 ------------------------------------
 ====================================*/


/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

a {
    text-decoration: none!important;
}



 * {
        font-family: Inter;
      }

      @media (min-width: 992px) {
          .navbar-expand-lg .navbar-collapse {    
            /*height: 95px;*/
          }
      }
      body{margin:0;padding: 0;}
            .btn-warning{background:#F97A1F;border-color:#F97A1F;}
      .navbar{backdrop-filter:blur(6px);
      }

.hero-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slide {
  /* baseline: full-screen, cover, center */
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  width: 100%;
 display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Slides */
/*.hero-slide {*/
/*  position: relative;*/
/*  min-height: 100vh !important;*/
/*  background-repeat: no-repeat;*/
  /*width: 100%;*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  object-position: top center;*/
/*}*/

@media (min-width: 1400px) {
  .hero-slide {
    background-position: top center;
  }
}

/* For very wide screens (>= 1800px), optional contain + background color */
@media (min-width: 1800px) {
  .hero-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000; /* fallback color */
  }
}


.contact-btn {
  background: #F97A1F;
  height: 70px;
  width: 200px;
  border-radius: 15px;
  padding-top: 15px;
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
}

.service-btn {
  height: 70px;
  width: 200px;
  border-radius: 15px;
  padding-top: 15px;
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
}

.video-wrapper {
    position: relative;
    width: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

/* Remove or hide the play icon since YouTube has its own controls */
.video-container .play-icon {
    display: none;
}

/* Optional: Keep your video background if needed */
.video-bg {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
    border-radius: 15px;
    z-index: -1;
}

 /* ----------------
  Blog Page
 ---------------------*/
.sidebar {
     padding-top: -50px;
   }
.info-box {
    background: #13386C;
    padding: 60px 39px 58px;
    margin-bottom: 33px;
}

.info-box h3 {
   font-size: 22px;
   font-weight: 300;
   color: #fff;
   margin-bottom: 25px;
 }
 
 .info-box p {
   margin-bottom: 50px;
 }
 
 .info-box .footer-info-box {
   margin-bottom: 39px;
 }
 
 .info-box a {
   font-size: 14px;
   color: #F97A1F;
   /*text-decoration: underline;*/
 }
 
 .circle-progress-warp .circle-progress {
   padding-top: 70px;
 }
 
 .single-progress-item {
   margin-top: 20px;
   position: relative;
 }
 
 .single-progress-item:last-child {
   margin-bottom: 0;
 }
 
 .single-progress-item p {
   padding-top: 20px;
   color: #fff;
 }
 
 .progress-bar-style {
   display: block;
   height: 6px;
   position: relative;
   width: 100%;
   background: #304a5f;
 }
 
 .spad {
    padding-top: 103px;
    padding-bottom: 103px;
    font-family: 'Inter';
}
 .sb-widget {
   margin-bottom: 58px;
 }
 
 .sb-widget .sb-title {
   font-size: 20px;
   padding-top: 17px;
   margin-bottom: 45px;
   position: relative;
   font-weight: 600;
 }
 
 .sb-widget .sb-title::before {
   position: absolute;
   content: "";
   width: 65px;
   height: 6px;
   left: 0;
   top: 0;
   background: #F97A1F;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
 }
 
 .sb-widget ul {
   list-style: none;
 }
 
 .sb-widget ul li a {
   display: block;
   padding: 10px 0 14px;
   color: #627084;
   font-size: 15px;
   border-bottom: 1px solid #e3f0fa;
   
 }
 
 .sb-widget ul li a:hover {
   color: #F97A1F;
   border-bottom: 1px solid #F97A1F;
 }
 
 .sb-widget .sb-search {
   position: relative;
 }
 
 .sb-widget .sb-search input {
   width: 100%;
   height: 47px;
   padding-right: 47px;
   padding-left: 22px;
   font-size: 12px;
   color: #718090;
   font-style: italic;
   border: none;
   background: #f7fafd;
 }
 
 .sb-widget .sb-search button {
   position: absolute;
   width: 47px;
   height: 100%;
   right: 0;
   top: 0;
   color: #F97A1F;
   font-size: 12px;
   border: none;
   background: transparent;
 }
 
 .recent-post .rp-item {
   overflow: hidden;
   padding-bottom: 22px;
   margin-bottom: 23px;
   border-bottom: 1px solid #e3f0fa;
 }
 
 .recent-post .rp-item img {
   float: left;
   margin-right: 12px;
  
 }
 
 .recent-post .rp-item .rp-text {
   overflow: hidden;
   padding-top: 2px;
    color:#627084;
   
 }
 
 .recent-post .rp-item p {
   margin-bottom: 0;
    color:#627084
 }
 
 .recent-post .rp-item .rp-date {
   display: inline-block;
   font-size: 12px;
   color: #fff;
   padding: 4px 13px;
   line-height: 1.3;
   background: #F97A1F;
 }
 .blog-post {
    margin-bottom: 75px;
    color: #627084;
    line-height: 2;
 }
 
 .blog-post .blog-thumb {
   height: 331px;
   padding-top: 15px;
   margin-bottom: 20px;
   background-position: center;
 }
 
 .blog-post .blog-date {
   display: inline-block;
   padding: 12px 27px;
   color: #fff;
   font-size: 14px;
   background: #17172d;
 }
 
 .blog-post .blog-metas {
   padding-bottom: 8px;
   margin-bottom: 20px;
   border-bottom: 1px solid #e3f0fa;
 }
 
 .blog-post .blog-meta {
   display: inline-block;
   font-size: 12px;
   color: #718090;
   padding-left: 22px;
   position: relative;
   padding-right: 12px;
   margin-right: 6px;
   margin-bottom: 10px;
 }
 
 .blog-post .blog-meta:last-child {
   margin-right: 0;
   padding-right: 0;
 }
 
 .blog-post .blog-meta:last-child::before {
   display: none;
 }
 
 .blog-post .blog-meta::before {
   position: absolute;
   content: "/";
   top: 0;
   right: 0;
   font-size: 12px;
   color: #718090;
 }
 
 .blog-post .blog-meta:after {
   position: absolute;
   content: "";
   width: 18px;
   height: 18px;
   left: 0;
   top: 0;
background-image: url("https://sparrowtech.ng/wp-content/themes/new/img/IMG_6419.png");
   background-repeat: no-repeat;
   background-size: auto;
 }
 
 .blog-post .blog-meta.meta-author:after {
   background-position: center left -2px;
 }
 
 .blog-post .blog-meta.meta-cata:after {
   background-position: center left -24px;
 }
 
 .blog-post .blog-meta.meta-comment:after {
   background-position: center left -48px;
 }
 
 .blog-post .blog-meta a {
   color: #718090;
 }
 
 .blog-post h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 30px;
    color: #1F242E;
    
 }
 
 .blog-post p {
   margin-bottom: 30px;
       font-size: 15px;
 }
 
 .blog-post .read-more {
   min-width: 138px;
 }
 
 .site-pagination a {
   display: inline-block;
   height: 49px;
   font-size: 14px;
   font-weight: 500;
   color: #081624;
   padding: 13px 0;
   margin-right: -1px;
 }
 
 .site-pagination a.current {
   color: #fff;
   background: #ffc000;
   padding: 13px 15px;
 }
 
 .site-pagination a.next {
   color: #718090;
 }







@media (max-width: 540px)  {
  .hero-content >h1 {
    font-size: 50px!important;
    
  }
.hero-content >span {
  font-size: 50px!important;

}

.leap, .contact-subtitle, .sub-text, .testimonial-text, .client-company, p.why-box,
 h6.why-box, small.testimonial-card, .clients-subtext, .track-text, .sparrow-text, .read-more {
  font-size: 18px!important;
}
.contact-header h2{
 font-size: 40px!important; 
} 
.section-heading, .testimonial-title, .contact-title, .clients-title, .track-title, .journey-title {
  font-size: 30px!important;
}

.sparrow-title {
  font-size: 24px!important;
}
.servicetech-title {
  font-size: 22px!important;
}
.section-subtitle {
  font-size: 18px!important;
}

.client-name, .review-text, .card-title {
  font-size: 20px!important;
}

.service{
font-size: 18px!important;

}


.hero-content >a
{
  font-size: 18px!important;
}



}


/* contact page */
.contact-header {
      background-color: #fff;
      padding: 3rem 1rem;
     
    }

    .contact-header h2 {
      color: #1F242E;
      font-family: Inter;
      font-size: 70px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
    }
    .infoo{
      color: #627084;
      font-family: Inter;
      font-size: 26px;
      font-style: normal;
      font-weight: 500;
      line-height: 38px;
    }

.contactinfor-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      padding: 2rem 1rem;
      text-align: center;
      transition: all 0.3s ease;
      height: 300px;
      
    }

    .contactinfor-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .contact-icon {
      font-size: 2.5rem;
      color: #F97A1F;
      margin-bottom: 1rem;
      font-weight: 800;
    }

    .contact-title {
      font-weight: 600;
      color: #0b0c0d;
      margin-bottom: 0.5rem;
    }

    .contact-more{
      color: #627084;
      text-align: center;
      font-family: Inter;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 36px; 
    }

    .contact-text {
      
      margin-bottom: 0;
      line-height: 1.6;
      font-size: 18px;
      color: #627084;
      font-family: Inter;
      font-style: normal;
      font-weight: 400;
      line-height: 36px;
    }

    @media (max-width: 768px) {
      .contactinfor-card {
        margin-bottom: 1rem;
      }
    }




    .contact-zone{
      height: 439px;
      flex-shrink: 0;
    }

    .contact-form {
      background-color: #fff;
      border-radius: 10px;
      padding: 2rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      height: 100%;
    }

    .map {
      border-radius: 10px;
      overflow: hidden;
      height: 100%;
      min-height: 300px;
    }

    .btn-orange {
      background-color: #ff6600;
      color: #fff;
      font-weight: 500;
    }

    .btn-orange:hover {
      background-color: #e65c00;
      color: #fff;
    }

    @media (max-width: 768px) {
      .contact-header {
        text-align: center;
      }
      .contact-header img {
        margin-top: 1.5rem;
      }
    }

/* contact page ends */



.leadss {
        font-size: 26px;
          font-style: normal;
          font-weight: 500;
          line-height: 36px; font-family: Inter
      }
.blog-heroes {
  
    background-image: url('img/Bg1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60vh;
  }

  .blog-heroes .overlay {
    background: linear-gradient(270deg, rgba(249, 122, 31, 0.50) 0%, rgba(121, 163, 222, 0.40) 38.98%, rgba(1, 59, 142, 0.70) 100%);
    z-index: 1;
  }

  .blog-heroes .container {
    z-index: 2;
  }

  h1 {
  
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

    .blog-heroescontent {
      position: relative;
      z-index: 2;
      padding: 60px 15px;
    }
  @media (max-width: 992px) {
    h1 {
      font-size: 2.5rem;
    }
    .blog-heroes {
      min-height: 50vh;
    }
  }

  @media (max-width: 576px) {
    h1 {
      font-size: 2rem;
    }
    .blog-heroes p {
      font-size: 1rem;
    }
  }

.techservice-card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 2rem;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    background: #fff;
    transition: all 0.3s ease;
    height: auto;
    flex-shrink: 0;
  }

  .techservice-card.active {
   border-radius: 15px;
   border: 1px solid rgba(9, 79, 140, 0.40);
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
  }

  .techservice-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  .techservice-card>h5
  {
    color: #1F242E;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }

  .techservice-card>p
  {
    color: #627084;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
  .techservice-card ul li {
    color: #627084;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 200% */
      }



  .icon-wrapper {
    flex-shrink: 0;
    width: 120px;
    height: 120px;  
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* font-size: 1.5rem; */
    border-radius: 10px;
    background: linear-gradient(180deg, #FC8B3A 0%, #F97A1F 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.10);
  }

  ul {
    list-style: disc;
    padding-left: 1.25rem;
  }

  @media (max-width: 768px) {
    .techservice-card {
      flex-direction: column;
      text-align: left;
      padding: 1.5rem;
    }
    .icon-wrapper {
      margin-bottom: 0.5rem;
    }
  }

/* --- Layout Wrapper --- */
  .video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 576px;
    aspect-ratio: 576 / 461;
  }

  /* --- Blue Background Behind Video --- */
  .video-bg {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100%;
    height: 100%;
    background: rgba(0, 123, 255, 0.1); /* light blue tint */
    border-radius: 20px;
    z-index: 1;
  }

  /* --- Video Container --- */
  .video-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
  }

  /* --- Video Element --- */
  .video-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
  }

  /* --- Play Icon Overlay --- */
  .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.9);
    pointer-events: none;
  }

  /* --- Responsive Adjustments --- */
  @media (max-width: 768px) {
    .video-wrapper {
      max-width: 100%;
      aspect-ratio: 576 / 461;
    }

    .video-bg {
      top: -15px;
      left: -15px;
    }

    .play-icon {
      font-size: 3rem;
    }
  }


      .textdarker{
        color: #1F242E!important;
      }

      .sparrow-title{
        color: #1F242E;
        font-family: Inter;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
     }


      .sparrow-text{
        color: #627084;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
      }

@media (max-width: 768px)  {
  .hero-content  {
    height: 700px;
  }
}
      .textdarker{
        color: #1F242E!important;
      }
/* Mobile menu background and spacing */
.mobile-menu-content {
  background: white;
   padding: 10px 15px 20px;
}

/* Adjust header spacing */
.modal-header {
  margin-bottom: 0 !important;
  padding: 10px 15px !important;
}

/* Reduce space before the menu links */
.modal-body {
  padding-top: 0 !important;
  margin-top: -10px;
}

/* Blue & orange close button */
.custom-close {
  background-color: #F97A1F !important;
  opacity: 1;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-image: none;
  position: relative;
}

.custom-close::before,
.custom-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 2px;
  background-color: white;
}

.custom-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* Fix unclickable links */

.modal-fullscreen .modal-content {
    position: relative;
    z-index: 99999;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
}

.modal-dialog,
.modal-content {
    pointer-events: auto !important;
}

/* Spacing fix */
.modal-body {
    padding-bottom: 40px !important;
}

/* Link styling */
.modal-body a {
  font-family: Inter;
  font-size: 1.6rem;
  margin-bottom: 0.8rem !important;
  display: block;
  position: relative;
  z-index: 100000;
}

.modal-body a:hover {
  color: #F97A1F;
}

.modal,
.modal-dialog,
.modal-content,
.modal-body {
    pointer-events: auto !important;
}

.modal-open {
    overflow: hidden !important;
}



/* Fix oversized modal header blocking clicks */
.modal-header {
    position: relative;
    pointer-events: none !important; 
}

.modal-header * {
    pointer-events: auto !important;
}

.custom-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999999 !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
}
.client-card {
    background: #fff;
    border: 1px solid rgba(9, 79, 140, 0.4);
    border-radius: 10px;
    padding: 40px 20px;
    transition: all 0.3s ease;
   align-content: center;
    width: 300px;
    height: 200px;
    margin: 0 auto;
  }

  .client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  }

  @media (max-width: 950px) {
    .client-card {
      max-width: 100%;
      padding: 30px 15px;
    }
  }

.navy{
color:  #1F242E!important;
font-family: Inter!important;
font-size: 18px!important;
font-style: normal!important;
font-weight: 500!important;
line-height: normal!important;
margin-left: 30px!important;
}


.navys{
  color: #13386C!important;
}
 .leap{
  text-align: center;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 48px;
 }

      nav-contact-btn {
  animation: slowBounceFromRight 3s ease-out forwards;
  opacity: 0;
}

@keyframes slowBounceFromRight {
  0% {
    transform: translateX(400px) translateY(0) scale(0.7);
    opacity: 0;
  }
  20% {
    transform: translateX(-30px) translateY(0) scale(1.1);
    opacity: 1;
  }
  35% {
    transform: translateX(15px) translateY(0) scale(1);
  }
  45% {
    transform: translateX(-10px) translateY(0) scale(1);
  }
  55% {
    transform: translateX(5px) translateY(0) scale(1);
  }
  65% {
    transform: translateX(0) translateY(-25px) scale(1);
  }
  75% {
    transform: translateX(0) translateY(0) scale(1);
  }
  85% {
    transform: translateX(0) translateY(-15px) scale(1);
  }
  92% {
    transform: translateX(0) translateY(0) scale(1);
  }
  96% {
    transform: translateX(0) translateY(-8px) scale(1);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
}



        .nav-contact-btn {
            width: 120px;
            height: 50px;
            background: #F97A1F;
            border-radius: 10px;
            border: none;
            color: white;
            font-weight: 600;
            /* position: relative; */
            /* overflow: hidden;
            transition: all 0.3s ease;
            animation: slowBounceFromRight 3s ease-out forwards; */
            /* opacity: 0; */
            
        }
        
        .nav-contact-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: all 0.8s ease;
        }
        
        .nav-contact-btn:hover::before {
            left: 100%;
        }
        
        .nav-contact-btn:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 8px 20px rgba(249, 122, 31, 0.5);
            background: #e06d1b;
        }
      .social-icon{
        -webkit-text-stroke: 1px;
        font-size: 30px;
      }

      #services {
        border: 1px solid #E0E5EB;
        background: #F0F2F5;
      }

      #services h2 {
        font-size: 2rem;
      }

      .text-warning {
        color: #F97A1F !important;
      }

      .service-card {
          
        border-radius: 10px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      .service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
      }

      .service-card img {
        width: 200px;
        height: auto;
        flex-shrink: 0;
        object-fit: contain;
        border-radius: 10px;
      background: url(<path-to-image>) lightgray 50% / cover no-repeat;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
      }


.service-card .card-body {
    padding: 2rem;
    text-align: center;
  }

  .service-img {
    width: 100%;
    max-width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .service-card {
      margin-bottom: 1rem;
    }
    .service-img {
      max-width: 120px;
    }
  }

      .card-body {
      border-radius: 15px;
      flex-shrink: 0;
      border-radius: 15px;
      border: 1px solid rgba(9, 79, 140, 0.40);
      background: rgba(255, 255, 255, 0.20);
      box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
      height: 400px;
      }
        .about-section {
                  padding: 80px 0;
                  background-color: white;
              }
              
              .section-heading {
                  color: #1F242E;
                  font-family: Inter;
                  font-size: 50px;
                  font-style: normal;
                  font-weight: 600;
                  line-height: 50px;
              }
              
              .section-subtitle {

                  font-size: 24px;
                  margin-bottom: 50px;
                  text-align: center;
                  margin-left: auto;
                  margin-right: auto;
                  color: #627084;
                  font-family: Inter;                
                  font-style: normal;
                  font-weight: 400;
                  line-height: 36px;
              }
              
              .mission-box {
                  background-color: var(--light-bg);
                  border-radius: 10px;
                  padding: 30px;
                  margin-bottom: 30px;
                  height: 100%;
                  
              }
              
              .mission-title {
                  color: black
                  font-weight: 600;
                  margin-bottom: 15px;
              }
              
              .commitment-card {
                  border: none;
                  border-radius: 10px;
                  background-color: var(--light-bg);
                  padding: 25px;
                  height: 100%;
                  transition: transform 0.3s ease;
              }
              
              .commitment-card:hover {
                  transform: translateY(-5px);
              }
              
              .commitment-title {
                  color: #1F242E;
                  margin-bottom: 20px;
                  font-weight: 500;
                 
              }
              
              .commitment-list {
                  list-style: none;
                  padding: 0;
              }
              
              .commitment-item {
                  margin-bottom: 15px;
                  display: flex;
                  align-items: flex-start;
                  color: #627084;
                  font-family: Inter;
                  font-style: normal;
                 
             
              }
              
              .commitment-icon {
                  margin-right: 15px;
                  font-size: 1.2rem;
                  width: 24px;
                  text-align: center;
                  margin-top: 3px;
              }
              
              .checked {
                  color: #F97A1F;
              }
              
              .unchecked {
                  color: #F97A1F;
              }
              
              .commitment-text {
                  font-size: 1.2rem;
                 margin-top: -5px;
              }
              
           
              
              @media (max-width: 768px) {
                  .about-section {
                      padding: 50px 0;
                  }
              }
              

      #why-choose {
        position: relative;
        background: url('img/img5.png') center/cover no-repeat;
        min-height: 450px;
        display: flex;
        align-items: center;
      }

      .why-overlay {
        position: absolute;
        inset: 0;
        background-color: rgba(10, 43, 80, 0.75);
        z-index: 1;
      }

      #why-choose .container {
        position: relative;
        z-index: 2;
      }

      .icon-circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
      }

      .text-warning {
        color: #ff9a2e !important;
      }

      .why-box p {
        color: #e3ebf4;
      }
      .why-text {
       font-family: Inter;
       font-size: 24px;
       font-weight: 400;
      line-height: 40px; 
      font-style: normal;
      }

      .testimonial-section {
            padding: 80px 0 60px;
            text-align: center;
          }

          .testimonial-section h2 {
            font-weight: 700;
            color: #000;
            margin-bottom: 10px;
          }

          .testimonial-section .highlight {
            color: #f97316; /* orange accent */
          }

          .testimonial-section p.sub-text {
            color: #627084;
            text-align: center;
            font-family: Inter;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 36px;
            margin-bottom: 50px;
          }

          .testimonial-card {
            background-color: #fff;
            border: 1px solid #e5e7eb;
            
            height: 400px;
            border-radius: 10px;
            padding: 30px 25px;
            transition: all 0.5s ease;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          }

          .testimonial-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            
          }

          .quote-icon {
            color: #f97316;
            font-size: 28px;
            margin-bottom: 15px;
          }

          .testimonial-text {
            
            color: #627084;
            line-height: 1.6;
            margin-bottom: 20px;
            font-size: 20px;
            line-height: 36px;
          }

          .client-name {
            font-weight: 700;
            color: #111827;
            margin-bottom: 0;
            font-size: 24px;
            margin-right: 90px;
          }
         
         

          .client-company {
            
            color: #6b7280;
            font-size: 24px;
            margin-right: 40px;
          }

          .rating {
            color: #f97316;
            font-size: 35px;
            margin-top: 40px;
          }

          .review-text {
            color: #4b5563;
           font-size: 20px;
          }

          @media (max-width: 767.98px) {
            .testimonial-card {
              padding: 25px 20px;
            }
          }

      .insights-section {
                  padding: 60px 0;
                  background-color: #fff;
              }
              
              .section-header {
                  text-align: center;
                  margin-bottom: 40px;
              }
              
              .section-title {
                  font-size: 2.5rem;
                  font-weight: 700;
                  color: black;
                  margin-bottom: 15px;
              }
              
            
              
              .insight-card {
                  border-radius: 10px;
                  overflow: hidden;
                  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
                  transition: transform 0.3s ease, box-shadow 0.3s ease;
                  height: 100%;
                  background: white;
                  font-size: 20px;
              }
              
              .insight-card:hover {
                  transform: translateY(-5px);
                  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
                  border-radius: 10px;
                  border: 1px solid rgba(9, 79, 140, 0.40);

                  box-shadow: 0 1px 10px 0 rgba(249, 122, 31, 0.50);
              }
              
              .card-img-container {
                  position: relative;
                  height: 200px;
                  overflow: hidden;
              }
              
              .card-img-top {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                 object-position: top center;
              }
              
              .category-badge {
                  position: absolute;
                  top: 15px;
                  left: 15px;
                  padding: 5px 12px;
                  border-radius: 20px;
                  font-size: 22px;
                  font-weight: 600;
                  text-transform: uppercase;
                  color: white;
                  background-color: #F97A1F;
              }
              
              .card-title {
                color: #1F242E;
                text-align: center;
                font-family: Inter;
                font-size: 24px;
                font-style: normal;
                font-weight: 500;
                line-height: 36px;             
                margin-bottom: 10px;
                 line-height: 1.4;
                 text-decoration:none;
              }

              .card-title:hover {
                  color: #F97A1F;
              }
              
              .card-date {
                  font-size: 18px;
                  color: #627084;
                  margin-bottom: 12px;
              }
              
              .card-text {
                  color: #1F242E;
                  font-size: 15px;
                  margin-bottom: 15px;
              }
              
              .read-more {
                  color: #F97A1F;
                  font-weight: 500; 
                  font-size: 18px;
                  text-decoration: none;
                  display: inline-flex;
                  align-items: center;
                  transition: color 0.2s ease;
              }
              
              .read-more:hover {
                  color: #d5630d;
              }
              
              .read-more i {
                  margin-left: 5px;
                  transition: transform 0.2s ease;
              }
              
              .read-more:hover i {
                  transform: translateX(3px);
              }
              
              .carousel-control-prev, 
              .carousel-control-next {
                  width: 40px;
                  height: 40px;
                  background-color: #0056b3;
                  border-radius: 50%;
                  top: 50%;
                  transform: translateY(-50%);
                  opacity: 0.9;
              }
              
              .carousel-control-prev {
                  left: -20px;
              }
              
              .carousel-control-next {
                  right: -20px;
              }
              
              .carousel-control-prev:hover, 
              .carousel-control-next:hover {
                  opacity: 1;
              }
              
              .carousel-indicators {
                  bottom: -50px;
              }
              
              .carousel-indicators button {
                  width: 10px;
                  height: 10px;
                  border-radius: 50%;
                  background-color: #6c757d;
                  opacity: 0.5;
              }
              
              .carousel-indicators button.active {
                  background-color: #0056b3;
                  opacity: 1;
              }
              
              .view-all-btn {
                  display: block;
                  width: fit-content;
                  margin: 50px auto 0;
                  padding: 10px 30px;
                  background-color: #F97A1F;
                  color: white;
                  border: none;
                  border-radius: 15px;
                  font-weight: 500;
                  font-size: 22px;
                  transition: background-color 0.3s ease;
              }
              
              .view-all-btn:hover {
                  background-color: #d5630d;
              }
              
              /* Responsive adjustments */
              @media (max-width: 768px) {
                  .carousel-control-prev, 
                  .carousel-control-next {
                      display: none;
                  }
                  
                  .section-title {
                      font-size: 2rem;
                  }
              }

              .contact-section {
            padding: 70px 0;
            background: #E0E5EB;
          }

          .contact-title {
            font-weight: 600;
            text-align: center;
            margin-bottom: 10px;
          }

          .contact-title span {
            color: #F97A1F;
          }

          .contact-subtitle {
            margin-bottom: 50px;
            color: #627084;
            text-align: center;
            font-family: Inter;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 36px;
          }

          .contact-card {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            padding: 20px;
            display: flex;
            align-items: center;
            gap: 15px;
            transition: 0.3s ease;
          }

          .contact-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          }

          .icon-box {
            background-color:  #F97A1F;;
            color: #fff;
            border-radius: 10px;
            width: 65px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
          }
          label {
          color: #1F242E;
          text-align: center;
          font-family: Inter;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 48px; 
          }
          .contact-info h6 {
            margin-bottom: 5px;
            color: #1F242E;
            font-family: Inter;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 36px;

          }

          .contact-info p {
            margin: 0;
            line-height: 30px;
            color: #627084;
            font-family: Inter;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
          }

          .contact-form input,
          .contact-form textarea {
            border-radius: 10px;
            border: 1px solid #dee2e6;
            text-align: center;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 48px;
            padding: 10px 15px;
            color: rgba(98, 112, 132, 0.50);            

          }

          .contact-form textarea {
            height: 120px;
            resize: none;
          }

          .contact-form button {
            background-color: #ff6600;
            color: white;
            border: none;
            border-radius: 10px;
            padding: 10px 25px;
            font-weight: 500;
            transition: 0.3s ease;
          }

          .contact-form button:hover {
            background-color: #cc5200;
          }

      .footer {
        background-color: #13386C;
      }

      .footer p {
        font-size: 0.95rem;
        color: #d9e1ec;
      }

      .footer-links li {
        margin-bottom: 0.5rem;
      }

      .footer-links a {
        text-decoration: none;
        color: #d9e1ec;
        transition: color 0.2s ease;
      }

      .footer-links a:hover {
        color: #F97A1F;
      }

      .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background-color: #F97A1F;
        color: white;
        font-size: 1.2rem;
        transition: background-color 0.2s ease;
      }

      .social-icon:hover {
        background-color: #F97A1F;
        color: #fff;
      }

      /* Animation for contact navigation button */
      /* .nav-contact-btn {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
      } */
/* 
      .nav-contact-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
        transition: all 0.6s ease;
      }

      .nav-contact-btn:hover::before {
        left: 100%;
      }

      .nav-contact-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(249, 122, 31, 0.4);
      }

      /* Scroll-triggered animations */
      .scroll-animate {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 1s ease, transform 1s ease;
      }

      .scroll-animate.animated {
        opacity: 1;
        transform: translateY(0);
      } */

      /* Section-specific animation delays */
      .services-title.scroll-animate {
        transition-delay: 0.2s;
      }

      .services-subtitle.scroll-animate {
        transition-delay: 0.4s;
      }

      .service-card.scroll-animate {
        transition: opacity 1s ease, transform 1s ease;
      }

      .service-card:nth-child(1).scroll-animate {
        transition-delay: 0.6s;
      }

      .service-card:nth-child(2).scroll-animate {
        transition-delay: 0.8s;
      }

      .service-card:nth-child(3).scroll-animate {
        transition-delay: 1s;
      }

      .about-title.scroll-animate {
        transition-delay: 0.2s;
      }

      .about-subtitle.scroll-animate {
        transition-delay: 0.4s;
      }

      .mission-box.scroll-animate {
        transition-delay: 0.6s;
      }

      .commitment-card.scroll-animate {
        transition-delay: 0.8s;
      }

      .commitment-item.scroll-animate {
        transition: opacity 0.8s ease, transform 0.8s ease;
      }

      .commitment-item:nth-child(1).scroll-animate {
        transition-delay: 1s;
      }

      .commitment-item:nth-child(2).scroll-animate {
        transition-delay: 1.2s;
      }

      .commitment-item:nth-child(3).scroll-animate {
        transition-delay: 1.4s;
      }

      .commitment-item:nth-child(4).scroll-animate {
        transition-delay: 1.6s;
      }

      .why-title.scroll-animate {
        transition-delay: 0.2s;
      }

      .why-subtitle.scroll-animate {
        transition-delay: 0.4s;
      }

      .why-box.scroll-animate {
        transition: opacity 1s ease, transform 1s ease;
      }

      .why-box:nth-child(1).scroll-animate {
        transition-delay: 0.6s;
      }

      .why-box:nth-child(2).scroll-animate {
        transition-delay: 0.8s;
      }

      .why-box:nth-child(3).scroll-animate {
        transition-delay: 1s;
      }

      .why-box:nth-child(4).scroll-animate {
        transition-delay: 1.2s;
      }

      .testimonial-title.scroll-animate {
        transition-delay: 0.2s;
      }

      .testimonial-subtitle.scroll-animate {
        transition-delay: 0.4s;
      }

      .testimonial-card.scroll-animate {
        transition: opacity 1s ease, transform 1s ease;
      }

      .testimonial-card:nth-child(1).scroll-animate {
        transition-delay: 0.6s;
      }

      .testimonial-card:nth-child(2).scroll-animate {
        transition-delay: 0.8s;
      }

      .testimonial-card:nth-child(3).scroll-animate {
        transition-delay: 1s;
      }

      .rating.scroll-animate {
        transition-delay: 1.2s;
      }

      .review-text.scroll-animate {
        transition-delay: 1.4s;
      }

      .insights-title.scroll-animate {
        transition-delay: 0.2s;
      }

      .insights-subtitle.scroll-animate {
        transition-delay: 0.4s;
      }

      .insight-card.scroll-animate {
        transition: opacity 1s ease, transform 1s ease;
      }

      .insight-card:nth-child(1).scroll-animate {
        transition-delay: 0.6s;
      }

      .insight-card:nth-child(2).scroll-animate {
        transition-delay: 0.8s;
      }

      .insight-card:nth-child(3).scroll-animate {
        transition-delay: 1s;
      }

      .contact-title.scroll-animate {
        transition-delay: 0.2s;
      }

      .contact-subtitle.scroll-animate {
        transition-delay: 0.4s;
      }

      .contact-card.scroll-animate {
        transition: opacity 1s ease, transform 1s ease;
      }

      .contact-card:nth-child(1).scroll-animate {
        transition-delay: 0.6s;
      }

      .contact-card:nth-child(2).scroll-animate {
        transition-delay: 0.8s;
      }

      .contact-card:nth-child(3).scroll-animate {
        transition-delay: 1s;
      }

      .contact-form.scroll-animate {
        transition-delay: 1.2s;
      }

      
.about-hero {
  position: relative;
  min-height: 100vh;
  background: url('img/about-hero.png')
    center center/cover no-repeat;
}

.about-hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(9, 79, 140, 0.40);

}

.about-heading {
  font-size: 75px;
  font-weight: 900;
  z-index: 2;
  position: relative;
}

.text-highlight {
  color: #F97A1F; /* Orange accent */
}
  
/* ✅ Chevron positioned 500px down */
.scroll-down {
  position: absolute;
  top: 500px;  /* Moves it 500px from top of section */
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  color: #fff;
  animation: bounce 2s infinite;
  cursor: pointer;
  z-index: 3;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
  40% { transform: translate(-50%, -10px); }
  60% { transform: translate(-50%, -5px); }
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .about-heading {
    font-size: 2rem;
    line-height: 1.3;
  }
  .scroll-down {
    top: 400px;  /* Adjust for smaller screens */
    font-size: 1.8rem;
  }
}


.company-description {
color: #627084;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 36px;
}

.mission-vision {
  background-color: #F0F2F5;

}

.mv-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  
  padding: 25px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 500px;
  flex-shrink: 0;
}

.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 1px 10px 0 rgba(249, 122, 31, 0.50);
}

.mv-icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #FC8B3A 0%, #F97A1F 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.10);
  color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-right: 15px;
  flex-shrink: 0;
}
.mv-text {
color: #627084;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-top: 35px;
    margin-left: -70px;
}

.miv{
color: #1F242E;
font-family: Inter;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 36px;
text-align: center;
margin-top: 40px;
}


/* Animation for scroll fade-in */
.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-in-out; 
}

.scroll-animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .mv-card {
    text-align: left;
    padding: 20px;
  }
  .mv-icon {
    margin-right: 12px;
  }
}



@media (max-width: 1024px) {
  .mv-card {
      height: 700px;
  }
}




/* OUR JOURNEY SECTION */

.our-journey {
  background-color: #fff;
}
.journey-title {
  font-weight: 700;
  font-size: 2rem;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.journey-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  transition: all 0.3s ease;
  height: auto;
  flex-shrink: 0;
}

.journey-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1px 10px 0 rgba(249, 122, 31, 0.50);
  
  
}

.journey-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 1.5rem;
}

.bg-orange {
  background-color: #ff7b00;
}

.journey-content h5 {
  color: #1F242E;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 158.333% */
  margin-bottom: 0.5rem;
}

.journey-content p {
  margin: 0;
  color: #627084;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .journey-card {
    flex-direction: column;
    text-align: center;
  }

  .journey-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* Animation on Scroll */
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-in-out;
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* OUR VALUED CLIENTS SECTION */
.valued-clients {
  background-color: #f9fafb;
}

.clients-title {
  font-weight: 700;
  font-size: 2rem;
}

.clients-subtext {
    margin: 0 auto;
  color: #555;
  line-height: 1.6;
  font-size: 1rem;
}


/* Scroll Animation */
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .clients-title {
    font-size: 1.6rem;
  }

  .clients-subtext {
    font-size: 0.95rem;
    padding: 0 10px;
  }

}


/* Track Record Section */
.track-record-section {
  background-color: #F0F2F5;
  color: #333;
}

.track-title {
  font-weight: 700;
  font-size: 2rem;
}

.track-text {
  max-width: 1000px;
  margin: 0 auto;
  color: #555;
 
}

.track-item h3 {
  font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 60px;
margin-bottom: 0.5rem;
}

.text-orange {
  color: #ff7b00;
}

.track-item p {
   margin: 0;
   color: #627084;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 60px;
}

/* Animation */
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .track-title {
    font-size: 1.6rem;
  }

  .track-item h3 {
    font-size: 1.8rem;
  }

  .track-item p {
    font-size: 0.9rem;
  }
}

 