@media (max-width: 1262px){
    .logo-item>img{
        width: 150px !important;
    }
}
@media (max-width: 1199px){
    .orange-bg-padding{
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    #openMenu{
        display:none;
    }
    #closeMenu{
        display:none;
    }
    .desk-none{
        display: none;
    }
}
@media (max-width: 991px) {
    .mob-none{
        display: none;
    }
    /* mobile menu style */
    #menuOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 1000px;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 10;
    }
    
    #mainNav {
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 1000px;
        background-color: var(--color-dark);
        padding: 20px;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        transition: right 0.3s ease;
        z-index: 11;
    }
    #openMenu{
        background-color: transparent;
        border: none;
        color: var(--color-orange);
        font-size: 25px;
    }
    #mainNav.open {
        right: 0; /* Slide in from right */
    }
    .close-btn {
        background: none;
        border: none;
        font-size: 24px;
        position: absolute;
        top: 0;
        line-height: normal;
        right: 0;
        cursor: pointer;
        color: var(--color-dark);
        background-color: var(--bs-white);
    }
    /* end mobile menu style */
    .banner-overlay{
        background-image: none !important;
        z-index: 0;
    }
    .banner-overlay::before{
        background: linear-gradient(172deg, rgb(0 0 0 / 93%) 0%, rgb(0 0 0 / 48%) 35%, rgb(255 255 255 / 0%) 100%);
    }
    .banner-content{
        padding:20px 0px;
    }
    .title-lg {
        font-size: 35px;
    }
    .hero-banner.sub-page .banner-content h1{
        font-size: 40px;
    }
    .banner-content h6{
        font-size: 20px;
        width: 10pc;
    }
    .list-advisory-ul {
        flex-direction: column;
        gap: 5px;
        margin: 0px;
        margin-top: 15px;
    }
    .cyber-fill>svg, .cyber-stroke>svg,.cyber-grey>svg{
        width:100%;
    }
    .logo-item>img {
        height: 47px !important;
        width: auto !important;
    }
    .white-heading{
        font-size: 30px;
    }
    .main-title{
        font-size: 30px;
    }
    .it-icon-flex{
        gap: 15px;
    }
    .it-icon-flex h5 {
        font-size: 20px;
        font-weight: 500;
    }
    .icon-size {
        width: 50px;
        height: 50px;
    }
    .article-details h5 {
        font-size: 20px;
        font-weight: 500;
    }
    .article{
        margin-bottom: 20px;
    }
    .icon-position{
        display: none;
    }
    .banner-overlay {
        background: rgb(0 0 0);
        background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 45%) 35%, rgb(0 0 0 / 57%) 100%);
    }
/*--------- blog page ---------*/
     .responsive-gap{
        gap: 20px;
    }
}
@media (max-width: 800px){
    #sync2 .owl-stage-outer {
        overflow: hidden;
    }
}
@media (max-width: 600px){
    .custom-btn {
        padding: 10px 10px;
    }
    .about-fencesence-bg{
        padding: 28px 0px;
    }
    .cyber-fill>svg, .cyber-stroke>svg, .cyber-grey>svg {
        width: 280px;
    }
    .cyber-fill{
        padding-top: 0px;
    }
    .cyber-stroke{
        padding-top: 20px;
    }
    .cyber-grey{
        padding: 20px 0px;
        text-align: center;
    }
    .cyber-security-padding{
        padding-top: 17px;
    }
    .bg-logo-slider{
        padding: 22px 0px 0px 0px;
    }
    .logo-box>a>img{
        width: 120px;
    }
    .banner-overlay{
        z-index: 0;
    }
    .banner-overlay::before {
        background: linear-gradient(170deg, rgb(0 0 0 / 93%) 0%, rgb(0 0 0 / 48%) 35%, rgb(255 255 255 / 0%) 100%);
    }
    .list-advisory-ul{
        flex-direction: row;
        justify-content: space-around;
    }
    .list-advisory-ul>li{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .testimonial-item{
        margin: 0px 13px;
    }
    .testmonial-description{
        font-size: 17px;
        font-weight: 500;
    }
    .security-bg{
        padding: 50px 10px;
    }
    .enquiry-bg{
        padding: 0px 20px;
    }
    .secure-title{
        font-size: 42px;
        font-weight: 600;
        line-height: 55px;
    }
    .enquiry-bg p{
        margin-bottom: 60px;
    }
    .counter-margin{
        margin-bottom: 15px;
    }
    .main-title-white {
        font-weight: 600;
    }
    .orange-bg-padding{
        margin: 37px 0px;
    }
    .orange-bg-padding h4 {
        font-size: 46px;
        font-weight: 600;
        line-height: 54px;
        margin-bottom: 20px;
    }
    .enquiry-bg {
        padding: 61px 10px;
    }
    .office-bg{
        padding: 50px 50px 50px 50px;
    }
    .bg-footer {
        padding: 42px 0px 10px 0px;
    }
    .logo-icon-flex {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .title-footer, .footer-quick-link{
        text-align: center;
    }
    .background-style{
        width:100%;
    }
    .footer-border{
        margin-left: 0;
    }
    .method-card {
        flex-direction: column;
    }
    #sync1 .owl-nav{
        display: none !important;
    }

    /* pritam */
    .counter-box {
        flex-wrap: wrap;
        gap: 12px;
    }
    .counter-box .four {
        width: 47%;
        min-height: 114px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .counter-box .counter-item > h2 {
        font-size: 30px;
    }
    .bg-counter{
        padding: 0px 0px;
        padding-top: 36px;
    }
    .secure-bg{
        padding: 0px 0px;
    }
    .advisory-content{
        padding: 20px;
    }
    .list-advisory-ul>li>h2{
        font-size: 30px;
    }

}
@media (max-width: 582px){
    .office-bg h4 {
        font-size: 30px;
    }
}
@media (max-width: 569px){
    .num-loc-flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-banner.sub-page .banner-content h1{
        font-size: 33px;
    }
}
@media (max-width: 517px){
    .office-bg h4{
        line-height: 45px;
    }
}
@media (max-width: 436px){
    .form-bg .white-heading{
        font-size: 35px;
    }
    .btn-box {
        flex-direction: column;
    }
}
@media (max-width: 425px){
    .orange-bg-padding h4 {
        font-size: 40px;
        line-height: 55px;
    }
    .service-body .hero-banner.sub-page .banner-content h1{
        font-size: 25px;
    }
}
@media (max-width: 388px){
    /* ---- footer ------ */
    .footer-flex{
        justify-content: center;
        gap: 9px;
    }
    /* -- Latest News & Articles --*/
    .date-tag.absolute{
        top: 154px;
    }
}
@media (max-width: 365px){
    .article-details {
        height: 275px;
    }
    .date-tag.absolute {
        top: 115px;
    }
}

