: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;
}

@font-face {
    font-family: 'Tanker';
    src: url('../assets/fonts/Tanker-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: var(--font-body);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0;
}


.hidden {
    display: none !important;
}

body {
    font-family: var(--font-body);
    background-color: var(--primary-blue);
    color: var(--text-dark);
    overflow-x: hidden;
    font-size: 1.6rem;
}

/* Base highlight utilities (can be overridden in respo.css) */
.bg_yellow {
    background-color: var(--primary-yellow);
    color: var(--primary-blue);
    padding: 0 1rem;
    display: inline-block;
}

.bg_blue {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 0 1rem;
    display: inline-block;
}

.highlight_yellow_text {
    color: var(--primary-yellow);
}


/* Base Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(3rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate {
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
}

@keyframes bounceSidebar {

    0%,
    100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-2rem);
    }

    40% {
        transform: translateX(1rem);
    }

    60% {
        transform: translateX(-0.5rem);
    }

    80% {
        transform: translateX(0.2rem);
    }
}

.bounce_sidebar {
    animation: bounceSidebar 0.8s ease;
}


.main_container {
    display: flex;
    max-width: 192rem;
    margin: 0 auto;
    position: relative;
}


.left_content {
    width: calc(100% - 54.5rem);
    position: relative;
    background: #fff;
}

.right_sidebar {
    width: 54.5rem;
    position: relative;
}

/* Fixed side form on desktop */
.fixed_sidebar_inner {
    position: sticky;
    top: 0;
    height: 100vh;
    background-color: var(--primary-yellow);
    overflow-y: auto;
    padding: 5.1rem 6.2rem;
    z-index: 100;
}


section {
    position: relative;
}

.container {
    max-width: 103.2rem;
    margin: 0 auto;
}

#section4 .container {
    overflow: hidden;
    margin: 0 auto 0 10rem;
    max-width: initial;
    padding: 0 4rem 0 0;
}


/* Header */
.main_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}


.container_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: initial;
    padding: 3rem 6.9rem 0 3rem;
}

.logo {
    max-width: 21.8rem;
    max-width: 15.8rem;
}


.logo_placeholder {
    width: 100%;
    height: auto;
}

.main_nav ul {
    display: flex;
    list-style: none;
    gap: 5rem;
    padding-top: 3.5rem;
}


.main_nav ul li a {
    color: var(--white);
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    transition: transform 0.3s ease;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.9);
    letter-spacing: 3%;
}


/* Hero Section */
.hero_section {
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: var(--white);
    padding-bottom: 12.8rem;
    overflow: hidden;
}

.hero_section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 192rem;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero_section .container {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-left: 19.8rem;
}

.tag_yellow {
    display: inline-block;
    background-color: var(--primary-yellow);
    color: #485261;
    padding: 1rem 2.2rem;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    font-family: var(--font-heading);
    letter-spacing: 3%;
}


.hero_title {
    font-family: var(--font-heading);
    font-size: 8rem;
    line-height: 95%;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 4.4rem;
    letter-spacing: 3%;
}


.hero_title span,
.hero_title .highlight_yellow_text {
    font-family: var(--font-heading);
    color: var(--primary-yellow);
}

.play_btn {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    color: var(--white);
    cursor: pointer;
    font-weight: 700;
    font-size: 2rem;
    text-decoration: none;
    transition-duration: 0.3s;
}




.play_icon {
    width: 0;
    height: 0;
    border-top: 2.7rem solid transparent;
    border-bottom: 2.7rem solid transparent;
    border-left: 4.8rem solid var(--primary-yellow);
    margin-right: 1.5rem;
    transition: transform 0.3s ease;
}



/* Why Transmit Section */
.why_transmit_section {
    padding: 28.8rem 0 14.7rem 0;
    background-color: var(--primary-blue);
    color: var(--white);
    background-image: url('../img/desktop/transmettrealasnsm.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.trigger {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 0;
    left: 0;
    visibility: hidden;
}

.why_transmit_section .trigger {
    top: 17rem;
}

.why_transmit_section .container {
    max-width: 114.8rem;
}

.why_title {
    font-family: var(--font-heading);
    font-size: 8rem;
    line-height: 95%;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8.4rem;
    letter-spacing: 3%;
}

.why_title span {
    font-family: var(--font-heading);
    font-size: 8rem;
    line-height: 95%;
    color: var(--primary-yellow);
}


.why_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 3.4rem;
}


