/* XXL — Large Desktop start */

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}


/*  XL — Desktop / 1200px - 1399px start */

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container {
        max-width: 1240px;
    }
}

/* LG — Laptop / 992px - 1199px start */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }

    .brand-store-layout {
        grid-template-columns: 240px 1fr;
    }

    .brand-store-content {
        grid-template-columns: 230px 1fr;
    }

    .brand-store-small-images {
        grid-column: 2;
    }

    .brand-store-main-image {
        height: 250px;
    }

    .brand-small-image {
        height: 120px;
    }

}

/*  MD — Tablet / 768px - 991px */

@media (min-width: 768px) and (max-width: 991.98px) {


    .container {
        max-width: 720px;
    }

    .header {
        display: none !important;
    }

    .mobile_view_header_div_main {
        display: block !important
    }

    .px-80 {
        padding-inline: unset !important;
    }

    .content_counter_main_div {
        grid-template-columns: repeat(1, 1fr) !important;
    }



    .experience_div {
        text-align: center !important;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100% !;
        justify-content: center !important;
        padding: 23px 15px 23px 15px !important;
    }

    .counter_box_main_div {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;

    }

    .footer {
        padding-top: 55px;
    }

    .footer_main_row {
        row-gap: 40px;
        padding-bottom: 40px;
    }

    .footer_bottom_row {
        align-items: flex-start;
    }

    .apps_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

        .company_profile_section {
        padding: 70px 0;
    }
/*
    .company_profile_image_main {
        max-width: 650px;
        margin: 0 auto 55px;
    } */



    .company_profile_content {
        padding-left: 0;
    }



     .investor_relations_section {
        padding: 70px 0;
    }

    .investor_relations_box {
        padding: 45px 35px;
    }

    .investor_relations_content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .investor_relations_content h2 {
        font-size: 36px;
    }

    .investor_resources {
        padding-left: 0;
    }

    .brand-store-layout {
        grid-template-columns: 240px 1fr;
    }

    .brand-store-content {
        grid-template-columns: 230px 1fr;
    }

    .brand-store-small-images {
        grid-column: 2;
    }

    .brand-store-main-image {
        height: 250px;
    }

    .brand-small-image {
        height: 120px;
    }

     .products_section>.container {
        padding: 45px 25px 30px;
    }

    .products_title_div h2 {
        font-size: 30px;
    }

    .proslider_img_div {
        height: 220px;
    }


}

/* SM — Mobile Landscape / 576px - 767px start*/

