/* HOMEPAGE HERO SLIDER & STATE BAR REDESIGN
   ========================================================= */
/*
 * `overflow-x: hidden` tren html/body tao ra mot scroll container va lam
 * `position: sticky` cua header het tac dung. `clip` chan tran ngang y het
 * nhung khong tao scroll container.
 */
html, body {
    overflow-x: clip !important;
    max-width: 100% !important;
}

#ajax-content-wrap,
.container-wrap {
    overflow-x: clip;
}

.home .container.main-content,
.home .container-wrap,
body.home .container.main-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.hero-top-states-bar {
    display: none !important;
}

.state-icon {
    font-size: 14px;
}

/* Hero Slider Section - Full Width Edge to Edge */
.hero-slider-section {
    position: relative;
    width: 100%;
    min-height: 660px;
    overflow: hidden;
    background-color: #0f172a;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.hero-slider-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s ease-in-out, transform 8s ease;
    transform: scale(1);
}

.hero-slide.active {
    opacity: 1;
    transform: scale(1.04);
}

.hero-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 45%, rgba(255, 255, 255, 0.2) 100%);
}

@media (max-width: 991px) {
    .hero-slider-overlay {
        background: rgba(255, 255, 255, 0.95);
    }
}

.hero-slider-container {
    position: relative;
    z-index: 5;
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 24px;
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    gap: 48px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

/* Left Content */
.hero-content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.hero-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0f6ff;
    border: 1.5px solid rgba(0, 100, 229, 0.25);
    color: #005ae6;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hero-badge-tag svg {
    color: #0064e5;
}

.hero-main-title {
    font-size: 52px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    color: #091e42 !important;
    letter-spacing: -1.5px;
    margin: 0 0 16px 0 !important;
}

.hero-text-gradient {
    background: linear-gradient(135deg, #0077ff 0%, #004bd6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtext {
    font-size: 17.5px !important;
    line-height: 1.6 !important;
    color: #475569 !important;
    margin: 0 0 30px 0 !important;
    max-width: 540px;
}

/* 3 Feature items row */
.hero-features-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
    margin-bottom: 28px;
}

.hero-feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.hero-feature-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0077ff 0%, #004bd6 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 75, 214, 0.3);
}

.hero-feature-icon-box svg {
    width: 20px;
    height: 20px;
}

.hero-feature-text strong {
    display: block;
    font-size: 14.5px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 2px;
}

.hero-feature-text span {
    display: block;
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.4;
}

/* Google Reviews */
.hero-google-reviews {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
}

.google-stars-wrap {
    display: flex;
    flex-direction: column;
}

.stars-gold {
    color: #f59e0b;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.rating-num {
    color: #0f172a;
    font-weight: 800;
    margin-left: 4px;
    font-size: 14px;
}

.review-count {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

/* Right Quote Form Card */
.hero-quote-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 34px 30px;
    box-shadow: 0 20px 50px rgba(0, 30, 90, 0.14), 0 4px 12px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 100, 229, 0.1);
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.quote-card-header {
    text-align: center;
    margin-bottom: 22px;
}

.quote-card-title {
    font-size: 27px !important;
    font-weight: 900 !important;
    color: #091e42 !important;
    margin: 0 0 6px 0 !important;
}

.quote-title-highlight {
    color: #0064e5 !important;
}

.quote-card-subtitle {
    font-size: 14px !important;
    color: #64748b !important;
    margin: 0 0 10px 0 !important;
    font-weight: 500;
}

.quote-title-bar {
    width: 40px;
    height: 3px;
    background: #0064e5;
    border-radius: 2px;
    margin: 0 auto;
}

