@media (min-width:1201px) and (max-width:1400px) {
	
	.navbar-brand img {
    height: 38px;
}.split-container {
    display: flex;
    width: 100%;
    height: 80vh;
    position: relative;
    padding-top: 82px;
}.dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 100%;
	left: 89%;}
}

@media (min-width:993px) and (max-width:1200px) {
	.site-footer ul li a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s 
ease;
    font-size: 14px;
}
    .dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 100%;
    left: 182%;}
    .filters ul li {
        width: 22%;

    }.navbar-brand img {
    height: 34px;
}.navbar-nav .nav-link

 {
    color: #000000 !important;
    font-weight: 500;
    font-size: 18px;
    padding: 27px 7px;
    border-radius: 12px;
    transition: all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-size: 13px;
}a.btn.btn-neon.ms-3.whatsapp {
    font-size: 13px;
    background: green;
    padding: 8px 10px;
}.hero-headline {
        font-size: 30px;
    }.social-proof {
    display: flex
;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.8rem;
}.graphic-item:nth-child(2) {
    top: -2%;
    left: 8%;
    animation: float 8s 
ease-in-out infinite;
}.graphic-item:nth-child(3) {
    top: -1%;
    right: -5%;
    animation: float 8s 
ease-in-out infinite 1.5s;
}.social-proof {
  
    margin-top: 0;
}.trust-metrics {
    margin-bottom: 0;
    padding-bottom: 20px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}.hero-section .cta-button {
    display: inline-flex
;
    align-items: center;
    padding: 9px 16px;}.hero-subheadline {
    font-size: 16px;}.main-text {
    font-size: 50px;
   
}.audit-form {
    display: flex
;
    gap: 1rem;
    max-width: 100%;}form.audit-form {
    flex-wrap: wrap;
    justify-content: center;
}.testimonial-card .rounded-circle {
    border: 2px solid #000 !important;
    flex-shrink: 0;
}.testimonial-card {
   
    margin: 0;
}.service-section .service-card

 {
   
    height: 238px;
}.process-timeline {
    position: relative;
    display: flex
;
    flex-direction: row;
    gap: 20px;
    padding: 40px 0;
    /* overflow-x: auto; */
    scroll-behavior: smooth;
    flex-wrap: wrap;
    justify-content: center;
}
}

@media (min-width:768px) and (max-width:992px) {
    .audit-form

 {
    display: flex
;
    gap: 1rem;
    max-width: 100%;
    margin: 3rem auto 0;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 25px;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}.btn-neon {
        margin-top: 20px;
        width: auto;
        justify-content: center;
    }
.process-timeline {
   
    gap: 20px;
    padding: 40px 0;
    /* overflow-x: auto; */
    scroll-behavior: smooth;
    flex-wrap: wrap;
    justify-content: center;
}.main-text {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 2rem;
   
}.split-container {
    display: flex
;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 73px;
}  .service-section  .col-md-4 {
        flex: 0 0 auto;
        width: 49.333333%;
    }.service-section .service-card {
   
    height: 237px;
}.hero-content {
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
}.service-page-wrapper .roi-container {
    display: flex
;
    flex-wrap: wrap;
    gap: 80px;
    align-items: center;
}.process-row {
    display: flex
;
    justify-content: center;
    gap: 7px;
    margin-bottom: 29px;
    align-items: center;
    /* flex-wrap: wrap; */
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}.section-title-modern

 {
   
    font-size: 33px;
}.testimonial-card .rounded-circle {
    border: 2px solid #000 !important;
    flex-shrink: 0;
}.testimonial-card {
    margin: 0;
}.hero-subheadline {
        font-size: 1.2rem;
        margin: 0;
    }.hero-graphic {
    display: none;
}
}
button#closeBtn {
    display: none;
}
 /* Mobile styles - only for max 992px */
        @media (max-width: 992px) {
	footer.site-footer .col-lg-3.col-md-6 > ul {
    min-height: auto;
    margin: 0;
}
            button#closeBtn {
    display: block;
}
            .navbar-toggler {
                display: block;
            }
            .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 400px;
        height: 100vh;
        background: white;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        align-items: flex-start;
        padding: 45px 0px;
        transition: right 0.4s 
