/* =========================================================
   ASIARAC — About Us: Our Clients  |  Minimalist Light Theme
========================================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; list-style: none; text-decoration: none; scroll-behavior: smooth; }
html { 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;
    --p-font:      0.95rem;
}

body { background: var(--off-white); color: var(--navy-dark); overflow-x: hidden; }

/* ── 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%; height: auto; object-fit: contain; transition: transform .3s; }
.logo:hover img { transform: scale(1.04); }
.navlist { display: flex; 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; text-decoration: none; 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: .4rem 0; }
.navlist .dropdown-menu .dropdown-item { font-family: 'Montserrat', sans-serif; font-size: .82rem; color: rgba(255,255,255,.85); padding: .55rem 1.4rem; transition: all .25s; }
.navlist .dropdown-menu .dropdown-item:hover { background: rgba(212,175,55,.1); color: var(--gold); padding-left: 1.8rem; }
.nav-content { display: flex; align-items: center; }
.nav-content button:hover { transform: translateY(-2px); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 22px; font-size: .8rem; font-weight: 700; letter-spacing: 1.5px; transition: all .25s; border: none; cursor: pointer; text-transform: uppercase; }
.btn-whatsapp { background: #25d366; color: #fff !important; border-radius: 50px; box-shadow: 0 3px 12px rgba(37,211,102,.35); }
.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: 16px; }

/* Headings */
h2 { text-align: center; font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 700; color: var(--navy-dark); margin-bottom: .5rem; position: relative; }
h2::after { content: ""; display: block; width: 60px; height: 3px; background: var(--gold); margin: 10px auto 0; border-radius: 2px; }

/* Mobile menu */
.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; }
.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); font-weight: 500; }
.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; position: absolute; left: 0; top: 100%; background: var(--navy-dark); border: 1px solid rgba(212,175,55,.2); border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,.2); z-index: 999; }
.submenu li { padding: .6rem 1.4rem; white-space: nowrap; border-bottom: 1px solid rgba(212,175,55,.08); }
.has-submenu:hover .submenu { display: block; }
.whatsapp-btn { display: none; align-items: center; justify-content: center; }
@media (max-width: 768px) { .navlist { display: none; } .toggle_btn { display: block; } .nav-content { display: none; } .whatsapp-btn { display: block; } .submenu { position: static; } }

/* Hero */
section { padding: 80px 5%; }
.hero { position: relative; width: 100%; height: 75vh; display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(180deg, rgba(10,22,40,.85), rgba(26,45,74,.65)), url(../img/client-01.jpg) no-repeat center center; background-size: cover; margin-top: 66px; }
.hero-text h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem,6vw,4.5rem); font-weight: 700; color: var(--white); margin: 10px 0 20px; line-height: 1.2; }
.hero-text h4 { font-size: .78rem; font-weight: 600; color: var(--gold); letter-spacing: 4px; text-transform: uppercase; margin: 120px 0 16px; }
.hero-text p { font-size: 1.2rem; color: rgba(255,255,255,.85); margin-bottom: 28px; }

/* ── CLIENT LOGOS ── */
.client-logos { background: var(--white); padding: 72px 5%; }
.client-logos .client-heading { text-align: center; margin-bottom: 2rem; }
.client-logos .client-heading1,
.client-logos .client-heading2 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; display: inline; text-transform: uppercase; letter-spacing: 2px; }
.client-logos .client-heading1 { color: var(--navy-dark); }
.client-logos .client-heading2 { color: var(--gold-dark); }
.client-heading::after { content: ""; display: block; width: 60px; height: 3px; background: var(--gold); margin: 10px auto 0; border-radius: 2px; }
.client-logos .container { width: 100%; max-width: 1200px; margin: 2rem auto; }
.client-logos .row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.2rem; justify-items: center; }
.client-logos .logo-item { padding: 14px; border: 1px solid var(--gray-light); border-radius: 12px; background: var(--white); height: 110px; width: 100%; display: flex; align-items: center; justify-content: center; transition: all .25s; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.client-logos .logo-item img { max-width: 100%; max-height: 70px; height: auto; width: auto; object-fit: contain; }
.client-logos .logo-item:hover { border-color: var(--gold); box-shadow: 0 6px 20px rgba(212,175,55,.2); transform: translateY(-4px); }

@media (max-width: 991px) { .client-logos .row { grid-template-columns: repeat(4,1fr); } }
@media (max-width: 767px) { .client-logos .row { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 480px) { .client-logos .row { grid-template-columns: repeat(2,1fr); } }

/* ── FOOTER ── */
footer { background: var(--navy-dark); padding: 4rem 5% 2rem; color: rgba(255,255,255,.7); width: 100%; 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; }
.footer-col a:hover { color: var(--gold); }
.social-links { display: flex; gap: .8rem; margin-top: 1.2rem; }
.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; filter: brightness(0) invert(1); }
.footer-bottom { display: flex; justify-content: center; gap: 2rem; text-align: center; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(212,175,55,.15); max-width: 1200px; margin-left: auto; margin-right: auto; }
.footer-bottom p { color: rgba(255,255,255,.45); font-size: .82rem; margin: .3rem 0; }

@media (max-width: 768px) { .hero { height: auto; padding: 120px 5% 60px; } .hero-text h1 { font-size: 2.4rem; } .footer-container { flex-direction: column; } .footer-bottom { flex-direction: column; gap: .4rem; } }
@media (max-width: 576px) { .hero-text h1 { font-size: 2rem; } }

/* ── 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); }
}

