@import 'tailwindcss';


@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';

@theme {
    --font-sans: inherit;
}

/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

section {
    margin: 0;
    padding: 0;
    display: block;
}

img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

/* ===== SECTION 8 ===== */
.section-8 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.section-8-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.section-8-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 60px 80px;
    gap: 60px;
    min-height: 700px;
}

.section-8-left {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}

.section-8-title {
    color: #1a2e4a;
    font-size: 2.2rem;
    font-family: 'CarlaSans', serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.section-8-title .register-for {
    color: #FBFC96;
    font-weight: 400;
}

.section-8-title span {
    font-weight: 400;
}

.section-8-people {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    max-width: 420px;
    z-index: 2;
}

.section-8-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.section-8-success {
    background: #1a2e4a;
    color: #fff;
    padding: 16px 20px;
    margin-bottom: 16px;
    border-radius: 4px;
    font-size: 1rem;
}

.section-8-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-8-input,
.section-8-select {
    width: 100%;
    background: transparent;
    border: 1.5px solid #1a2e4a;
    padding: 16px 20px;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    color: #1a2e4a;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.section-8-input::placeholder {
    color: #1a2e4a;
}

.section-8-input-error {
    border-color: #c0392b;
}

.section-8-error {
    color: #c0392b;
    font-size: 0.75rem;
    margin-top: -8px;
}

.section-8-phone-row {
    display: flex;
    gap: 12px;
}

.section-8-code-wrapper {
    position: relative;
    flex-shrink: 0;
}

.section-8-code-wrapper::after {
    content: '∨';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #1a2e4a;
    pointer-events: none;
    font-size: 0.8rem;
}

.section-8-country-select {
    border: 1.5px solid #1a2e4a;
    padding: 16px 20px;
    font-size: 0.85rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #1a2e4a;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    min-width: 180px;
    text-transform: uppercase;
}

.section-8-country-select option {
    font-weight: normal;
    background: #fff;
    color: #1a2e4a;
}

.section-8-phone {
    flex: 1;
}

.section-8-select-wrapper {
    position: relative;
}

.section-8-select-wrapper::after {
    content: '∨';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #1a2e4a;
    pointer-events: none;
    font-size: 1rem;
}

.section-8-select {
    cursor: pointer;
}

.section-8-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.75rem;
    color: #1a2e4a;
    line-height: 1.5;
    cursor: pointer;
}

.section-8-checkbox-label input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 3px;
    width: 18px;
    height: 18px;
    accent-color: #1a2e4a;
}

.section-8-checkbox-label a {
    color: #1a2e4a;
    text-decoration: underline;
    font-weight: 600;
}

.section-8-checkbox-label a:hover {
    color: #243d5e;
}

.section-8-submit {
    background: #1a2e4a;
    color: #fff;
    border: none;
    padding: 18px;
    font-size: 1rem;
    letter-spacing: 0.15em;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.2s;
    margin-top: 8px;
}

.section-8-submit:hover {
    background: #243d5e;
}

.section-8-scroll-top {
    position: absolute;
    bottom: 32px;
    right: 32px;
    z-index: 10;
}

.section-8-scroll-top img {
    width: 56px;
    height: 56px;
}

/* Mobile Responsive Styles for Section 8 */
@media (max-width: 768px) {
    .section-8-inner {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
        min-height: auto;
    }

    .section-8-left {
        flex: 0 0 auto;
        width: 100%;
        align-self: auto;
    }

    .section-8-title {
        font-size: 1.5rem;
    }

    .section-8-right {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-8-people {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .section-8-input,
    .section-8-select {
        padding: 14px 16px;
        font-size: 0.8rem;
    }

    .section-8-phone-row {
        flex-direction: column;
        gap: 10px;
    }

    .section-8-code-wrapper {
        width: 100%;
    }

    .section-8-country-select {
        width: 100%;
        padding: 14px 40px 14px 16px;
        font-size: 0.75rem;
        min-width: 100%;
    }

    .section-8-code-wrapper::after {
        right: 16px;
    }

    .section-8-phone {
        width: 100%;
    }

    .section-8-checkbox-label {
        font-size: 0.7rem;
    }

    .section-8-submit {
        padding: 16px;
        font-size: 0.9rem;
    }

    .section-8-scroll-top {
        bottom: 20px;
        right: 20px;
    }

    .section-8-scroll-top img {
        width: 48px;
        height: 48px;
    }
}

/* ===== SECTION 2 ===== */
.section-2 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.section-2-bg {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.section-2-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: stretch;
    padding: 60px 80px;
    gap: 40px;
    box-sizing: border-box;
}

.section-2-left {
    flex: 0 0 38%;
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
}

.section-2-heading {
    color: #e8892a;
    font-family: Georgia, serif;
    font-size: 2.0rem;
    font-weight: 800;
    /* font-style: italic; */
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

.section-2-heading-line2 {
    display: block;
    padding-left: 5.0rem;
}

.section-2-right {
    flex: 0 0 32%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.section-2-right p {
    color: #ffffff;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 0.88rem;
    line-height: 1.75;
    margin: 0;
}

.section-2-highlight {
    color: #e8892a !important;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
}

/* ===== SECTION 1 ===== */
.section-1 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.section-1 .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.section-1 .spacer {
    width: 100%;
    visibility: hidden;
    display: block;
}

.section-1 .logo {
    position: absolute;
    top: -15px;
    left: 10px;
    height: 20%;
    z-index: 10;
}

.section-1 .arrow {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
    z-index: 10;
}
