/* ============================================================
   Copier Trading Nepal — Frontend Styles
   ============================================================ */
:root {
    --primary: #2e3192;
    --primary-dark: #1e2066;
    --accent: #d62d26;
    --accent-dark: #b31e18;
    --body-color: #4a5568;
    --heading-color: #1a202c;
    --light-bg: #f5f8fb;
    --border: #e2e8f0;
}

* { -webkit-font-smoothing: antialiased; }

body {
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--body-color);
    line-height: 1.7;
    overflow-x: clip;
}
html { overflow-x: clip; }

h1, h2, h3, h4, h5, h6 { color: var(--heading-color); font-weight: 700; }

a { text-decoration: none; transition: color .2s ease; }

img { max-width: 100%; }

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    font-weight: 600;
    padding: .65rem 1.6rem;
    border-radius: 6px;
}
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    font-weight: 600;
    padding: .65rem 1.6rem;
    border-radius: 6px;
}
.btn-outline-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.product-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    min-height: 46px;
}
.product-actions .btn i {
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.btn-accent {
    background: var(--accent);
    border: none;
    color: #fff;
    font-weight: 700;
    padding: .7rem 1.8rem;
    border-radius: 6px;
}
.btn-accent:hover { background: var(--accent-dark); color: #fff; }

.section-padding { padding: 90px 0; }

.section-heading { margin-bottom: 3rem; }
.sub-title {
    color: var(--accent-dark);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .8rem;
    display: inline-block;
    margin-bottom: .5rem;
}
.section-heading h2 { font-size: 2.2rem; font-weight: 800; }

/* ---------- Nav progress (replaces full-screen page loader) ---------- */
.nav-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 100000;
    pointer-events: none;
    opacity: 0;
}
.nav-progress.is-active { opacity: 1; }
.nav-progress-bar {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    box-shadow: 0 0 8px rgba(46, 49, 146, .45);
    transition: width .25s ease;
}

/* Prevent AOS from blanking content during navigation */
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    pointer-events: auto !important;
}

