@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900");

body {
    font-family: roboto;
    background-color: #fff8f1;
}

.fara-export-container {
    max-width: 1600px;
    margin: 0 auto;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

    header .logo {
        text-align: center;
        margin-bottom: 24px;
        margin-top: 24px;
    }

        header .logo img {
            max-width: 230px;
        }

    header .menu ul {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 64px;
        margin-bottom: 0;
    }

        header .menu ul li a {
            color: #1f1b12;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
        }

.hero-section .hero-box {
    background-image: url("../img/hero-bg.png");
    color: #fff;
    border-radius: 24px;
    height: 508px;
    background-position: center;
    padding: 64px;
    background-size: cover;
    padding-top: 100px;
}

    .hero-section .hero-box h1 {
        font-size: 57px;
        font-weight: 400;
        max-width: 500px;
    }

    .hero-section .hero-box h2 {
        font-size: 24px;
        font-weight: 300;
        max-width: 600px;
    }

.feature-section {
    padding: 64px 0;
}

    .feature-section .card-item {
        background-color: #fff;
        border-radius: 16px;
        padding: 24px;
    }

        .feature-section .card-item .title {
            font-size: 16px;
            font-weight: 500;
            margin-top: 8px;
            margin-bottom: 8px;
        }

        .feature-section .card-item .description {
            font-size: 16px;
            font-weight: 400;
        }

            .feature-section .card-item .description strong {
                font-size: 14px;
                font-weight: 700;
            }

.some-info {
    padding-top: 16px;
    padding-bottom: 16px;
}

    .some-info .image img {
        border-radius: 24px;
    }

    .some-info .info {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .some-info .info h2 {
            font-size: 28px;
            font-weight: 400;
            color: #800000;
            margin-bottom: 12px;
        }

        .some-info .info .description {
            font-size: 16px;
            font-weight: 400;
            color: #162839;
        }

.yellow-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

    .yellow-section .row {
        background-color: #f4c430;
        padding: 48px;
        border-radius: 24px;
    }

    .yellow-section .single-item .title {
        color: #800000;
        font-weight: 400;
        font-size: 28px;
        margin-bottom: 8px;
    }

    .yellow-section .single-item .description {
        font-size: 16px;
        font-weight: 400;
        color: #1f1b12;
    }

    .yellow-section .item img {
        width: 128px;
        height: 128px;
        object-fit: cover;
        border-radius: 24px;
        margin-bottom: 24px;
    }

    .yellow-section .item .title {
        color: #695200;
        font-size: 22px;
        font-weight: 400;
    }

    .yellow-section .item .description {
        font-size: 16px;
        font-weight: 400;
        color: #1f1b12;
    }

.contact-us {
    background-image: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

    .contact-us .image {
        display: flex;
        align-items: center;
        justify-content: end;
    }

.contact-us {
    padding-top: 48px;
    padding-bottom: 48px;
}

    .contact-us .title {
        color: #755b00;
        font-size: 28px;
        font-weight: 400;
    }

    .contact-us .description {
        color: #1f1b12;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 24px;
    }

    .contact-us .fe-form-group {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 2px;
        margin-bottom: 10px;
    }

    .contact-us label {
        font-size: 14px;
        font-weight: 400;
        color: #755b00;
    }

    .contact-us input,
    .contact-us textarea {
        border-radius: 8px;
        border: 1px solid #807661;
        min-width: 300px;
        padding: 6px;
        background-color: transparent;
    }

.btn {
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #755b00;
    --bs-btn-border-color: #755b00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #755b00;
    --bs-btn-hover-border-color: #755b00;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #755b00;
    --bs-btn-active-border-color: #755b00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #755b00;
    --bs-btn-disabled-border-color: #755b00;
}

footer .slugen {
    font-size: 22px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 16px;
}

footer .footer-content {
    display: flex;
}

footer .content {
    background-color: #f1e7d7;
    padding: 54px 54px 10px 54px;
    border-radius: 24px;
    margin-bottom: 24px;
}

footer .footer-content .title {
    font-size: 16px;
    font-weight: 700;
    color: #4e4634;
}

footer .footer-content .pages {
    width: 150px;
}

    footer .footer-content .pages ul {
        list-style: none;
        padding: 0;
    }

        footer .footer-content .pages ul li a {
            margin-top: 12px;
            display: inline-block;
            font-weight: 500;
            font-size: 14px;
            color: #1f1b12;
        }

footer .footer-content .contact .item {
    font-size: 14px;
    font-weight: 500;
    color: #1f1b12;
    margin-top: 11px;
    display:block;
    text-decoration:none;
}

    footer .footer-content .contact .item.social {
        display: flex;
        align-items: center;
        gap: 24px;
    }

footer .copyright {
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #000000;
    margin-top: 56px;
}

/* Hamburger menu styles */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

    .hamburger span {
        width: 28px;
        height: 3px;
        background-color: #1f1b12;
        border-radius: 3px;
        transition: all 0.3s ease;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 4px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }


/*** SUCCESS PAGE ***/
.success-box {
    background-color: #fff;
    border-radius: 16px;
    padding: 64px;
    margin: 50px 0;
}

    .success-box .title {
        font-size: 28px;
        font-weight: 400;
        color: #800000;
        margin-bottom: 8px;
    }

    .success-box .subtitle {
        font-size: 16px;
        font-weight: 500;
        color: #1F1B12;
        margin-bottom: 8px;
    }

    .success-box p {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin-bottom: 8px;
    }

    .success-box .return {
        font-size: 14px;
        font-weight: 400;
        color: #755B00;
    }

    .success-box .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 16px;
    }

    .success-box .image {
        text-align: center;
    }


.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: none;
}

    .loading .dot-pulse {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        height: 40px;
    }

        .loading .dot-pulse .dot {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background-color: #60ced9;
            animation: pulse 1.5s infinite ease-in-out;
            box-shadow: 0 0 8px rgba(74, 107, 255, 0.4);
        }

            .loading .dot-pulse .dot:nth-child(1) {
                animation-delay: 0s;
            }

            .loading .dot-pulse .dot:nth-child(2) {
                animation-delay: 0.2s;
            }

            .loading .dot-pulse .dot:nth-child(3) {
                animation-delay: 0.4s;
            }

    .loading .loading-text {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        color: #333;
        font-weight: 500;
        letter-spacing: 0.5px;
        animation: text-fade 2s infinite;
    }


@keyframes pulse {
    0%, 100% {
        transform: translateY(0) scale(0.9);
        opacity: 0.7;
        background-color: #60ced9;
    }

    50% {
        transform: translateY(-10px) scale(1.1);
        opacity: 1;
        background-color: #60ced9;
    }
}


@keyframes text-fade {
    0%, 100% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 900px) {
    header .menu ul {
        gap: 30px;
    }

    .hero-section .hero-box {
        border-radius: 0;
        height: 508px;
        padding: 16px;
        padding-top: 66px;
    }

    .hamburger {
        display: flex;
    }

    header .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background-color: #fff8f1;
        padding: 80px 20px 20px 20px;
        transition: right 0.3s ease;
        z-index: 1000;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    }

        header .menu.active {
            right: 0;
        }

        header .menu ul {
            flex-direction: column;
            gap: 24px;
            align-items: flex-start;
        }

            header .menu ul li a {
                font-size: 18px;
            }

    .footer-logo {
        width: 100%;
    }
}
