@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald/Oswald-VariableFont_wght.ttf") format("truetype");
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
    background: #fdffff;
    color: #0e0e14;
}

html {
    overflow-x: hidden;
}

:focus {
    outline: none;
}

.no-scroll {
    overflow: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: clamp(2rem, 5vw, 4rem);
}

h2 {
    font-size: clamp(1.5rem, 4vw, 3rem);
}

h3 {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
}

p {
    font-size: clamp(0.875rem, 2vw, 1rem);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
.tag_h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.nav_menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.8rem 0;
}

.logo {
    font-family: League Gothic, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #0e0e14;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-right: 2rem;
}

.nav_links {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.nav_links .nav_link {
    font-size: 12px;
    text-transform: uppercase;
    color: #0e0e14;
    text-decoration: none;
    font-weight: 600;
}

.lang_selector {
    position: absolute;
    top: 0.8rem;
    right: 30px;
    display: flex;
    border: 1px solid #fff;
    border-radius: 12px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    z-index: 10;
}

.lang_selector a {
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    margin: 2px;
}

.lang_selector a.active {
    border: 1px solid #fff;
    border-radius: 8px;
    margin: 2px;
}

.hamburger {
    display: none;
}

.lang_selector_mobile {
    display: none;
}

.hr_bottom {
    border-bottom: 0.12rem solid #f80a13;
    width: 100%;
}

.hero_section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero_wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 100vh;
}