.why_item {
    display: flex;
    align-items: center;
    gap: 2.3rem;
    transition: transform 0.3s ease;
}

.why_item:nth-child(3),
.why_item:nth-child(4) {
    animation: fadeInUp 0.8s 2.4s ease forwards;
}

.diamond_img_container {
    flex-shrink: 0;
    width: 18.9rem;
    position: relative;
    overflow: hidden;
}


.diamond_img_container img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.why_item_content h3 {
    font-family: var(--font-heading);
    font-size: 4.8rem;
    line-height: 4.8rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--primary-yellow);
    margin-bottom: 1.5rem;
    letter-spacing: 3%;
}


.why_item_content p {
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: 2.5%;
    margin-bottom: 0;
}


/* How to Transmit Section */
.how_transmit_section {
    padding: 8.6rem 0 11.9rem 0;
    background-color: var(--primary-blue);
    color: var(--white);
    background-image: url('../img/desktop/legsetassurancevie.webp');
    background-size: cover;
    background-position: center;
}

.how_title {
    font-family: var(--font-heading);
    font-size: 8rem;
    line-height: 95%;
    letter-spacing: 3%;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.how_title span {
    font-family: var(--font-heading);
    color: var(--primary-yellow);
}


.how_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.5rem;
    margin-bottom: 7rem;
}


.how_item_img {
    width: 100%;
}

.footer_logo_container {
    width: 9.8rem;
}

.footer_logo_container img {
    width: 100%;
}

.how_item_title_box {
    margin-top: -4rem;
    margin-bottom: 2rem;
}

.how_item_title_box h3 {
    font-family: var(--font-heading);
    font-size: 3rem;
    line-height: 95%;
    letter-spacing: 3%;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--primary-blue);
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
}

.how_item_title_box h3 span {
    font-family: var(--font-heading);
    font-size: 3rem;
    line-height: 95%;
    letter-spacing: 3%;
    padding: 1rem 2rem;
    background-color: var(--primary-yellow);
}

.how_item_content p {
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: 3%;
    padding-right: 3rem;
}

.how_item {
    position: relative;
}

.how_item::after {
    content: '© Emin Özmen / Magnum Photos';
    position: absolute;
    bottom: 19.5rem;
    right: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    color: var(--white);
    font-weight: 400;
    font-family: var(--font-main);
    letter-spacing: 3%;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: bottom right;
    white-space: nowrap;
    pointer-events: none;
}

.how_footer_text p {
    font-family: var(--font-heading);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 130%;
    letter-spacing: 3%;
    margin-bottom: 0;
}


.how_footer_text span,
.how_footer_text span a {
    font-family: var(--font-heading);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 130%;
    letter-spacing: 3%;
    color: var(--primary-yellow) !important;
}


/* Testimonials Section */
.testimonials_section {
    padding: 13.8rem 0 12.1rem 0;
    background-color: #EEEDEE;
    color: var(--primary-blue);
    position: relative;
}

.testimonials_section .trigger {
    top: 10rem;
}

.testimonials_section .container {
    max-width: initial;
    margin-left: 18rem;
    margin-left: 15rem;
    overflow: hidden;
}

.testimonials_title {
    font-family: var(--font-heading);
    font-size: 6rem;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0rem;
    max-width: 60rem;
    margin-left: 3rem;
}

.testimonials_title span {
    font-family: var(--font-heading);
    font-size: 6rem;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    padding: 1rem 1rem 0 1rem;
    margin-left: -1rem;
}


.testimonial_slider_container {
    padding-right: 0;
    width: 49rem;
    margin-left: 1.9rem;
}


.testimonial_track {
    margin: 0 -1.5rem;
}

/* Ensure the peeking slide is visible */
.testimonial_track .slick-list {
    overflow: visible !important;
}


.testimonial_item {
    padding: 0 3rem;
    outline: none;
}