ease;
        overflow-y: auto;
        z-index: 999;
    }
            
              .navbar-collapse.show {
        right: 0;
        background: #fff;
    }
            
          .navbar-nav {
        flex-direction: column;
        width: 100%;
        height: 70vh;
        overflow: auto;
    }
            
            .nav-item {
                width: 100%;
                margin-bottom: 10px;
            }
            
            .nav-link {
                padding: 12px 0;
                width: 100%;
                border-bottom: 1px solid #eee;
            }
            
            .dropdown-menu-custom {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                border-radius: 0;
                width: 100%;
                margin-top: 10px;
                display: none;
                transition: none;
            }
            
          .dropdown-menu-custom.show {
        display: block !important;
    }
            .mega-menu {
                flex-direction: column;
                padding: 0;
            }.mega-menu-column ul li a {
    color: #555;
    text-decoration: none;
    display: flex
;
    align-items: center;
    padding: 8px 9px;
    border-radius: 6px;
    transition: all 0.2s 
ease;
    font-size: 13px;
}
            
          .mega-menu-column {
        padding: 0;
        margin-bottom: 20px;
        width: 100% !important;
    }.navbar-nav .nav-link {
    color: #000000 !important;
    font-weight: 500;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 0;
    transition: all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}       .navbar-nav .nav-link {
        color: #000 !important;
        font-weight: 100;
        font-size: 18px;
        padding: 10px 0;
        border: none;
        border-bottom: 1px solid #ddd;
        margin: 0;
        padding-left: 23px;
        padding-bottom: 24px;
    }a.btn.btn-neon.ms-3.whatsapp {
        background: green;
        padding: 8px 18px;
        width: 82%;
        margin-left: 20px !important;
        display: none;
    }

    .dropdown-menu-custom {
   
    transform: translateX(0%) !important;
}
            
            .mega-menu-column:last-child {
                margin-bottom: 0;
            }
            
            .mega-menu-column h4 {
                font-size: 1rem;
                margin-bottom: 10px;
                padding-bottom: 5px;
                border-bottom: 1px solid #eee;
            }
            
            .btn-neon {
                margin-top: 20px;
                width: 100%;
                justify-content: center;
            }
            
            /* Overlay when menu is open */
            .overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.5);
                z-index: 998;
                display: none;
            }
            
            .overlay.show {
                display: block;
            }.dropdown:hover .dropdown-menu-custom {
                display: none;
            }
               
            /* Close button styles */
            .close-btn {
                position: absolute;
                top: 15px;
                right: 15px;
                background: none;
                border: none;
                font-size: 1.5rem;
                color: #333;
                cursor: pointer;
                z-index: 1002;
            }
            
            .close-btn:hover {
                color: #ff0000;
            }
            
            /* Overlay when menu is open */
            .overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.5);
                z-index: 998;
                display: none;
            }
            
            .overlay.show {
                display: block;
            }.fa-bars:before, .fa-navicon:before {
                display: none;
            }
      
        }

