@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1600px;
    }
}

@media only screen and (max-width:1560px) {
    .our_promise_wrapper .common_title_area {
        padding-inline: 0;
    }

    .how_it_works_wrapper {
        background-size: auto 66%;
    }

    .readiness_card {
        max-width: 600px;
        scale: 0.82;
        transform: translate(12%);
    }

    .common_title_area h6 {
        font-size: 15px;
    }



    .occ_bot_card--faq .occ_bot_card__img {
        width: 170px;
    }

    .cta_guide_inner {
        gap: 24px;
    }


    .checklist_inline_with_icon ul li {
        font-size: 15px;
    }

    .checklist_inline_with_icon ul li img {
        width: 36px;
        height: 36px;

    }
}


@media only screen and (max-width:1399px) {
    .nav-ul>li {
        margin-right: 30px;
    }

    .nav-ul li a {
        font-size: 16px;
    }




}

@media only screen and (max-width:1199px) {

    .header_learn_btn_area {
        padding: 14px 30px;
    }

    /* MOBILE NAV  START*/
    .header .nav-area {
        display: block;
        width: 100%;
        max-width: 500px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -600px;
        overflow-y: auto;
        background-color: #0f1b2d;
        z-index: 999;
        transition: all 0.5s ease-in-out;
        border-right: 1px solid #ffffff38;
    }

    .contact-btn .btn-two {
        margin-right: 16px;
    }

    .header .mobi-nav-active {
        display: block;
        left: 0;
    }

    .mobile-nav {
        display: block;
    }

    .nav-ul {
        display: block;
    }

    .nav-ul>li>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        width: 100%;
        position: relative;
        font-size: 16px;
        border-top: 1px solid #ffffff38;
    }

    .nav-ul>li>a:last-child {
        border-bottom: 1px solid #ffffff38;
    }

    body:not(:has(.common_banner_area_main)) .nav-header .nav-ul li>a {
        color: var(--bs-white);
    }


    .nav-ul li:hover .dropdown-arrow i {
        transform: unset;
    }

    .nav-ul>li>a.active .dropdown-arrow i {
        transform: rotate(180deg);
    }

    .dropdown-arrow {
        width: 45px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--theme-secondary-color);
        color: #fff;
        position: absolute;
        right: 0;
    }

    .dropdown-arrow i {
        font-size: 16px;
        color: #ffffff;
    }


    .nav-ul li ul {
        position: unset;
        width: 100%;
        margin: 0 auto;
        display: none;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
    }


    .nav-ul li ul li a {
        padding: 10px 30px;
        color: #fff;
        border-top: 1px solid #ffffff38;
    }

    .nav-ul .dropdown-nav>a::after {
        right: 30px;
        font-size: 12px;
    }

    .nav-ul>li {
        margin-right: 0;
    }

    .nav-ul li.dropdown-nav {
        margin-right: 0;
    }


    .menu-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

    .btns .t-btn {
        padding: 5px 15px;
        margin-left: 10px;
    }

    .wpcf7-spinner {
        position: absolute;
        top: 120%;
        right: 30%;
        transform: unset;
    }

    .nav-ul li ul {
        box-shadow: none;
        padding-left: 20px;
    }

    .dropdown-arrow {
        margin-left: 5px;
    }

    .nav-ul li a:hover .dropdown-arrow i {
        color: #fff;
    }

    body:not(:has(.common_banner_area_main)) .nav-header .nav-ul li .dropdown-arrow i {
        color: var(--bs-white);
    }


    .mobile-nav .logo-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 20px;
    }


    .mobile-nav .logo-area i {
        font-size: 24px;
        color: #fff;
    }

    /* MOBILE NAV END */

    .right_balance_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .know_boundaries_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .kb_card__img img {
        height: 280px;
    }

    .outfit_example_groups {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin: 0 auto;
    }

    .occasion_bottom_cards {
        flex-wrap: wrap;
    }

    .occasion_bottom_cards>* {
        flex-grow: 1;
        width: 48%;
    }

    .occasion_bottom_cards>*:nth-child(1) {
        width: 48%;
    }

    .occasion_bottom_cards>*:nth-child(2) {
        width: 48%;
    }

    .occasion_bottom_cards>*:nth-child(3) {
        width: 100%;
    }

    .occ_bot_card__img--flatlay img {
        scale: 1;
    }

    .banner_image_container {
        background-position: center right -100px;
    }

    .dress_for_items {
        gap: 12px;
    }

    .know_boundaries_grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .kb_card {
        width: calc(33.33% - clamp(12px, 1.4vw, 20px));
    }
}