.hero-quote-form {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.form-row-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-group {
    width: 100%;
}

.hero-form-input,
.hero-form-select {
    width: 100% !important;
    height: 48px !important;
    padding: 10px 16px !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    color: #1e293b !important;
    background: #ffffff !important;
    outline: none !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.hero-form-input:focus,
.hero-form-select:focus {
    border-color: #0064e5 !important;
    box-shadow: 0 0 0 4px rgba(0, 100, 229, 0.12) !important;
}

.hero-quote-submit-btn {
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, #0077ff 0%, #004bd6 60%, #002d99 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.8px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 75, 214, 0.35);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    margin-top: 4px;
}

.hero-quote-submit-btn:hover {
    background: linear-gradient(135deg, #2b8eff 0%, #005ae6 60%, #0036a7 100%);
    box-shadow: 0 10px 28px rgba(0, 90, 230, 0.5);
    transform: translateY(-2px);
}

.quote-security-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
    margin-top: 6px;
}

/* Slider indicators */
.hero-slider-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    /* Khong de flex keo cao con theo chieu doc. */
    align-items: center;
    gap: 8px;
    z-index: 10;
}

/*
 * Dot la <button> de bam duoc bang ban phim, nen phai go padding va appearance
 * mac dinh — neu khong UA them ~6px moi ben va cham 10px phinh thanh 24px vuong.
 */
.hero-dot {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: content-box;
    /* Trong flex container dot bi co ngang: 10px thanh ~6px va tron thanh
       hinh bau duc dung. Khoa lai. */
    flex: 0 0 auto;
    min-width: 10px;
    width: 10px;
    /*
     * Flatsome dat `min-height` (~38px) va `line-height` cho moi <button>, hai
     * cai do thang `height: 10px` nen dot bi keo cao thanh hinh bau duc doc.
     * Phai khoa ca min-height va line-height, khong chi height.
     */
    height: 10px;
    min-height: 10px;
    max-height: 10px;
    line-height: 0;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: width .3s ease, background-color .3s ease, border-radius .3s ease;
}

.hero-dot:focus-visible {
    outline: 2px solid #0064e5;
    outline-offset: 3px;
}

.hero-dot.active {
    background: #0064e5;
    width: 26px;
    min-width: 26px;
    height: 10px;
    min-height: 10px;
    max-height: 10px;
    border-radius: 8px;
}

/* Partner section styling */
.hero-partners-section {
    background: #ffffff;
    padding: 35px 20px 10px 20px;
    text-align: center;
    border-bottom: none;
    width: 100%;
}

.partners-heading {
    font-size: 15px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

/* Partner Carousel Owl Dots - Sleek and Thin like Hero Slider */
body .owl-theme .owl-dots,
body #fws_partner_logos .owl-dots,
body .owl-carousel .owl-dots,
#fws_partner_logos .owl-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 22px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}

body .owl-theme .owl-dots .owl-dot,
body #fws_partner_logos .owl-dots .owl-dot,
body .owl-carousel .owl-dots .owl-dot,
#fws_partner_logos .owl-dots .owl-dot {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 3px !important;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
}

body .owl-theme .owl-dots .owl-dot span,
body #fws_partner_logos .owl-dots .owl-dot span,
body .owl-carousel .owl-dots .owl-dot span,
#fws_partner_logos .owl-dots .owl-dot span {
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.22) !important;
    border-radius: 50% !important;
    border: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 1 !important;
    transform: none !important;
}

body .owl-theme .owl-dots .owl-dot:hover span,
body #fws_partner_logos .owl-dots .owl-dot:hover span {
    background: rgba(0, 0, 0, 0.4) !important;
}

body .owl-theme .owl-dots .owl-dot.active span,
body #fws_partner_logos .owl-dots .owl-dot.active span,
body .owl-carousel .owl-dots .owl-dot.active span,
#fws_partner_logos .owl-dots .owl-dot.active span {
    background: #0064e5 !important;
    width: 24px !important;
    min-width: 24px !important;
    height: 8px !important;
    min-height: 8px !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 8px rgba(0, 100, 229, 0.35) !important;
}

/* What can we help you with today - Full Width Section */
.help-section-fullwidth {
    background: #f8fafc;
    padding: 60px 20px 70px 20px;
    width: 100%;
    box-sizing: border-box;
}

.help-grid-wrap {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.help-grid-header {
    margin-bottom: 36px;
}

.help-grid-badge {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #005ae6;
    background: #e0edff;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.help-grid-title {
    font-size: 34px !important;
    font-weight: 900 !important;
    color: #091e42 !important;
    margin: 0 !important;
    letter-spacing: -0.5px;
}

.help-products-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
}

