/* --- Custom Mobile Offcanvas Styling --- */
        @media (max-width: 991.98px) {
            .sm-mobile-menu {
                background-color: #212121; /* Match nav background */
                width: 280px; /* Width of the side menu */
            }

            .sm-mobile-menu .nav-link {
                color: #fff !important;
                padding: 15px 20px;
                border-bottom: 1px solid #333;
            }

            /* The Close Button (Cross Icon) */
            .btn-close-white {
                filter: invert(1) grayscale(100%) brightness(200%);
            }
            
            .offcanvas-header {
                border-bottom: 1px solid #333;
            }
        }


          /* Responsive Adjustments */
        @media (max-width: 768px) {
            .navbar-brand { font-size: 1.2rem; }
            .cta-container { flex-direction: column; width: 90%; }
            .google-icon-box { border-left: none; border-top: 1px solid #eee; width: 100%; justify-content: center; }
            .btn-improve { width: 100%; font-size: 1rem; }
        }

           /* Responsive */
        @media (max-width: 768px) {
            .logo-item { width: 100px; }
            .cta-wrapper { flex-direction: column; width: 90%; }
            .google-box { border-left: none; border-top: 1px solid #eee; width: 100%; }
        }
 /* Responsive Adjustments */
        @media (max-width: 991px) {
            .sm-feature-block { flex-direction: column; text-align: center; }
            .sm-feature-block.reverse { flex-direction: column; }
            .sm-feature-img { order: -1; width: 140px; }
            .sm-main-heading { text-align: center; }
            .sm-sub-heading { text-align: center; margin: 0 auto 50px;font-size:25px }


              .hero-title{
        font-size: 20px !important;
    }
    .hero-subtitle{font-size: 15px;margin-bottom: 10px;}


        }


@media (max-width: 768px) {
    .cta-container {
        max-width: 90%; /* Take up more space on smaller screens */
    }
    
    .btn-improve {
        font-size: 14px;
        padding: 15px 10px;
    }
    .google-icon-box{
        display: none;
    }
}



















 @media (max-width: 991.98px) {
      .avx-main-title {
        font-size: 42px;
      }

      .avx-sub-text {
        font-size: 18px;
      }

      .avx-column-shell {
        padding-top: 85px;
      }

      .avx-top-label-wrap {
        width: 92%;
      }

      .avx-card-shell {
        min-height: auto;
      }

      .avx-card-shell.avx-card-left::before,
      .avx-card-shell.avx-card-right::after {
        display: none;
      }
    }

    @media (max-width: 575.98px) {
      .avx-section-main {
        padding: 28px 0 36px;
      }

      .avx-main-title {
        font-size: 32px;
      }

      .avx-sub-text {
        font-size: 16px;
      }

      .avx-top-label-wrap {
        height: 96px;
      }

      .avx-top-pill {
        font-size: 18px;
        min-height: 58px;
      }

      .avx-card-shell {
        padding: 32px 20px 24px;
        border-radius: 26px;
      }

      .avx-list-item {
        font-size: 16px;
        gap: 12px;
      }

      .avx-icon-round {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
      }

      .avx-icon-round.avx-icon-check::before {
        left: 6px;
        top: 6px;
        width: 9px;
        height: 5px;
      }

      .avx-icon-round.avx-icon-cross::before,
      .avx-icon-round.avx-icon-cross::after {
        width: 13px;
        left: 4px;
        top: 10px;
      }
    }

@media (max-width: 991.98px) {
    .avm-pricing-content-card {
        max-width: 100%;
    }

    .avm-pricing-main-title {
        font-size: 38px;
    }

    .avm-pricing-visual-stage {
        min-height: 390px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .avm-middle-connector-area {
        order: 3;
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .avm-cartoon-person {
        right: 72px;
    }
}

@media (max-width: 767.98px) {
    .avm-pricing-section-wrap {
        padding: 24px 0;
    }

    .avm-pricing-content-card {
        padding: 24px 24px 26px;
        min-height: auto;
    }

   
    .avm-pricing-sub-title {
        font-size: 1.7rem;
    }

    .avm-pricing-desc-text {
        font-size: 0.92rem;
        max-width: 100%;
    }

    .avm-pricing-visual-stage {
        min-height: 420px;
        flex-direction: column;
    }

    .avm-middle-connector-area {
        height: 150px;
    }

    .avm-cartoon-person {
        transform: scale(0.9);
        right: 80px;
        bottom: 2px;
    }

    .avm-ground-shadow {
        width: 240px;
    }
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .agency-vibe-title {
        font-size: 30px;
    }
}
/* Mobile adjustments */
@media (max-width: 768px) {
    .unique-tst-main-heading {
        font-size: 24px;
    }
    .unique-tst-img-box {
        height: 150px;
    }
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-lead-form-label {
        font-size: 1.2rem;
    }
}



      /* Responsive Adjustments */
        @media (max-width: 768px) {
            .alt-faq-title {
                font-size: 2.5rem;
            }
            .alt-custom-accordion .accordion-button {
                font-size: 1rem;
            }
        }

        /* Responsive adjustments */
@media (max-width: 768px) {
    :root {
        --ts-card-width: 160px;
    }
    .ts-header-title { font-size: 24px; }
    .ts-footer-description { font-size: 16px; padding: 0 20px; }
    .ts-card { height: 100px; }
}


   /* Responsive Adjustments */
        @media (max-width: 991px) {
            .sm-footer-wrapper { text-align: center; }
            .sm-footer-desc { margin-left: auto; margin-right: auto; }
            .sm-footer-partner-container { margin: 40px 0; }
            .sm-footer-cta-container { margin-top: 30px; }
            .sm-footer-cta-text { display: block; margin-right: 0; margin-bottom: 15px; }
            .setresimg{width: 100%;}
            .agency-vibe-card img{width: 50%}
            .checklist-overlay{    position: absolute;top: 56px;left: -9px;}
        }



/* --- Mobile Sidebar Styles (Matching image_849760.png) --- */
@media (max-width: 991px) {
    .sm-mobile-menu {
        background-color: #0b1426 !important; /* Deep Navy */
        width: 280px !important;
    }

    .custom-search {
        background-color: #1a2436 !important;
        border: 1px solid #2d394d !important;
        color: #fff !important;
        border-radius: 8px;
    }

    .sm-mobile-menu .nav-link {
        color: #ffffff !important;
        font-weight: 600;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .search-container{
        display: block;
    }
    .texthideshow{
        display: block;
    }














}




/* Custom Navbar Styling */
.sm-main-navbar {
    padding: 0.8rem 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Desktop Hover Effects */
@media (min-width: 992px) {
    .sm-main-navbar .nav-link {
        font-weight: 500;
        transition: color 0.3s ease;
        position: relative;
    }

    .sm-main-navbar .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 50%;
        background-color: #0d6efd; /* Bootstrap Primary */
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .sm-main-navbar .nav-link:hover::after {
        width: 80%;
    }
}

/* Mobile Offcanvas Enhancements */
.sm-mobile-offcanvas {
    width: 280px !important;
}

.sm-mobile-offcanvas .nav-link {
    font-size: 1.1rem;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sm-mobile-offcanvas .nav-link:hover {
    color: #0d6efd !important;
}

/* Fix for background blur when offcanvas is active */
.offcanvas-backdrop.show {
    opacity: 0.7;
    backdrop-filter: blur(4px);
}