/* =========================================================
   ASIARAC — About Us: Our History  |  Minimalist Light Theme
========================================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }

:root {
    --navy-dark:   #0a1628;
    --navy-medium: #1a2d4a;
    --navy-light:  #2d4466;
    --gold:        #d4af37;
    --gold-light:  #f4d774;
    --gold-dark:   #b8941f;
    --white:       #ffffff;
    --black:       #000000;
    --gray-light:  #e5e5e5;
    --off-white:   #f8f7f4;
    --section-alt: #f0f2f5;
    --text-muted:  #5a6a7e;
    --header-h:    66px;
}

body { font-family: 'Montserrat', sans-serif; background: var(--off-white); color: var(--navy-dark); padding-top: var(--header-h); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; transition: color .25s; }

/* ── HEADER ── */
header { position: fixed; width: 100%; top: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 12px 5%; background: var(--navy-dark); border-bottom: 2px solid rgba(212,175,55,.25); transition: all .4s; }
.logo img { max-width: 160px; width: 100%; object-fit: contain; transition: transform .3s; }
.logo:hover img { transform: scale(1.04); }
.navlist { display: flex; list-style: none; margin: 0; padding: 0; align-items: center; }
.navlist a { display: inline-block; font-size: .82rem; color: rgba(255,255,255,.88); margin: 0 18px; padding: 4px 0; border-bottom: 2px solid transparent; transition: all .25s; font-weight: 500; letter-spacing: 1.2px; text-transform: uppercase; }
.navlist a:hover { color: var(--gold); border-bottom-color: var(--gold); }
.navlist .dropdown-menu { background: var(--navy-dark); border: 1px solid rgba(212,175,55,.25); border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,.18); padding: 6px 0; }
.navlist .dropdown-menu .dropdown-item { font-family: 'Montserrat', sans-serif; font-size: .82rem; color: rgba(255,255,255,.85); padding: .5rem 1.4rem; transition: all .25s; }
.navlist .dropdown-menu .dropdown-item:hover { background: rgba(212,175,55,.1); color: var(--gold); }
.nav-content { display: flex; align-items: center; }
.btn-whatsapp { background: #25d366; color: #fff !important; border-radius: 50px; font-weight: 700; padding: 9px 20px; border: none; font-size: .8rem; cursor: pointer; box-shadow: 0 3px 12px rgba(37,211,102,.35); transition: all .25s; text-transform: uppercase; letter-spacing: 1px; }
.btn-whatsapp:hover { background: #128c7e; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,.45); color: #fff !important; }
.btn-whatsapp i { margin-right: 7px; font-size: 1rem; }
.whatsapp-btn { display: none; }
.toggle_btn { display: none; cursor: pointer; font-size: 1.4rem; color: var(--gold); }
.dropdown_bar_menu { display: none; flex-direction: column; background: var(--navy-dark); position: absolute; top: 100%; right: 0; width: 100%; box-shadow: 0 8px 24px rgba(0,0,0,.25); z-index: 999; list-style: none; padding: 0; margin: 0; }
.dropdown_bar_menu li { padding: .9rem 1.2rem; border-bottom: 1px solid rgba(212,175,55,.12); text-align: center; }
.dropdown_bar_menu li a { color: rgba(255,255,255,.88); }
.dropdown_bar_menu li:hover { background: rgba(212,175,55,.08); }
.dropdown_bar_menu.open { display: flex; }
.submenu { list-style: none; padding: 0; margin: 0; display: none; background: var(--navy-dark); }
.submenu li { padding: .5rem 1rem; white-space: nowrap; }
.submenu.open { display: block; }
@media (max-width: 768px) { .navlist { display: none; } .nav-content { display: none; } .toggle_btn { display: block; } .whatsapp-btn { display: block; } }

/* ── HERO ── */
.history-hero { position: relative; width: 100%; height: 72vh; min-height: 380px; display: flex; align-items: center; justify-content: center; text-align: center; background-size: cover; background-position: center; }
.history-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,22,40,.85), rgba(10,22,40,.5)); z-index: 1; }
.hero-inner { position: relative; z-index: 2; padding: 0 20px; }
.hero-eyebrow { display: block; font-size: .78rem; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem,6vw,4.5rem); font-weight: 700; color: var(--white); line-height: 1.1; margin: 0; }

/* ── SECTION WRAP ── */
.section-wrap { padding: 72px 5%; }

.section-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.4rem,2.4vw,2rem); font-weight: 700; color: var(--navy-dark); text-transform: uppercase; letter-spacing: .03em; display: inline-block; margin-bottom: 1.4rem; }
.section-heading::after { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin-top: 10px; border-radius: 2px; }
.center-heading .section-heading::after { margin-left: auto; margin-right: auto; }

/* ── WHO ARE WE ── */
.who-section { background: var(--white); }
.who-img img { width: 100%; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.08); border: 1px solid var(--gray-light); }
.who-body p { font-size: .95rem; line-height: 1.85; color: var(--text-muted); margin-bottom: 1rem; }
.who-more[hidden] { display: none !important; }
.btn-readmore { display: inline-block; margin-top: 16px; padding: 11px 28px; font-size: .8rem; font-weight: 700; background: var(--navy-dark); color: var(--white); border: 2px solid var(--navy-dark); border-radius: 50px; cursor: pointer; transition: all .25s; text-transform: uppercase; letter-spacing: 1px; }
.btn-readmore:hover { background: transparent; color: var(--navy-dark); transform: translateY(-2px); }