.hero_left {
    flex: 0 0 50%;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.hero_left .container {
    max-width: 600px;
    margin-left: auto;
    padding: 0 2rem;
}

.hero_left .banner_title {
    font-family: Oswald, sans-serif;
    margin-bottom: 1.5rem;
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 127%;
    text-transform: uppercase;
    color: #0e0e14;
}

.hero_left p {
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.btn_donate {
    display: inline-block;
    background: #f80a13;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 6px;
    text-align: center;
    transition: background 0.3s ease;
}

.btn_home {
    display: inline-block;
    background: #8f96f2;
    color: #0e0e14;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 6px;
    text-align: center;
    transition: background 0.3s ease;
}

.btn_donate:hover {
    background: #d20911;
}

.hero_right {
    flex: 0 0 50%;
    position: relative;
    margin-top: -110px;
}

.hero_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.scrolling_text {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #0e0e14;
    border-bottom: 1px solid #0e0e14;
    background: #fff;
    padding: 1.5rem;
    white-space: nowrap;
}

.scrolling_inner {
    display: flex;
    animation: scrollText 20s linear infinite;
}

.scrolling_inner span {
    font-size: 2.3rem;
    text-transform: uppercase;
    padding-right: 3rem;
    white-space: nowrap;
    color: #0e0e14;
    font-family: Oswald, sans-serif;
}

.block_flag {
    width: 100%;
    padding: 3rem 0;
}

.flag_row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    /*gap: 1rem;*/
    flex-wrap: wrap;
}

.flag_block {
    flex: 0 0 30%;
    background: #b6cff7;
    border-radius: 8px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    padding: 1.5rem;
    position: relative;
    box-sizing: border-box;
}

.sign {
    flex: 0 0 4%;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag_block .image_one {
    max-height: 200px;
    object-fit: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.flag_block .image_two,
.flag_block .image_three {
    max-height: 200px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

.text_level_one {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
    font-family: Oswald, sans-serif;
}

.price {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-family: Oswald, sans-serif;
}

.price span {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    font-family: Oswald, sans-serif;
}

.description {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    color: #333;
    text-align: center;
    font-weight: lighter;
}

.text_level_two {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: start;
    font-family: Oswald, sans-serif;
}

.flag_text {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: Oswald, sans-serif;
    text-align: start;
}

.symbol,
.block_flag,
.info,
.where,
.why,
.help,
.checkout,
.donate {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.scrolling_text {
    margin-bottom: 2.5rem;
}

.brau {
    width: 100%;
    height: 60px;
    background-image: url("../images/brau.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center;
    margin: 2.5rem 0;
}

.brau_two {
    width: 100%;
    height: 20px;
    background-image: url("../images/brau_two.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center;
}

.section_title {
    font-size: 2.8rem;
    text-transform: uppercase;
    font-family: Oswald, serif;
    color: #0e0e14;
    font-weight: 600;
    margin-bottom: 0.8rem;
    line-height: 129%;
}

.section_title span {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    color: #f80a13;
    font-size: 3.8rem;
    text-transform: lowercase;
}

.section_subtitle {
    font-size: 1.2rem;
    font-family: Montserrat, Serif;
    color: #0e0e14;
    margin-bottom: 1.2rem;
}

.description_h4 {
    font-size: 1.5rem;
    color: #0e0e14;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.symbol_img {
    width: 100%;
    margin-top: 3.5rem;
}

.symbol_right {
    border-left: 1px solid #0e0e14;
}

.symbol_blocks {
    border-bottom: 1px solid #0e0e14;
    margin-left: 0.8rem;
    display: flex;
}

.symbol_blocks img {
    width: 80px;
}

.symbol_block {
    margin: 2.5rem 1rem;
}

.symbol_block .symbol_title {
    color: #0e0e14;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.symbol_block .symbol_text {
    font-size: 18px;
    font-family: Montserrat;
}

/*Step section */
.steps_section {
    padding: 1rem 0;
    text-align: center;
}

.steps_title h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1.1;
    color: #0e0e14;
}

.steps_title .subtitle {
    font-size: 20px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-left: 10px;
}

.steps_title .highlight {
    font-family: "Great Vibes", cursive;
    color: #e60000;
    font-size: 72px;
    text-transform: lowercase;
}

.why_img {
    max-width: 15px;
    max-height: 149px;
    margin-top: 10px;
}

.step {
    position: relative;
    flex: 1;
    /*min-width: 280px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 360px;
    gap: 10px;
}

.step-1,
.step-2 .step-bottom,
.step-3 .step-bottom {
    position: relative;
}

.step_star {
    position: absolute;
    max-width: 150px;
    top: 0;
    left: 0;
}

.step_arrow {
    position: absolute;
    max-width: 150px;
    right: 10%;
    bottom: 10%;
}

.step_circle {
    position: absolute;
    max-width: 150px;
    right: 0;
    bottom: -30px;
}

.step-top,
.step-bottom {
    position: relative;
    border-radius: 8px;
    padding: 30px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.step-1 .step-top {
    flex: 0 0 65%;
    background: #8fb7f2;
}

.step-1 .step-top p {
    color: white;
    font-size: 1.2rem;
    margin-left: 70px;
    text-align: left;
}

.step-1 .step-bottom {
    flex: 0 0 35%;
    background: #b6cff7;
    color: #0e0e14;
}

.step-1 .step-bottom p {
    color: #0e0e14;
    font-size: 1rem;
    margin-left: 70px;
    text-align: left;
}

.step-2 .step-top {
    flex: 0 0 35%;
    background: #b6cff7;
    color: #0e0e14;
    font-size: 1rem;
}

.step-2 .step-top p {
    color: #0e0e14;
    font-size: 1rem;
    margin-left: 70px;
    text-align: left;
}

.step-2 .step-bottom {
    flex: 0 0 65%;
    background: #8fb7f2;
}

.step-2 .step-bottom p {
    color: white;
    font-size: 1.2rem;
    margin-left: 70px;
    text-align: left;
}

.step-3 .step-top {
    flex: 0 0 50%;
    background: #8fb7f2;
}

.step-3 .step-top p {
    color: white;
    font-size: 1.2rem;
    text-align: left;
}

.step-3 .step-bottom {
    flex: 0 0 50%;
    background: #b6cff7;
}

.step-3 .step-bottom p {
    color: #0e0e14;
    font-size: 1.2rem;
    text-align: left;
}

.number {
    position: absolute;
    font-size: 180px;
    font-weight: bold;
    color: #0e0e14;
    opacity: 0.9;
    left: 15px;
    line-height: 1;
    z-index: 0;
    font-family: League Gothic, sans-serif;
}

.step-top .number {
    bottom: -45%;
}

.step-bottom .number {
    top: -55%;
}

.step-3 .step-top .number,
.step-3 .step-bottom .number {
    left: auto;
    right: 15px;
}

/* Checkout  */
.checkout .tag_h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    color: #191919;
    margin-top: 2rem;
}

.checkout .checkout_note {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.checkout .checkout_info {
    display: inline-block;
    padding: 8px 20px;
    background-color: #e7ebff;
    color: #979baf;
    border-radius: 6px;
    font-size: 1rem;
}

.checkout_box {
    border: 1px solid #191919;
    border-radius: 8px;
    padding: 1.5rem;
}

.checkout_title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.product_box {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
}

.product_box img {
    max-width: 90px;
}

.product_title {
    font-size: 1rem;
    font-weight: 600;
}

.old_price span {
    text-decoration: line-through;
    font-weight: lighter;
    /*color: #999;*/
}

.promo_price strong {
    color: #e60000;
    font-weight: 700;
}

.counter {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.counter button {
    background: #f44336;
    color: #fff;
    border: none;
    padding: 0 0.6rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
}

.counter button:last-of-type {
    background: #dcd7d6;
}

.counter button:last-of-type:hover {
    background: #4caf50;
}

.counter_note {
    color: #a09b9a;
    font-size: 16px;
    text-transform: lowercase;
}
.gdpr_checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.counter input {
    width: 65px;
    height: 36px;
    border: none;
    text-align: center;
    font-size: 2rem;
    /*font-weight: bold;*/
}

/* Radio buttons */
.radio_group label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
}

.radio_group input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #8f96f2;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
}

.radio_group input[type="radio"]:checked {
    border-color: #8f96f2;
    background-color: #fff;
}

.group_title {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
}

.checkout_policy {
    color: #0e0e14;
}

.checkout_policy:hover {
    color: #8f96f2;
}

.radio_group input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #8f96f2;
    border-radius: 50%;
}

.pickup_address {
    color: #a09b9a;
}

.school_entry {
    position: relative;
    background: #f5f8ff;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1.5rem;
}

.school_entry .step_number {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
}

.school_entry .remove_school {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    color: #666;
}

.school_entry .remove_school:hover {
    color: #e60000;
}

.school_entry label {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.school_entry input,
.school_entry textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 14px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    font-size: 0.95rem;
}

.school_entry input:focus,
.school_entry textarea:focus {
    border-color: #4c6ef5;
    outline: none;
    box-shadow: 0 0 0 2px rgba(76, 110, 245, 0.15);
}

.school_entry .row_2col {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
}

.school_entry .row_2col > div {
    flex: 1;
}

.school_entry .school_thankyou {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.buyer_form {
    background: #f5f8ff;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1.5rem;
}

.buyer_form label {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.buyer_form input,
.buyer_form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 14px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    font-size: 0.95rem;
}

.buyer_form input:focus,
.buyer_form textarea:focus {
    border-color: #4c6ef5;
    outline: none;
    box-shadow: 0 0 0 2px rgba(76, 110, 245, 0.15);
}

.buyer_form .row_2col {
    display: flex;
    gap: 1rem;
}

.buyer_form .row_2col > div {
    flex: 1;
}

.summary_box {
    background: #f5f8ff;
    padding: 1.2rem 1.5rem;
    border-radius: 12px;
    margin-top: 1.5rem;
    font-size: 1rem;
}

.summary_box .summary_title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.summary_row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
}

.summary_row .label {
    flex: 0 0 auto;
}

.summary_row .dots {
    flex: 1 1 auto;
    border-bottom: 1px dotted #ffffff;
    margin: 0 5px;
}

.summary_row .price {
    flex: 0 0 auto;
    font-weight: 600;
    color: #111;
    font-size: 16px;
}

.total_checkout {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #edf4ff;
    padding: 0.8rem 1.2rem;
    border-radius: 10px;
}

.btn_submit {
    background: #000;
    color: #fff;
    padding: 0.9rem 2rem;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.btn_submit:hover {
    background: #333;
}

.total_price {
    font-size: 1.3rem;
}

.total_price span {
    font-weight: 600;
}

.gdpr_checkbox input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 18px;
    height: 18px;
    border: 2px solid #8f96f2; /* Mov */
    border-radius: 50%; /* Cerc */
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
}

.gdpr_checkbox input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #8f96f2;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

/*gallery*/
.gallery {
    position: relative;
    width: 100%;
    height: 75vh;
    /*margin-top: 5rem;*/

    background-image: url("../images/footer_two.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0e0e14;
    text-align: center;
    padding: 2rem 20px;
}

.success_icon {
    margin-top: -20px;
    width: 120px;
}

.gallery .container {
    position: relative;
    z-index: 2;
}

.gallery_content {
    position: absolute;
    top: -140px;
}

.footer_title {
    font-size: 2.2rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald", sans-serif;
    max-width: 600px;
    margin: 0 auto 1.2rem;
}

.footer_text {
    font-size: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.footer_bg {
    background-color: #0e0e14;
    color: #fafafa;
    padding: 2rem;
}

.footer_contacts {
    display: inline-grid;
}

.footer_contacts a {
    font-size: 16px;
    margin-bottom: 0.8rem;
    color: #fafafa;
}

.footer_contacts a:hover {
    color: #b6cff7;
}

.footer_two {
    padding: 2rem 0 0.4rem;
}

.footer_two a {
    font-size: 16px;
    color: #b6cff7;
    margin: 0 0.5rem 0.8rem;
}

.make_it,
.footer_two a:hover {
    color: #fafafa;
}

.make_it:hover {
    color: #b6cff7;
}

.powered_by {
    font-size: 18px;
}

/* Responsive footer pentru versiuni mai mici */
@media (max-width: 768px) {
    .footer_contacts {
        text-align: center;
        justify-content: center;
    }

    .footer_two {
        text-align: center;
    }

    .powered_by {
        text-align: center;
    }

    /* Centralizează imaginea cu metodele de plată pe tabletă */
    .footer_bg .col-lg-2.offset-lg-3.col-md-4.col-sm-6.col-6 {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_bg .col-lg-2.offset-lg-3.col-md-4.col-sm-6.col-6 img {
        max-width: 250px;
        /* width: 100%; */
        height: auto;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 540px) {
    .footer_bg {
        padding: 1.5rem 1rem;
    }

    .footer_contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer_contacts a {
        text-align: center;
        margin-bottom: 1rem;
    }

    .footer_two {
        text-align: center;
        padding: 1.5rem 0 0.4rem;
    }

    .powered_by {
        text-align: center;
        font-size: 16px;
    }

    /* Centralizează imaginea cu metodele de plată */
    .footer_bg .col-lg-2.offset-lg-3.col-md-4.col-sm-6.col-6 {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .footer_bg .col-lg-2.offset-lg-3.col-md-4.col-sm-6.col-6 img {
        max-width: 200px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}

/*Form for request a flag*/

.flag_request {
    padding: 2rem;
    font-family: "Montserrat", sans-serif;
    color: #1a1a1a;
}

.flag_request .form_title {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.request_form {
    margin: 0 auto;
}

.request_form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 0.95rem;
}

.request_form input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #191919;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.request_form input:focus {
    border-color: #8f96f2;
    outline: none;
    box-shadow: 0 0 0 2px rgba(143, 150, 242, 0.2);
}

.request_form .row_2col {
    display: flex;
    gap: 1rem;
}

.request_form .row_2col > div {
    flex: 1;
}

.info_box {
    background: #e7ebff;
    padding: 1rem;
    border-radius: 6px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.info_box strong {
    display: block;
    margin-bottom: 0.5rem;
}

.info_box ul {
    margin: 0;
    padding-left: 1.5rem;
    list-style-type: disc;
}

.info_box li {
    margin-bottom: 0.3rem;
    color: #a09b9a;
    font-size: 1rem;
}

.btn_submit_form {
    background: #b5b9f7;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 1rem;
    width: 100%;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn_submit_form:hover {
    background: #6f75d8;
}

.disclaimer {
    font-size: 0.8rem;
    color: #a09b9a;
    margin-top: 1rem;
    text-align: center;
}

.scrolling_banner {
    position: relative;
    width: 100%;
    height: 120px;
    margin: 4rem 0;
}

.brau_three {
    width: 110%;
    height: 60px;
    background-image: url("../images/brau.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: absolute;
    top: 40px;
    left: -10%;
    transform: rotate(4deg);
    z-index: 1;
}

.scrolling_inner_banner {
    width: 100%;
    background: #afcdfb;
    padding: 20px 0;
    position: absolute;
    top: 0;
    /*left: -15%;*/
    transform: rotate(-3deg);
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
}

.scrolling_text_banner {
    display: inline-block;
    animation: scrollTextTwo 80s linear infinite;
}

.scrolling_text_banner span {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0e0e14;
    margin-right: 3rem;
}

.total_school {
    font-weight: 500;
    font-size: 1.4rem;
}

.total_school strong {
    padding: 5px 10px;
    background-color: #8fb7f2;
    border-radius: 5px;
}

.cta {
    padding: 3rem 0;
}

.cta_block {
    background-color: #b6cff7;
    border-radius: 10px;
    padding: 10px 10px 10px 20px;
    position: relative;
}

.img_obsolute {
    position: absolute;
    left: -10px;
    bottom: 0;
    max-width: 650px;
}

.cta_block .cta_title {
    font-size: 2rem;
    margin-top: 2.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.cta_block .cta_text {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.scrolling_three {
    position: relative;
    width: 100%;
    height: 120px;
    margin: 4rem 0;
}

.scrolling_inner_three {
    width: 100%;
    background: #afcdfb;
    padding: 20px 0;
    position: absolute;
    top: 0;
    /*left: -15%;*/
    transform: rotate(3deg);
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
}

.scrolling_text_three {
    display: inline-block;
    animation: scrollTextThree 80s linear infinite;
}

.scrolling_text_three span {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0e0e14;
    margin-right: 3rem;
}

.dark_blue {
    background-color: #8fb7f2;
    padding: 40px 20px;
    border-radius: 15px;
    margin-bottom: 0.8rem;
}

.light_blue {
    background-color: #b6cff7;
    padding: 40px 20px;
    border-radius: 15px;
    margin-bottom: 0.8rem;
}

.why_title {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    margin-bottom: 0.8rem;
}

.why_text_white {
    color: #fdf8e8;
    font-size: 18px;
    margin-top: 1rem;
}

.why_text {
    color: #0e0e14;
    font-size: 18px;
    font-weight: 400;
    margin-top: 1rem;
}

.one_height {
    min-height: 240px;
    font-weight: 400;
}

.faq {
    padding: 4rem 0;
    text-align: center;
}

.faq_title {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    margin-bottom: 2rem;
    color: #111;
}

.faq_item {
    margin: 0 auto 1rem;
    border: 2px dashed #333;
    border-radius: 8px;
    overflow: hidden;
}

.faq_question {
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    background: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #111;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq_item.active .faq_question {
    background-color: rgba(0, 0, 0, 0.02);
    font-weight: 600;
}

.faq_question::after {
    content: "▾";
    font-size: 1.2rem;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq_item.active .faq_question::after {
    transform: rotate(180deg);
}

.faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 1.5rem;
    background-color: #f9f9f9;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    color: #333;
    opacity: 0;
    text-align: left;
    transform: translateY(-10px);
}

.faq_item.active .faq_answer {
    max-height: 1000px;
    padding: 1rem 1.5rem;
    text-align: left;
    opacity: 1;
    transform: translateY(0);
}

#map {
    overflow: hidden;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-control-attribution a {
    display: none;
}

.text_help {
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.together_absolute,
.heart_absolute,
.star_absolute {
    position: relative;
}

.together_img {
    max-width: 180px;
    position: absolute;
    top: 10%;
    right: 10%;
}

.heart_img {
    max-width: 100px;
    position: absolute;
    top: 10%;
    right: 10%;
}

.star_img {
    max-width: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollTextTwo {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes scrollTextThree {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@media (max-width: 1200px) {
    .steps_title h2,
    .section_title {
        font-size: 2rem;
    }

    .steps_title .highlight,
    .section_title span {
        font-size: 3rem;
    }

    .description_h4 {
        font-size: 1.2rem;
    }

    .steps_title .subtitle {
        font-size: 1rem;
    }

    .one_height {
        min-height: 280px;
    }

    .footer_text {
        font-size: 1.2rem;
        max-width: 400px;
        padding-bottom: 1rem;
    }

    .footer_title {
        max-width: 500px;
    }

    .gallery_content {
        margin-top: 3rem;
    }

    .cta_block .cta_title {
        font-size: 1.6rem;
    }

    .cta_block .cta_text {
        font-size: 1rem;
    }

    .cta_block .btn_donate {
        margin-top: 0.5rem !important;
    }
}

@media (max-width: 1024px) {
    .hero_wrapper {
        flex-direction: column;
    }

    .hero_left,
    .hero_right {
        flex: 0 0 100%;
    }

    .hero_left .container {
        margin-left: 0;
        padding: 1.5rem;
    }

    .lang_selector_mobile {
        display: flex;
        justify-content: center;
        border: 1px solid #0e0e14;
        border-radius: 12px;
        overflow: hidden;
        font-size: 14px;
        font-weight: 600;
        margin-top: 20px;
        gap: 0;
    }

    .lang_selector_mobile a {
        color: #0e0e14;
        padding: 5px 10px;
        text-decoration: none;
        margin: 2px;
        border-radius: 8px;
        transition: background 0.3s;
    }

    .lang_selector_mobile a.active {
        border: 1px solid #0e0e14;
    }

    .nav_links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: white;
        padding: 20px;
        z-index: 999;
    }

    .nav_links.active {
        display: flex;
        border-bottom: 1px solid #b1b1b2;
    }

    .hamburger {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 20px;
        /*font-size: 24px; */
        z-index: 1000;
    }

    .lang_selector.desktop-only {
        display: none;
    }

    .lang_selector_mobile {
        display: flex;
        gap: 10px;
        margin-top: 20px;
    }

    .hero_right img {
        max-height: 400px;
    }

    .hero_right {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .flag_row {
        flex-direction: column;
    }

    .sign {
        margin: 1rem 0;
    }

    .light_blue,
    .dark_blue {
        min-height: 220px;
    }

    .footer_title {
        font-size: 1.6rem;
    }

    .btn_donate,
    .text_help {
        font-size: 1rem;
    }

    .footer_text {
        font-size: 1rem;
        padding-bottom: 1rem;
    }

    .gallery {
        height: 50vh;
    }

    .footer_title {
        max-width: 400px;
    }

    .img_obsolute {
        display: none;
    }

    .btn_home {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .request_form .row_2col {
        flex-direction: column;
    }

    .description_h4 {
        font-size: 1rem;
    }

    .gallery_content {
        top: -240px;
    }

    .hero_left .banner_title {
        font-size: 2.5rem;
    }
}

@media (max-width: 540px) {
    .gallery {
        background: none;
    }

    .footer_text,
    .footer_title {
        max-width: 100%;
    }

    .gallery_content {
        top: -140px;
    }

    .gallery {
        height: 65vh;
    }
    .total_checkout {
        display: inline-block;
    }
    .btn_submit {
        width: 100%;
        margin-bottom: 1.2rem;
    }
    .btn_donate {
        width: 100%;
    }
    .counter_note {
        font-size: 14px;
    }
}

/*login*/

section.auth {
    height: 60vh;
    padding: 5.5rem 0;
    background-color: #f9f9f9;
}

.auth__title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    color: #333;
}

.form {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form__inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form__input {
    position: relative;
}

.form__input input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    background-color: #fff;
    transition: border 0.3s;
}

.form__input input:focus {
    border-color: #007bff;
}

.form__input label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: #fff;
    padding: 0 4px;
    font-size: 14px;
    color: #555;
}

.btn-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    border: none;
}

.btn-reset {
    background-color: #6c757d;
    color: #fff;
    margin-top: 15px;
}

.btn-reset:hover {
    background-color: #5a6268;
    color: white;
}

.alert {
    padding: 12px;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 14px;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
}

.alert-success {
    background: #d4edda;
    color: #155724;
}

.loader {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.loading {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Floating checkout button */
.floating-checkout-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
}

.floating-btn-icon:hover {
    transform: translateY(-2px);
}

.floating-btn-icon {
    max-width: 70px;
    max-height: 70px;
    min-width: 50px;
    min-height: 50px;
    transition: all 0.3s ease;
}

/* 404 Error Page Styles */
.error-404-section {
    padding: 4rem 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f5f8ff 0%, #e7ebff 100%);
}

.error-404-content {
    background: white;
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 2rem 0;
}

.error-404-icon {
    margin-bottom: 2rem;
}

.error-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: block;
}

.error-404-title {
    margin-bottom: 1.5rem;
}

.error-title {
    font-family: "Oswald", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #0e0e14;
    text-transform: uppercase;
    margin: 0;
}

.error-404-text {
    margin-bottom: 2rem;
}

.error-404-text p {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.error-404-actions {
    margin-top: 2rem;
}

.error-404-actions .btn_home {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.error-404-actions .btn_home:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(143, 150, 242, 0.3);
}

/* Responsive for 404 page */
@media (max-width: 768px) {
    .error-404-section {
        padding: 2rem 0;
    }

    .error-404-content {
        padding: 2rem 1.5rem;
        margin: 1rem 0;
    }

    .error-icon {
        width: 80px;
        height: 80px;
    }

    .error-title {
        font-size: 2.2rem;
    }

    .error-404-text p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .error-404-content {
        padding: 1.5rem 1rem;
    }

    .error-title {
        font-size: 1.8rem;
    }

    .error-404-text p {
        font-size: 0.9rem;
    }

    .error-404-actions .btn_home {
        padding: 10px 25px;
        font-size: 1rem;
    }
}

.floating-btn-text {
    white-space: nowrap;
}

/* Make labels nowrap for data input fields */
.school_entry label,
.buyer_form label,
.request_form label {
    white-space: nowrap;
}

/* Exception for GDPR checkbox */
.gdpr_checkbox label {
    white-space: normal;
}

/* Responsive layout for input fields on smaller screens */
@media (max-width: 768px) {
    .school_entry .row_2col,
    .buyer_form .row_2col,
    .request_form .row_2col {
        flex-direction: column;
        gap: 0;
    }
    
    .school_entry .row_2col > div,
    .buyer_form .row_2col > div,
    .request_form .row_2col > div {
        margin-bottom: 1rem;
    }
    
    .school_entry .row_2col > div:last-child,
    .buyer_form .row_2col > div:last-child,
    .request_form .row_2col > div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .school_entry,
    .buyer_form,
    .request_form {
        padding: 1rem;
    }
    
    .school_entry input,
    .school_entry textarea,
    .buyer_form input,
    .buyer_form textarea,
    .request_form input,
    .request_form textarea {
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

/* Show floating button on all pages except checkout */
.floating-checkout-btn {
    display: block;
}

/* Hide floating button on checkout page */
body.checkout-page .floating-checkout-btn {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .floating-checkout-btn {
        bottom: 15px;
        right: 15px;
    }

    .floating-btn {
        padding: 10px 16px;
        font-size: 13px;
        min-width: 120px;
    }

    .floating-btn-icon {
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }
}

@media (max-width: 480px) {
    .floating-checkout-btn {
        bottom: 10px;
        right: 10px;
    }

    .floating-btn {
        padding: 8px 12px;
        font-size: 12px;
        min-width: 100px;
    }

    .floating-btn-icon {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }
}

/* Payment Method Selection Styles */
.payment_method_selection {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.payment_method_title {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #0e0e14;
}

.payment_method_options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.payment_method_option {
    flex: 1;
    min-width: 200px;
    cursor: pointer;
    position: relative;
}

.payment_method_option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment_method_label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #495057;
}

.payment_method_option input[type="radio"]:checked + .payment_method_label {
    border-color: #007bff;
    background: #f8f9ff;
    color: #007bff;
}

.payment_method_label i {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .payment_method_options {
        flex-direction: column;
    }
    
    .payment_method_option {
        min-width: auto;
    }
    
    .payment_method_label {
        padding: 12px;
        font-size: 0.9rem;
    }
}