@media only screen and (max-width:991px) {

    .video_icon {
        width: 64px;
        height: 64px;
    }

    .header_unique_btn {
        padding-left: 53px;
    }

    .logo-area {
        margin-top: 0;
    }

    .logo-area a img {
        height: 52px;
    }

    .header_learn_btn_area a {
        font-size: 14px;
    }


    .occasion_cards_row {
        grid-template-columns: repeat(3, 1fr);
    }

    .occasion_bottom_cards {
        grid-template-columns: 1fr;
    }

    .occ_bot_card {
        min-height: auto;
    }

    .cta_guide_inner {
        flex-wrap: wrap;
        gap: 28px;
    }

    .cta_guide_book {
        width: clamp(100px, 22vw, 160px);
        margin-top: -24px;
        margin-bottom: -24px;
    }

    .cta_guide_content {
        flex: 1 1 calc(100% - clamp(100px, 22vw, 160px) - 52px);
    }

    .cta_guide_divider {
        display: none;
    }

    .cta_guide_form_col {
        width: 100%;
    }

    .dress_for_grid {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }

    .dress_for_grid>* {
        width: calc(50% - clamp(16px, 2vw, 28px));
    }

    .dress_for_card__img {
        width: clamp(120px, 28vw, 180px);
    }

    .occasion_bottom_cards>* {
        width: 100%;
    }

    .site_footer_top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .site_footer_bottom {
        justify-content: center;
    }

    .banner_image_container {
        background-position: center right 200px;
        position: unset;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        border-radius: 10px;
        padding: 50px;
    }


}



@media only screen and (max-width:767px) {






    .contact_heading_area {
        margin-bottom: 30px;
    }

    .upper_header_wrapper {
        padding: 10px 0;
    }

    .mobile-nav .logo-area i {
        font-size: 18px;
    }

    .menu-bar i {
        font-size: 20px;
    }

    .nav-area .double_btn_wrapper {
        padding: 0 15px;
    }



    .navigation_area ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .input_area input {
        height: 46px;
    }




    .common_title_area ul li::before {
        width: 24px;
        height: 24px;
    }

    .right_balance_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .know_boundaries_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kb_card__img img {
        height: 220px;
    }

    .oe_group__cards_row {
        grid-template-columns: 1fr;
    }

    .oe_card:not(:last-child)::after {
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
    }

    .oe_card__img img {
        height: 220px;
    }

    .occasion_cards_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .spectrum_heading_wrap_left .spectrum_title {
        white-space: normal;
        font-size: clamp(28px, 7vw, 40px);
    }

    .spectrum_heading_wrap_left .spectrum_rule {
        display: none;
    }

    .cta_guide_book {
        width: 100%;
    }

    .cta_guide_checklist {
        flex-direction: column;
        gap: 8px;
    }

    .dress_for_card__inner {
        flex-direction: column-reverse;
    }

    .dress_for_card__img {
        width: 100%;
    }



    .spectrum_title_row {
        gap: 12px;
    }

    .spectrum_title {
        white-space: normal;
        font-size: clamp(28px, 7vw, 42px);
    }

    .spectrum_rule {
        max-width: 60px;
    }

    .spectrum_cols {
        flex-direction: column;
        gap: 40px;
    }

    .spectrum_divider {
        display: none;
    }

    .spectrum_col {
        padding: 0;
        margin: 0 auto;
    }



    .site_footer_nav ul {
        gap: 8px 20px;
        justify-content: center;
    }

    .site_footer_bottom {

        gap: 12px;
    }

    .site_footer_copy {
        white-space: normal;
        text-align: center;
    }

    .site_footer_legal {
        justify-content: center;
    }

    .banner_image_container {
        max-width: 520px;
        background-position: center right 100px;
    }

    .kb_card {
        width: calc(50% - clamp(12px, 1.4vw, 20px));
    }



}

@media only screen and (max-width:590px) {

    .container,
    .container-sm {
        max-width: unset !important;
    }


    .contact_form_area_main :is(.input_area, .select_area) {
        margin-bottom: 25px;
    }

    .small_rs_card .rs_image_area {
        max-width: unset;
        height: 320px;
    }

    .common_banner_context p {
        font-size: 16px;
    }


}

@media only screen and (max-width:480px) {
    .contact_btn .common_btn {
        padding: 0 10px;
        line-height: 34px;
        display: none;
    }

    .mouse_icon_animation,
    .mouse_icon {
        width: 20px;
    }

    .logo-area a img {
        max-width: clamp(190px, 68vw, 250px);
    }

    .mobile_nav_btn_wrapper {
        display: block;
    }

    .common_btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .gauge_score {
        bottom: 36px;
    }

    .readiness_card {
        display: none;
    }

    .right_balance_grid {
        grid-template-columns: 1fr;
    }

    .know_boundaries_grid {
        grid-template-columns: 1fr;
    }

    .kb_card__img img {
        height: 280px;
    }

    .occ_bot_card__content {
        height: auto;
    }

    .occasion_bottom_cards>* {
        flex-wrap: wrap;
        width: 100% !important;
        justify-content: center;
    }

    .occ_bot_card>* {
        width: 100%;
    }

    .occ_bot_card__list {
        gap: 20px;
    }

    .checklist_inline ul {
        margin-bottom: 10px;
    }

    .spectrum_title {
        flex-shrink: unset;
    }

    .spectrum_heading_wrap_left .spectrum_title {
        flex-shrink: unset;
    }

    .banner_image_container {
        max-width: calc(100% - 24px);
        background-position: center right -320px;
    }

    .image_content_box {
        padding: 20px;
    }

    .custom_breadcrumb {
        font-size: 14px;
    }

    .dress_for_grid>* {
        width: 100%;
    }

    .dress_for_card__img img {
        aspect-ratio: 2 / 2.6;
    }

    .kb_card {
        width: 100%;
    }

    .banner_image_container {
        padding: 30px;
    }
}

@media only screen and (max-width:350px) {
    .logo-area a img {
        max-width: 130px;
    }
}