.testimonial_box {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 4.6rem 5.6rem 3.6rem 4.7rem;
    height: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-bottom: 5rem;
    min-height: 50rem;
}


.testimonial_text {
    font-size: 1.8rem;
    line-height: 140%;
    letter-spacing: 3%;
    padding-right: 1rem;
}


.testimonial_person {
    position: relative;
}

.person_diamond {
    width: 18.6rem;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: -8.1rem;
    transform: translateY(-50%);
}


.person_diamond img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.person_name_box {
    margin-left: 13rem;
}


.person_name {
    font-family: var(--font-heading);
    color: var(--primary-yellow);
    font-weight: 400;
    font-size: 3rem;
    line-height: 95%;
    text-transform: uppercase;
}

.person_age {
    font-family: var(--font-heading);
    color: var(--text-white);
    font-weight: 400;
    font-size: 3rem;
    line-height: 95%;
    text-transform: uppercase;
}


.slider_nav {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    margin-bottom: 4rem;
    padding-right: 3rem;
}


.slider_arrow {
    cursor: pointer;
    font-size: 2.4rem;
    font-weight: 800;
}


.slider_dots {
    display: flex;
    gap: 1rem;
}


.slider_dots ul {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider_dots li button {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    border: 1px solid var(--primary-blue);
}

.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;
    transition-duration: 0.3s;
}

.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;
    transition-duration: 0.3s;
}



.slider_dots li.slick-active button {
    background-color: var(--primary-blue);
}

.slider_dot {
    display: none;
}

/* FAQ Section */
.faq_section {
    padding: 14rem 0;
    background-color: var(--white);
}


.faq_title {
    font-family: var(--font-heading);
    font-size: 7rem;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 3.8rem;
    color: var(--primary-blue);
    letter-spacing: 3%;
}

.faq_title .bg_yellow {
    font-family: var(--font-heading);
    margin-left: -1rem;
}

.faq_container {
    max-width: 90rem;
}


.faq_item {
    border-bottom: 0.4rem solid var(--primary-yellow);
}


.faq_header {
    padding: 2.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 3.2rem;
    text-transform: uppercase;
    color: var(--primary-blue);
    letter-spacing: 3%;
}

.faq_header span {
    font-family: var(--font-heading);
}

.faq_icon {
    position: relative;
}

.faq_item .faq_icon img:nth-child(1) {
    display: block;
    width: 1.7rem;
    transition: opacity 0.3s ease;

}

.faq_item .faq_icon img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.3rem;
    transition: opacity 0.3s ease;
}


.faq_item.active .faq_icon img:nth-child(2) {
    opacity: 1;
}

.faq_item.active .faq_icon img:nth-child(1) {
    opacity: 0;
}


.faq_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq_content p {
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: 3%;
    max-width: 90rem;
    color: var(--primary-blue);
    margin: 0 auto 0 0;
}

.faq_item.active .faq_content {
    max-height: 50rem;
    padding-bottom: 2.5rem;
}


.faq_contact_banner {
    margin-top: 6rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}


.faq_contact_banner .arrows {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}


.faq_contact_banner .arrow {
    width: 2rem;
    height: 2rem;
    border-right: 0.3rem solid var(--primary-blue);
    border-bottom: 0.3rem solid var(--primary-blue);
    transform: rotate(45deg);
}


.faq_contact_text {
    font-family: var(--font-heading);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 3%;
    color: var(--primary-blue);
}


.faq_contact_text span {
    color: var(--primary-yellow);
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 3%;
    font-weight: 400;
    font-family: var(--font-title);
}

.faq_contact_text a {
    color: var(--primary-blue);
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 3%;
    font-weight: 400;
    font-family: var(--font-title);
    text-decoration: none;
}

.faq_contact_text .bg_blue {
    padding: 0.5rem 1.1rem;
    letter-spacing: 3%;
    font-weight: 400;
    font-family: var(--font-title);
}

/* Contact Person Section */
.contact_person_section {
    padding: 5.3rem 0 3.8rem 0;
    background: linear-gradient(90deg, rgba(255, 210, 57, 1) 0%, rgba(255, 221, 104, 1) 100%);
    color: var(--primary-blue);
}


