/* Mobile Responsive Adjustments */
@media only screen and (min-width: 100px) and (max-width: 575px) {
    .header-top-left p {
        font-size: 14px;
    }

    .contact-up {
        display: unset;
    }

    .conmtact-right-form {
        padding-left: 17px;
        padding-top: 50px;
    }

    .header-top-r ul {
        gap: 5px;
        margin-left: 20px;
    }

    section.subscribe-form {
        height: 440px;
    }

    .header-top-r ul li {
        font-size: 12px;
    }

    .page-top-left-image {
        right: 0px;
        top: 120px;
        width: 40%;
    }

    section.about-us {
        padding: 40px 0px;
    }

    .abt-lef-content-main .abt-le-had {
        text-align: center;
        margin-top: 40px;
    }

    .abt-lef-content-main .abt-le-had h1 {
        font-size: 31px;
        text-align: left;
    }

    .abt-lef-content-main .abt-le-had h6 {
        text-align: left !important;
    }

    .abt-le-had {
        align-items: unset;
    }


    .abt-right-c p {
        font-size: 12px;
    }

    .abt-bottom {
        gap: 10px;
    }

    section.our-experties {
        padding: 280px 0px 80px;
    }

    .left-bg-expert {
        width: 90%;
        top: 60px;
    }

    .content-expert {
        padding-top: 110px;
    }

    .content-expert .abt-le-had h1 {
        font-size: 36px;
    }

    .progress-main ul li {
        gap: 110px;
    }

    section.our-team {
        padding: 60px 0px;
    }

    .main-our-team {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        margin-top: 100px;
    }

    .our-team-box {
        width: 80%;
    }



    .our-team-box.down-team {
        position: unset;
        left: unset;
        top: unset;
    }

    .our-team-left-cc .abt-le-had {
        align-items: center;
        text-align: center;
    }

    .our-team .abt-le-had h1 {
        font-size: 30px;
        padding: unset;
    }

    section.subscribe-form .abt-le-had h1 {
        font-size: 22px;
    }

    .subs-form-bo {
        display: unset;
    }

    section.subscribe-form .abt-le-had {
        padding: unset;
    }

    .subs-form-bo .btn-1 a {
        margin-top: 30px;
    }

    .sub-image img {
        width: 188px;
        margin-left: 110px;
    }

    section.subscribe-form .row {
        border-radius: 0px;
    }

    .input-email input {
        padding: 15px 70px;
    }

    .chef-stats {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .chef-stats p {
        font-size: 12px;
    }

    .abt-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .abt-p {
        font-size: 14px;
    }

    .imag-hef {
        margin: 0px 10px 0px 0px;
    }

    .imag-content-chef h5 {
        font-size: 12px;
    }

    .imag-content-chef h4 {
        margin: inherit;
    }



    .plan-section {
        padding: 60px 0px;
    }

    .plan-keto {
        margin-top: 40px;
    }

    section.contact-us-form {
        padding: 60px 0px;
    }

    .icon-content.border-bott {
        width: 93%;
    }

    .contact-option {
        align-items: center;
    }

    .icon-content.border-bott::before {
        right: -70px;
    }

    .icon-box {
        width: 10% !important;
        justify-content: left;
    }

    .contatc-item {
        gap: 60;
        width: 90%;
    }

    .contact-up {
        padding: unset;
    }

    .contact-item textarea {
        width: 330px;
    }


    .con-map iframe {
        margin-bottom: -180px;
    }

    .login-main .form {
        width: 100%;
    }

    section.login-paage {
        padding: 10px 0px;
    }

    .header-top-left p,
    .header-top-r ul li {
        font-size: 12px;
    }

    .header-logo img {
        width: 140%;
    }

    .header-navigation nav ul li a {
        font-size: 14px;
    }

    .header-logo {
        z-index: 41 !important;
        padding: unset;
        width: 100%;
        margin-left: -40px;
    }

    .header-navigation nav ul {
        z-index: 7;
        background: white;
        width: 100%;
        display: flex;
    }

    .header-navigation {
        width: 200% !important;
        margin: 0px -200px;
    }

    .progress-main ul li::before {
        width: 360px !important;
    }

    .progress-main ul li .hok::before {
        width: 270px;
    }

    /* Base nav menu (collapsed) */
    #nav-menu {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    /* Expanded nav menu (show class toggled via JS) */
    #nav-menu.show {
        max-height: 500px;
        /* Enough height for full menu */
        opacity: 1;
        padding-top: 10px;
    }
}

/* tablet */
@media (max-width: 991px) {
    .hamburger {
        display: block;
    }

    #nav-menu {
        display: none;
        flex-direction: column;
        align-items: end;
        gap: 10px;
        margin-top: 10px;
        transition: all.5s;
    }

    #nav-menu.show {
        display: flex;
        transition: all.5s;
    }

    .header-navigation nav ul {
        flex-direction: column;
        gap: 15px;
        padding: 0;
    }

    .header-navigation nav ul li {
        list-style: none;
    }

    .header-navigation nav ul li a {
        font-size: 16px;
        display: block;
        padding: 8px 0;
    }

    .hamburger {
        display: block;
    }

    .header-navigation nav ul {
        flex-direction: column;
        gap: 15px;
        padding: 0;
    }

    .header-navigation nav ul li {
        list-style: none;
        width: 100%;
        text-align: right;
    }

    .header-navigation nav ul li a {
        font-size: 16px;
        display: block;
        padding: 8px 0;
        transition: all 0.3s ease;
    }


    .header-logo {
        padding: 0px 0px 0px 60px;
    }

    .header-navigation {
        z-index: -1 !important;
        /* background: white; */
        margin-right: 30px;
    }

    section.about-us {
        padding: 20px 0px 70px;
    }

    .chef-stats {
        text-align: center;
    }

    section.our-experties {
        padding: 410px 0px 90px 0px;
    }

    .left-bg-expert {
        top: 100px;
    }

    section.our-team {
        padding: 110px 0px;
    }

    .down-team {
        left: 243px;
    }

    .main-our-team {
        gap: 40px 280px;
        margin-top: 120px;
    }

    .sub-image img {
        width: 131px;
        margin-left: 380px;
        display: none;
    }

    .abt-bottom-1 {
        margin-top: -70px;
    }

    .plan-keto {
        margin-top: 70px;
    }

    .form {
        width: 70%;
    }

    section.subscribe-form {
        height: 440px;
    }
}