@media(max-width:767px) {

    a.navbar-brand img {
        width: 112px;
        height: auto;
    }

    .process-timeline {

        flex-direction: column;
    }

    .main-text {
        font-size: 23px;
    }

    .content {
        position: relative;
        z-index: 10;
        text-align: center;
        padding: 0px;
        max-width: 85%;
    }

    .split-container {
        display: flex;
        width: 100%;
        height: 50vh;
        position: relative;
        padding-top: 82px;
    }

    .section-title-modern {

        font-size: 30px;

    }

    .awards-section .logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .audit-title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 30px;

    }

    span.pr-badge {
        font-family: "Caveat", cursive;
        font-size: 19px;
        position: absolute;
        z-index: -3;
        opacity: 1;
        top: 35px;
        right: -10px;
        width: auto;
        color: #ffffff !important;
        left: auto;
        transform: rotate(335deg);
    }

    .audit-form input {
        flex: 1;
        background: #ffffff14;
        border: none;
        color: white;
        padding: 1rem 1.5rem;
        border-radius: 20px;
        font-size: 1rem;
    }

    .form-select {

        flex: 1;
        background: #ffffff14;
        border: none;
        color: white;
        padding: 1rem 1.5rem;
        border-radius: 20px;
        font-size: 1rem;
    }

    .testimonial-featured blockquote {
        font-size: 16px !important;
    }

    .testimonial-card {

        margin: 0;

    }

    .service-section .service-card {
        margin: 0;
    }

    .stat-number-modern {

        font-size: 30px;

    }

    .stats-modern {
        background: var(--dark-card);
        padding: 50px 0;
    }

    .process-content {

        padding: 20px !important;
    }

    .process-step {
        width: 25px;
        height: 25px;
        font-size: 0.9rem;
        top: 3px;
        right: 8px;
    }

    .process-timeline {

        padding: 0;

    }

    .site-footer ul li a {
        color: #ffffff !important;
        text-decoration: none;
        transition: color 0.3s ease;
        font-size: 16px;
    }    .process-timeline {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }    .process-item {
        width: 46%;
    }footer.site-footer .col-lg-3.col-md-6 > ul {
    min-height: auto;
}.split-container {
      
        padding-top: 57px;
    }.btn {
    padding: 10px 20px;}

    .hero-graphic {
    display: none;
}    .hero-headline {
        font-size: 30px;
    }    .hero-subheadline {
       
        margin: 0;
    }.hero-section .cta-button {
    display: inline-flex
;
    align-items: center;
    padding: 10px 16px;
    background: var(--white);
    color: var(--primary-blue);
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;}.hero-section {
        padding: 96px 0 80px;
    }.trust-metrics {
    margin-bottom: 0;
    padding-bottom: 0;
    
}    .social-proof {
        flex-direction: column;
        gap: 1rem;
        margin: 0;
        margin-bottom: 24px;
    }.service-page-wrapper .roi-container {
    display: flex
;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}.service-page-wrapper .roi-circle {
    width: 270px;
    height: 270px; margin-bottom: 70px;}.service-page-wrapper .badge-item {
    width: 80px;
    height: 80px;font-size: 11px;}.service-page-wrapper .badge-item i {
    font-size: 17px;
    margin-bottom: 5px;
}.service-page-wrapper .roi-content h3 {
    font-size: 30px;
    margin-bottom: 18px;
    font-weight: 800;
   
}.tools-section {
    padding: 60px 0;
   
}.service-page-wrapper .testimonials-section-wrapper {
    padding: 50px 0;
  
    padding-bottom: 50px;
}.pricing-section .feature-column {
   
   
    margin-bottom: 0 !important;
}.service-page-wrapper .results-grid {
  
    margin-bottom: 0;
}    .process-row .arrow-right, .process-row .arrow-left {
        transform: rotate(91deg) !important;
        margin: 20px 0;
    }    .process-row {
        flex-direction: column;
        gap: 0px;
    }.process-row.process-row2 {
    flex-direction: column-reverse;
}    .process-row.process-row2 .arrow-right, .process-row.process-row2 .arrow-left {
        transform: rotate(270deg) !important;
        margin: 20px 0;
    }.case-studies-section .case-study-title {
  
    width: 100%;
    padding-top: 32px;
}.service-page-wrapper .testimonials-grid {
   
    margin-top: 30px;
}.service-page-wrapper .cta-section-wrapper h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}.service-page-wrapper .cta-section-wrapper {
    padding: 60px 0;}.service-page-wrapper .cta-section-wrapper p {
   
    margin-bottom: 0;
}    .contact-us-page .hero-content h1 {
        font-size: 30px;
    }.contact-us-page .contact-hero {
        padding: 108px 0 60px;
    }.about-seo-package-section .section-description {
  
    margin-bottom: 0;
}.seo-results-section .stat-card {
        margin-bottom: 0;
    }.contact-us-page .info-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }.contact-us-page .info-icon svg {
    width: 20px;
}    .tool-item {
        width: 46%;
        height: 90px;
    }.popup-overlay .feature-card {
  
    width: 100%;
}.split-left {
    background: #08ade8;
    padding: 40px 0;
}    .split-container {
        display: flex;
        width: 100%;
        height: 33vh;
        position: relative;
        padding-top: 51px;
    padding-bottom: 0;
    }.btn-neon {
    background: var(--blue-gradient);
    border: none;
    color: white;
           padding: 13px 10px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    margin-top: 0px !important;
    transition: all 0.3s 
ease;
    box-shadow: none;
    margin-left: 0 !important;
    font-size: 10px;
}.split-right {
    background: #ffffff;
    padding: 31px 0;
}    .split-container {
        flex-direction: row;
    }.awards-section {
    padding: 50px 0;
    background: #f0fafd;
}.navbar-toggler {
    border: none;
    color: white;
    background: var(--blue-gradient);
    height: 40px;
    width: 40px;
    display: flex !important
;
    justify-content: center;
    align-items: center;
}.navbar-toggler-icon {
   
    filter: brightness(0) invert(1);
}footer.site-footer hr {
    display: none;
}.site-footer .row p {
    color: #ffffff;
    margin: 0;
    padding-bottom:82px;
}.social-icons {
    display: flex
;
    justify-content: center;
}.awards-section .watermark {
    display: none;
}.banifist-wrapper .highlight-bar {
    height: 3px;
    border-radius: 0px;
    background: var(--light-gradient);
    margin: 22px 0;
    width: 100%;
}.site-footer {
   
    padding: 40px 0 30px;
  
}footer.site-footer ul.bottom {
    margin-top: 15px;
    border-top: 1px dashed #dddddd7d;
    padding-top: 15px;
}
footer.site-footer .mb-4 {
    margin-bottom: 0 !important;
}footer.site-footer ul.bottom {
    margin-top: 15px;
    border-top: 1px dashed #dddddd7d;
    padding-top: 16px;
    border-bottom: 1px dashed #dddddd7d;
    margin-bottom: 17px !important;
}
}