@media (max-width: 991px) {

    .hero-section {
        text-align: center;
        padding: 50px 0;
    }

    .hero-over {
        top: 40px;
        left: -10px;
        width: 160px;
        height: 350px;
    }

    .hero-over img {
        top: 20px;
        width: 160px;
        height: 220px;
    }

    .hero-content h1 {
        font-size: 54px;
    }

    .hero-content p {
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-image {
        max-width: 500px;
        margin-top: 40px;
    }

    .circle-1 {
        width: 130px;
        height: 130px;
        top: 20px;
        left: 80px;
    }

    .circle-2 {
        width: 55px;
        height: 55px;
        top: 100px;
        right: 50px;
    }

    .circle-3 {
        width: 70px;
        height: 70px;
        bottom: 30px;
        left: 190px;
    }

    .header-btns {
        margin-top: 20px;
        justify-content: center;
    }

    .navbar-nav {
        gap: 10px;
        text-align: center;
        margin-top: 20px;
    }

    .custom-dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        box-shadow: none;
    }

    .dropdown-hover:hover .custom-dropdown {
        display: block;
    }

    .menu {
        position: static;
        width: 100%;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
        grid-template-columns: 1fr;
        margin-top: 10px;
        transform: translateX(0) translateY(0);
    }

    .menu-item:hover .menu {
        display: grid;
    }

    /* backup and share */
    .backup-share-section {
        padding: 80px 0;
        text-align: center;
    }

    .feature-content h2 {
        font-size: 2.5rem;
    }

    .feature-content p {
        font-size: 1rem;
    }

    /* secure section */
    .secure-section {
        padding: 80px 0;
        text-align: center;
    }

    .secure-title {
        font-size: 50px;
    }

    .secure-desc {
        font-size: 18px;
        margin: auto;
    }

    .secure-list li {
        justify-content: center;
    }

    .secure-image {
        margin-top: 30px;
    }

    /* premium section */

    .premium-wrapper {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .top-cards {
        grid-template-columns: repeat(2, 1fr);
    }


    .bottom-cards {
        flex-wrap: wrap;
    }

    /* plan section */

    .pricing-section {
        padding: 40px 25px;
    }

    .pricing-left {
        text-align: center;
        margin-bottom: 40px;
    }

    .choose-tag {
        margin: auto;
    }

    .server-image {
        position: relative;
        bottom: auto;
        margin-top: 30px;
    }

    .server-image img {
        width: 220px;
    }

    .plan-tabs {
        width: 100%;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .price-card,
    .billing-card {
        max-width: 500px;
        margin: auto;
        height: auto;
        min-height: 450px;
    }

    .pricing-banner-section {
        padding: 60px 0;
    }

    .pricing-banner-content h2 {
        font-size: 2.8rem;
    }

    .pricing-badges {
        justify-content: center;
    }

    .pricing-action-card {
        margin: 0 auto;
        max-width: 520px;
    }

    .pricing-action-card .btn {
        width: 100%;
    }

    .pricing-banner-image {
        max-width: 420px;
        margin: 0 auto;
    }

    /* referel */
    .referral-content {
        text-align: center;
    }

    .referral-content p {
        margin: auto;
    }

    .referral-content h1 {
        font-size: 48px;
    }

    .hero-image-wrapper {
        margin-top: 20px;
    }

    .border-right::after {
        display: none;
    }

    .feature-item {
        border: 1px solid #ececec;
        border-radius: 15px;
        padding: 25px;
    }

    .cta-left {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .cta-box {
        text-align: center;
    }

    /* number section */

    .numbers-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .numbers-content p {
        margin: 0 auto 25px;
    }

    .numbers-content .d-flex {
        justify-content: center;
    }

    .stats-wrapper {
        flex-direction: column;
    }

    .right-cards {
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .card-large {
        width: 100%;
        max-width: 400px;
    }

    /* faqs */

    .faq-heading h2 {
        font-size: 38px;
    }

    .faq-support {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .support-left {
        flex-direction: column;
    }

    /* footer section */
    .footer-section {
        padding: 35px 20px;
    }

    .footer-brand {
        margin-bottom: 30px;
    }

    .footer-column {
        margin-bottom: 25px;
    }

}


/* mobile */

@media (max-width: 576px) {

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-over {
        top: 20px;
        left: 0;
        width: 100px;
        height: 220px;
    }

    .hero-over img {
        top: 10px;
        width: 100px;
        height: 140px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .btn-start,
    .btn-download {
        width: 100%;
        justify-content: center;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .signup-btn {
        width: 100%;
        text-align: center;
    }

    .login-btn {
        width: 100%;
        text-align: center;
    }

    .hero-image {
        max-width: 320px;
        margin: 30px auto 0;
    }

    .pricing-banner-section {
        padding: 40px 0;
    }

    .pricing-banner-content h2 {
        font-size: 2rem;
    }

    .pricing-badges {
        flex-direction: column;
        gap: 12px;
    }

    .pricing-badges span {
        justify-content: center;
        width: 100%;
    }

    .pricing-action-card {
        margin-top: 24px;
    }

    .pricing-action-card .btn {
        width: 100%;
    }

    .pricing-banner-image {
        max-width: 320px;
        margin: 0 auto;
    }

    .circle-1 {
        width: 90px;
        height: 90px;
        top: 10px;
        left: 40px;
    }

    .circle-2 {
        width: 40px;
        height: 40px;
        top: 70px;
        right: 20px;
    }

    .circle-3 {
        width: 50px;
        height: 50px;
        bottom: 10px;
        left: 120px;
    }

    /* backup and share */

    .feature-content h2 {
        font-size: 2rem;
    }

    .feature-content p {
        font-size: 16px;
        line-height: 1.3;
    }

    .backup-share-section::before,
    .backup-share-section::after {
        width: 250px;
        height: 250px;
    }

    /* secure section */
    .secure-title {
        font-size: 38px;
    }

    .secure-desc {
        font-size: 16px;
    }

    .secure-list li {
        font-size: 15px;
    }

    .learn-btn {
        width: 100%;
        text-align: center;
    }

    .secure-section::before,
    .secure-section::after {
        width: 250px;
        height: 250px;
    }

    /* premium section */

    .premium-section {
        padding: 60px 0;
    }

    .premium-title {
        font-size: 30px;
    }

    .premium-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .top-cards {
        grid-template-columns: 1fr;
    }


    .top-cards::after,
    .premium-card::after,
    .bottom-cards .premium-card::before {
        display: none;
    }


    .bottom-cards {
        flex-direction: column;
        align-items: center;
    }


    .bottom-cards .premium-card {
        width: 100%;
    }

    /* plan section */

    .pricing-section {
        padding: 30px 15px;
    }

    .pricing-left h1 {
        font-size: 25px;
    }

    .plan-tabs {
        flex-direction: column;
        border-radius: 15px;
    }

    .plan-tabs div {
        text-align: center;
    }

    .pricing-cards {
        gap: 18px;
    }

    .price-card,
    .billing-card {
        padding: 18px;
    }

    .price-card h2 {
        font-size: 30px;
    }

    li {
        font-size: 14px;
    }


    /* referel */

    .referral-content h1 {
        font-size: 34px;
        line-height: 1.3;
    }

    .referral-content p {
        font-size: 15px;
    }

    .hero-shape {
        border-radius: 60px 0 60px 60px;
    }

    .earning-badge {
        padding: 8px 16px;
        font-size: 14px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }

    .feature-item h5 {
        font-size: 17px;
    }

    .feature-item p {
        font-size: 13px;
    }

    .cta-box {
        padding: 20px;
    }

    .avatar-group {
        justify-content: center;
    }

    .count {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }

    .cta-text h5 {
        font-size: 18px;
    }

    .btn-view {
        width: 100%;
    }

    /* number section */

    .numbers-content h2 {
        font-size: 34px;
    }

    .trusted-badge {
        font-size: 9px;
    }

    .stats-wrapper {
        gap: 15px;
    }

    .right-cards {
        flex-direction: column;
        width: 100%;
    }

    .stats-card,
    .card-large {
        width: 100%;
        min-width: 100%;
    }

    .stats-card h3 {
        font-size: 34px;
    }

    .btn-primary-custom,
    .btn-download {
        width: 100%;
        justify-content: center;
    }

    /* faqs */

    .faq-heading h2 {
        font-size: 30px;
    }

    .accordion-button {
        font-size: 14px;
        padding: 15px;
    }

    .accordion-body {
        padding: 15px;
        font-size: 14px;
    }

    .support-btns {
        width: 100%;
        flex-direction: column;
    }

    .btn-support,
    .btn-plan {
        width: 100%;
    }

    /* footer */
    .footer-section {
        border-radius: 20px 20px 0 0;
        padding: 30px 20px;
    }

    .footer-wrapper {
        text-align: left;
    }

    .footer-brand {
        width: 100%;
    }

    .footer-column {
        width: 100%;
    }

    .footer-column h5 {
        font-size: 14px;
    }

    .footer-column ul li {
        font-size: 12px;
    }

    .logo-area span {
        font-size: 18px;
    }
}