/* ============================================
   ASIA DEBUT — custom.css
   ============================================ */

/* ── THEME COLOR OVERRIDE ───────────────── */

:root {
    --theme: #6665DD;
    --theme-2: #6665DD;
}


/* ── FOOTER ─────────────────────────────── */

.footer-section.footer-bg {
    background-color: #30343F !important;
}

/* ── CTA BUTTON ─────────────────────────── */

.cta-marketing-wrapper {
    background-color: #86A59C;
}

.cta-marketing-section .theme-btn.bg-2 {
    background: #0EAD69;
}
.theme-btn::before,
.theme-btn::after,
.theme-btn.bg-2::before,
.theme-btn.bg-2::after {
    display: none !important;
}

/* ── SECTION BACKGROUNDS ────────────────── */

.feature-video-section,
.feature-section-5 {
    background-color: #ffffff !important;
}

/* Product page image columns — align to top */
.feature-video-wrapper .row,
.feature-wrapper .row {
    align-items: flex-start !important;
}

/* ── LAYOUT ─────────────────────────────── */

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

.hero-3 {
    padding-top: 70px !important;
}

/* First section after hero — halve top gap only */
.service-section.section-padding {
    padding-top: 40px !important;
    padding-bottom: 40px;
}

/* Middle sections — halve both top and bottom */
.feature-section-5.section-padding,
.brand-section.section-padding,
.funfact-section.section-padding {
    padding: 40px 0 !important;
}

/* Last section before footer — maintain full spacing */
.faq-section.section-padding {
    padding: 80px 0;
}

/* Remove bottom gap when last section sits directly above dark footer */
.section-padding.pb-0 {
    padding-bottom: 0 !important;
}

.about-section {
    min-height: 800px;
}


/* ── HEADER / NAV ───────────────────────── */

header#header-sticky {
    position: relative;
    z-index: 9999;
}

.mega-menu-wrapper {
    position: relative;
    z-index: 9999;
}

/* Dropdown submenu */
.header-main .main-menu ul li .submenu {
    position: absolute !important;
    z-index: 9999 !important;
}

/* Nav link hover & active states */
.header-main .main-menu ul li a:hover,
.header-main .main-menu ul li a:active,
.header-main .main-menu ul li:hover > a {
    color: #6665DD !important;
}

/* Submenu item hover */
.header-main .main-menu ul li .submenu li:hover > a {
    color: #6665DD !important;
    background: white;
}


/* ── BUTTONS ────────────────────────────── */

.theme-btn,
.theme-btn.bg-2 {
    background: #0EAD69;
    border-radius: 4px;
}


/* ── SECTION TITLES ─────────────────────── */

.section-title .sec-sub-text-2 {
    color: #6665DD;
}

.feature-wrapper .feature-content .list-items li i {
    color: #957FEF;
}


/* ── PAGE SECTIONS (z-index stacking) ───── */

.services-section {
    position: relative;
    z-index: 1;
}


/* ── FOOTER ─────────────────────────────── */

.footer-bg {
    background-color: #213448;
    margin-top: 100px;
}


/* ── CTA ────────────────────────────────── */

.discussed-items {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.discussed-content {
    margin: 0 auto;
}

.discussed-items .discussed-content h2 span {
    color: #4988C4;
    font-family: italic;
}



.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    
    background-color: #1C4D8D;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {

    color: #1C4D8D;
}

/* Footer links — remove hover underline & arrow, set link color */
.footer-widgets-wrapper .single-footer-widget .list-items li {
    background-image: none !important;
}
.footer-widgets-wrapper .single-footer-widget .list-items li::before {
    display: none !important;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:hover {
    background-size: 0 !important;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:hover a {
    padding-left: 0;
    color: #ffffff;
}

/* Funfact cards — grey bg, no dotted line, white on hover */
.funfact-box-items {
    background: #F9FAFB !important;
}
.funfact-box-items h6 {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.funfact-box-items:hover {
    background: #ffffff !important;
}
.funfact-box-items:hover h3,
.funfact-box-items:hover h2,
.funfact-box-items:hover h6,
.funfact-box-items:hover p {
    color: inherit !important;
}
.funfact-box-items:hover h6 {
    border-bottom: none !important;
}


/* ── PRODUCT CATALOG ────────────────────── */

.product-hero-lead {
    max-width: 680px;
    margin: 0 auto 20px;
    text-align: center;
}

.product-card {
    border: 1px solid #E8ECEF;
    border-radius: 8px;
    padding: 32px 28px;
    height: 100%;
    background: #fff;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border-color: var(--theme);
}

.product-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.product-card h3 a {
    color: inherit;
    text-decoration: none;
}

.product-card h3 a:hover {
    color: var(--theme);
}

.product-card p {
    margin-bottom: 20px;
    color: var(--text);
}

.product-card .card-link {
    font-weight: 600;
    color: var(--theme);
    text-decoration: none;
}

.product-card .card-link i {
    margin-left: 6px;
    font-size: 12px;
    display: inline-block;
    transition: transform 0.2s ease;
}

.product-card .card-link:hover i {
    transform: translateX(4px);
}

.product-card--tool {
    background: #F9FAFB;
    border-color: #E8ECEF;
}

.product-card--tool h3 {
    font-size: 18px;
}

.service-capabilities-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 32px;
}

@media (max-width: 575px) {
    .service-capabilities-list {
        grid-template-columns: 1fr;
    }
}

.service-capabilities-list li {
    color: var(--text);
    font-size: 15px;
}

.service-capabilities-list li i {
    color: var(--theme);
    margin-right: 8px;
}


/* ── BRAND LOGO SLIDER ──────────────────── */

.brand-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
}

.brand-logo {
    width: 150px;
    height: 60px;
    object-fit: contain;
    display: block;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.brand-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}