/* Responsive Styles */
:root {
    --primary-blue: #003362;
    --primary-yellow: #FFD239;
    --text-white: #ffffff;
    --text-dark: #333333;
    --text-light: #666666;
    --bg-light: #F9F9F9;
    --white: #FFFFFF;
    --font-heading: 'Tanker', sans-serif;
    --font-body: "Poppins", sans-serif;
}

@media (max-width: 991px) {
    html {
        font-size: calc(1000vw / 402);
    }

    .hide_mob {
        display: none !important;
    }

    .container {
        padding: 0 2rem;
    }

    .main_nav {
        display: none;
    }

    .main_container {
        flex-direction: column;
    }

    .left_content {
        width: 100%;
    }

    .right_sidebar {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 2000;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        background: #fff;
        overflow-y: auto;
        padding: 0;
    }

    .right_sidebar.sidebar_open {
        transform: translateX(0);
    }

    .close_sidebar {
        display: block;
        position: absolute;
        top: 2rem;
        right: 2rem;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 100;
    }

    .close_sidebar img {
        width: 2.2rem;
        display: block;
    }

    .form_wish_toggle {
        margin-top: 0.5rem;
    }

    .form_wish_toggle {
        gap: 0.7rem;
        flex-direction: column;
    }

    .side_contact_text {
        font-size: 1.5rem;
        line-height: 140%;
    }

    .fixed_sidebar_inner {
        position: relative;
        height: auto;
        min-height: 100vh;
        padding: 3.5rem 2.4rem 2.4rem 2.4rem;
    }

    /* Utility overrides for mobile */
    .bg_yellow {
        padding: 0.2rem 1.2rem;
        margin-bottom: 0.5rem;
        display: inline-block;
        line-height: 1.4;
    }

    .bg_blue {
        padding: 0.2rem 1.2rem;
        margin-bottom: 0.5rem;
        display: inline-block;
        line-height: 1.4;
    }


    .hero_white {
        color: #fff;
        text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    }

    /* Hero Section Mobile */
    .container_header {
        justify-content: center;
        padding: 2rem 0 0 2rem;
    }

    .container_header .logo {
        display: block;
        margin: 0 auto 0 0;
        max-width: 11.9rem;
        width: 11.9rem;
    }

    .hero_section {
        height: 100vh;
        min-height: 70rem;
        padding: 0 0 17.5rem 0;
    }

    .hero_title {
        font-size: 4rem;
        line-height: 100%;
        margin-bottom: 2.5rem;
        max-width: 100%;
        text-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.5);
        letter-spacing: 0.05rem;
    }

    .tag_yellow {
        font-size: 1.97rem;
        padding: 0.74rem 1.519rem;
        margin-bottom: 1.4rem;
    }

    .play_btn {
        font-size: 1.664rem;
    }

    .bg_btn {
        width: 3.3rem;
        bottom: 9.4rem;
        right: initial;
        left: 3.8rem;
    }

    .hero_down_arrow {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
        margin-bottom: 4rem;
    }

    .play_icon {
        margin-left: 1rem;
        border-top: 2.4rem solid transparent;
        border-bottom: 2.4rem solid transparent;
        border-left: 4.2rem solid var(--primary-yellow);
        margin-right: 1.5rem;
    }

    .hero_down_arrow span {
        display: block;
        width: 3rem;
        height: 3rem;
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff;
        transform: rotate(45deg);
        animation: arrowDown 2s infinite;
    }

    .hero_section .container {
        padding: 0 2.8rem;
    }

    /* Floating Mobile CTA */
    .mobile_cta {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10rem;
        background-color: var(--secondary-yellow);
        z-index: 1500;
        align-items: center;
        padding: 0 3rem;
        cursor: pointer;
        box-shadow: 0 -0.5rem 2rem rgba(0, 0, 0, 0.2);
    }

    .mob_cta_profile {
        width: 7.4rem;
        height: 7.4rem;
        border-radius: 50%;
        overflow: hidden;
        margin-top: -2.1rem;
        flex-shrink: 0;
    }

    .mob_cta_profile img {
        display: block;
        width: 100%;
    }

    .mob_cta_text {
        flex: 1;
        text-align: center;
        font-weight: 800;
        font-size: 1.8rem;
        color: var(--primary-blue);
    }

    /* Section 2 Why Mobile Slider */
    .why_title {
        font-size: 4rem;
        line-height: 95%;
        margin-bottom: 4rem;
        text-align: center;
    }

    .why_title span {
        font-size: 4rem;
        line-height: 95%;
    }

    .why_grid {
        display: block;
        margin-top: 12rem;
    }

    .why_item {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
        padding: 0;
        margin-bottom: 0;
        opacity: 1;
        animation: none;
    }

    .diamond_img_container {
        width: 18rem;
        margin: 0 auto 1rem auto;
    }

    .why_item h3 {
        font-size: 3.5rem;
        line-height: 3.5rem;
        margin-bottom: 1rem;
    }

    .why_item p {
        font-size: 1.6rem;
        line-height: 130%;
        margin: 0 auto;
        max-width: 34rem;
    }

    .slick-slider {
        margin-top: 0;
    }

    /* Section 3 How Mobile */
    .how_title {
        font-size: 4rem;
        line-height: 95%;
        margin-bottom: 3rem;
        text-align: center;
    }

    .how_grid {
        grid-template-columns: 1fr;
        gap: 4rem;
        width: 33.6rem;
        margin: 0 auto;
    }

    .how_item_img {
        margin-bottom: 0;
    }

    .how_item_title_box {
        margin-top: -3rem;
        margin-bottom: 1rem;
    }

    .how_item_title_box h3 {
        font-size: 1.8rem;
        font-weight: 800;
        line-height: 1.2;
    }

    .how_item_title_box h3 span {
        font-size: 2.253rem;
        line-height: 95%;
        padding: 0.752rem 1.502rem;
        font-weight: 400;
    }

    .how_item_content p {
        font-size: 1.6rem;
        line-height: 130%;
        padding-right: 0;
    }

    .how_footer_text p {
        font-size: 3rem;
        font-weight: 700;
    }

    .how_item::after {
        bottom: 18rem;
    }

    .how_footer_text {
        margin-top: 5rem;
    }

    .how_footer_text p,
    .how_footer_text p span,
    .how_footer_text p a {
        font-size: 2.8rem;
        line-height: 130%;
        font-weight: 400;
    }

    /* Section 4 Testimonials Mobile */
    .testimonials_title {
        font-size: 2.4rem;
        font-weight: 800;
        line-height: 1.3;
        margin-bottom: 8rem;
        text-align: left;
    }

    .testimonials_title .bg_yellow {
        padding: 0.3rem 0.6rem;
        margin-bottom: 0.4rem;
    }

    .testimonial_slider_container {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .testimonial_item {
        padding: 0 1.5rem;
    }

    .testimonial_box {
        padding: 3.5rem 3.3rem 2rem 3.5rem;
        height: auto;
        min-height: 44.5rem;
        margin-bottom: 2rem;
    }

    .testimonial_box3 {
        padding: 2.5rem 3rem 2rem 3rem;
    }

    .testimonial_text {
        padding: 0;
        font-size: 1.6rem;
        line-height: 140%;
    }

    .person_name,
    .person_age {
        font-size: 3rem;
        line-height: 95%;
    }

    .person_name_box {
        margin-left: 10rem;
    }

    .person_diamond {
        width: 14rem;
        left: -5.5rem;
    }

    .slider_nav {
        margin: 0;
        padding: 0;
    }


    /* Section 5 FAQ Mobile */
    .faq_title {
        font-size: 4rem;
        font-weight: 400;
        line-height: 100%;
        margin-bottom: 2rem;
        text-align: left;
        background: none;
        padding: 0;
    }

    .faq_title .bg_yellow {
        font-size: 4rem;
        font-weight: 400;
        line-height: 100%;
        padding: 0rem 0.9rem;
        margin-left: 0;
    }

    .faq_header {
        padding: 2rem 0;
    }

    .faq_item {
        border-bottom: 0;
        position: relative;
        padding-bottom: 0.4rem;
    }

    .faq_item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0.4rem;
        height: 0.4rem;
        z-index: 1;
        background-color: var(--primary-yellow);
    }

    #section4 .container {
        margin: 0 2rem;
        padding: 0 2rem;
    }

    .faq_header span:first-child {
        font-size: 2.5rem;
        font-weight: 400;
        text-transform: uppercase;
    }

    .faq_icon {
        font-size: 4rem;
        color: var(--primary-blue);
    }

    .faq_content p {
        font-size: 1.8rem;
        line-height: 130%;
    }

    .faq_contact_banner {
        margin-top: 5rem;
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 2.2rem;
    }

    .double_arrows {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .double_arrows .arrow {
        width: 3.5rem;
        height: 3.5rem;
        border-right: 5px solid;
        border-bottom: 5px solid;
        transform: rotate(45deg);
    }

    .scroll_down2 {
        margin-top: 1rem;
    }

    .arrow_light {
        border-color: #A0C8E6;
    }

    .arrow_dark {
        border-color: var(--primary-blue);
        margin-top: -1.5rem;
    }

    .faq_contact_text,
    .faq_contact_text a {
        font-size: 2.6rem;
        line-height: 95%;
    }

    .faq_contact_text .bg_blue {
        font-size: 2.6rem;
        line-height: 95%;
        padding: 0.1rem 0.5rem;
        margin-bottom: 0;
    }

    .faq_contact_text span:last-child {
        color: var(--secondary-yellow);
        font-weight: 800;
    }

    /* Section 6 Contact Mobile */
    .contact_person_section {
        background: var(--primary-yellow);
        padding: 4rem 0 4.5rem 0;
    }

    .contact_container {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        padding-top: 0;
    }

    .contact_diamond_container {
        width: 27.1rem;
        margin: 0 auto;
    }

    .contact_name {
        font-size: 3.5rem;
        line-height: 120%;
        margin-bottom: 3.3rem;
    }

    .contact_subtitle {
        font-size: 3.5rem;
        line-height: 120%;
    }

    .contact_description {
        font-size: 1.8rem;
        line-height: 130%;
        margin-bottom: 3rem;
    }

    .contact_info_details {
        font-size: 1.8rem;
    }

    /* Section 7 Thank You Mobile */
    .thank_you_title {
        font-size: 15rem;
        line-height: 95%;
        margin-bottom: 2rem;
    }

    .thank_you_subtitle {
        font-size: 3.5rem;
        line-height: 120%;
    }

    .thank_you_subtitle .bg_blue {
        font-size: 3.5rem;
        line-height: 120%;
        margin-bottom: 0.1rem;
    }

    /* Footer adjustments */
    .main_footer {
        background-color: var(--primary-blue);
        color: #fff;
        padding: 6rem 0 12rem 0;
    }

    .footer_container {
        flex-direction: column;
        gap: 4rem;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .footer_left {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 3rem;
    }

    .footer_logo_container {
        width: 9.8rem;
    }

    .footer_legal_info {
        font-size: 1.2rem;
        line-height: 130%;
        margin-bottom: 0;
    }

    .footer_legal_info strong {
        font-size: 1.2rem;
        line-height: 130%;
    }

    .footer_links {
        flex-direction: column;
        gap: 3rem;
        margin: 0;
    }

    .footer_links a {
        font-size: 1.4rem;
        line-height: 1.4rem;
        text-decoration: underline;
        color: #fff;
    }

    .footer_links a br {
        display: none;
    }

    .footer_social {
        align-items: center;
        gap: 1rem;
    }

    .social_title {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }

    .social_icons {
        display: flex;
        gap: 3rem;
    }

    /* Mobile CTA positioning */
    .mobile_cta {
        height: 6.8rem;
        padding: 0 1.1rem;
        background-color: var(--primary-yellow);
    }


    .mob_cta_text {
        font-size: 1.8rem;
        padding-right: 0.95rem;
        text-transform: uppercase;
    }

    .scroll_down {
        position: absolute;
        bottom: 9rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 2.8rem;
        cursor: pointer;
    }

    .scroll_down img {
        display: block;
        width: 100%;
        animation: scrollArrows 2s infinite;
    }

    .scroll_down img:nth-child(2) {
        animation-delay: 0.1s;
    }

    @keyframes scrollArrows {
        0% {
            transform: translateY(0);
        }

        20% {
            transform: translateY(1rem);
        }

        40% {
            transform: translateY(0);
        }
    }

    .profile_info p {
        font-size: 1.5rem;
        line-height: 130%;
    }

    .side_contact_profile {
        gap: 1.7rem;
    }

    .why_transmit_section {
        background-image: url(../img/mobile/transmettrealasnsm.webp);
        padding: 5rem 0 10rem 0;
        padding-bottom: 5rem;
        position: relative;
    }

    .slick-dots {
        display: flex;
        gap: 1.4rem;
        list-style: none;
        position: absolute;
        bottom: -6rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .why_grid .slick-dots {
        display: none !important;
    }

    .slick-dots button {
        color: transparent;
        width: 2.349rem;
        height: 2.349rem;
        border: 1px solid #ffffff;
        background-color: transparent;
        border-radius: 50%;
    }

    .slick-dots .slick-active button {
        background-color: #ffffff;
    }

    .slider_arrow {
        position: absolute;
        width: 1.3rem;
        height: 2.2rem;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        cursor: pointer;
        bottom: -5.9rem;
        font-size: 0;
        color: transparent;
        bottom: 20.7rem;
        transform: scale(1.8);
    }

    .slider_arrow.prev {
        background-image: url(../img/svg/slick_arrow_prev.svg);
        left: 8.5rem;
        left: 0;
    }

    .slider_arrow.next {
        background-image: url(../img/svg/slick_arrow_next.svg);
        right: 8.5rem;
        right: 0;
    }

    .how_transmit_section {
        padding: 2rem 0 4rem 0;
        background-image: url('../img/mobile/legsetassurancevie.webp');
    }

    .faq_section {
        padding: 4rem 0 6rem 0;
    }

    .hero_section video {
        width: 100%;
    }

    .thank_you_section {
        height: 45rem;
        padding-bottom: 6rem;
    }

    .thank_you_section .container {
        margin: 0 auto;
    }

    .testimonials_section {
        padding: 4rem 0 10rem 0;
    }

    .testimonials_section .container {
        margin: 0 auto;
        padding: 0 3rem;
    }

    .testimonials_title {
        margin: 0 auto 3rem 0;
        font-size: 3.5rem;
        line-height: 100%;
        font-weight: 400;
    }

    .testimonials_title span {
        font-size: 3.5rem;
    }

    .testimonials_title .bg_yellow {
        margin-bottom: 0;
        padding: 0.5rem 0.5rem 0 0.5rem;
        margin-left: -0.5rem;
    }

    .slider_arrow.slider_arrow_p {
        background-image: url(../img/svg/slider_l.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 1.3rem;
        height: 2.2rem;
        left: 11.5rem;
        bottom: 5rem;
    }

    .slider_arrow.slider_arrow_n {
        background-image: url(../img/svg/slider_r.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 1.3rem;
        height: 2.2rem;
        right: 11.5rem;
        bottom: 5rem;
    }

    .slider_dots ul {
        bottom: 4.25rem;
    }

    #group-receive-by {
        margin-bottom: 2.5rem;
    }

    .credits_popup_header h3 {
        font-size: 3rem;
    }

    .radio_group .radio_label::after {
        transform: translateY(-50%) scale(1.3) translateX(-0.1rem);
    }

    .slider_arrow_p,
    .slider_arrow_n {
        transform: scale(1.5);
    }

    .webotit-webchat {
        z-index: 9999 !important;
        bottom: 8rem !important;
        height: calc(100% - 8rem) !important;
    }

    .webotit-webchat {
        display: none !important;
    }
}

#group-receive-by2 {
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    html {
        font-size: calc(1000vw / 1920);
    }

    .hide_desk,
    .mobile_cta,
    .close_sidebar {
        display: none !important;
    }

    .main_nav ul li a:hover {
        transform: scale(1.1);
    }

    .bg_btn:hover {
        transform: scale(1.05);
    }



    .faq_contact_text a:hover,
    .contact_info_details a:hover {
        text-decoration: underline;
    }

    .faq_icon {
        transition: transform 0.3s ease;
    }

    .faq_header:hover .faq_icon {
        transform: scale(1.3);
    }

    .footer_links a:nth-child(1):hover:before {
        width: 100%;
    }

    .footer_links a:nth-child(1):hover:after {
        width: 82%;
    }

    .footer_links a:nth-child(2):hover:before {
        width: 68%;
    }

    .footer_links a:nth-child(2):hover:after {
        width: 100%;
    }

    .footer_links a:nth-child(3):hover:before {
        width: 100%;
    }

    .footer_links a:nth-child(3):hover:after {
        width: 96%;
    }

    .footer_links a:nth-child(4):hover:before {
        width: 51%;
    }

    .footer_links a:nth-child(4):hover:after {
        width: 100%;
    }

    .footer_links a:nth-child(5):hover:before {
        width: 83%;
    }

    .footer_links a:nth-child(5):hover:after {
        width: 100%;
    }

    .social_icons a:nth-child(1):hover img,
    .social_icons a:nth-child(2):hover img,
    .social_icons a:nth-child(3):hover img {
        transform: scale(1.2);
    }

    #group-receive-by {
        margin-bottom: 2.5rem;
    }

    .play_btn:hover {
        text-decoration: underline;
        transform: scale(1.1);
    }

    .how_footer_text span a {
        display: inline-block;
        transition-duration: 0.3s;
    }

    .how_footer_text span a:hover {
        transform: scale(1.05);
    }



    .slider_arrow_p:hover,
    .slider_arrow_n:hover {
        transform: scale(1.3);
    }
}