@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }

    .header {
        display: none !important;
    }

    .mobile_view_header_div_main {
        display: block !important
    }


    .px-80 {
        padding-inline: unset !important;
    }


    .experience_div {
        text-align: center !important;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100% !important;
        justify-content: center !important;
        padding: 23px 15px 23px 15px !important;
    }

    .content_counter_main_div {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .experience_div {
        text-align: center !important;
    }

    .counter_box_main_div {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;

    }

    .mobile_slider {
        display: block !important;
    }

    .desktop_slider {
        display: none !important;
    }



    .content_div_overlay {
        top: 30px !important;
        left: 0px !important;
        right: 0px !important;
        text-align: center !important;
    }

    .content_div_overlay>.content_data_div>h3 {
        font-size: 26px !important;
        letter-spacing: .2px !important;
        margin-bottom: 8px !important;
    }


    .content_div_overlay>.content_data_div>p {
        font-size: 17px !important;
        line-height: 24px !important;
    }


    .divider_bottom {
        margin: 23px auto auto auto !important;
    }

    .content_div_overlay>.content_data_div {
        margin-bottom: 30px !important;
    }

    .content_div_overlay>.content_data_div>p {
        font-size: 17px !important;
        line-height: 24px !important;
    }


    .join_content_div_overlay {
        top: 30px !important;
        left: 0px !important;
        right: 0px !important;
        text-align: center !important;
    }

    .join_content_div_overlay>.join_content_data_div>h3 {
        font-size: 27px !important;
        letter-spacing: .2px !important;
    }

    .join_divider_bottom {
        margin: 10px auto auto auto !important;
    }

    .join_content_div_overlay>.join_content_data_div {
        margin-bottom: 30px !important;
    }

    .product_slide_main_box {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .product_slide_main_box> :nth-child(1) {
        order: 2;
    }

    .product_slide_main_box> :nth-child(2) {
        order: 1;
    }


    .products_slide_features {
        padding-bottom: 70px !important;
    }


    .slider-navigation {
        top: auto;
        right: 50%;
        bottom: 15px;
        width: calc(100% - 30px);
        max-width: 380px;
        height: 70px;
        transform: translateX(50%);
        padding: 8px 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-radius: 40px;
    }


    .slider-arrow {
        width: 42px;
        height: 45px;
        flex: 0 0 42px;
        font-size: 14px;
    }


    .slider-numbers {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0;
        overflow: hidden;
    }


    .slider-number {
        width: 45px;
        height: 45px;
        min-width: 45px;
        border-radius: 14px;
        font-size: 15px;
        transform: rotate(270deg);
    }

    .mobile_whatsapp {
        display: block !important;
    }

    .desktop_whatsapp {
        display: none !important;
    }

    .footer_bottom_row {
        flex-direction: column-reverse !important;
    }

    .footer_social {
        margin-bottom: 20px !important;
    }

    .footer {
        padding-top: 45px;
    }

    .footer_main_row {
        row-gap: 35px;
    }

    .footer_link_main_div h6,
    .footer_map h6,
    .footer_form h6 {
        font-size: 19px;
        margin-bottom: 23px;
    }

    .footer_map_box {
        height: 220px;
    }

    .footer_bottom_row {
        flex-direction: column;
        gap: 30px;
        padding: 30px 0;
    }

    .footer_social {
        width: 100%;
        text-align: left;
    }

    .social_links {
        justify-content: flex-start;
    }

    .apps_wrapper {
        width: 100%;
    }

    .app_item {
        width: 100%;
        justify-content: space-between;
    }

    .footer_copyright {
        padding: 16px 5px;
    }

    .footer_copyright p {
        font-size: 11px;
    }
     .investor_relations_section {
        padding: 70px 0;
    }

    .investor_relations_box {
        padding: 45px 35px;
    }

    .investor_relations_content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .investor_relations_content h2 {
        font-size: 36px;
    }

    .investor_resources {
        padding-left: 0;
    }

     .products_section>.container {
        padding: 45px 25px 30px;
    }

    .products_title_div h2 {
        font-size: 30px;
    }

    .proslider_img_div {
        height: 220px;
    }

     .brand-stores-section {
        padding: 60px 0;
    }

    .brand-store-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .brand-store-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .brand-store-tab,
    .brand-store-tab-contact {
        min-height: 48px;
        padding: 0 14px;
        font-size: 14px;
    }

    .brand-store-details {
        padding: 8px;
    }

    .brand-store-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .brand-store-gallery-item {
        height: 240px;
    }

}

/* XS — Mobile / Below 576px start */

@media (max-width: 575.98px) {

    .footer_bottom_row {
        flex-direction: column-reverse !important;
    }

    .footer_social {
        margin-bottom: 20px !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }

    .desktop_whatsapp {
        display: none !important;
    }


    .header {
        display: none !important;
    }

    .mobile_view_header_div_main {
        display: block !important
    }


    .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .px-80 {
        padding-inline: unset !important;
    }


    .content_div_overlay {
        top: 30px !important;
        left: 0px !important;
        right: 0px !important;
        text-align: center !important;
    }


    .content_div_overlay>.content_data_div>h4 {
        font-size: 26px !important;
        letter-spacing: .2px !important;
        margin-bottom: 8px !important;
    }


    .join_divider_bottom {
        margin: 10px auto auto auto !important;
    }


    .content_div_overlay>.content_data_div {
        margin-bottom: 30px !important;
    }


    .join_content_div_overlay {
        top: 30px !important;
        left: 0px !important;
        right: 0px !important;
        text-align: center !important;
    }

    .join_content_div_overlay>.join_content_data_div>h4 {
        font-size: 27px !important;
        letter-spacing: .2px !important;
    }

    .join_divider_bottom {
        margin: 10px auto auto auto !important;
    }

    .join_content_div_overlay>.join_content_data_div {
        margin-bottom: 30px !important;
    }


    .product_slide_main_box {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .product_slide_main_box> :nth-child(1) {
        order: 2;
    }

    .product_slide_main_box> :nth-child(2) {
        order: 1;
    }

    .products_slide_features {
        padding-bottom: 70px !important;
    }


    .slider-navigation {
        top: auto;
        right: 50%;
        bottom: 15px;
        width: calc(100% - 30px);
        max-width: 380px;
        height: 70px;
        transform: translateX(50%);
        padding: 8px 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-radius: 40px;
    }


    .slider-arrow {
        width: 42px;
        height: 45px;
        flex: 0 0 42px;
        font-size: 14px;
        transform: rotate(270deg);
    }


    .slider-numbers {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0;
        overflow: hidden;
    }


    .slider-number {
        width: 45px;
        height: 45px;
        min-width: 45px;
        border-radius: 14px;
        font-size: 15px;
    }



    .experience_div {
        text-align: center !important;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100% !important;
        justify-content: center !important;
        padding: 23px 15px 23px 15px !important;
    }

    .experience_div {
        text-align: center !important;
    }

    .content_counter_main_div {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .counter_box_main_div {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;

    }



    .mobile_slider {
        display: block !important;
    }

    .desktop_slider {
        display: none !important;
    }


    .content_div_overlay>.content_data_div>h3 {
        font-size: 26px !important;
        letter-spacing: .2px !important;
        margin-bottom: 8px !important;
    }

    .content_div_overlay>.content_data_div>p {
        font-size: 17px !important;
        line-height: 24px !important;
    }

    .divider_bottom {
        margin: 23px auto auto auto !important;
    }

     .footer_contact_item {
        gap: 11px;
    }

    .footer_icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
    }

    .footer_contact_content a {
        font-size: 13px;
    }

    .app_item span {
        font-size: 11px;
    }

    .app_item img {
        width: 100px;
    }

        .company_profile_section {
        padding: 55px 0;
    }

    /* .company_profile_image_main {
        min-height: 390px;
        padding: 0 18px 25px 0;
        margin-bottom: 45px;
    } */

    .company_profile_image {
        /* height: 370px; */
        border-radius: 20px;
    }

    .company_image_shape {
        border-radius: 20px;
    }

    .company_experience_box {
        right: 0;
        padding: 16px 18px;
        min-width: 155px;
        border-radius: 12px;
    }

    .experience_number {
        font-size: 32px;
    }

    .experience_text {
        font-size: 10px;
    }

    .company_profile_content h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .company_profile_content>p {
        font-size: 14px;
        line-height: 1.7;
    }

    .company_highlights {
        grid-template-columns: 1fr;
    }

    .company_profile_bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

     .investor_relations_section {
        padding: 55px 0;
    }

    .investor_relations_box {
        padding: 35px 20px;
        border-radius: 20px;
    }

    .investor_relations_content h2 {
        font-size: 29px;
    }

    .investor_relations_content>p {
        font-size: 14px;
        line-height: 1.7;
    }

    .investor_stats {
        gap: 10px;
    }

    .investor_stat_item {
        min-width: auto;
        flex: 1;
        padding-right: 10px;
        margin-right: 10px;
    }

    .investor_stat_item h4 {
        font-size: 20px;
    }

    .investor_stat_item p {
        font-size: 8px;
    }

    .investor_resource_item {
        padding: 14px 10px;
    }

    .investor_resource_icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .investor_resource_text p {
        display: none;
    }


    .products_section {
        padding: 0px 0px;
    }

    .products_section>.container {
        padding: 40px 12px 25px;
        border-radius: 8px;
    }

    .products_title_div {
        margin-bottom: 30px;
    }

    .products_title_div h2 {
        font-size: 26px;
    }

    .products_title_div p {
        font-size: 14px;
    }

    .productsSimpleSwiper {
        padding-bottom: 75px;
    }

    .proslider_img_div {
        height: 220px;
    }

    .proslider_content_data {
        padding: 18px;
    }
    .investor_resources {
    position: relative;
    z-index: 2;
    padding: 26px 0 5px 0px;}

    .brand-stores-section {
    padding: 45px 0;
    background: #fff;
}
.footer_link_main_div h6, .footer_map h6, .footer_form h6{
    margin-top: 25px;
}
.footer {
    padding-top: 20px;
}
    .video_title_div>h4{
        font-size: 27px;
    }

    .articals_title_div>h4{
        font-size: 27px;
    }
    .build_data_div>h1{
        font-size: 20px;
    }
    .company_profile_content h2 {
        font-size: 25px;
    }
}