/* ── VISION & MISSION ── */
.vision-section { background: var(--section-alt); border-top: 2px solid rgba(212,175,55,.3); border-bottom: 2px solid rgba(212,175,55,.3); }
.vision-section p { color: var(--text-muted); font-size: .95rem; line-height: 1.85; }
.mission-section { background: var(--white); border-bottom: 2px solid rgba(212,175,55,.3); }
.mission-section p, .mission-list li { color: var(--text-muted); font-size: .95rem; line-height: 1.85; }
.mission-list { padding-left: 1.4rem; list-style: disc; }
.mission-list li { margin-bottom: .5rem; }
.vm-img img { width: 100%; max-width: 460px; border-radius: 14px; border: 1px solid var(--gray-light); box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.sub-eyebrow { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; text-transform: uppercase; color: var(--navy-dark); margin-bottom: .5rem; display: inline-block; }
.sub-eyebrow::after { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin-top: 8px; border-radius: 2px; }
.sub-eyebrow span { color: var(--gold-dark); }

/* ── CORE VALUES ── */
.values-section { background: var(--section-alt); }
.value-card { background: var(--white); border: 1px solid var(--gray-light); border-radius: 14px; overflow: hidden; height: 100%; transition: all .25s; box-shadow: 0 2px 10px rgba(0,0,0,.05); }
.value-card:hover { transform: translateY(-8px); box-shadow: 0 16px 36px rgba(10,22,40,.1); border-color: var(--gold); }
.value-card img { width: 100%; height: 200px; object-fit: cover; }
.value-card h4 { font-size: 1rem; font-weight: 700; color: var(--navy-dark); margin: 1rem 0 .4rem; padding: 0 18px; }
.value-card p { font-size: .9rem; color: var(--text-muted); padding: 0 18px 20px; line-height: 1.7; margin: 0; }

/* ── 5 KEY PROMISES ── */
.promises-section { background: var(--navy-dark); border-top: 2px solid rgba(212,175,55,.3); border-bottom: 2px solid rgba(212,175,55,.3); }
.promises-section .section-heading { color: var(--white); }
.promise-card { display: flex; align-items: flex-start; gap: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(212,175,55,.2); border-radius: 14px; padding: 20px 18px; height: 100%; transition: all .25s; }
.promise-card:hover { transform: translateY(-5px); box-shadow: 0 12px 28px rgba(0,0,0,.2); border-color: var(--gold); }
.promise-icon { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--navy-dark); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.promise-card p { font-size: .92rem; color: rgba(255,255,255,.8); line-height: 1.75; margin: 0; }

/* ── FOOTER ── */
footer { background: var(--navy-dark); padding: 4rem 5% 2rem; color: rgba(255,255,255,.7); border-top: 2px solid rgba(212,175,55,.2); }
.footer-container { display: flex; justify-content: space-around; align-items: flex-start; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }
.footer-col { flex: 1; margin: 1rem; max-width: 280px; }
.footer-col .material-symbols-outlined { font-size: 18px; margin-right: 8px; color: var(--gold); vertical-align: middle; }
.footer-col h4 { font-size: .85rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 1.2rem; color: var(--white); }
.footer-col .dropdown > a::after { content: " ▾"; font-size: .7rem; margin-left: 4px; }
.footer-col .dropdown:hover > a::after { content: " ▴"; }
.footer-col .dropdown .sub-links { display: none; padding-left: 16px; }
.footer-col .dropdown:hover .sub-links { display: block; }
.footer-col p, .footer-col ul, .footer-col li { margin: .45rem 0; font-size: .88rem; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col a { color: rgba(255,255,255,.65); transition: color .25s; font-weight: 400; }
.footer-col a:hover { color: var(--gold); }
.social-links { display: flex; gap: .8rem; margin-top: 1.2rem; list-style: none; padding: 0; }
.social-links a { width: 40px; height: 40px; background: rgba(255,255,255,.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(212,175,55,.35); transition: all .25s; }
.social-links a:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-3px); }
.social-links img { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(212,175,55,.15); padding: 1.5rem 5%; display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-top: 2rem; }
.footer-bottom p { font-size: .82rem; color: rgba(255,255,255,.45); margin: 0; }

@media (max-width: 768px) { .section-wrap { padding: 48px 5%; } .history-hero { height: auto; min-height: 50vw; padding: 80px 5% 56px; } .hero-title { font-size: 2rem; } .footer-container { flex-direction: column; } .footer-bottom { flex-direction: column; align-items: center; gap: 4px; } }

/* ── WHATSAPP FLOAT ── */
.whatsapp-float {
    position: fixed; bottom: 30px; right: 30px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff; border-radius: 50px;
    padding: 13px 22px;
    display: inline-flex; align-items: center; gap: 10px;
    font-size: .82rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 16px rgba(37,211,102,.45);
    transition: all .25s; z-index: 9999; text-decoration: none;
    animation: waPulse 2.2s ease-in-out infinite;
}
.whatsapp-float i { font-size: 1.25rem; }
.whatsapp-float:hover { transform: translateY(-3px); color: #fff; box-shadow: 0 8px 28px rgba(37,211,102,.65); animation: none; }
@keyframes waPulse {
    0%, 100% { box-shadow: 0 4px 16px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.35); }
    50%       { box-shadow: 0 4px 16px rgba(37,211,102,.45), 0 0 0 14px rgba(37,211,102,0); }
}