.contact_container {
    display: flex;
    align-items: center;
    gap: 8.5rem;
}


.contact_diamond_container {
    flex-shrink: 0;
    width: 28.8rem;
}

.contact_diamond_container img {
    width: 100%;
    display: block;
}

.contact_content_box {
    max-width: 46.4rem;
}


.contact_name {
    font-family: var(--font-heading);
    font-size: 4rem;
    line-height: 120%;
    letter-spacing: 3%;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2.6rem;
}

.contact_subtitle {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 3%;
    text-transform: uppercase;
    background-color: var(--white);
    padding: 0.1rem 0.9rem 0rem 0.9rem;
    margin-left: -0.9rem;
}


.contact_description {
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: 3%;
    font-weight: 400;
    color: var(--primary-blue);
    margin-bottom: 2rem;
}


.contact_info_details {
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: 3%;
    font-weight: 400;
    color: var(--primary-blue);
}


.contact_info_details a {
    color: var(--primary-blue);
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: 3%;
    font-weight: 700;
    text-decoration: none;
}


/* Thank You Section */
.thank_you_section {
    padding: 0 0 16rem 0;
    background-color: var(--primary-blue);
    color: var(--white);
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.thank_you_section video {
    position: absolute;
    bottom: -1%;
    left: -5%;
    width: 110%;
    height: 110%;
    object-fit: cover;
    z-index: -1;
}

.thank_you_section .container {
    margin: 0 auto 0 25rem;
}

.thank_you_title {
    font-family: var(--font-heading);
    font-size: 40rem;
    font-weight: 400;
    line-height: 95%;
    color: var(--primary-yellow);
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}


.thank_you_subtitle {
    font-family: var(--font-heading);
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 3%;
    line-height: 120%;
    margin: 0 auto;
    text-transform: uppercase;
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.6);
}


.thank_you_subtitle span {
    font-family: var(--font-heading);
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 3%;
    line-height: 120%;
    display: inline-block;
    background-color: var(--primary-blue);
    padding: 0.5rem 1rem 0 1rem;
}


/* Sidebar Form Styles */
.side_contact_profile {
    display: flex;
    align-items: center;
    gap: 2.3rem;
    margin-bottom: 1.5rem;
}


.profile_circle {
    width: 11.1rem;
    height: 11.1rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}


.profile_circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_info p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 130%;
    color: var(--primary-blue);
}


.side_contact_text {
    color: var(--primary-blue);
    font-size: 1.4rem;
    line-height: 140%;
    margin-bottom: 1.5rem;
}


.side_contact_text a,
.side_contact_text strong {
    font-weight: 700;
    color: var(--primary-blue);
    text-decoration: none;
}

.side_contact_text a:hover {
    text-decoration: underline;
}

.form_wish_toggle {
    display: flex;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}


.toggle_btn {
    flex: 1;
    padding: 1.6rem 0.5rem;
    padding: 1rem 0.5rem;
    border: 0.1rem solid #000000;
    background-color: transparent;
    color: var(--primary-blue);
    font-weight: 500;
    font-size: 1.5rem;
    cursor: pointer;
    text-align: center;
    border-radius: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.toggle_btn:hover {
    transform: translateY(-0.2rem);
}


.toggle_btn.active {
    background-color: var(--primary-blue);
    color: var(--white);
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.toggle_btn.active:hover {
    background-color: #004280;
    transform: translateY(-0.2rem);

}

.form_group_inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}


.form_label {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: var(--primary-blue);
}

.form_label_1 {
    font-weight: 700;
}


.radio_group {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
    width: 18rem;
}

.radio_item {
    width: 50%;
}


.radio_label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.3rem;
    cursor: pointer;
}


.radio_label input {
    width: 1.5rem;
    height: 1.5rem;
}


.form_field_row {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
}


.form_field {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 3rem;
}

.form_input {
    background: transparent;
    border: none;
    border-bottom: 0.1rem solid var(--primary-blue);
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: var(--primary-blue);
    width: 100%;
    transition: border-color 0.3s ease;
    height: 3rem;
    padding-top: 0.5rem;
}

.form_field.has_error .form_input,
.form_group.has_error .form_input {
    border-bottom-color: #ff4d4d;
}