@media (max-width: 1200px) {
    .help-products-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .help-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .hero-slider-container {
        grid-template-columns: 1fr;
        padding: 40px 16px;
        gap: 36px;
    }
    .hero-main-title {
        font-size: 34px !important;
    }
    .hero-features-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .hero-quote-card {
        padding: 28px 20px;
    }
    .help-grid-title {
        font-size: 26px !important;
    }
}

.help-product-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 22px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 120px;
}

.help-card-icon-box {
    color: #005ae6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.help-card-icon-box svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.help-card-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    line-height: 1.3;
    transition: color 0.25s ease;
}

.help-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 75, 214, 0.15);
    border-color: rgba(0, 100, 229, 0.3);
}

.help-product-card:hover .help-card-icon-box {
    transform: scale(1.15);
}

.help-product-card:hover .help-card-name {
    color: #005ae6;
}

/* View all card - solid blue CTA */
.help-card-cta {
    background: linear-gradient(135deg, #0077ff 0%, #004bd6 100%) !important;
    border-color: transparent !important;
    box-shadow: 0 8px 24px rgba(0, 75, 214, 0.35) !important;
}

.help-card-cta .help-card-icon-box {
    color: #ffffff !important;
}

.help-card-cta .help-card-name {
    color: #ffffff !important;
}

.help-card-cta:hover {
    background: linear-gradient(135deg, #2b8eff 0%, #005ae6 100%) !important;
    box-shadow: 0 12px 30px rgba(0, 90, 230, 0.5) !important;
}

/* =========================================================
   HOMEPAGE MANAGE YOUR POLICIES / SERVICE PORTAL REDESIGN
   ========================================================= */
/* Section co nen xam nhat va padding doc 80px nhu ban goc. */
.service-portal-section {
    background-color: #f6f7fa;
    padding: 80px 0;
}

.service-portal-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.service-portal-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px;
    gap: 30px;
    flex-wrap: wrap;
}

.service-portal-header-left {
    flex: 1;
    min-width: 280px;
    text-align: left;
}

.service-portal-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(0, 119, 255, 0.12) 0%, rgba(0, 75, 214, 0.12) 100%);
    color: #005ae6;
    border: 1px solid rgba(0, 119, 255, 0.2);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.service-portal-title {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #111827 !important;
    margin: 0 0 12px 0 !important;
    letter-spacing: -0.5px;
}

.service-portal-desc {
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #555e6d !important;
    margin: 0 !important;
    max-width: 680px;
}

.service-portal-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0077ff 0%, #004bd6 60%, #002d99 100%) !important;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 75, 214, 0.35);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.service-portal-cta-btn:hover {
    background: linear-gradient(135deg, #2b8eff 0%, #005ae6 60%, #0036a7 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 22px rgba(0, 90, 230, 0.5);
    transform: translateY(-2px);
}

.service-portal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card-link {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e8ebf2;
    border-radius: 18px;
    padding: 36px 30px;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: left;
}

.service-card-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0077ff 0%, #004bd6 60%, #002d99 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card-link:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 4px 14px rgba(0, 75, 214, 0.2);
    border-color: #dbe0eb;
}

.service-card-link:hover::before {
    opacity: 1;
}

.service-card-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #fafafc;
    border: 1px solid #ebeef5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: #111827;
    transition: all 0.35s ease;
}

.service-card-link:hover .service-card-icon-wrap {
    background: linear-gradient(135deg, #0077ff 0%, #004bd6 60%, #002d99 100%);
    border-color: transparent;
    color: #ffffff;
    transform: scale(1.08) rotate(3deg);
    box-shadow: 0 6px 18px rgba(0, 75, 214, 0.35);
}

.service-card-icon-wrap svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
    transition: fill 0.3s ease;
}

.service-card-title {
    font-size: 21px !important;
    font-weight: 800 !important;
    color: #111827 !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.3 !important;
}

.service-card-text {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #64748b !important;
    margin: 0 0 24px 0 !important;
    flex-grow: 1;
}

