/* Page Content Responsive */
@media (max-width: 992px) {
    .page-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .page-content-left {
        padding-right: 0;
    }
    
    .page-description {
        padding: 30px;
    }
    
    .page-description-full {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .page-content {
        padding: 60px 0;
    }
    
    .page-description {
        padding: 25px;
        font-size: 15px;
    }
    
    .page-description-full {
        padding: 30px;
        font-size: 16px;
    }
    
    .page-image-wrapper::before {
        top: -5px;
        right: -5px;
    }
}

@media (max-width: 576px) {
    .page-content {
        padding: 40px 0;
    }
    
    .page-description {
        padding: 20px;
        font-size: 14px;
    }
    
    .page-description-full {
        padding: 20px;
        font-size: 15px;
    }
}
@media (max-width: 768px){
    html{
        font-size: 55%;
    }
    .grid-two-cols {
    grid-template-columns: 1fr;
  }
  .grid-three-cols {
    grid-template-columns: 1fr;
  }
  .grid-four-cols {
    grid-template-columns: 1fr;
  }
  .wrapper { 
    padding: 5rem 1rem;
}
.img-testi p { 
    width: 50%; 
}
  /* /////////header tag/////////// */
  /* /////////header tag/////////// */
  /* /////////header tag/////////// */
  .htb-flex {
    justify-content: space-between;
  }
.btn-htb{
    min-width: 100%;
}
 .htb-flex {
    justify-content: space-between; /* left-right spacing */
  }

   .htb-flex .btn-htb {
    width: calc(50% - 0.5rem); /* 2 buttons per row */
    min-width: unset;
  }
.header-logo .hlf-left img {
    width: 50%; 
}
.header-logo .hlf-right img { 
    display: none;
}
.nav-mobile { 
    top: -62px; 
    border-radius: 1rem;
        height: 55px;
}
.nav-container { 
    z-index: 999;
    background:var(--dark-blue);
}
.navigation {
    height: 0px; 
}
/* ////////hero banner/////// */
/* ////////hero banner/////// */
/* ////////hero banner/////// */
.hb-box { 
display: none;
}
/* //////four btn//////// */
/* //////four btn//////// */
/* //////four btn//////// */
/* //////four btn//////// */
.four-btn .grid{
    gap: 1rem;
}
/* //////why hi-tech///////// */
/* //////why hi-tech///////// */
/* //////why hi-tech///////// */
/* //////why hi-tech///////// */
.wh-box { 
    padding: 2rem; 
}
.wh-box-data-two p { 
    padding-left: 0rem; 
    padding-top: 2rem;
}
/* ///////video section////// */
/* ///////video section////// */
/* ///////video section////// */
/* ///////video section////// */
.video-section .grid-two-cols {
    grid-template-columns: 1fr;
}
.vs-three-btn { 
    align-items: center; 
    flex-direction: column;
    margin-top: 5rem;
}
.vs-four-boxs {  
    justify-content: center; 
    flex-direction: column;
    margin-top: 5rem;
}
.vs-four-boxs .vsfb-box:nth-child(1), .vs-four-boxs .vsfb-box:nth-child(2), .vs-four-boxs .vsfb-box:nth-child(3),.vs-four-boxs .vsfb-box:nth-child(4) { 
    width: 100%; 
}
.vs-three-btn a:nth-child(1),.vs-three-btn a:nth-child(2),.vs-three-btn a:nth-child(3),.vs-three-btn a:nth-child(4) { 
    padding: 2rem; 
    width: 100%;
    text-align: center; 
}
.video-container iframe{
    width: 100%;
}
/* //////brand section////// */
/* //////brand section////// */
/* //////brand section////// */
/* //////brand section////// */
.brands marquee img {
    width: 35%; 
    margin-right: 4rem;
}
.ls-box h3 { 
    font-size: 1.6rem;
    font-weight: 500;
}
.ls-box img {
    width: 100% !important; 
}
/* /////sub-footer/////// */
/* /////sub-footer/////// */
/* /////sub-footer/////// */
/* /////sub-footer/////// */
.sub-footer .grid{
    gap: 1rem;
}
.sf-box{
    text-align: center;
}
.sub-footer .sfb-para {
    text-align: center;
}
.cd-timing {
    display: flex;
    align-items: self-start;
    gap: 2rem;
    justify-content: space-between;
    flex-direction: column;
}
.hero-img{
    display: none !important;
}
.mobile-hero-img{
        display: block;
    }
} 

@media (max-width:444px) {
    .nav-mobile{
        top: -51px;
        height: 49px;
        width: 53px;
    }
    #nav-toggle{
            left: 10px;
    top: 18px;
    }   
}
@media (max-width:388px) {
    .nav-mobile{
        top: -45px;
        height: 45px;
        WIDTH: 55px;    }
    #nav-toggle{
            left: 10px;
    top: 15px;
    }
}