.form_field.has_error .field_label,
.form_group.has_error .field_label {
    color: #ff4d4d !important;
}

.error_text {
    color: #ff4d4d;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    font-weight: 500;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1.8rem;
}


.form_group {
    margin-bottom: 3rem;
    position: relative;
    margin-top: 3rem;
}

#group-phone {
    margin-bottom: 1.2rem;
}

.slots_input_container {
    margin-top: 1rem;
}

.slots_input {
    border: 0.1rem solid var(--primary-blue);
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: transparent;
    font-family: var(--font-body);
    font-size: 1.4rem;
    height: 5rem;
}

.slots_input::placeholder {
    color: rgba(0, 45, 88, 0.5);
    font-style: italic;
}


.field_label {
    position: absolute;
    top: 0rem;
    left: 0;
    pointer-events: none;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: rgba(0, 51, 98, 1);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.form_field.active .field_label,
.form_group.active .field_label {
    top: -1rem;
    font-size: 1.3rem;
    color: var(--primary-blue);
    font-weight: 700;
}

.field_label span {
    font-weight: 300;
    font-style: italic;
    font-size: 1.4rem;
}


.champs_obligatoires {
    text-align: right;
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: var(--primary-blue);
}


.submit_btn {
    width: 100%;
    padding: 2.5rem 0;
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    font-family: var(--font-body);
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 1.5rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}


.submit_btn:hover {
    background-color: #004280;
    transform: translateY(-0.2rem);
}


.submit_btn:active {
    transform: translateY(0);
}


.gdpr_text {
    font-size: 1.2rem;
    line-height: 130%;
    color: var(--primary-blue);
}


.gdpr_text a {
    color: var(--primary-blue);
    font-weight: 700;
    text-decoration: underline;
}

/* Footer Styles */
.main_footer {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 6rem 0;
}


.footer_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: initial;
    padding: 0 6.1rem 0 3.3rem;
}

.footer_left {
    display: flex;
    gap: 4rem;
    max-width: 45rem;
    justify-content: center;
    align-items: center;
}


.footer_logo {
    width: 6rem;
    flex-shrink: 0;
}


.footer_legal_info {
    font-size: 1.2rem;
    line-height: 130%;
    color: var(--text-white);
    letter-spacing: 3%;
}

.footer_legal_info strong {
    font-size: 1.2rem;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: 3%;
}


.footer_links {
    display: flex;
    gap: 4rem;
    padding-top: 1.5rem;
}


.footer_links a {
    color: var(--white);
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 130%;
    letter-spacing: 3%;
    display: block;
    position: relative;
}

.footer_links a::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 1.7rem;
    width: 100%;
    height: 0.1rem;
    background-color: var(--white);
    width: 0;
    transition: width 0.3s ease;
}

.footer_links a::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    background-color: var(--white);
    width: 0;
    transition: width 0.3s 0.2s ease;
}





.footer_social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.7rem;
}


.social_title {
    font-size: 1.6rem;
    line-height: 130%;
    letter-spacing: 3%;
}


.social_icons {
    display: flex;
    gap: 2.6rem;
    align-items: center;
    margin: 0 auto;
}

.social_icons a:nth-child(1) img {
    width: 3.1rem;
    display: block;
    transition: transform 0.3s ease;
}

.social_icons a:nth-child(2) img {
    width: 3.4rem;
    display: block;
    transition: transform 0.3s ease;
}

.social_icons a:nth-child(3) img {
    width: 3.1rem;
    display: block;
    transition: transform 0.3s ease;
}

.bg_btn {
    width: 4.7rem;
    cursor: pointer;
    position: absolute;
    bottom: 2.4rem;
    right: 2.3rem;
    z-index: 1;
    transition: transform 0.3s ease;
}

.bg_btn img {
    width: 100%;
}

.bg_btn img:nth-child(1),
.bg_btn.active img:nth-child(2) {
    display: block;
}

.bg_btn img:nth-child(2),
.bg_btn.active img:nth-child(1) {
    display: none;
}

.radio_group {
    position: relative;
}

.radio_group input {
    position: absolute;
    top: 0;
    left: -3rem;
    opacity: 0;
}