.service-card-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    transition: all 0.25s ease;
}

.service-card-action i {
    transition: transform 0.25s ease;
    font-size: 12px;
}

.service-card-link:hover .service-card-action {
    color: #005ae6;
}

.service-card-link:hover .service-card-action i {
    transform: translateX(5px);
}

@media only screen and (max-width: 999px) {
    .service-portal-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .service-portal-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .service-portal-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .service-portal-title {
        font-size: 28px !important;
    }
    .service-card-link {
        padding: 28px 22px;
    }
}

/* =========================================================
   WHAT CAN WE HELP YOU WITH TODAY - MODERN GRID
   ========================================================= */
.help-grid-wrap {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.help-grid-header {
    margin-bottom: 25px;
    text-align: center;
}

.help-grid-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(0, 119, 255, 0.1) 0%, rgba(0, 75, 214, 0.1) 100%);
    color: #005ae6;
    border: 1px solid rgba(0, 119, 255, 0.2);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.help-grid-title {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #111827 !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    letter-spacing: -0.3px;
}

/*
 * Mot hang 8 the tren desktop, dung nhu ban live. Ban HTML tren dia con de
 * repeat(3,1fr) — moc thoi diem chua gop hang; khach da chot bo cuc mot hang.
 */
.help-products-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 14px;
}

@media (max-width: 1280px) {
    .help-products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .help-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

.help-product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e5e8f0;
    border-radius: 16px;
    padding: 22px 14px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 118px;
    padding: 18px 10px;
    position: relative;
    overflow: hidden;
}

.help-product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0077ff 0%, #004bd6 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.help-product-card:hover {
    transform: translateY(-5px);
    border-color: #b9d5ff;
    box-shadow: 0 12px 24px rgba(0, 75, 214, 0.12), 0 3px 8px rgba(0, 0, 0, 0.04);
}

.help-product-card:hover::before {
    opacity: 1;
}

.help-card-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f1f5fd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005ae6;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.help-card-icon-box svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transition: fill 0.3s ease;
}

.help-product-card:hover .help-card-icon-box {
    background: linear-gradient(135deg, #0077ff 0%, #004bd6 100%);
    color: #ffffff;
    transform: scale(1.1) rotate(3deg);
    box-shadow: 0 4px 12px rgba(0, 75, 214, 0.3);
}

.help-card-name {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    text-align: center;
    transition: color 0.25s ease;
}

.help-product-card:hover .help-card-name {
    color: #004bd6 !important;
}

/* 9th Card: View All Products CTA Special Style */
.help-product-card.help-card-cta {
    background: linear-gradient(135deg, #0077ff 0%, #004bd6 60%, #002d99 100%);
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(0, 75, 214, 0.35);
}

.help-product-card.help-card-cta .help-card-icon-box {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.help-product-card.help-card-cta .help-card-name {
    color: #ffffff !important;
}

.help-product-card.help-card-cta:hover {
    background: linear-gradient(135deg, #2b8eff 0%, #005ae6 60%, #0036a7 100%);
    box-shadow: 0 12px 28px rgba(0, 75, 214, 0.45);
    transform: translateY(-5px) scale(1.02);
}

.help-product-card.help-card-cta:hover .help-card-icon-box {
    background: #ffffff;
    color: #004bd6;
}

@media only screen and (max-width: 640px) {
    .help-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .help-grid-title {
        font-size: 22px !important;
    }
}

/* =========================================================
   PARTNER LOGOS: MOBILE 3-COLUMNS DISPLAY
   ========================================================= */
@media (max-width: 690px) {
    .owl-carousel .carousel-item .custom-width-220px {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 5px !important;
    }
    .owl-carousel .carousel-item .hover-wrap-inner {
        height: 60px !important;
    }
    .owl-carousel .carousel-item img {
        max-height: 48px !important;
        width: auto !important;
        max-width: 95% !important;
        object-fit: contain !important;
    }
}

/* =========================================================

/* Dong phu duoi tieu de luoi "What Can We Help You With Today?" (mac dinh khong co). */
.help-grid-subtitle {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    text-align: center;
}
