*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

 body {
      background: #0b1b2b;
      color: white;
      font-family: 'Montserrat';
    }


    p, h1,h2,h3,h4,h5,h6, body, div, span, li{
      
      font-family: 'Montserrat';
    }
    .hero-section1{
background-image: url(./new/bacground-2.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .hero-section {
      padding: 60px 0;
      color: #fff;
      
    }
    .text-start h1{
        font-size: 50px;
    }
    
    .form-box {
      background: #0a2239;
      color: #fff;
          padding: 30px 4rem;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.4);
    }
    .form-box label {
      font-size: 14px;
      margin-top: 10px;
      color: #fff;
    }
    .form-box input,
    .form-box select,
    .form-box textarea {
      border-radius: 5px;
    }
    .btn-submit {
      background: #009acd;
      border: none;
      color: #fff;
      padding: 10px 25px;
      border-radius: 6px;
      margin-top: 15px;
    }
    .btn-submit:hover {
      background: #009acd;
    }

   .stats-box {
      max-width: 600px;
      margin: 50px auto; 
    }
    .stats-item {
      padding: 30px 15px;
    }
    .stats-item h3 {
          font-size: 36px;
      font-weight: 900;
      margin-bottom: 5px;
      text-align: start;
    }
    .stats-item p {
      margin: 0;
      font-size: 18px;
      text-align: start;
      color: #ffffff;
    }
    /* custom cross divider */
    .stats-box .row {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .stats-box .row:last-child {
      border-bottom: none;
    }
    .stats-box .col-6 {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .stats-box .col-6:last-child {
      border-right: none;
    }
    
    .stats-item-new{
      padding-left: 2rem!important;
    }
.client{
  background:#000000;
  padding: 0 0 0 4%;
}
@keyframes slide{
  from{
    transform:translateX(0) ;
    
  }
  to{
    transform:translateX(-100%) ;
  
  }
}
.logos{
  overflow:hidden;
  padding:60px 0 ;
  background:rgb(0, 0, 0);
  white-space:nowrap;
  position:relative;
}
.logos h2{
  position: absolute;
  color: #fff;
  z-index: 12;
      font-size: 25px;
  font-weight: 400;
}
.logos:after{
  content:"";
  position:absolute;
  top:0;
  width:50px;
  height:100%;
  z-index:2;
}
.logos:before{
  content:"";
  position:absolute;
  top:0;
  width:250px;
  height:100%;
  z-index:2;
}
.logos:before{
  left:0;
  background:#000;
}
.logos:after{
  right:0;
  background:#000;
}


.logos:hover .logos-slide{
  animation-play-state:paused;
  
  
}
.logos-slide{
  display:inline-block;
  animation: 35s slide infinite linear;
}
.logos-slide img{
  height:50px;
  margin: 0 40px;
}

.yautech {
  background-color: #1a2d42;
  color: white;
}

.yautech h1 {
  font-size: 47px;
  font-weight: bold;
}

.yautech ul {
  padding-left: 20px;
}

 
.yautech h5 {
  font-weight: bold;
}
.list-unstyled li h4::before {
    content: "\01F892";
    letter-spacing: 10px;
    font-weight: 900;
    color: #ffffff;
    font-size: 35px;
}
.yautech img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.seo {
      background-image: url(./new/our-seo.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      font-family: Montserrat, sans-serif;
    }
    .section-title {
      text-align: start;
      font-size: 50px;
      font-weight: bold;
      margin-bottom: 40px;
    }
    .seo-card {
      position: relative;
      max-width: 500px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    }
    .seo-card img {
       
      display: block;
      border-radius: 15px;
    }
    .logo-overlay {
          position: relative;
    left: -48px;
    width: 100px;
    height: 100px;
    top: -86px;
    }
    .logo-overlay1 {
     position: relative;
    right: -25rem;
    width: 100px;
    height: 100px;
    top: -81px;
    }

    .industry{
        background-image: url(./new/industry-bg.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
        color: #fff;
         text-align: center;
    }
    .industry h3{
           font-size: 50px;
    font-weight: bold;
       
    }

 .industry-box{
     padding: 0 6rem;
    color: #000;
    font-family: Montserrat, sans-serif;
        justify-content: center;
 }

 .col-12.col-sm-6.col-lg-3.industry-box-2 {
    margin-bottom: 5%;
}
 .industry-box-2{
    margin: 12px 0;
 }
 .industry-box-2 img{
    align-items: start;
    margin: 4px 0px;
        width: 46%;
 }
 .card {
   background: linear-gradient(90deg, #023c5f, #05253a);
    border: 1px solid #1c2b4c;
    color: #fff;
    border-radius: 25px!important;
    text-align: center;
    padding: 2rem;
    height: 100%; 
    margin-bottom: 12px!important;

}

.card:hover { 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-icon {
    width: 60px;
    height: 60px;
    fill: #007bff; /* Blue color for the icon */
    margin-bottom: 1.5rem;
}

.card h5 {
    font-size: 21px;
    text-align: start;
}

.services{
   background-image: url(./new/service-bg.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    color: #fff;
    text-align: center;
}
.services h3{
        font-size: 50px;
    font-weight: bold;
}


 .services-card {
    text-align: start;
      background-color: transparent;
      border: 1px solid #0a3c64;
      padding: 20px;
      border-radius: 10px;
      transition: all 0.3s ease-in-out;
    }

    .services-card:hover {
     background: linear-gradient(90deg, #023c5f, #05253a);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
      border: none;
      
    }
   .btn-know-more :hover {
  background-color: white;   /* Background turns white */
  color: #0d3b66;           /* Text changes color */
  border: 1px solid #0d3b66; /* Optional: add border */
}
    .services-icon {
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .btn-know-more {
     background: linear-gradient(90deg, #023c5f, #05253a);
      border: none;
      color: #fff!important;
    }
 
    .services-card :hover button {
      background: white;
      color: #000!important;
      font-weight: bold;
      
    }
    .btn-know-more:hover {
      opacity: 0.9;
    }


.faq{
    background-image: url(./new/faq-bg.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    color: #fff;
    text-align: center;
}
.faq h3{
      font-size: 50px;
    font-weight: bold;
}

.accordion{
  background-color: #000c16;
  text-align: start;
  font-size: 20px;
}

.accordion-item{
  background: #000c16;
   border-bottom: 2px solid #095d6f!important;
}
.accordion-button{
    background: #000c16;
    color: #fff;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    background: #000;
    color: #fff;
   
}

.accordion-button:focus{
  box-shadow: none!important;
  border: none!important;
}
.accordion-body {
    background: #052033!important;
    color: #fff;
    font-size: 18px!important;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-size: 22px;
}
.tesimonial{
  background-color: #052033;
  color: #fff;
  text-align: center;
}
.tesimonial h3{
     font-size: 50px;
  font-weight: bold;
}
  
  .home-demo .item {
    background: #0b6385;
        border-radius: 8px;
         padding: 1rem;
}
.home-demo h2 {
    color: #FFF;
    text-align: start; 
    margin: 0; 
    font-weight: 300;
        font-size: 20px;
}
  .about-t{
   text-align: start;
   
  }
 .about-t img{
  border-radius: 50%;
  width: 100%!important;
 }
 .footer{
  background-color: #051c27;
  color: #fff;
  box-shadow: rgb(0 0 0) 2px -5px 10px 0px;
 }
 .footer-btn a{
  color: #fff;
  font-size: 20px;
  text-decoration: none;

 }
 .footer-btn a:hover{
  color: #fff;
 }

 .footer p{
  font-size: 20px;
 }
.header1{
  background-color: #051c27;
  color: #fff;
 
  position: sticky; top: 0;
  z-index: 99;
}




/* Header Styling */
.header {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%; 
    top: 0;
    left: 0;
    z-index: 100;
         box-shadow: rgb(0 0 0) 0px 10px 10px 2px;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.header.scrolled {
    background-color: #051c27;
    backdrop-filter: blur(10px);
    box-shadow:  0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    color:  #007BFF;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

/* Navigation Menu */
.nav-list {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-link {
    font-size: 1rem;
    font-weight: 600;
    color:  #fff!important;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}
.nav-link a{
  color: #fff;
}
.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color:  #fff;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

/* Hamburger Menu for Mobile */
.nav-toggle {
    display: none; /* Hide on desktop */
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.hamburger {
    display: block;
    width: 25px;
    height: 2px;
    background-color:#333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color:#333;
    transition: transform 0.3s ease, top 0.3s ease;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    top: 8px;
}

.nav-toggle.open .hamburger {
    background-color: transparent;
}

.nav-toggle.open .hamburger::before {
    top: 0;
    transform: rotate(45deg);
}

.nav-toggle.open .hamburger::after {
    top: 0;
    transform: rotate(-45deg);
}


/* Mobile Navigation Menu */
@media (max-width: 768px) {
    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background-color: #051c27;
        padding: 80px 0 0 20px;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        transition: right 0.4s ease-in-out;
    }

    .nav.open {
        right: 0;
    }

    .nav-list {
        flex-direction: column;
        gap: 1.5rem;
    }

    .nav-link {
        font-size: 1.2rem;
    }

    .nav-toggle {
        display: block;
    }

    .header.scrolled .nav-toggle {
        /* Optional: Change hamburger color on scroll */
        color:  #333;
    }
    .logos:before{
      width: 135px;
    }
    .logos h2{
      font-size: 18px;
    }
}


.services-icon img{
  width: 90%;
}













    @media (max-width: 768px) {
      .logo-overlay {
               width: 70px;
        height: 70px;
                top: -30px;
        left: -16px;
      }
       .logo-overlay1 {
               width: 70px;
        height: 70px;
        top: -38px;
        left: 84%;
      }
      .about-t img{
  border-radius: 50%;
  width: 50%!important;
 }
 .text-start h1 {
    font-size: 40px;
}
.yautech h1 {
    font-size: 40px;
}
.industry h3 {
    font-size: 40px;
}
.services h3 {
    font-size: 40px;
}
.faq h3 {
    font-size: 40px;
}
.tesimonial h3 {
    font-size: 40px;
}
.services-icon img{
  width: 30%;
}
.industry-box{
  padding: 0 2rem;
}
.stats-item-new{
      padding-left: 2rem!important;
    }
    }