.radio_group .radio_label {
    position: relative;
    padding-left: 2.3rem;
}

.radio_group .radio_label::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid var(--primary-blue);
    border-radius: 50%;
}

.radio_group input:checked~.radio_label::after {
    background-color: var(--primary-blue);
}

.form_field_row .form_field {
    margin-top: 0;
}

/* Success Popup */
.success_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 51, 98, 0.85);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.success_popup_overlay.active {
    display: flex;
    opacity: 1;
}

.success_popup_content {
    background-color: var(--white);
    padding: 6rem 4rem;
    border-radius: 2rem;
    text-align: center;
    max-width: 60rem;
    width: 90%;
    position: relative;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
    transform: translateY(2rem);
    transition: transform 0.4s ease;
}

.success_popup_overlay.active .success_popup_content {
    transform: translateY(0);
}

.success_popup_close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: none;
    font-size: 4rem;
    line-height: 1;
    cursor: pointer;
    color: var(--primary-blue);
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.success_popup_close:hover {
    opacity: 1;
}

.success_popup_icon {
    width: 12rem;
    margin: 0 auto 3rem;
}

.success_popup_icon img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(11%) sepia(85%) target(219deg) hue-rotate(198deg) brightness(96%) contrast(106%);
}

.success_popup_content h3 {
    font-family: var(--font-heading);
    color: var(--primary-blue);
    font-size: 3.6rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.success_popup_content p {
    font-size: 1.8rem;
    color: var(--text-dark);
}

/* Video Popup */
.video_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.video_popup_overlay.active {
    display: flex !important;
    opacity: 1;
}

.video_popup_content {
    width: 90%;
    max-width: 120rem;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.4s ease;
    background: #000;
    line-height: 0;
}

.video_popup_overlay.active .video_popup_content {
    transform: scale(1);
}

.video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video_popup_close {
    position: absolute;
    top: -5rem;
    right: -2rem;
    background: none;
    border: none;
    color: var(--white);
    font-size: 6rem;
    cursor: pointer;
    line-height: 1;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 10001;
}

#group-slots .field_label {
    position: initial;
}

#group-slots.form_group.active .field_label {
    font-size: 1.8rem;
    font-weight: 600;
}

.scroll_down2 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 4.4rem;
    cursor: pointer;
}

.scroll_down2 img {
    display: block;
    width: 100%;
    animation: scrollArrows2 2s infinite;
}

.scroll_down2 img:nth-child(2) {
    animation-delay: 0.1s;
}

@keyframes scrollArrows2 {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(1rem);
    }

    40% {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .video_popup_close {
        top: -6rem;
        right: -1.5rem;
        font-weight: 300;
        font-size: 5rem;
    }
}

.video_popup_close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.form_field_row .form_field {
    margin-top: 0;
}

/* Credits Popup */
.credits_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 51, 98, 0.9);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.credits_popup_overlay.active {
    display: flex;
    opacity: 1;
}

.credits_popup_content {
    background-color: var(--white);
    padding: 5rem 4rem;
    border-radius: 2rem;
    max-width: 80rem;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
    transform: translateY(2rem);
    transition: transform 0.4s ease;
}

.credits_popup_overlay.active .credits_popup_content {
    transform: translateY(0);
}

.credits_popup_close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: none;
    font-size: 4rem;
    line-height: 1;
    cursor: pointer;
    color: var(--primary-blue);
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.credits_popup_close:hover {
    opacity: 1;
}

.credits_popup_header h3 {
    font-family: var(--font-heading);
    color: var(--primary-blue);
    font-size: 3.2rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
    border-bottom: 0.2rem solid var(--primary-yellow);
    display: inline-block;
}

.credits_popup_body {
    text-align: left;
}

.credits_section {
    margin-bottom: 3rem;
}

.credits_section h4 {
    font-family: var(--font-heading);
    color: var(--primary-blue);
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.credits_section h5 {
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--primary-blue);
    margin: 2rem 0 1rem 0;
}

.credits_section ul {
    list-style: none;
    padding-left: 0;
}

.credits_section ul li {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
    color: var(--text-dark);
}

.credits_section ul li strong {
    color: var(--primary-blue);
}