@media (max-width: 991px) {
    .navbar-custom {
        padding: 10px 25px;
        margin-top: 15px;
    }

    .nav-links {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        transition: 0.5s;
        z-index: 1000;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        right: 0;
    }

    .hamburger {
        display: flex;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(2px, -3px);
    }

    .about-main-title {
        font-size: 32px;
        text-align: center;
    }

    .about-desc {
        text-align: center;
        max-width: 100%;
    }

    .about-text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-image-stack {
        min-height: 300px;
        margin-top: 50px;
    }

    .video-section .main-div {
        padding: 0 20px;
    }

    .video-section .section-title {
        font-size: 32px !important;
        margin-bottom: 20px;
    }

    .video-section .section-desc {
        font-size: 18px !important;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .pricing-card {
        padding: 40px 25px;
        min-height: auto;
    }

    .plan-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .plan-desc {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .plan-price {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .plan-features li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .popular-badge {
        font-size: 11px;
        padding: 6px 15px;
        top: -15px;
    }
}





@media (max-width: 767px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .section-title,
    .section-title-center {
        font-size: 2rem;
    }

    .testi-card-lite {
        min-width: 280px;
        max-width: 280px;
        padding: 25px;
        border-radius: 20px;
    }

    .testi-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .stars-green {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .user-info img {
        width: 40px;
        height: 40px;
    }

    .user-meta h4 {
        font-size: 14px;
    }

    .user-meta p {
        font-size: 12px;
    }

    .testi-track {
        gap: 15px;
    }

    .video-section .main-div {
        padding: 0 15px;
    }

    .video-section .section-title {
        font-size: 28px !important;
        margin-bottom: 20px;
    }

    .video-section .section-desc {
        font-size: 16px !important;
    }

    .play-btn-large {
        width: 70px;
        height: 70px;
        bottom: -20px;
        left: 10px;
        z-index: 1000;
    }

    .play-btn-large .play-triangle {
        border-left-width: 25px;
        border-top-width: 15px;
        border-bottom-width: 15px;
        margin-left: 8px;
        margin-top: -2px;
    }

    .play-btn-large.playing .play-triangle {
        width: 20px;
        height: 25px;
        border-left-width: 6px;
        border-right-width: 6px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .service-info {
        padding-bottom: 20px;
    }
}


@media (max-width: 767px) {
    .footer-about {
        margin-bottom: 25px;
    }


    .what-is-section {
        padding: 70px 0;
        overflow: hidden;
    }

    .about-desc {
        margin-bottom: 15px;
    }

    .video-section {
        padding: 50px 0;
    }

    .video-popup {
        padding: 10px;
    }

    .video-close-btn {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }

    .header-section {
        padding: 12px 0 0;
    }


}


@media (max-width: 530px) {
    .footer-section::before {
        display: none;
    }
}