@media screen and (max-width: 768px) {
    .terms-container {
        width: 90%;
        padding: 20px;
    }

    h1 {
        font-size: 28px;
    }

    .section-title {
        font-size: 20px;
    }
}

@media screen and (min-width: 1350px) {
    .section-general h2{
        font-size:3.2rem;
    }
    .contactUs-page .custom-margin{
        margin-bottom: 20px !important;
    }
}

@media screen and (min-width: 1650px) {
    .section-general h2{
        font-size:3.4rem;
    }
}

@media screen and (max-width: 1080px) {
    .btn {
        padding: 10px 15px;
    }
    .popup-bg {
        display: none;
    }
    h1.hero-title{
        font-size: 4rem;
    }
    h2 {
        font-size: 3rem;
    }
    .husband-testimonial {
        width: auto;
        padding: 30px !important;
    }
    .husband-testimonials {
        left: 50%;
        transform: translateX(-50%);
        bottom: -60px;
    }
    .mobile-adjust{
        margin-bottom: 2rem;
    }
    .husband-testimonial img{
        width: 60px;
    }
    .about-husbandpro{
        padding-bottom: 0;
    }
    .section-general{
        padding-top: 0;
    }
}

@media screen and (max-width: 1080px) {
    .btn {
        padding: 10px 11px;
    }
}

@media screen and (max-width: 780px) {
    h1.hero-title {
        font-size: 3rem;
    }
    .hero-section .ps-5{
        padding-left:0 !important;
    }
    .husband-testimonial {
        width: 350px;
    }
    .buddy-card{
        position: static;
    }
    .section-general .ps-5,
    .section-general .pe-5{
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    h2 {
        font-size: 2.5rem;
    }
    .sidebar{
        display: none;
    }
    .header-text {
        text-align: left;
        font: normal normal bold 50px / 54px Lufga;
        font-size: 35px;
    }
    .vh-min-100 {
        padding: 3rem 0 !important;
    }

    #profile-preview {
        height: 300px;
    }

    .upload-icon-image {
        height: 40px;
        width: 40px;
    }

    .btn {
        font-size: 13px;
    }

    .fs-3.info-text, section.section-general ul {
        font-size: 13px !important;
    }
    section.section-general ul{
        text-align:left;
    }

    .text-align-sm, .text-center-sm{
        text-align: center;
        font-size:16px !important;
    }

    section.section-general{
        text-align: center;
    }
    .happy-couples-main {
        padding-left: 5.5rem !important;
    }
    .home-announcement{
        font-size:16px;
    }
    .section-general {
        padding: 0 0 5px 0;
    }
    .pe-sm-1{
        padding-right:1rem !important;
    }
    .information-husbandpro {
        padding: 40px 0 50px 0;
    }
    .pr-5-lg{
    padding-right:0;
    }

    .text-left-sm{
        text-align:left !important;
    }
    .profile-page-logo{
        width:60%;
    }
}