/* ---------- Topbar ---------- */
.topbar { background: var(--primary-dark); color: #cbd5e0; font-size: .82rem; padding: 8px 0; }
.topbar-info span { margin-right: 1.4rem; }
.topbar-info i { color: var(--accent); margin-right: 5px; }
.topbar-social a { color: #cbd5e0; margin-left: 14px; font-size: .95rem; }
.topbar-social a:hover { color: var(--accent); }

/* ---------- Header ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(46, 49, 146, .06);
    transition: box-shadow .3s ease;
}
.site-header.scrolled { box-shadow: 0 4px 22px rgba(46, 49, 146, .14); }
.navbar { padding: 14px 0; }
.brand-text { font-size: 1.3rem; font-weight: 800; color: var(--primary); }
.main-nav .nav-link {
    color: var(--heading-color);
    font-weight: 600;
    font-size: .95rem;
    padding: .5rem 1rem !important;
    position: relative;
}
.main-nav .nav-link:hover, .main-nav .nav-link.active { color: var(--primary); }
.main-nav .nav-link.active::after {
    content: ''; position: absolute; left: 1rem; right: 1rem; bottom: 0;
    height: 3px; background: var(--accent); border-radius: 2px;
}
.dropdown-menu {
    border: none; border-radius: 10px;
    box-shadow: 0 12px 32px rgba(46, 49, 146, .14);
    padding: .5rem;
    margin-top: .4rem !important;
}
.dropdown-item { border-radius: 6px; font-weight: 500; padding: .55rem .9rem; }
.dropdown-item:hover { background: var(--light-bg); color: var(--primary); }

/* Hover dropdowns (desktop nav) */
@media (min-width: 992px) {
    .main-nav .dropdown-menu {
        display: block;
        top: 100%; left: 0;
        min-width: 240px;
        opacity: 0; visibility: hidden;
        transform: translateY(10px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s;
        margin-top: 0 !important;
    }
    .main-nav .dropdown:hover > .dropdown-menu {
        opacity: 1; visibility: visible; transform: translateY(0);
    }
    .main-nav .dropdown-submenu { position: relative; }
    .main-nav .dropdown-submenu > .dropdown-item {
        display: flex; align-items: center; justify-content: space-between; gap: 1.25rem;
    }
    .main-nav .submenu-arrow { font-size: .7rem; opacity: .55; }
    .main-nav .dropdown-submenu > .dropdown-menu {
        top: -0.5rem; left: 100%;
        transform: translateX(10px);
        max-height: 70vh; overflow-y: auto;
    }
    .main-nav .dropdown-submenu:hover > .dropdown-menu {
        opacity: 1; visibility: visible; transform: translateX(0);
    }
}
.navbar-toggler { border: none; font-size: 1.7rem; color: var(--primary); padding: .25rem .4rem; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-brand { max-width: min(62vw, 220px); }
.navbar-brand img,
.site-logo { max-width: 100%; height: auto; max-height: 46px; object-fit: contain; }

.mobile-nav { width: min(320px, 88vw); }
.mobile-nav .offcanvas-header {
    border-bottom: 1px solid var(--border);
    padding: 1rem 1.15rem;
}
.mobile-nav .offcanvas-title {
    font-size: 1rem; font-weight: 700; color: var(--primary);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 230px;
}
.mobile-menu { gap: 0; }
.mobile-menu > li { border-bottom: 1px solid var(--border); }
.mobile-menu > li > a {
    display: flex; align-items: center; justify-content: space-between;
    padding: .9rem 0; color: var(--heading-color);
    font-weight: 600; border-bottom: none;
}
.mobile-menu .collapse,
.mobile-menu .collapsing { padding-bottom: .4rem; }
.mobile-menu .collapse a,
.mobile-menu .collapsing a {
    display: block; padding: .45rem 0 .45rem .2rem;
    color: #5a6577; font-weight: 500; font-size: .92rem;
    border-bottom: none;
}
.mobile-menu .collapse a:hover,
.mobile-menu .collapsing a:hover { color: var(--primary); }
.mobile-menu .mobile-subcollapse { padding-left: .75rem; }
.mobile-menu .mobile-subcollapse a { font-size: .88rem; color: #6b7280; }
.mobile-call {
    display: flex; align-items: center; gap: 12px;
    margin-top: 1.25rem; padding: 14px;
    background: var(--light-bg); border-radius: 12px;
    color: inherit;
}
.mobile-call .call-icon {
    width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
    background: #fff; color: var(--primary);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(46,49,146,.1);
}
.mobile-call .call-text { display: flex; flex-direction: column; line-height: 1.3; }
.mobile-call .call-text small { color: #8492a6; font-size: .75rem; }
.mobile-call .call-text strong { color: var(--accent); font-size: .95rem; }

/* ---------- Hero slider ---------- */
.hero-slider {
    background-color: #092a49; /* prevent white flash before slide image paints */
    overflow: hidden;
}
.hero-slider .swiper-slide {
    min-height: 620px;
    background-size: cover; background-position: center;
    display: flex; align-items: center; position: relative;
}
/* Show first slide instantly before Swiper JS initializes (stops home glitch) */
.hero-slider:not(.swiper-initialized) .swiper-slide {
    display: none;
}
.hero-slider:not(.swiper-initialized) .swiper-slide:first-child {
    display: flex;
    opacity: 1 !important;
    visibility: visible !important;
}
.hero-slide-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(9, 42, 73, .88) 0%, rgba(9, 42, 73, .45) 60%, transparent 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 640px; padding: 40px 0; }
.hero-content h1 { color: #fff; font-size: 3rem; font-weight: 800; line-height: 1.2; margin-bottom: 1.2rem; }
.hero-content p { color: #dbe4ee; font-size: 1.1rem; margin-bottom: 2rem; }
.hero-slider .swiper-pagination-bullet { background: #fff; opacity: .5; width: 12px; height: 12px; }
.hero-slider .swiper-pagination-bullet-active { background: var(--accent); opacity: 1; }
.hero-slider .swiper-button-next, .hero-slider .swiper-button-prev { color: #fff; }

/* ---------- Page banner ---------- */
.page-banner {
    background: var(--primary-dark) center/cover no-repeat;
    padding: 90px 0;
    position: relative;
}
.page-banner-overlay { position: absolute; inset: 0; background: rgba(9, 42, 73, .78); }
.page-banner-title { color: #fff; font-size: 2.4rem; font-weight: 800; margin-bottom: .6rem; }
.page-banner .breadcrumb { margin: 0; }
.page-banner .breadcrumb-item, .page-banner .breadcrumb-item a { color: #cbd5e0; font-weight: 500; }
.page-banner .breadcrumb-item a:hover { color: var(--accent); }
.page-banner .breadcrumb-item.active { color: var(--accent); }
.page-banner .breadcrumb-item + .breadcrumb-item::before { color: #718096; }

/* ---------- Cards ---------- */
.card-hover {
    transition: transform .35s ease, box-shadow .35s ease;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}
.card-hover:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(46, 49, 146, .13); }

.category-card .card-img-wrap {
    height: 210px;
    overflow: hidden;
    background: var(--light-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .5s ease;
}
.category-card:hover img { transform: scale(1.04); }
.category-card .card-body { padding: 1.4rem; }
.category-card h5 { font-weight: 700; margin-bottom: .4rem; }
.category-card p { font-size: .9rem; margin-bottom: 0; }

.product-card .card-body { padding: 1.35rem; }
.product-card .card-img-wrap {
    height: 230px;
    overflow: hidden;
    background: var(--light-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card .card-img-wrap > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.product-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .5s ease;
}
.product-card:hover img { transform: scale(1.04); }
.product-card .category-tag {
    font-size: .74rem; text-transform: uppercase; letter-spacing: 1px;
    color: var(--accent-dark); font-weight: 700;
}
.product-card h5 { font-size: 1.05rem; margin: .3rem 0 .6rem; }
.product-card h5 a { color: var(--heading-color); }
.product-card h5 a:hover { color: var(--primary); }

.blog-card .card-img-wrap {
    height: 220px;
    overflow: hidden;
    background: var(--light-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-card .card-img-wrap > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .5s ease;
}
.blog-card:hover img { transform: scale(1.04); }
.blog-card .blog-meta { font-size: .82rem; color: #718096; }
.blog-card .blog-meta i { color: var(--accent-dark); }
.blog-card h5 { font-size: 1.1rem; line-height: 1.45; }
.blog-card h5 a { color: var(--heading-color); }
.blog-card h5 a:hover { color: var(--primary); }

/* ---------- About / intro ---------- */
.about-img-wrap { position: relative; border-radius: 16px; overflow: hidden; }
.about-img-wrap img { border-radius: 16px; width: 100%; }
.about-experience {
    position: absolute; bottom: 20px; left: 20px;
    background: var(--accent); color: #fff;
    border-radius: 12px; padding: 18px 26px; font-weight: 800;
    box-shadow: 0 10px 24px rgba(0,0,0,.2);
}
.about-experience .num { font-size: 2rem; line-height: 1; display: block; }

/* ---------- Feature / Strengths ---------- */
.strengths-section {
    position: relative;
    background:
        radial-gradient(ellipse 65% 55% at 0% 0%, rgba(46, 49, 146, .07), transparent 55%),
        radial-gradient(ellipse 50% 45% at 100% 100%, rgba(214, 45, 38, .05), transparent 50%),
        #fff;
    overflow: hidden;
}
.strengths-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(46, 49, 146, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(46, 49, 146, .035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent 90%);
    pointer-events: none;
}
.strengths-section > .container { position: relative; z-index: 1; }
.strengths-heading { margin-bottom: 2.75rem; }
.strengths-heading p {
    max-width: 520px;
    margin: .75rem auto 0;
    color: var(--body-color);
}
.strengths-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.strength-item {
    position: relative;
    padding: 2rem 1.5rem 1.8rem;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(46, 49, 146, .08);
    border-radius: 18px;
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.strength-item::before {
    content: '';
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: 0;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    opacity: 0;
    transition: opacity .3s ease;
}
.strength-item:hover {
    transform: translateY(-6px);
    border-color: rgba(46, 49, 146, .16);
    box-shadow: 0 20px 40px rgba(30, 32, 102, .1);
}
.strength-item:hover::before { opacity: 1; }
.strength-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.strength-index {
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: rgba(46, 49, 146, .28);
}
.strength-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(145deg, #eef0fb 0%, #f7f8fd 100%);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    transition: background .3s ease, color .3s ease, transform .3s ease;
}
.strength-item:hover .strength-icon {
    background: var(--primary);
    color: #fff;
    transform: scale(1.05);
}
.strength-item h5 {
    font-weight: 700;
    font-size: 1.08rem;
    margin-bottom: .55rem;
    color: var(--heading-color);
    line-height: 1.35;
}
.strength-item p {
    font-size: .92rem;
    line-height: 1.7;
    margin: 0;
    color: #5a6578;
}

.feature-card {
    background: #fff; border-radius: 14px; padding: 2.2rem 1.8rem;
    border: 1px solid var(--border); height: 100%;
    transition: all .35s ease;
}
.feature-card:hover { border-color: var(--primary); transform: translateY(-6px); box-shadow: 0 16px 36px rgba(46,49,146,.12); }
.feature-card .icon {
    width: 64px; height: 64px; border-radius: 14px;
    background: var(--light-bg); color: var(--primary);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.7rem; margin-bottom: 1.2rem;
    transition: all .35s ease;
}
.feature-card:hover .icon { background: var(--primary); color: #fff; }
.feature-card h5 { font-weight: 700; margin-bottom: .6rem; }
.feature-card p { font-size: .92rem; margin: 0; }

@media (max-width: 1199px) {
    .strengths-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
    .strengths-grid { grid-template-columns: 1fr; gap: 14px; }
    .strength-item { padding: 1.5rem 1.25rem; }
}


/* ---------- Stats ---------- */
.stats-section { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); }
.stat-item { text-align: center; color: #fff; padding: 1rem; }
.stat-item .icon { font-size: 2.4rem; color: var(--accent); margin-bottom: .6rem; }
.stat-item .counter-value { font-size: 2.6rem; font-weight: 800; color: #fff; }
.stat-item .label { color: #b8c8d9; font-weight: 500; }

/* ---------- CTA ---------- */
.cta-section {
    background: linear-gradient(120deg, var(--primary-dark) 0%, var(--primary) 100%);
    border-radius: 20px; padding: 70px 50px;
    position: relative; overflow: hidden;
}
.cta-section::after {
    content: ''; position: absolute; right: -80px; top: -80px;
    width: 300px; height: 300px; border-radius: 50%;
    background: rgba(214, 45, 38, .18);
}
.cta-section h2 { color: #fff; font-size: 2.2rem; font-weight: 800; }
.cta-section p { color: #c3d1e0; }

/* ---------- Sidebar widgets ---------- */
.sidebar-widget {
    background: #fff; border: 1px solid var(--border);
    border-radius: 14px; padding: 1.6rem; margin-bottom: 1.6rem;
}
.sidebar-widget .widget-title {
    font-size: 1.05rem; font-weight: 700; margin-bottom: 1.1rem;
    padding-bottom: .8rem; border-bottom: 2px solid var(--accent);
    display: inline-block;
}
.category-list { list-style: none; padding: 0; margin: 0; }
.category-list li { border-bottom: 1px dashed var(--border); }
.category-list li:last-child { border-bottom: none; }
.category-list a {
    display: flex; justify-content: space-between; align-items: center;
    padding: .7rem 0; color: var(--body-color); font-weight: 500;
}
.category-list a:hover, .category-list li.active a { color: var(--primary); font-weight: 700; }
.category-list .badge { background: var(--light-bg); color: var(--body-color); }

.latest-post-item { display: flex; gap: 14px; margin-bottom: 1.1rem; }
.latest-post-item img { width: 72px; height: 60px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.latest-post-item h6 { font-size: .88rem; line-height: 1.4; margin: 0; }
.latest-post-item h6 a { color: var(--heading-color); }
.latest-post-item h6 a:hover { color: var(--primary); }
.latest-post-item .date { font-size: .76rem; color: #a0aec0; }

/* ---------- Product detail ---------- */
.product-gallery .main-swiper { border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin-bottom: 12px; }
.product-gallery .main-swiper img { width: 100%; height: 420px; object-fit: cover; cursor: zoom-in; }
.product-gallery .main-swiper .swiper-pagination-bullet-active { background: var(--accent); }
.product-gallery .thumbs-swiper img {
    width: 100%; height: 84px; object-fit: cover;
    border-radius: 10px; border: 2px solid transparent; cursor: pointer;
}
.product-gallery .thumbs-swiper .swiper-slide-thumb-active img { border-color: var(--primary); }
.product-warranty {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(46, 49, 146, .06), rgba(214, 45, 38, .05));
    border: 1px solid rgba(46, 49, 146, .1);
}
.product-warranty-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.product-warranty strong {
    display: block;
    font-size: .78rem;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: .1rem;
}
.product-warranty span:last-child {
    display: block;
    font-size: .98rem;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 1.45;
}

.spec-table th { background: var(--light-bg); width: 40%; font-weight: 600; }
.spec-table td, .spec-table th { padding: .85rem 1.1rem; vertical-align: middle; }
.spec-param-cell {
    text-align: left !important;
    vertical-align: middle !important;
    font-weight: 700;
}
.spec-table-models th:first-child,
.spec-table-models td:first-child { width: 22%; min-width: 140px; }
.spec-table-models thead th {
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
}
.spec-table-models tbody th.spec-param-cell {
    background: var(--light-bg);
}
.spec-model-cell {
    line-height: 1.55;
}
.spec-model-cell .spec-line {
    display: block;
    padding: .35rem 0;
}
.spec-model-cell .spec-line-bar {
    display: block;
    height: 1px;
    width: 100%;
    background: #d8dee8;
    margin: .15rem 0;
}

/* ---------- Enquire modal ---------- */
.enquire-modal .modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(20, 24, 60, .22);
}
.enquire-modal .modal-header {
    background: var(--primary);
    color: #fff;
    border-bottom: none;
    padding: 1.15rem 1.35rem;
    align-items: flex-start;
}
.enquire-modal .modal-title {
    font-weight: 700;
    font-size: 1.2rem;
}
.enquire-modal-sub {
    margin-top: .2rem;
    font-size: .9rem;
    opacity: .88;
}
.enquire-modal .btn-close {
    filter: invert(1) grayscale(100%);
    opacity: .85;
}
.enquire-modal .modal-body {
    padding: 1.35rem 1.4rem 1.5rem;
}
.enquire-modal .form-label {
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: .35rem;
}

.content-body img { border-radius: 12px; }
.content-body h3 { margin-top: 1.8rem; font-size: 1.3rem; }
.content-body ul li { margin-bottom: .4rem; }

/* ---------- FAQ ---------- */
.faq-accordion .accordion-item {
    border: 1px solid var(--border);
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
}
.faq-accordion .accordion-button {
    font-weight: 700;
    color: var(--heading-color);
    background: #fff;
    box-shadow: none;
    padding: 1.05rem 1.25rem;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary);
    background: #f3f4fb;
}
.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.faq-accordion .accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 1.35rem;
    font-weight: 500;
    width: auto;
    height: auto;
    line-height: 1;
    transform: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    content: '−';
    transform: none;
}
.faq-accordion .accordion-body {
    color: var(--body-color);
    padding: 0 1.25rem 1.2rem;
    line-height: 1.75;
}

/* ---------- Contact ---------- */
.contact-page {
    background:
        radial-gradient(ellipse 70% 50% at 0% 0%, rgba(46, 49, 146, .06), transparent 55%),
        radial-gradient(ellipse 55% 45% at 100% 20%, rgba(214, 45, 38, .05), transparent 50%),
        var(--light-bg);
}
.contact-page-heading { margin-bottom: 2.5rem; }
.contact-page-heading p {
    max-width: 540px;
    margin: .75rem auto 0;
    color: var(--body-color);
}
.contact-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.25fr);
    gap: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 50px rgba(30, 32, 102, .1);
    border: 1px solid rgba(46, 49, 146, .08);
}
.contact-aside {
    background:
        radial-gradient(ellipse 90% 70% at 0% 0%, rgba(255,255,255,.12), transparent 55%),
        linear-gradient(160deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #d7dbf5;
    position: relative;
}
.contact-aside::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 12%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 18px solid rgba(255,255,255,.06);
    pointer-events: none;
}
.contact-aside-inner {
    position: relative;
    z-index: 1;
    padding: 2.6rem 2.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.contact-aside-label {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffb3ae;
    margin-bottom: .7rem;
}
.contact-aside h3 {
    color: #fff;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: .75rem;
}
.contact-aside-lead {
    font-size: .95rem;
    line-height: 1.65;
    margin-bottom: 1.8rem;
    color: #c5c9e8;
}
.contact-detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}
.contact-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.contact-detail-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    flex-shrink: 0;
    background: rgba(255,255,255,.12);
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.contact-detail-icon i {
    font-size: 1.05rem;
    line-height: 1;
    display: block;
}
.contact-detail-list strong {
    display: block;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: .2rem;
}
.contact-detail-list li > div span,
.contact-detail-list li > div a {
    display: block;
    color: #d7dbf5;
    font-size: .95rem;
    line-height: 1.5;
    text-decoration: none;
}
.contact-detail-list a:hover { color: #fff; }
.contact-aside-social {
    margin-top: auto;
    padding-top: 2rem;
}
.contact-aside-social > span {
    display: block;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #aab3dd;
    margin-bottom: .75rem;
}
.contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.contact-social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    transition: background .25s ease, transform .25s ease;
}
.contact-social-links a:hover {
    background: var(--accent);
    color: #fff;
    transform: translateY(-2px);
}
.contact-social-links a.is-whatsapp:hover { background: #25d366; }
.contact-whatsapp-btn {
    margin-top: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: .8rem 1.2rem;
    border-radius: 10px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: background .25s ease, transform .25s ease;
}
.contact-whatsapp-btn:hover {
    background: #1ebe57;
    color: #fff;
    transform: translateY(-2px);
}
.contact-form-panel {
    padding: 2.6rem 2.4rem;
    background: #fff;
}
.contact-form-head {
    margin-bottom: 1.6rem;
}
.contact-form-head h3 {
    font-size: 1.55rem;
    font-weight: 800;
    margin-bottom: .35rem;
}
.contact-form-head p {
    margin: 0;
    color: #718096;
}
.contact-form .form-label {
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: .4rem;
}
.contact-input {
    position: relative;
}
.contact-input > i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8492a6;
    font-size: 1rem;
    pointer-events: none;
    z-index: 2;
}
.contact-input.is-textarea > i {
    top: 16px;
    transform: none;
}
.contact-input .form-control {
    padding-left: 2.55rem;
    min-height: 48px;
    background: #f7f9fc;
    border-color: #e6ebf2;
}
.contact-input.is-textarea .form-control {
    padding-top: .85rem;
    min-height: 140px;
}
.contact-input .form-control:focus {
    background: #fff;
}
.contact-submit {
    min-width: 200px;
    padding: .8rem 1.8rem;
}
.contact-map-block {
    margin-top: 3rem;
}
.contact-map-head {
    margin-bottom: 1.25rem;
}
.contact-map-head h3 {
    font-size: 1.45rem;
    font-weight: 800;
    margin: .2rem 0 0;
}
.map-wrap {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 14px 36px rgba(30, 32, 102, .08);
    min-height: 360px;
    background: #fff;
}
.map-wrap iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
}
.form-control, .form-select { padding: .7rem 1rem; border-radius: 8px; border-color: var(--border); }
.form-control:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 .2rem rgba(46,49,146,.1); }

/* Honeypot field — hidden from humans */
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0; height: 0; overflow: hidden; }

.contact-info-card {
    background: #fff; border: 1px solid var(--border); border-radius: 14px;
    padding: 1.8rem; height: 100%; text-align: center;
    transition: all .3s ease;
}
.contact-info-card:hover { border-color: var(--primary); box-shadow: 0 12px 28px rgba(46,49,146,.1); }
.contact-info-card .icon {
    width: 58px; height: 58px; border-radius: 50%;
    background: var(--light-bg); color: var(--primary);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.4rem; margin-bottom: 1rem;
}
.contact-form-card {
    background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 2.4rem;
}

@media (max-width: 991px) {
    .contact-layout {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }
    .contact-aside-inner,
    .contact-form-panel {
        padding: 2rem 1.5rem;
    }
    .contact-aside-social { padding-top: 1.5rem; }
    .contact-submit { width: 100%; }
    .map-wrap,
    .map-wrap iframe { min-height: 280px; }
}

@media (max-width: 575px) {
    .contact-aside-inner,
    .contact-form-panel {
        padding: 1.5rem 1.15rem;
    }
    .contact-aside h3,
    .contact-form-head h3 { font-size: 1.3rem; }
    .contact-map-block { margin-top: 2.2rem; }
}

/* ---------- Footer ---------- */
.site-footer {
    position: relative;
    color: #c5c9e8;
    background:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(214,45,38,.18), transparent 55%),
        radial-gradient(ellipse 70% 50% at 0% 100%, rgba(70,73,192,.22), transparent 50%),
        linear-gradient(165deg, #171852 0%, var(--primary-dark) 42%, #12143f 100%);
    overflow: hidden;
}
.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 85%);
    pointer-events: none;
}
.site-footer > * { position: relative; z-index: 1; }

.footer-cta {
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(90deg, rgba(214,45,38,.12), rgba(255,255,255,.03) 55%, transparent);
}
.footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px 0;
}
.footer-cta-label {
    display: inline-block;
    color: #ff8a84;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.footer-cta-copy h3 {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.3;
}
.footer-cta-copy p {
    margin: 0;
    color: #aab3dd;
    font-size: .95rem;
    max-width: 440px;
}
.footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}
.btn-footer-outline {
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
    background: transparent;
    font-weight: 600;
    padding: .65rem 1.35rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    transition: all .25s ease;
}
.btn-footer-outline:hover {
    background: rgba(255,255,255,.1);
    border-color: #fff;
    color: #fff;
}

.footer-main { padding: 64px 0 48px; }
.footer-brand-block { max-width: 340px; }
.footer-logo-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.15rem;
    box-shadow: 0 10px 28px rgba(0,0,0,.18);
    transition: transform .25s ease, box-shadow .25s ease;
}
.footer-logo-wrap:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0,0,0,.24);
}
.footer-logo-wrap img { max-height: 46px; width: auto; display: block; }
.footer-brand {
    color: #fff;
    font-weight: 800;
    font-size: 1.35rem;
    display: inline-block;
    margin-bottom: 1rem;
}
.footer-brand:hover { color: #fff; }
.footer-about {
    font-size: .92rem;
    line-height: 1.75;
    color: #aab3dd;
    margin-bottom: 1.35rem;
}
.footer-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.35rem;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: 1.8px;
    position: relative;
    padding-bottom: 12px;
}
.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: var(--accent);
    border-radius: 2px;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li + li { margin-top: 2px; }
.footer-links a {
    color: #aab3dd;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .4rem 0;
    font-size: .92rem;
    transition: color .2s ease, transform .2s ease;
}
.footer-links a::before {
    content: '';
    width: 0;
    height: 1.5px;
    background: var(--accent);
    transition: width .2s ease;
}
.footer-links a:hover {
    color: #fff;
    transform: translateX(4px);
}
.footer-links a:hover::before { width: 10px; }

.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: .55rem 0;
    font-size: .92rem;
    color: #aab3dd;
    line-height: 1.5;
}
.footer-contact a { color: #aab3dd; }
.footer-contact a:hover { color: #fff; }
.footer-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(214,45,38,.15);
    color: #ff8a84;
    border: 1px solid rgba(214,45,38,.25);
}
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}
.footer-social a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 18px 0;
    font-size: .84rem;
    background: rgba(0,0,0,.18);
}
.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    color: #8a92c8;
}
.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 18px;
}
.footer-bottom-links a {
    color: #8a92c8;
    font-weight: 500;
}
.footer-bottom-links a:hover { color: #fff; }

/* ---------- Pagination ---------- */
.pagination .page-link { color: var(--primary); border-color: var(--border); font-weight: 600; }
.pagination .page-item.active .page-link { background: var(--primary); border-color: var(--primary); }

/* ---------- Misc ---------- */
.search-form .form-control { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.search-form .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.bg-light-section { background: var(--light-bg); }

@media (max-width: 991px) {
    .section-padding { padding: 60px 0; }
    .section-heading h2 { font-size: 1.7rem; }
    .page-banner { padding: 60px 0; }
    .page-banner-title { font-size: 1.8rem; }
    .cta-section { padding: 46px 26px; }
    .navbar { padding: 10px 0; }
    .navbar-brand img { max-height: 40px; width: auto; }
    .hero-slider .swiper-slide { min-height: 420px; }
    .hero-content { padding: 28px 0; max-width: 100%; }
    .hero-content h1 { font-size: 1.85rem; }
    .hero-content p { font-size: 1rem; margin-bottom: 1.4rem; }
    .stat-item .counter-value { font-size: 2rem; }
    .cta-section h2 { font-size: 1.55rem; }
    .product-gallery .main-swiper img { height: 320px; }
    .chairman-photo-wrap { max-width: 260px; }
    .chairman-quote p { font-size: 1rem; }
    .contact-form-card { padding: 1.6rem; }
    .footer-main { padding: 48px 0 36px; }
    .footer-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 0;
        gap: 18px;
    }
    .footer-cta-copy h3 { font-size: 1.25rem; }
    .whatsapp-float { right: 16px; bottom: 16px; width: 50px; height: 50px; }
}

@media (max-width: 767px) {
    .section-padding { padding: 48px 0; }
    .section-heading { margin-bottom: 2rem; }
    .section-heading h2 { font-size: 1.45rem; }
    .page-banner { padding: 48px 0; }
    .page-banner-title { font-size: 1.5rem; }
    .hero-slider .swiper-slide { min-height: 380px; }
    .hero-content h1 { font-size: 1.55rem; line-height: 1.25; }
    .hero-content p { font-size: .95rem; }
    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev { display: none; }
    .about-experience { padding: 12px 16px; bottom: 12px; left: 12px; }
    .about-experience .num { font-size: 1.5rem; }
    .feature-card { padding: 1.5rem 1.2rem; }
    .category-card .card-img-wrap,
    .product-card .card-img-wrap,
    .blog-card .card-img-wrap { height: 190px; }
    .visit-card { height: 200px; }
    .product-gallery .main-swiper img { height: 260px; }
    .product-gallery .thumbs-swiper img { height: 64px; }
    .cta-section { padding: 36px 18px; border-radius: 14px; text-align: center; }
    .cta-section h2 { font-size: 1.35rem; }
    .download-card { flex-direction: column; align-items: flex-start; gap: 12px; padding: 1.2rem; }
    .review-card { padding: 1.4rem; }
    .chairman-photo-wrap { max-width: 220px; }
    .chairman-quote { padding-left: 16px; }
    .contact-form-card { padding: 1.25rem; }
    .stat-item { padding: .6rem; }
    .stat-item .counter-value { font-size: 1.7rem; }
    .stat-item .icon { font-size: 1.8rem; }
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .footer-bottom-links { justify-content: center; }
    .footer-brand-block { max-width: none; }
}

@media (max-width: 575px) {
    .container { padding-left: 16px; padding-right: 16px; }
    .navbar-brand img { max-height: 34px; }
    .hero-slider .swiper-slide { min-height: 340px; }
    .hero-content h1 { font-size: 1.35rem; }
    .btn-lg { padding: .55rem 1.2rem; font-size: .95rem; }
    .btn-accent, .btn-primary { padding: .55rem 1.2rem; }
}

/* Prevent horizontal overflow from CMS / tables / embeds */
.content-body,
.contact-form-panel,
.contact-form-card,
.admin-content {
    overflow-wrap: anywhere;
    word-break: break-word;
}
.content-body img,
.content-body table,
.content-body iframe,
.content-body video {
    max-width: 100% !important;
    height: auto !important;
}
.content-body table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-responsive { -webkit-overflow-scrolling: touch; }

/* ---------- Downloads ---------- */
.download-card {
    background: #fff; border: 1px solid var(--border); border-radius: 14px;
    padding: 1.4rem 1.6rem; display: flex; align-items: center; gap: 18px;
    transition: all .3s ease; height: 100%;
}
.download-card:hover { border-color: var(--primary); box-shadow: 0 12px 28px rgba(46,49,146,.12); transform: translateY(-4px); }
.download-card .file-icon {
    width: 54px; height: 54px; border-radius: 12px; flex-shrink: 0;
    background: rgba(214, 45, 38, .1); color: var(--accent);
    display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
}
.download-card h6 { margin: 0 0 2px; font-weight: 700; }
.download-card .meta { font-size: .8rem; color: #94a3b8; }

/* ---------- Words from Chairman ---------- */
.chairman-section { background: var(--light-bg); }

/* ---------- Homepage video (60% video / 40% content) ---------- */
.video-showcase-section { background: var(--light-bg); }
.video-showcase { display: flex; align-items: center; gap: 40px; }
.video-showcase-media { flex: 0 0 60%; max-width: 60%; }
.video-showcase-content { flex: 0 0 calc(40% - 40px); max-width: calc(40% - 40px); }
.video-showcase-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 16px;
    overflow: hidden;
    background: #0f122e;
    box-shadow: 0 18px 40px rgba(30, 32, 102, .16);
}
.video-showcase-frame.is-reel {
    padding-top: 0;
    height: 560px;
    max-height: 70vh;
}
.video-showcase-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.video-showcase-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: #0f122e;
}
.video-showcase-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-showcase-poster-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 18, 46, .35);
    transition: background .25s ease;
}
.video-showcase-poster:hover .video-showcase-poster-play { background: rgba(15, 18, 46, .2); }
.video-showcase-poster-play i {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: #fff;
    box-shadow: 0 10px 28px rgba(214,45,38,.4);
}
.video-showcase-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 320px;
    padding: 36px 28px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(145deg, #171852 0%, #2e3192 55%, #1e2066 100%);
    box-shadow: 0 18px 40px rgba(30, 32, 102, .16);
    transition: transform .25s ease;
}
.video-showcase-fallback.is-reel { min-height: 560px; max-height: 70vh; }
.video-showcase-fallback.has-thumb {
    position: relative;
    padding: 0;
    overflow: hidden;
    color: #fff;
    background: #0f122e;
}
.video-showcase-fallback-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-showcase-fallback-overlay {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: inherit;
    padding: 36px 28px;
    text-align: center;
    background: rgba(15, 18, 46, .45);
}
.video-showcase-fallback.has-thumb.is-reel .video-showcase-fallback-overlay { min-height: 560px; max-height: 70vh; }
.video-showcase-fallback:hover { transform: translateY(-3px); color: #fff; }
.video-showcase-fallback-play {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: 0 10px 28px rgba(214,45,38,.4);
}
.video-showcase-fallback-label { font-size: 1.15rem; font-weight: 700; }
.video-showcase-fallback-note { max-width: 280px; font-size: .88rem; color: #c5c9e8; line-height: 1.5; }
.video-showcase-content .sub-title { margin-bottom: 10px; }
.video-showcase-content h2 { font-size: 1.85rem; margin-bottom: 1rem; line-height: 1.3; }
.video-showcase-text { color: var(--body-color); font-size: 1rem; line-height: 1.8; margin-bottom: 1.4rem; }

@media (max-width: 991px) {
    .video-showcase { flex-direction: column; gap: 28px; }
    .video-showcase-media,
    .video-showcase-content { flex: 0 0 100%; max-width: 100%; }
    .video-showcase-content h2 { font-size: 1.55rem; }
    .video-showcase-frame.is-reel,
    .video-showcase-fallback.is-reel { height: 480px; min-height: 420px; }
}

.chairman-photo-wrap {
    display: inline-block; border-radius: 18px; overflow: hidden;
    border: 6px solid #fff; box-shadow: 0 20px 44px rgba(46,49,146,.18);
    max-width: 320px;
}
.chairman-photo-wrap img { width: 100%; display: block; }
.chairman-quote { position: relative; padding-left: 26px; border-left: 4px solid var(--accent); }
.chairman-quote .quote-icon { font-size: 2.4rem; color: var(--accent); opacity: .35; position: absolute; left: 10px; top: -22px; }
.chairman-quote p { font-size: 1.08rem; font-style: italic; color: #3d4657; margin: 0; }
.chairman-sign strong { display: block; font-size: 1.15rem; color: var(--primary); }
.chairman-sign span { color: #8492a6; font-size: .9rem; }

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
    position: fixed; right: 22px; bottom: 22px; z-index: 1040;
    width: 54px; height: 54px; border-radius: 50%;
    background: #25d366; color: #fff; font-size: 1.7rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
    transition: transform .25s ease;
}
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }
.whatsapp-float::after {
    content: ''; position: absolute; inset: 0; border-radius: 50%;
    border: 2px solid #25d366; animation: wa-pulse 1.8s ease-out infinite;
}
@keyframes wa-pulse {
    0% { transform: scale(1); opacity: .7; }
    100% { transform: scale(1.55); opacity: 0; }
}

/* ---------- Customer visits ---------- */
.visit-card {
    position: relative; display: block; border-radius: 14px; overflow: hidden;
    height: 240px; box-shadow: 0 4px 14px rgba(46,49,146,.08);
}
.visit-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.visit-card:hover img { transform: scale(1.07); }
.visit-overlay {
    position: absolute; inset: 0; display: flex; flex-direction: column;
    justify-content: flex-end; padding: 18px;
    background: linear-gradient(to top, rgba(20, 22, 60, .88) 0%, rgba(20, 22, 60, .25) 55%, transparent 100%);
    color: #fff; opacity: 1; transition: background .3s ease;
}
.visit-overlay i.bi-zoom-in {
    position: absolute; top: 14px; right: 14px; font-size: 1.2rem;
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity .3s ease;
}
.visit-card:hover .visit-overlay i.bi-zoom-in { opacity: 1; }
.visit-overlay h6 { color: #fff; font-size: .95rem; margin: 0; line-height: 1.4; }
.visit-overlay span { font-size: .78rem; color: #c3cbe0; }
.visits-carousel { position: relative; padding: 0 6px; }
.visits-carousel .swiper-pagination-bullet-active { background: var(--accent); }

/* ---------- Customer reviews ---------- */
.reviews-section { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); }
.reviews-section .section-heading h2 { color: #fff; }
.reviews-section .sub-title { color: #ffb3ae; }
.review-card {
    background: #fff; border-radius: 16px; padding: 2rem;
    height: 100%; display: flex; flex-direction: column;
    box-shadow: 0 12px 32px rgba(0,0,0,.14);
}
.review-stars { color: #f5b301; font-size: 1rem; margin-bottom: 1rem; }
.review-text { font-style: italic; color: #3d4657; flex-grow: 1; margin-bottom: 1.4rem; }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-author img,
.review-author .avatar-fallback {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.review-author img {
    border: 2px solid #e8edf5;
    box-shadow: 0 4px 12px rgba(30, 32, 102, .12);
}
.review-author .avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
    color: #fff;
    border: 2px solid rgba(255,255,255,.55);
    box-shadow:
        0 6px 16px rgba(30, 32, 102, .18),
        inset 0 1px 0 rgba(255,255,255,.25);
    text-shadow: 0 1px 1px rgba(0,0,0,.15);
}
.review-author .avatar-tone-1 { background: linear-gradient(145deg, #3a3db8, #2e3192); }
.review-author .avatar-tone-2 { background: linear-gradient(145deg, #e04a43, #d62d26); }
.review-author .avatar-tone-3 { background: linear-gradient(145deg, #1f8a70, #147a5f); }
.review-author .avatar-tone-4 { background: linear-gradient(145deg, #3b6fd8, #244fb0); }
.review-author .avatar-tone-5 { background: linear-gradient(145deg, #c45a1a, #a84610); }
.review-author .avatar-tone-6 { background: linear-gradient(145deg, #6b4bb5, #523891); }
.review-author-meta strong {
    display: block;
    color: var(--heading-color);
    font-size: .95rem;
}
.review-author-meta span {
    font-size: .8rem;
    color: #8492a6;
}
.reviews-carousel .swiper-pagination-bullet { background: #fff; opacity: .5; }
.reviews-carousel .swiper-pagination-bullet-active { background: var(--accent); opacity: 1; }

/* ---------- Header call block ---------- */
.header-call { display: flex; align-items: center; gap: 12px; }
.header-call .call-icon {
    width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
    background: var(--light-bg); color: var(--primary);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.15rem; transition: all .3s ease;
}
.header-call:hover .call-icon { background: var(--primary); color: #fff; }
.header-call .call-icon i { animation: phone-ring 1.6s ease-in-out infinite; transform-origin: 50% 50%; display: inline-block; }
@keyframes phone-ring {
    0%, 55%, 100% { transform: rotate(0); }
    5%  { transform: rotate(-16deg); }
    10% { transform: rotate(14deg); }
    15% { transform: rotate(-12deg); }
    20% { transform: rotate(10deg); }
    25% { transform: rotate(-8deg); }
    30% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    40% { transform: rotate(2deg); }
    45% { transform: rotate(0); }
}
.header-call .call-text { display: flex; flex-direction: column; line-height: 1.3; }
.header-call .call-text small { color: #8492a6; font-size: .78rem; font-weight: 500; }
.header-call .call-text strong { color: var(--accent); font-size: .98rem; font-weight: 700; white-space: nowrap; }
