/* ===== Brand Story Section ===== */
.our-brand-story-section {
    padding: 90px 0;
    /*background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);*/
}
.our-brand-story-section2 {
    padding: 90px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Section box (text container) */
.section-box {
    background: #ffffff;
    padding: 45px 40px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.section-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

/* Section title */
.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0f172a;
    position: relative;
}

.section-title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ED8438, #ED8438);
    display: block;
    margin-top: 12px;
    border-radius: 50px;
}

/* Paragraph text */
.section-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 14px;
}

/* Images */
.our-brand-story-section img {
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.10);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.our-brand-story-section img:hover {
    transform: scale(1.03);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}

/* ===== Mission & Vision Cards ===== */
.info-card {
    border: none;
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff, #f1f5f9);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(37, 99, 235, 0.18);
}

/* Card titles */
.info-card h4 {
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(90deg, #ED8438, #ED8438);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Card text */
.info-card p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #475569;
}

/* ===== Reveal animation ===== */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    animation: revealUp 1s ease forwards;
}

@keyframes revealUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .section-title {
        font-size: 30px;
    }

    .section-box {
        padding: 35px 28px;
        margin-bottom: 35px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 26px;
    }

    .section-box p {
        font-size: 15px;
    }
}


/*Contact*/
/* SECTION */
.contact-section {
    padding: 80px 0;
    background: #ffffff;
}

/* LEFT */
.contact-left h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #e7a433;
}

.contact-left p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 16px;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.contact-info li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #555;
    margin-bottom: 14px;
}

/* DIVIDER */
.vertical-divider {
    width: 1px;
    height: 100%;
    background: #e5e5e5;
}

/* RIGHT */
.contact-right h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #e7a433;
}

.form-desc {
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}

/* INPUT STYLE (UNDERLINE) */
.custom-input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #e7a433;
}

/* BUTTON */
.submit-btn {
    background: #e7a433;
    color: #fff;
    padding: 10px 36px;
    border-radius: 0;
    font-size: 14px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #e7a433;
}
.contact-info {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.6;
}

.contact-info i {
    color: #e7a433;
    font-size: 15px;
    margin-top: 3px;
    min-width: 18px;
}




/* ---------- Base Header Alignment ---------- */
.vl-main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

/* ---------- Social Icons Wrapper ---------- */
.vl-header-social-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Divider */
.vl-divider {
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.4);
}

/* Icons row */
.vl-header-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Icons */
.vl-header-social a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease;
}

.vl-header-social a:hover {
    color: #f4b23a;
    transform: translateY(-2px);
}

/* ---------- Tablet (≤ 991px) ---------- */
@media (max-width: 991px) {
    .vl-main-menu {
        gap: 20px;
    }

    .vl-header-social {
        gap: 14px;
    }

    .vl-header-social a {
        font-size: 15px;
    }
}

/* ---------- Mobile (≤ 767px) ---------- */
@media (max-width: 767px) {
    .vl-header-social-wrap {
        display: none;
    }
}


.video-section{
    width: 100%;
    height: 100vh;
    background: url("../img/video-banner.gif") center / cover no-repeat;
    background-attachment: fixed;
}