@media (max-width: 576px) {
    .step-options{
        padding: 0px 15px 0px 15px;
    }
    .option-text {
        width: 228px;
        font-size: 18px;
        line-height: 24px;
    }
    .form-header h2 {
        font-size: 32px;
    }
    .recorder-text{
        font-size: 13px;
    }
    .recorder-image {
        width: 16px;
        height: 16px;
    }
    .recorder-time {
        font-size: 10px;
    }
    .pause-icon-text{
        font-size: 12px;
    }
    .pause-btn{
        width: 70px;
        height: 30px;
        font-size: 12px;
    }
    .pause-btn-sm{
        border: 2px solid #707070;
        border-radius: 33px;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        margin-right: 10px;
        width: 90px;
        height: 30px;
        font-size: 12px;
    }
    .stop-btn{
        width: 80px;
        height: 30px;
    }
    .stop-icon-text{
        font-size: 13px;
    }
    .stop-icon {
        height: 10px;
    }
    .recorder-body{
        display: flex;
    }
    .profile-sm-text{
        font-size: 13px !important;
    }
    .profile-sm-label{
        font-size: 13px;
    }
    .profile-sm-all{
        font-size: 13px;
    }
    .about-section-sm{
        text-align: justify;
    }
    .card-header{
        font-size: 15px;
    }
    .card-header{
        font-size: 12px;
    }
    .nav-sm-btn{
        font-size: 10px;
    }
    .heading-sm{
        font-size: 16px;
    }
    .edit-profile{
        display: block;
    }
    .user-profile-image-sm{
        width: 100%;
        margin-bottom: 0px !important;
    }
    .edit-profile.reverse-colum-sm{
        margin-bottom: 0px!important;
    }

    .user-profile-image-sm .user-profile-image {
        height: auto !important;
        margin-bottom: 18px;
    }
    img#imagePreview, img#profile-preview {
        height: auto !important;
        width: 100% !important;
        display: block;
    }
    .file-upload-sm{
        width: 100%;
    }
    .form-title{
        font-size: 22px;
    }

    .sm-nav{
        display: block !important;
    }
    .desktop-nav{
        display: none !important;
    }

    .mobile-nav {
        z-index: 999;
    }

    .mobile-nav.show {
        /*! top: 100px; */
        /*! display: block; */
        width: 100%;
        right: 0;
    }

    .mobile-nav {
        display: block; /* Initially hidden */
        position: fixed;
        top: 0; /* Hidden above the viewport */
        right: 0;
        background-color: white;
        width: 100%;
        transition: top 0.3s ease; /* Slide-down effect */
        height: 100%;
    }

    .mobile-nav-toggle {
        display: block;
        font-size: 30px;
        border: none;
        background: none;
        cursor: pointer;
        margin-left: auto;
        align-self: center;
    }

    .mobile-nav {
        z-index: 999;
        padding: 0px 0px 0px 0px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        align-self: auto;
        top: 100px;
        right: -100%;
        transition: all 0.3s ease;
    }

    .sidebar-footer-sm{
        display: none;
    }

    main {
        position: relative;
        transition: top 0.5s ease-in-out;
    }

    main.slide-in {
        top: 233px;
    }

    .husband-menu li {
        border: 1px solid #F2EAEA;
        width: 100%;
        margin-left: 0px !important;
    }

    li.nav-item {
        text-align: center;
        padding: 10px;
    }

    .husband-menu a {
        color: var(--dark-color);
        font-size: 16px;
        text-decoration: none;
        margin-right: 20px;
        font-style: inherit;
        font-weight: bold;
    }

    .step-options .option svg {
        position: absolute;
        right: 0px;
        top: 66%;
        transform: translateY(-50%);
        opacity: 0;
    }
    .sm-sidebar{
        display: flex !important;
        height: 100px;
        justify-content: left;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .reverse-colum-sm{
        flex-direction: column-reverse;
        display: flex;
    }
    .sm-reverse{
        margin-bottom: 8px;
    }
    .mobile-nav-toggle-ds-sm{
        position: absolute;
        top: 25px;
        right: 20px;
        color: #fff;
        border: none;
        background: none;
        font-size: 30px;
    }
    .card-body strong {
        font-size: 14px;
    }
    .card-body label {
        font-size: 14px;
    }
    .edit-section, .edit-question {
         font-size: 13px;
        
    }
    .pause-btn-sm{
        width: 140px;
        height: 32px !important;
        font-size: 14px !important;
    }
    .sm-cls{
        margin-top: 30px;
    }
    .title-sm-nav{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .hero-section-parent{
        margin-bottom:30px;
    }

    .happy-couples-main {
        padding-left: 5.5rem;
        margin-bottom: 15px;
    }
    .contactUs-page input{
        height: 45px;
     }
    .contactUs-page .justify-for-small{
        text-align: justify;
    }
    .contactUs-page a{
        width: 100%;
    }
    .contactUs-page .submit-btn{
        width: 100%;
    }
    .home-footer .footer-logo{
        width: 60px;
        height: auto;
    }

    .about-us-video{width:100%; }
}

@media (min-width: 768px) {
    .mobile-nav-toggle {
        display: none; /* Hide the toggle button on larger screens */
    }
    .mobile-nav-toggle-ds-sm {
        display: none; /* Hide the toggle button on larger screens */
    }

    
}
