﻿/*
Theme Name: Cá»­a NhÃ´m
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.0.11
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.iqh-home {
    --iqh-blue: #003f9f;
    --iqh-blue-dark: #06245d;
    --iqh-orange: #ff6b1a;
    --iqh-text: #0d2354;
    --iqh-muted: #4e5f7f;
    --iqh-line: #dce6f5;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--iqh-text);
    background: #fff;
}

body.iqh-demo-front {
    --iqh-blue: #003f9f;
    --iqh-blue-dark: #06245d;
    --iqh-orange: #ff6b1a;
    --iqh-text: #0d2354;
    --iqh-muted: #4e5f7f;
    --iqh-line: #dce6f5;
}

body.iqh-demo-front #header .header-main {
    min-height: 76px;
    border-bottom: 1px solid #e7eef8;
    background: #fff;
}

body.iqh-demo-front #logo a {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 238px;
    min-height: 58px;
    padding-left: 64px;
    color: #06367f;
    text-decoration: none;
}

body.iqh-demo-front #logo a::before {
    content: "QH";
    position: absolute;
    left: 0;
    top: 7px;
    width: 52px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #06367f;
    font-size: 27px;
    font-weight: 900;
    border-left: 8px solid #06367f;
    letter-spacing: 0;
}

body.iqh-demo-front #logo a::after {
    content: "IN áº¤N\A QUANG Háº¢I\A Cháº¥t lÆ°á»£ng táº¡o niá»m tin";
    white-space: pre;
    color: #06367f;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.12;
}

body.iqh-demo-front #logo img,
body.iqh-demo-front .logo img {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

body.iqh-demo-front .header-main .nav-icon,
body.iqh-demo-front .header-main .header-search,
body.iqh-demo-front .header-main .cart-item {
    display: none !important;
}

body.iqh-demo-front .header-main .nav > li > a {
    color: #101b38;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.iqh-demo-front .header-main .nav > li.active > a,
body.iqh-demo-front .header-main .nav > li > a:hover {
    color: #0046b8;
}

body.iqh-demo-front .header-main .nav > li.active > a::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -20px;
    height: 3px;
    background: #0b51c5;
}

.iqh-home * {
    box-sizing: border-box;
}

.iqh-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.iqh-home.row,
.iqh-container.row,
.iqh-service-grid.row,
.iqh-material-grid.row,
.iqh-project-grid.row,
.iqh-cta-grid.row,
.iqh-footer-grid.row {
    max-width: min(1180px, calc(100% - 32px)) !important;
}

.iqh-service-grid.row > .col,
.iqh-material-grid.row > .col,
.iqh-project-grid.row > .col,
.iqh-cta-grid.row > .col,
.iqh-footer-grid.row > .col {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

.iqh-service-grid.row > .col > .col-inner,
.iqh-material-grid.row > .col > .col-inner,
.iqh-project-grid.row > .col > .col-inner,
.iqh-cta-grid.row > .col > .col-inner,
.iqh-footer-grid.row > .col > .col-inner {
    height: 100%;
}

.iqh-service-grid.row > .col:last-child {
    grid-column: 1 / -1;
}

.iqh-hero {
    min-height: 520px;
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 18%, rgba(0, 63, 159, .14), transparent 24%),
        linear-gradient(115deg, #f8fbff 0%, #f4f8ff 48%, #eaf1fb 49%, #ffffff 100%);
    border-bottom: 1px solid #eef3fa;
}

.iqh-hero-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 32px;
    align-items: center;
    min-height: 520px;
    padding: 50px 0 34px;
}

.iqh-hero-grid.row {
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
    gap: 32px !important;
}

.iqh-hero-grid.row > .col {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

.iqh-hero-grid.row > .col > .col-inner {
    width: 100%;
}

.iqh-eyebrow {
    width: 134px;
    height: 2px;
    margin-bottom: 24px;
    background: linear-gradient(90deg, transparent, #d9e3f6, transparent);
}

.iqh-hero h1 {
    max-width: 620px;
    margin: 0 0 20px;
    color: #10275c;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
    word-break: normal;
    overflow-wrap: normal;
}

.iqh-hero p {
    max-width: 520px;
    margin: 0 0 26px;
    color: #24385d;
    font-size: 17px;
    line-height: 1.75;
}

.iqh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 34px;
}

.iqh-btn,
.iqh-mini-btn,
.iqh-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 7px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .2px;
    line-height: 1.2;
    box-shadow: 0 12px 24px rgba(0, 63, 159, .12);
}

.iqh-btn {
    padding: 0 24px;
    gap: 12px;
    font-size: 14px;
}

.iqh-btn-blue,
.iqh-mini-btn,
.iqh-cta-blue {
    background: linear-gradient(135deg, #063985, #0a5dda);
}

.iqh-btn-orange,
.iqh-cta-orange {
    background: linear-gradient(135deg, #ff4b13, #ff8b1a);
}

.iqh-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 520px;
}

.iqh-benefits span {
    position: relative;
    padding-top: 54px;
    color: #162d61;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.iqh-benefits span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 42px;
    height: 42px;
    transform: translateX(-50%);
    border: 3px solid #0b4db4;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 8px #f4f8ff;
}

.iqh-hero-visual {
    position: relative;
    min-height: 460px;
}

.iqh-hero-swoosh {
    position: absolute;
    inset: -100px -110px -80px 110px;
    background: radial-gradient(circle at 40% 45%, #ffffff 0 34%, transparent 35%), linear-gradient(130deg, #f8fbff 0 42%, #09449d 43% 53%, #012f85 54% 66%, transparent 67%);
    transform: rotate(-8deg);
    border-radius: 48%;
}

.iqh-hero-main {
    position: absolute;
    z-index: 2;
    top: 44px;
    left: 40px;
    width: 54%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 24px 50px rgba(9, 34, 87, .22);
    transform: rotate(-6deg);
}

.iqh-floating {
    position: absolute;
    z-index: 3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(4, 28, 73, .18);
    overflow: hidden;
}

.iqh-floating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.iqh-floating-a {
    right: 92px;
    top: 110px;
    width: 190px;
    height: 150px;
}

.iqh-floating-b {
    right: 0;
    bottom: 100px;
    width: 240px;
    height: 160px;
}

.iqh-floating-c {
    left: 250px;
    bottom: 42px;
    width: 220px;
    height: 135px;
}

.iqh-section {
    padding: 34px 0 16px;
}

.iqh-title {
    width: 100%;
    margin: 0 auto 22px;
    text-align: center;
}

.iqh-title span {
    display: block;
    margin-bottom: 7px;
    color: var(--iqh-orange);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.iqh-title h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: min(680px, 100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--iqh-blue);
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 900;
    line-height: 1.18;
    text-align: center;
}

.iqh-title h2::before,
.iqh-title h2::after {
    content: "";
    width: clamp(54px, 8vw, 86px);
    flex: 0 0 clamp(54px, 8vw, 86px);
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--iqh-blue));
}

.iqh-title h2::after {
    background: linear-gradient(90deg, var(--iqh-blue), transparent);
}

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

.iqh-service-grid.row,
.iqh-material-grid.row,
.iqh-project-grid.row,
.iqh-logo-row,
.iqh-process-grid,
.iqh-support-strip,
.iqh-cta-grid.row,
.iqh-footer-grid.row {
    display: grid !important;
}

.iqh-service-card {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 18px;
    min-height: 150px;
    padding: 10px;
    border: 1px solid var(--iqh-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(12, 51, 115, .04);
}

.iqh-service-imagebox {
    position: relative;
}

.iqh-service-imagebox.box {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 18px;
    align-items: center;
    width: 100%;
}

.iqh-service-imagebox > .box-image {
    width: 170px !important;
    min-height: 130px;
    border-radius: 7px;
    overflow: hidden;
}

.iqh-service-imagebox > .box-image .image-cover {
    height: 130px;
    padding-top: 0 !important;
}

.iqh-service-imagebox > .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iqh-service-imagebox > .box-text {
    padding: 0 !important;
    text-align: left;
}

.iqh-service-col .iqh-service-imagebox::after {
    display: none !important;
    content: none !important;
}

.iqh-service-col.service-no-01 .iqh-service-imagebox::after { content: "01"; }
.iqh-service-col.service-no-02 .iqh-service-imagebox::after { content: "02"; }
.iqh-service-col.service-no-03 .iqh-service-imagebox::after { content: "03"; }
.iqh-service-col.service-no-04 .iqh-service-imagebox::after { content: "04"; }
.iqh-service-col.service-no-05 .iqh-service-imagebox::after { content: "05"; }
.iqh-service-col.service-no-06 .iqh-service-imagebox::after { content: "06"; }

.iqh-service-img {
    position: relative;
    min-height: 132px;
    border-radius: 7px;
    overflow: hidden;
    background: #f0f4fb;
}

.iqh-service-img img,
.iqh-material-card img,
.iqh-project-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.iqh-round-icon {
    position: absolute;
    left: 14px;
    bottom: 12px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #064bb4;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.iqh-round-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.iqh-service-card h3 {
    margin: 0 0 10px;
    color: #092c74;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.iqh-service-card p,
.iqh-service-imagebox p {
    min-height: 0;
    margin: 0 0 9px;
    color: #41506f;
    font-size: 13px;
    line-height: 1.55;
}

.iqh-service-card a,
.iqh-service-imagebox a {
    color: #083b91;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.iqh-center {
    margin-top: 20px;
    text-align: center;
}

.iqh-mini-btn {
    min-height: 38px;
    padding: 0 26px;
    border-radius: 5px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: .15px;
}

.button.iqh-mini-btn,
.iqh-mini-btn.button,
.iqh-mini-btn span {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .15px !important;
}

.iqh-material-section {
    padding-top: 18px;
}

.iqh-material-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.iqh-material-card {
    overflow: hidden;
    border: 1px solid #dbe4f2;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}

.iqh-material-card img {
    height: 120px;
    background: #f4f6fa;
}

.iqh-material-card strong {
    display: block;
    padding: 12px 8px;
    color: #0b3279;
    font-size: 14px;
}

.iqh-process {
    padding: 22px 0 16px;
}

.iqh-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 24px;
}

.iqh-process-grid div {
    position: relative;
    padding-left: 72px;
}

.iqh-process-grid b {
    position: absolute;
    left: 0;
    top: 0;
    color: #063f9d;
    font-size: 28px;
}

.iqh-process-grid h3 {
    margin: 0 0 8px;
    color: #0a327c;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.iqh-process-grid p,
.iqh-support-strip {
    color: #41506f;
    font-size: 13px;
    line-height: 1.6;
}

.iqh-support-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #eef6ff;
}

.iqh-support-strip span {
    padding: 22px 20px;
    border-right: 1px solid #d6e4f7;
}

.iqh-support-strip span:last-child {
    border-right: 0;
}

.iqh-support-strip strong {
    color: #07367e;
    text-transform: uppercase;
}

.iqh-project-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.iqh-project-grid figure {
    margin: 0;
    text-align: center;
}

.iqh-project-grid img {
    height: 146px;
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(9, 39, 92, .08);
}

.iqh-project-grid figcaption {
    margin-top: 10px;
    color: #10275c;
    font-size: 13px;
    font-weight: 800;
}

.iqh-partners {
    padding-top: 22px;
}

.iqh-logo-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

.iqh-logo-row span {
    display: grid;
    place-items: center;
    min-height: 76px;
    border: 1px solid #dfe7f4;
    border-radius: 7px;
    background: #fff;
    color: #17326f;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
}

.iqh-logo-row span:nth-child(4) {
    color: #f19900;
}

.iqh-logo-row span:nth-child(5) {
    color: #111;
}

.iqh-cta {
    margin-top: 36px;
    padding: 28px 0;
    background: linear-gradient(135deg, #06245d, #003f9f 58%, #052865);
    color: #fff;
}

.iqh-cta-grid {
    display: grid;
    grid-template-columns: 220px 1fr 190px 190px;
    gap: 28px;
    align-items: center;
}

.iqh-cta img {
    width: 220px;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
    transform: rotate(-8deg);
}

.iqh-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}

.iqh-cta p {
    margin: 0;
    color: #dce9ff;
    font-size: 16px;
}

.iqh-cta-btn {
    min-height: 78px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

.iqh-footer {
    background: linear-gradient(135deg, #05265f, #003b94);
    color: #dfeaff;
}

.iqh-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr .8fr .8fr 1.1fr 1.05fr;
    gap: 34px;
    padding: 40px 0 34px;
}

.iqh-footer-brand {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
    color: #fff;
}

.iqh-footer-brand b {
    display: grid;
    place-items: center;
    width: 56px;
    height: 48px;
    border-left: 8px solid #fff;
    font-size: 28px;
}

.iqh-footer-brand span {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.08;
}

.iqh-footer h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.iqh-footer p,
.iqh-footer a {
    display: block;
    margin: 0 0 10px;
    color: #dfeaff;
    font-size: 14px;
    line-height: 1.65;
    text-decoration: none;
}

.iqh-newsletter {
    display: grid;
    gap: 12px;
}

.iqh-newsletter input {
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border: 0;
    border-radius: 5px;
    background: #fff;
}

.iqh-newsletter button {
    min-height: 42px;
    border: 0;
    border-radius: 5px;
    background: #ff741a;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.iqh-copyright {
    padding: 18px 16px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: #c9d9f6;
    font-size: 13px;
    text-align: center;
}

@media screen and (max-width: 1050px) {
    .iqh-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .iqh-material-grid,
    .iqh-logo-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .iqh-cta-grid {
        grid-template-columns: 160px 1fr;
    }

    .iqh-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .iqh-cta-btn {
        min-height: 64px;
    }
}

@media screen and (max-width: 760px) {
    .iqh-hero-grid,
    .iqh-service-grid,
    .iqh-process-grid,
    .iqh-support-strip,
    .iqh-project-grid {
        grid-template-columns: 1fr;
    }

    .iqh-hero-grid {
        padding-top: 28px;
    }

    .iqh-hero-grid.row {
        grid-template-columns: 1fr !important;
    }

    .iqh-hero-visual {
        min-height: 360px;
    }

    .iqh-hero-main {
        left: 0;
        width: 66%;
    }

    .iqh-floating-a {
        right: 8px;
        top: 90px;
    }

    .iqh-floating-b {
        right: 8px;
        bottom: 32px;
        width: 200px;
    }

    .iqh-floating-c {
        left: 20px;
        bottom: 0;
        width: 180px;
    }

    .iqh-benefits,
    .iqh-material-grid,
    .iqh-logo-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .iqh-service-card {
        grid-template-columns: 136px 1fr;
    }

    .iqh-title h2 {
        gap: 12px;
    }

    .iqh-title h2::before,
    .iqh-title h2::after {
        width: 28px;
    }

    .iqh-cta-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .iqh-footer-grid {
        grid-template-columns: 1fr;
    }

    .iqh-cta img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .iqh-actions,
    .iqh-material-grid,
    .iqh-logo-row {
        grid-template-columns: 1fr;
    }

    .iqh-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .iqh-actions {
        display: grid;
    }

    .iqh-service-card {
        grid-template-columns: 1fr;
    }

    .iqh-service-img {
        min-height: 190px;
    }
}

.col-divided {
    padding-right: 30px;
    border-right: none;
}
.flickity-page-dots {
    position: absolute;
    bottom: -20px;
    left: 20%;
    right: 20%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
/**** End FAQ One ****/
/*
* Element Name: Obelix Steps Three
* Discover More: https://flelements.com/
* Author: Obelix Media
*/
.obelix-steps--three .title-block.subtitle>* {
    color: var(--fs-color-primary);
    margin-bottom: .7em;
}

.obelix-steps--three .title-block.title em {
    font-style: normal;
    position: relative;
}

.obelix-steps--three .title-block.title em::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    background: var(--fs-color-primary);
    opacity: .2;
    bottom: 15%;
    left: 0;
    z-index: -1;
    height: 20%;
    -webkit-transition: 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.obelix-steps--three.icon-box .icon-box-text .title {
   margin-bottom: .4em;
}
.obelix-steps--three.icon-box .icon-box-img {
    margin-bottom: 2em;
}

.obelix-steps--three.icon-box .icon-box-img .icon-inner {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.obelix-steps--three.icon-box:hover .icon-box-img .icon-inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.obelix-steps--three.icon-box .icon-box-img svg {
    fill: var(--fs-color-primary);
    color: #0e4daa;
}

@media screen and (min-width: 550px) {
    .row.obelix-steps--three>.col:not(:last-child) .icon-box-img::before {
        margin: auto 0;
        top: 0;
        bottom: 0;
        background: #0151c0;
        content: "";
        position: absolute;
        height: 1px;
        width: 80px;
        right: calc(-200% + 20px);
    }

    .row.obelix-steps--three>.col:not(:last-child) .icon-box-img::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolygon points='14.2,10 4.6,19.2 5.2,19.8 15.4,10 5.2,0.2 4.6,0.7 '/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolygon points='14.2,10 4.6,19.2 5.2,19.8 15.4,10 5.2,0.2 4.6,0.7 '/%3E%3C/svg%3E");
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
        background-color: #0151c0;
        right: -200%;
    }
}

.obelix-steps--three .contact-action p,
.obelix-steps--three .contact-action a,
.obelix-steps--three .contact-action a span {
    margin-bottom: 0;
    min-height: unset;
    line-height: 1.5;
}

.obelix-steps--three.button:not(.is-link) {
    margin-bottom: 0;
}

.obelix-steps--three.button:not(.is-link)>span {
    margin-right: 16px;
}

.obelix-steps--three.button:not(.is-link) i {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    background: white;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 17px;
    overflow: hidden;
    margin: 0;
}

.obelix-steps--three.button:not(.is-link):hover i {
    color: var(--fs-color-primary);
}

.obelix-steps--three.button:not(.is-link) i::before {
    z-index: 1;
    content: "";
    display: inline-block;
    width: 20px;
    height: 14px;
    position: relative;
    background-color: #024fad;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url("/wp-content/uploads/2026/06/svgexport-1.svg");
    mask-image: url("/wp-content/uploads/2026/06/svgexport-1.svg");
}

.obelix-steps--three.button:not(.is-link):hover i::before {
    background-color: white;
    animation: btn-arrow 0.4s ease;
    -webkit-animation: btn-arrow 0.4s ease;
}

.obelix-steps--three.button:not(.is-link) i::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    z-index: 0;
    background: #203d4a;
    opacity: .7;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.obelix-steps--three.button:not(.is-link):hover i::after {
    width: 100%;
}

@media screen and (max-width: 549px) {

    .obelix-steps--three .mobile-center,
    .obelix-steps--three .mobile-center .col-inner {
        text-align: center !important;
    }

    .obelix-steps--three.icon-box .icon-box-img {
        margin-bottom: 1.2em;
    }
}

@keyframes btn-arrow {
    0% {
        background-color: var(--fs-color-primary);
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    30% {
        background-color: var(--fs-color-primary);
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        opacity: 1;
    }

    30% {
        background-color: var(--fs-color-primary);
        opacity: 0;
    }

    69% {
        opacity: 0;
    }

    70% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        opacity: 1
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes btn-arrow {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    30% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    69% {
        opacity: 0;
    }

    70% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        opacity: 1
    }

    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

/* UX Builder rebuild overrides */
.iqh-title.section-title-container {
    width: min(680px, 100%) !important;
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0;
    padding-right: 0;
}

.iqh-title.section-title-container h2::before,
.iqh-title.section-title-container h2::after {
    display: none !important;
    content: none !important;
}

.iqh-title .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 0;
    border: 0;
}

.iqh-title .section-title b {
    display: block;
    width: clamp(54px, 8vw, 86px);
    height: 2px;
    flex: 0 0 clamp(54px, 8vw, 86px);
    background: linear-gradient(90deg, transparent, var(--iqh-blue));
    opacity: 1;
}

.iqh-title .section-title b:last-child {
    background: linear-gradient(90deg, var(--iqh-blue), transparent);
}

.iqh-title .section-title-main {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    border: 0 !important;
    padding: 0 !important;
    color: var(--iqh-blue);
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 900;
    line-height: 1.18;
    text-align: center;
}

.iqh-title .section-title-main::before,
.iqh-title .section-title-main::after {
    display: none !important;
    content: none !important;
}

.iqh-title .sub-title {
    display: block;
    margin: 0 0 7px;
    color: var(--iqh-orange);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.iqh-benefit-row.row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 520px;
}

.iqh-benefit-row.row > .col,
.iqh-process-grid.row > .col,
.iqh-support-strip.row > .col,
.iqh-logo-row.row > .col {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

.iqh-benefit-box {
    position: relative;
    padding-top: 54px;
    text-align: center;
}

.iqh-benefit-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 42px;
    height: 42px;
    transform: translateX(-50%);
    border: 3px solid #0b4db4;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 8px #f4f8ff;
}

.iqh-benefit-box p {
    color: #162d61;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.iqh-hero-images {
    position: relative;
    min-height: 460px;
}

.iqh-hero-images::before {
    content: "";
    position: absolute;
    inset: -100px -110px -80px 110px;
    background: radial-gradient(circle at 40% 45%, #ffffff 0 34%, transparent 35%), linear-gradient(130deg, #f8fbff 0 42%, #09449d 43% 53%, #012f85 54% 66%, transparent 67%);
    transform: rotate(-8deg);
    border-radius: 48%;
}

.iqh-hero-images .iqh-hero-main {
    position: relative;
    z-index: 2;
    top: 44px;
    left: 40px;
    width: 54%;
    max-height: 350px;
    transform: rotate(-6deg);
    box-shadow: 0 24px 50px rgba(9, 34, 87, .22);
}

.iqh-hero-floating-row.row {
    position: absolute;
    z-index: 3;
    inset: auto 0 42px 250px;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 410px !important;
}

.iqh-hero-floating-row.row > .col {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.iqh-floating-img {
    box-shadow: 0 18px 36px rgba(4, 28, 73, .18);
}

.iqh-material-card.box,
.iqh-project-card.box {
    overflow: hidden;
    border: 1px solid #dbe4f2;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}

.iqh-material-card .box-image,
.iqh-project-card .box-image {
    width: 100% !important;
}

.iqh-material-card .box-text {
    padding: 12px 8px !important;
}

.iqh-material-card p,
.iqh-project-card p {
    margin: 0;
}

.iqh-process-col {
    position: relative;
    padding-left: 0 !important;
}

.iqh-process-col::before {
    display: none !important;
    content: none !important;
}

.iqh-process-box .icon-box-text {
    width: 100%;
    max-width: none;
    padding: 0;
    text-align: center;
}

.iqh-process-box.icon-box,
.iqh-process-box .icon-box {
    width: 100%;
    max-width: none;
}

.iqh-process-grid .col-inner,
.iqh-process-grid .featured-box.iqh-process-box,
.iqh-process-grid .featured-box.iqh-process-box .icon-box-text {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
}

.iqh-process-grid .featured-box.iqh-process-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
}

.iqh-process-box .icon-box-img {
    margin-bottom: 0;
}

.iqh-process-box h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 8px;
    color: #0a327c;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
}

.iqh-process-box h3 span {
    color: #064bb4;
    font-size: 28px;
    line-height: 1;
}

.iqh-process-box p {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    color: #41506f;
    font-size: 13px;
    line-height: 1.6;
}

.iqh-support-box {
    padding: 22px 20px;
}

.iqh-project-card .box-image {
    width: 100% !important;
    height: 146px !important;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(9, 39, 92, .08);
}

.iqh-project-card .box-image .image-cover {
    height: 146px !important;
    padding-top: 0 !important;
}

.iqh-project-card .box-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.iqh-project-card .box-text {
    padding: 10px 0 0 !important;
}

.iqh-project-card p {
    color: #10275c;
    font-size: 13px;
    font-weight: 800;
}

.iqh-logo-text {
    display: grid;
    place-items: center;
    min-height: 76px;
    border: 1px solid #dfe7f4;
    border-radius: 7px;
    background: #fff;
    color: #17326f;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
}

.iqh-logo-text p {
    margin: 0;
}

.iqh-newsletter-button {
    min-height: 42px;
    border-radius: 5px !important;
    background: #ff741a !important;
    color: #fff !important;
    font-weight: 900;
}

@media screen and (max-width: 760px) {
    .iqh-benefit-row.row,
    .iqh-hero-floating-row.row {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .iqh-hero-images {
        min-height: 360px;
    }

    .iqh-hero-images .iqh-hero-main {
        left: 0;
        width: 66%;
    }

    .iqh-hero-floating-row.row {
        inset: auto 0 0 20px;
        max-width: 320px !important;
    }
}

.iqh-project-grid .iqh-project-card.box,
.iqh-project-grid .iqh-project-card .box-image,
.iqh-project-grid .iqh-project-card .box-image .image-cover,
.iqh-project-grid .iqh-project-card .box-image img {
    border-radius: 6px !important;
}

.iqh-project-grid .iqh-project-card.box,
.iqh-project-grid .iqh-project-card .box-image,
.iqh-project-grid .iqh-project-card .box-image .image-cover {
    overflow: hidden !important;
}
.modal-overlay .img-inner {
	position: relative;
	border-radius: 20px;
}

.modal-overlay .img-inner:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    cursor: pointer;
}

.modal-overlay .img-inner:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
/**** End Obelix Three  ****/
/*
* Element Name: Dropdown Menu Four
* Discover More: https://flelements.com/
* Author: Obelix Media
*/
@media (min-width: 850px) {
    header#header .header-nav.header-nav-main > li:hover > a, header#header .header-nav.header-nav-main > li.current-dropdown > a {
        color: #fff;
        z-index: 10;
        position: relative;
    }

    /* All submenu style */
    header#header ul.sub-menu, header#header .nav-dropdown {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        padding: 1rem 0;
        border: none;
        min-width: 215px;
        background: white;
        -webkit-box-shadow: 0 10px 35px -5px rgba(0,0,0,.2);
                box-shadow: 0 10px 35px -5px rgba(0,0,0,.2);
        text-align: left;
        border-radius: .8rem;
        -webkit-transition: all .85s cubic-bezier(.19,1,.22,1);
        -o-transition: all .85s cubic-bezier(.19,1,.22,1);
        transition: all .85s cubic-bezier(.19,1,.22,1);
        -webkit-transition-property: opacity,visibility,-webkit-transform;
        transition-property: opacity,visibility,-webkit-transform;
        -o-transition-property: transform,opacity,visibility;
        transition-property: transform,opacity,visibility;
        transition-property: transform,opacity,visibility,-webkit-transform;
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
                transform: translateY(15px);
        max-height: unset;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    header#header .has-dropdown .icon-angle-down {
        opacity: 1;
    }

    header#header .header-nav.header-nav-main > li > .nav-dropdown {
        left: -26px;
        top: .3rem;
        padding-top: 2.6rem;
    }

    /* Right menu */
    header#header .nav-right .nav-dropdown {
        left: auto;
        right: auto;
        min-width: unset;
    }

    header#header .nav-right > li:not(:hover) > .nav-dropdown {
        -webkit-transition: none!important;
        -o-transition: none!important;
        transition: none!important;
    }

    header#header .nav-right .nav-dropdown a {
        white-space: nowrap;
    }

    header#header .nav-right .account-item .nav-dropdown {
        text-align: center;
    }

    header#header .header-search-dropdown .header-search-form {
        padding: .6em .8em!important;
    }

    header#header .nav-right .current-dropdown .nav-dropdown {
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
    }

    /* Submenu on hover, active */
    header#header .current-dropdown > .nav-dropdown, header#header .nav-dropdown li:hover > ul.sub-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }

    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: calc(100% - .5rem);
        top: -1rem;
        min-width: 180px;
    }
    header#header .header-nav-main .nav-dropdown li {
        color: var(--obelix-header-color, #161618);
        width: 100%;
        display: block;
        position: relative;
        margin: 0!important;
        border: none;
        opacity: 0;
        -webkit-transition: all .5s cubic-bezier(.17,.84,.44,1);
        -o-transition: all .5s cubic-bezier(.17,.84,.44,1);
        transition: all .5s cubic-bezier(.17,.84,.44,1);
        -webkit-transition-property: opacity,-webkit-transform;
        transition-property: opacity,-webkit-transform;
        -o-transition-property: transform,opacity;
        transition-property: transform,opacity;
        transition-property: transform,opacity,-webkit-transform;
        -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
                transform: translateY(15px);
        width: auto;
    }

    header#header .header-nav.header-nav-main li.menu-item-has-children:hover > .nav-dropdown > li, header#header .header-nav.header-nav-main li.menu-item-has-children:hover > .sub-menu > li, header#header .header-nav.header-nav-main li.current-dropdown > .nav-dropdown > li {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }

    header#header .nav-dropdown li:hover {
        color: var(--fs-color-primary);
    }

    header#header .nav-dropdown a {
        display: block;
        padding: .6rem 1.6rem;
        margin: 0!important;
        text-transform: unset;
        font-size: .9rem;
        line-height: 1.4;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        position: relative;
        border-radius: 0;
        border: none;
        color: inherit;
    }

    header#header .nav-dropdown li.menu-item-has-children > a {
        text-transform: unset;
        padding-right: 2.2rem;
    }

    header#header .nav-dropdown li.menu-item-has-children > a::after {
        font-family: 'fl-icons';
        content: '\f105';
        position: absolute;
        right: 1.2rem;
        top: 50%;
        -webkit-transform: translateY(-44%);
        -ms-transform: translateY(-44%);
        transform: translateY(-44%);
        font-weight: lighter;
    }

    /* Text hover style */
    header#header ul.sub-menu a:hover, header#header .nav-dropdown li.active>a {
        text-transform: none;
        color: var(--fs-color-primary);
    }
}

.nav-vertical li li.menu-item-has-children>a, .nav-vertical li .children > li > a {
    font-weight: bold;
}

/* Mobile menu */
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background: #fff;
    border-right: 1px solid #eee;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
}

.mfp-wrap.off-canvas-left .mfp-close {
    border-radius: 50%;
    opacity: 1;
    left: calc(var(--obelix-drawer-width, 300px) + 1rem);
   
    top: 1rem;
    background: white;
    color: var(--obelix-header-color, black);
    mix-blend-mode: normal;
}

.mfp-wrap.off-canvas-left .mfp-close svg {
    stroke-width: 1px;
    -webkit-transition: -webkit-transform .3s 0s cubic-bezier(.65,.05,.36,1);
    transition: -webkit-transform .3s 0s cubic-bezier(.65,.05,.36,1);
    -o-transition: transform .3s 0s cubic-bezier(.65,.05,.36,1);
    transition: transform .3s 0s cubic-bezier(.65,.05,.36,1);
    transition: transform .3s 0s cubic-bezier(.65,.05,.36,1), -webkit-transform .3s 0s cubic-bezier(.65,.05,.36,1);
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.has-off-canvas.has-off-canvas-left .mfp-wrap.off-canvas-left .mfp-close svg {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}

@media screen and (max-width: 849px) {
    
    .has-off-canvas.has-off-canvas-left #wrapper {
        -webkit-transition: -webkit-transform 0.3s ease-in;
        transition: -webkit-transform 0.3s ease-in;
        -o-transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        -webkit-transform: translateX(var(--obelix-drawer-width, 300px));
            -ms-transform: translateX(var(--obelix-drawer-width, 300px));
                transform: translateX(var(--obelix-drawer-width, 300px));
        -webkit-transition-delay: .07s;
             -o-transition-delay: .07s;
                transition-delay: .07s;
    }

    .has-off-canvas.has-off-canvas-left #wrapper .mobile-nav {
        opacity: 0;
    }

    /* Hide scollbar */
    .off-canvas-left .mfp-content {
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }

    .off-canvas-left .mfp-content::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }

    .mobile-sidebar .nav-sidebar.nav-vertical>li.menu-item.active, .mobile-sidebar .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: unset;
    }

    .mobile-sidebar .nav-sidebar.nav-vertical>li+li {
        border: none;
    }

    .mobile-sidebar .nav-sidebar.nav-vertical .children {
        padding-bottom: .4rem;
        padding-right: 20px;
        margin-top: -.4rem;
    }

    .mobile-sidebar .sidebar-menu a {
        color: var(--obelix-header-color);
        font-size: 1.05rem;
    }

    .mobile-sidebar .sidebar-menu .active>a {
        color: var(--fs-color-primary);
        border-color: transparent;
    }

    .mobile-sidebar .sidebar-menu .active > .sub-menu a::before {
        -webkit-transform: scaleX(1)!important;
            -ms-transform: scaleX(1)!important;
                transform: scaleX(1)!important;
    }

    .mobile-sidebar .sidebar-menu .toggle {
        --toggle-line-width: 11px;
        --toggle-color: var(--obelix-header-color, #161618);
    }

    .mobile-sidebar .sidebar-menu .active>.toggle {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        --toggle-color: var(--fs-color-primary);
    }

    .mobile-sidebar .sidebar-menu .toggle i {
        position: relative;
    }

    .mobile-sidebar .sidebar-menu .toggle i::before, .sidebar-menu .toggle i::after {
        content: "";
        position: absolute;
        height: var(--toggle-line-width);
        width: 2px;
        top: calc(50% - var(--toggle-line-width) / 2);
        left: calc(50% - 1px);
        border-radius: 2px;
        background-color: var(--toggle-color);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .mobile-sidebar .sidebar-menu .toggle i::after {
        width: var(--toggle-line-width);
        height: 2px;
        top: calc(50% - 1px);
        left: calc(50% - var(--toggle-line-width) / 2);
    }

    .mobile-sidebar .sidebar-menu .active>.toggle i::before {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    /* Child sub menu */
    .mobile-sidebar .nav-vertical li li.menu-item-has-children:not(:first-child) {
        margin-top: 0;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li li {
        padding-left: 1rem;
        margin: 0;
        position: relative;
    }

    s.off-canvas:not(.off-canvas-center) .nav-vertical li a {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-sidebar .nav-vertical li li.menu-item-has-children>a {
        letter-spacing: 0;
        text-transform: unset;
    }

    .mobile-sidebar .nav-vertical>li>ul li a {
        display: block;
        padding-top: .8rem;
        padding-bottom: .8rem;
        padding-left: 0!important;
        margin: 0 0 0 1rem!important;
        text-transform: unset;
        font-size: .9rem;
        line-height: 1.4;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        position: relative;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
    }

    .mobile-sidebar .nav-vertical li li:last-child a {
        border: none;
    }

    /* Child Toggle */
    .mobile-sidebar .nav-vertical .obelix-mobile-has-toggle {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .mobile-sidebar .nav-vertical .obelix-mobile-has-toggle .toggle {
        margin: 0;
        right: -16px;
        position: absolute;
        top: 0;
        height: 46px;
        opacity: 1;
    }

    .mobile-sidebar .nav-vertical li li li a::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -.7em;
        background: black;
        width: 4px;
        height: 1px;
        -webkit-transition: 0.4s ease-in;
        -o-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        z-index: 1;
    }

    .mobile-sidebar .nav-vertical li li li.active > a::after {
        background: var(--fs-color-primary);
    }
}
@media screen and (max-width: 549px) {
    .mfp-wrap.off-canvas-left .mfp-close {
        left: auto;
        right: calc((100vw - var(--obelix-drawer-width, 300px)) / 2 - 24px);

    }
    
}
/**** End Dropdown Menu Four ****/
.header-main ul.header-nav-main > li {
    margin: 0 5px;
}

.header-main ul.header-nav-main > li::before,
.header-main ul.header-nav-main > li::after {
    display: none;
}

.header-main ul.header-nav>li.menu-item>a {
    background: #fff;
    padding: 7px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #203d4a;
    display: flex;
    height: 44px;
}

.header-main ul.header-nav>li.menu-item>a:hover {
    background: #053d83;
    color: #203d4a;
}


.header-main ul.header-nav>li.menu-item>a>i {
    display: none;
}

#header .header-search-form input {
    background: #fff !important;
	height: 50px;
    padding: 0 80px 0 10px;
    border-radius: 15px;
	border: none;
    box-shadow: none;
    font-size: 14px;
}

#header .header-search-form input::placeholder {
    color: #666;
}

#header .header-search-form .icon-search {
    font-size: 20px;
    color: var(--main-color-2);
    right: 10px;
}

.header-main .header-wishlist-icon a.wishlist-link {
    padding: 0;
}

.header-main .header-wishlist-icon a.wishlist-link > i {
    width: 30px;
    height: 30px;
    position: relative;
}

.header-main .header-wishlist-icon a.wishlist-link > i::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/11/i-heart-2.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}

.header-main .header-wishlist-icon:hover a.wishlist-link > i::before {
    background: url(/wp-content/uploads/2023/11/i-heart-1.png) no-repeat;
    background-size: 100% 100%;
}

.header-main ul.header-nav-main > li.html_top_right_text {
    margin-right: 0;
}

.header-main .header-list-wrap {
    display: flex;
}

.header-main .header-list-wrap .wrap-icon {
    position: relative;
    margin-left: 10px;
}

.header-main .header-list-wrap .wrap-icon .icon svg {
    width: 30px;
    height: 30px;
    color: #fff;
}

.header-main .header-list-wrap .wrap-icon .icon svg:hover {
    color: var(--main-color);
}

.header-main .header-list-wrap .wrap-icon .count,
.header-main .header-wishlist-icon a.wishlist-link > i::after {
    position: absolute;
    top: -3px;
    right: 0;
    background: var(--green-color);
    min-width: unset;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main .cart-item {
    margin-left: 0 !important;
}

.header-main .cart-item a.header-cart-link {
    padding: 0px;
    background: var(--main-color);
    border-radius: 12px;
}

.header-main .cart-item a.header-cart-link .header-cart-title {
    font-size: 14px;
    text-transform: none;
    color: #000000;
}

.header-main .cart-item .header-cart-icon {
    margin-left: 0;
}

.header-main .cart-item .header-cart-icon::after {
    background: var(--green-color);
    width: 15px;
    height: 15px;
    top: -3px;
    right: -6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.header-main .cart-item .header-cart-icon img.cart-img-icon {
    width: 30px;
    max-width: unset;
}

.header-main .cart-item a.header-cart-link:hover {
    background: #fff;
}

.header-main .cart-item a.header-cart-link:hover .header-cart-title {
    color: var(--main-color);
}

.header-main .cart-item .header-cart-icon::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2023/10/i-cart-2.png) no-repeat center center;
    background-size: cover;
    display: none;
}

.header-main .cart-item a.header-cart-link:hover .header-cart-icon img {
    opacity: 0;
}

.header-main .cart-item a.header-cart-link:hover .header-cart-icon::before {
    display: block;
}

.nav-dropdown li a:hover {
    background: #ffffff !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Keep material cards and partner logos balanced across responsive layouts. */
.iqh-material-card.box {
    display: flex;
    flex-direction: column;
    aspect-ratio: 1 / 1;
}

.iqh-material-card .box-image {
    flex: 1 1 auto;
    min-height: 0;
}

.iqh-material-card .box-image .image-cover {
    height: 100%;
    padding-top: 0 !important;
}

.iqh-material-card .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iqh-material-card .box-text {
    flex: 0 0 58px;
    display: grid;
    place-items: center;
}

@media screen and (max-width: 760px) {
    .iqh-material-grid,
    .iqh-logo-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Keep project cards compact on phone/tablet instead of stretching full-width. */
@media screen and (max-width: 849px) {
    .iqh-project-grid.row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .iqh-project-card.box {
        aspect-ratio: 1 / 1;
        display: flex;
        flex-direction: column;
    }

    .iqh-project-card .box-image {
        flex: 1 1 auto;
        height: auto !important;
        min-height: 0;
    }

    .iqh-project-card .box-image .image-cover {
        height: 100% !important;
        padding-top: 0 !important;
    }

    .iqh-project-card .box-text {
        flex: 0 0 42px;
        display: grid;
        place-items: center;
        padding: 8px 4px !important;
    }
}

@media screen and (max-width: 760px) {
    .iqh-project-grid.row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Center the stacked support icon boxes on small screens. */
@media screen and (max-width: 760px) {
    .iqh-support-strip.row {
        justify-items: center;
    }

    .iqh-support-strip.row > .col,
    .iqh-support-strip.row > .col > .col-inner {
        width: 100% !important;
    }

    .iqh-support-box.featured-box {
        display: grid !important;
        grid-template-columns: 52px minmax(0, 1fr);
        align-items: center;
        column-gap: 16px;
        width: min(100%, 278px);
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 20px 0 !important;
    }

    .iqh-support-box .icon-box-img {
        margin: 0 !important;
    }

    .iqh-support-box .icon-box-text {
        padding-left: 0 !important;
        text-align: left;
    }
}
/* === SmartLife homepage refresh: 2026-06-29 === */
body.home {
    background: #f6f9ff;
}

body.home #header .header-main {
    border-bottom: 1px solid rgba(255,255,255,.14);
}

body.home .header-main .nav > li > a {
    color: rgba(255,255,255,.92);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

body.home .header-main .nav > li > a:hover,
body.home .header-main .nav > li.active > a {
    color: #0d2d62;
}

body.home .header-main .header-button a,
body.home .header-main .icon-search,
body.home .header-main .cart-icon strong {
    color: #fff;
    border-color: rgba(255,255,255,.75);
}

.sl-home {
    --sl-blue: #0b63df;
    --sl-navy: #061f4d;
    --sl-ink: #0d1b35;
    --sl-muted: #5d6d85;
    --sl-line: #dfe8f5;
    --sl-soft: #f5f8fd;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
    color: var(--sl-ink);
}

.sl-home * {
    box-sizing: border-box;
    font-family: inherit !important;
    letter-spacing: 0;
}

.sl-container.row {
    width: min(1180px, calc(100% - 32px));
    max-width: min(1180px, calc(100% - 32px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.sl-container.row > .col {
    padding-left: 0;
    padding-right: 0;
}

.sl-hero {
    min-height: 760px;
    margin-top: -1px;
    overflow: hidden;
    background: #061936;
}

.sl-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4,16,40,.95) 0%, rgba(4,16,40,.74) 39%, rgba(4,16,40,.18) 64%, rgba(4,16,40,.55) 100%),
        url("/wp-content/uploads/smartlife/hero-smart-home.png") center/cover no-repeat;
}

.sl-hero > .section-content {
    position: relative;
    z-index: 1;
}

.sl-hero-grid.row {
    display: grid !important;
    grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
    gap: 40px;
    min-height: 760px;
    align-items: center;
    padding: 64px 0 28px;
}

.sl-hero-grid.row > .col,
.sl-intro-grid.row > .col,
.sl-solution-grid.row > .col {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
}

.sl-kicker,
.sl-section-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    color: #0b63df;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.sl-kicker {
    color: #d9ebff;
    background: rgba(45,127,255,.24);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    padding: 9px 14px;
}

.sl-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 39px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
}

.sl-hero p {
    max-width: 530px;
    margin: 0 0 28px;
    color: rgba(255,255,255,.86);
    font-size: 19px;
    line-height: 1.65;
}

.sl-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 44px;
}

.sl-btn,
.sl-mini-link,
.sl-view-all,
.sl-consult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
}

.sl-btn-primary,
.sl-mini-link,
.sl-consult {
    background: var(--sl-blue);
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(11,99,223,.25);
}

.sl-btn-outline {
    border: 1px solid rgba(255,255,255,.78);
    color: #fff !important;
}

.sl-benefit-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 18px;
    color: #fff;
}

.sl-benefit-strip span {
    position: relative;
    padding-left: 42px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.45;
}

.sl-benefit-strip span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255,255,255,.86);
    border-radius: 50%;
}

.sl-benefit-strip b {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
}

.sl-hero-visual {
    position: relative;
    min-height: 640px;
}

.sl-house-card {
    position: absolute;
    inset: 82px 18px 82px 0;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 28px 80px rgba(0,0,0,.35);
}

.sl-phone-ui {
    --sl-phone-scale: .56;
    position: absolute;
    right: 36px;
    top: 0;
    width: 520px;
    min-height: 690px;
    padding: 86px 36px 28px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(235,244,255,.82);
    border-radius: 68px;
    background:
        linear-gradient(108deg, rgba(255,255,255,.88) 0 1.2%, transparent 1.6% 98.4%, rgba(255,255,255,.8) 98.8%),
        linear-gradient(144deg, #f5fbff 0%, #6f8196 8%, #1b2735 19%, #060b12 54%, #2b435d 83%, #edf6ff 100%);
    color: #fff;
    box-shadow:
        0 42px 88px rgba(0,0,0,.64),
        0 10px 32px rgba(80,159,255,.2),
        inset 0 0 0 2px rgba(255,255,255,.28),
        inset 0 0 0 10px rgba(2,7,14,.9),
        inset 0 0 0 13px rgba(255,255,255,.08);
    animation: sl-phone-float 5.8s ease-in-out infinite;
    transform-origin: top right;
    will-change: transform;
}

.sl-phone-ui::before {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: 0;
    border-radius: 55px;
    background:
        radial-gradient(circle at 20% 10%, rgba(80,154,255,.17), transparent 25%),
        radial-gradient(circle at 80% 0%, rgba(255,255,255,.09), transparent 24%),
        linear-gradient(180deg, #111c2c 0%, #00377a 38%, #06101a 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.08),
        inset 0 -44px 72px rgba(0,0,0,.42);
}

.sl-phone-ui::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 4;
    width: 132px;
    height: 32px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 72% 50%, #183455 0 5px, #10223a 6px, transparent 7px),
        radial-gradient(circle at 30% 50%, #071523 0 12px, transparent 13px),
        linear-gradient(180deg, #01050b, #080e16);
    box-shadow:
        inset 0 1px 2px rgba(255,255,255,.08),
        0 10px 24px rgba(0,0,0,.48);
    transform: translateX(-50%);
}

.sl-phone-ui > br,
.sl-phone-scenes > br,
.sl-scene-row > br,
.sl-device-head > br,
.sl-phone-nav > br {
    display: none !important;
}

.sl-phone-ui p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: inherit;
}

.sl-phone-ui p:empty {
    display: none !important;
}

.sl-phone-ui > * {
    position: relative;
    z-index: 2;
}

.sl-phone-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
}

.sl-phone-top strong {
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 850;
    line-height: 1.08;
}

.sl-phone-top span {
    display: block;
    margin-top: 6px;
    color: rgba(226,236,255,.78);
    font-size: 18px;
    line-height: 1.25;
}

.sl-phone-top img {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    padding: 14px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.7);
    background: radial-gradient(circle at 70% 78%, rgba(255,211,92,.95) 0 4px, rgba(255,211,92,0) 5px), rgba(255,255,255,.13);
    box-shadow: 0 10px 30px rgba(255,255,255,.13), inset 0 1px 0 rgba(255,255,255,.24);
}

.sl-weather-card {
    position: relative;
    display: block;
    min-height: 150px;
    margin: 22px 0 0;
    padding: 22px 24px;
    overflow: hidden;
    border: 1px solid rgba(128,183,255,.42);
    border-radius: 24px;
    background:
        linear-gradient(90deg, rgba(10,25,51,.86) 0%, rgba(10,25,51,.52) 42%, rgba(10,25,51,.12) 100%),
        linear-gradient(180deg, rgba(15,68,140,.1), rgba(5,12,24,.26)),
        url('/wp-content/uploads/smartlife/hero-smart-home.png');
    background-size: cover;
    background-position: center right;
    box-shadow:
        0 20px 36px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.1);
    backdrop-filter: blur(14px);
}

.sl-weather-card::after {
    content: "";
    position: absolute;
    right: 62px;
    top: 26px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: radial-gradient(circle at 36% 34%, #fff 0 7px, #d7e6ff 8px 17px, rgba(255,255,255,0) 18px);
    box-shadow: 0 0 28px rgba(207,226,255,.7);
    opacity: .92;
}

.sl-weather-card > span {
    display: block;
    color: rgba(240,246,255,.9);
    font-size: 17px;
    line-height: 1.2;
}

.sl-weather-card strong {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: 70px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: .9;
}

.sl-weather-card em,
.sl-weather-card b {
    display: block;
    margin-top: 11px;
    color: rgba(230,238,255,.82);
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.sl-weather-card b {
    position: relative;
    margin-top: 8px;
    padding-left: 22px;
}

.sl-weather-card b::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 16px;
    border-radius: 10px 10px 12px 12px;
    background: #7ab8ff;
    box-shadow: 0 0 16px rgba(122,184,255,.62);
    transform: rotate(45deg);
}

.sl-phone-scenes {
    margin-top: 20px;
}

.sl-phone-scenes h4,
.sl-device-head h4 {
    margin: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
}

.sl-scene-row {
    display: grid;
    grid-template-columns: 1.25fr 1fr .9fr 1.05fr;
    gap: 12px;
    margin-top: 12px;
}

.sl-scene-row span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 56px;
    gap: 8px;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 19px;
    background: rgba(255,255,255,.07);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    color: rgba(228,237,255,.72);
}

.sl-scene-row span.is-active {
    border-color: rgba(91,161,255,.82);
    background: linear-gradient(135deg, rgba(49,113,214,.56), rgba(20,50,94,.62));
    box-shadow: 0 0 24px rgba(65,145,255,.32), inset 0 1px 0 rgba(255,255,255,.18);
    color: #fff;
}

.sl-scene-row img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,.28));
}

.sl-scene-row b {
    display: block;
    overflow: hidden;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sl-device-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.sl-device-head span {
    color: rgba(225,234,250,.7);
    font-size: 17px;
}

.sl-phone-ui .sl-device-grid {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    grid-auto-flow: row;
    align-items: stretch;
    gap: 12px;
    margin-top: 12px;
}

.sl-phone-ui .sl-device-grid > br {
    display: none !important;
}

.sl-phone-ui .sl-device-grid > span {
    --sl-device-photo: none;
    --sl-device-photo-size: 128px 96px;
    --sl-device-photo-position: right -8px center;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    min-height: 104px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 22px;
    background:
        linear-gradient(90deg, rgba(9,22,38,.95) 0%, rgba(9,22,38,.8) 43%, rgba(9,22,38,.16) 76%, rgba(9,22,38,.06) 100%),
        var(--sl-device-photo),
        linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
    background-repeat: no-repeat;
    background-size: 100% 100%, var(--sl-device-photo-size), 100% 100%;
    background-position: center, var(--sl-device-photo-position), center;
    box-shadow:
        0 13px 25px rgba(0,0,0,.25),
        inset 0 1px 0 rgba(255,255,255,.1);
    font-size: 12px;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.sl-phone-ui .sl-device-grid > span::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 78% 32%, rgba(255,255,255,.12), transparent 22%),
        linear-gradient(180deg, rgba(7,17,32,.1), rgba(5,13,25,.56));
    pointer-events: none;
}

.sl-phone-ui .sl-device-grid > span::after {
    content: "";
    position: absolute;
    inset: -45% auto auto -60%;
    width: 80%;
    height: 190%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent);
    transform: rotate(24deg);
    animation: sl-card-scan 6.4s ease-in-out infinite;
    z-index: 1;
}

.sl-phone-ui .sl-device-grid > span:nth-child(2)::after { animation-delay: .45s; }
.sl-phone-ui .sl-device-grid > span:nth-child(3)::after { animation-delay: .9s; }
.sl-phone-ui .sl-device-grid > span:nth-child(4)::after { animation-delay: 1.35s; }
.sl-phone-ui .sl-device-grid > span:nth-child(5)::after { animation-delay: 1.8s; }
.sl-phone-ui .sl-device-grid > span:nth-child(6)::after { animation-delay: 2.25s; }

.sl-phone-ui .sl-device-grid > span:hover {
    transform: translateY(-2px);
    border-color: rgba(128,183,255,.36);
    box-shadow:
        0 15px 28px rgba(1,12,30,.24),
        inset 0 1px 0 rgba(255,255,255,.16);
}

.sl-phone-ui .sl-device-grid > span > img {
    display: none;
}

.sl-phone-ui .sl-device-grid > span > b,
.sl-phone-ui .sl-device-grid > span > em,
.sl-phone-ui .sl-device-grid > span > strong,
.sl-phone-ui .sl-device-grid > span > i {
    position: relative;
    z-index: 2;
    display: block;
    font-style: normal;
}

.sl-phone-ui .sl-device-grid > span > b {
    color: #fff;
    max-width: 108px;
    font-size: 20px;
    line-height: 1.2;
}

.sl-phone-ui .sl-device-grid > span > em {
    margin-top: 5px;
    color: rgba(224,234,252,.72);
    max-width: 112px;
    font-size: 15px;
    line-height: 1.2;
}

.sl-phone-ui .sl-device-grid > span > strong {
    margin-top: auto;
    color: #58a3ff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.sl-phone-ui .sl-device-grid > span.sl-device-camera > strong,
.sl-phone-ui .sl-device-grid > span.sl-device-sensor > strong {
    color: #20e0b0;
    font-size: 18px;
}

.sl-phone-ui .sl-device-grid > span.sl-device-lock > strong {
    font-size: 18px;
}

.sl-toggle {
    position: absolute !important;
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 26px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2f8cff, #74b6ff);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.4), 0 8px 18px rgba(47,140,255,.22);
}

.sl-toggle::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
}

.sl-chev {
    position: absolute !important;
    right: 12px;
    bottom: 10px;
    color: rgba(229,238,255,.76);
    font-size: 30px;
    font-style: normal;
    line-height: 1;
}

.sl-phone-ui .sl-device-grid > span.sl-device-light {
    --sl-device-photo: url('/wp-content/uploads/smartlife/phone-devices/den-tran-card.png');
    --sl-device-photo-size: 120px 98px;
    --sl-device-photo-position: right -4px center;
}

.sl-phone-ui .sl-device-grid > span.sl-device-curtain {
    --sl-device-photo: url('/wp-content/uploads/smartlife/phone-devices/rem-cua-card.png');
    --sl-device-photo-size: 130px 98px;
}

.sl-phone-ui .sl-device-grid > span.sl-device-ac {
    --sl-device-photo: url('/wp-content/uploads/smartlife/phone-devices/dieu-hoa-card.png');
    --sl-device-photo-size: 128px 96px;
}

.sl-phone-ui .sl-device-grid > span.sl-device-camera {
    --sl-device-photo: url('/wp-content/uploads/smartlife/phone-devices/camera-card.png');
    --sl-device-photo-size: 126px 96px;
}

.sl-phone-ui .sl-device-grid > span.sl-device-lock {
    --sl-device-photo: url('/wp-content/uploads/smartlife/phone-devices/khoa-cua-card.png');
    --sl-device-photo-size: 116px 96px;
}

.sl-phone-ui .sl-device-grid > span.sl-device-sensor {
    --sl-device-photo: url('/wp-content/uploads/smartlife/phone-devices/cam-bien-card.png');
    --sl-device-photo-size: 118px 96px;
}

.sl-expand-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 74px;
    margin-top: 14px;
    padding: 14px 18px;
    border: 1px solid rgba(128,183,255,.2);
    border-radius: 19px;
    background:
        radial-gradient(circle at 10% 30%, rgba(255,255,255,.2), transparent 25%),
        linear-gradient(135deg, rgba(79,142,231,.78), rgba(8,44,91,.9));
    box-shadow: 0 16px 30px rgba(26,101,195,.22), inset 0 1px 0 rgba(255,255,255,.16);
}

.sl-expand-card img {
    width: 44px;
    height: 44px;
}

.sl-expand-card span {
    flex: 1;
    min-width: 0;
}

.sl-expand-card b,
.sl-expand-card em {
    display: block;
    color: #fff;
    font-style: normal;
    line-height: 1.2;
}

.sl-expand-card b {
    font-size: 22px;
    font-weight: 850;
}

.sl-expand-card em {
    margin-top: 4px;
    color: rgba(232,241,255,.74);
    font-size: 15px;
}

.sl-expand-card i {
    color: rgba(232,241,255,.78);
    font-size: 28px;
    font-style: normal;
    line-height: 1;
}

.sl-phone-nav {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: center;
    gap: 4px;
    margin-top: 14px;
    padding: 12px 10px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    background: rgba(255,255,255,.035);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}

.sl-phone-nav span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: rgba(222,232,250,.62);
}

.sl-phone-nav img {
    width: 24px;
    height: 24px;
    opacity: .72;
}

.sl-phone-nav b {
    display: block;
    overflow: hidden;
    max-width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sl-phone-nav span.is-active {
    color: #58a3ff;
}

.sl-phone-nav span.is-active img {
    opacity: 1;
    filter: drop-shadow(0 8px 18px rgba(47,140,255,.34));
}

.sl-signal-ring {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(128,183,255,.34);
    border-radius: 50%;
    pointer-events: none;
    animation: sl-ring-pulse 4.8s ease-out infinite;
}

.sl-signal-a {
    right: 195px;
    top: 95px;
    width: 108px;
    height: 108px;
}

.sl-signal-b {
    right: 44px;
    top: 330px;
    width: 72px;
    height: 72px;
    animation-delay: 1.4s;
}

@keyframes sl-phone-float {
    0%, 100% { transform: translateY(0) scale(var(--sl-phone-scale)); }
    50% { transform: translateY(-10px) scale(var(--sl-phone-scale)); }
}

@keyframes sl-ring-pulse {
    0% { transform: scale(.82); opacity: .58; }
    72%, 100% { transform: scale(1.35); opacity: 0; }
}

@keyframes sl-card-scan {
    0%, 68% { transform: translateX(0) rotate(24deg); opacity: 0; }
    76% { opacity: 1; }
    100% { transform: translateX(265%) rotate(24deg); opacity: 0; }
}

@keyframes sl-icon-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

.sl-intro,
.sl-products-section,
.sl-solutions {
    background: #fff;
}

.sl-intro-grid.row,
.sl-solution-grid.row {
    display: grid !important;
    align-items: center;
}

.sl-intro-grid.row {
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
    gap: 54px;
}

.sl-smart-house {
    position: relative;
    min-height: 330px;
}

.sl-smart-house-img {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: url("/wp-content/uploads/smartlife/intro-smart-home.png") center/contain no-repeat;
}

.sl-smart-house .pin {
    position: absolute;
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--sl-line);
    box-shadow: 0 14px 34px rgba(18,43,84,.12);
    color: var(--sl-blue);
    font-size: 12px;
    font-weight: 700;
}
.icon-box-img img {
    padding-top: 0px !important;
}
.pin-a { left: 10%; top: 6%; }
.pin-b { right: 10%; top: 18%; }
.pin-c { left: 20%; bottom: 12%; }

.sl-intro h2,
.sl-solutions h2 {
    margin: 0 0 12px;
    color: #071a35;
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.25;
    letter-spacing: 0;
}

.sl-intro p,
.sl-solutions p {
    color: var(--sl-muted);
    font-size: 16px;
    line-height: 1.7;
}

.sl-feature-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 26px 44px;
    margin: 28px 0;
}

.sl-feature-grid div {
    position: relative;
    padding-left: 46px;
}

.sl-feature-grid div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--sl-line);
    background: #fff;
    box-shadow: 0 10px 20px rgba(18,43,84,.08);
}

.sl-feature-grid b {
    display: block;
    margin-bottom: 4px;
    color: #10223f;
}

.sl-feature-grid span {
    color: var(--sl-muted);
    font-size: 14px;
}

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

.sl-product-tabs {
    margin: 10px auto 28px;
}

.sl-product-tabs .nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    gap: 10px;
    margin: 0 !important;
    padding: 4px 0 8px !important;
    border: 0 !important;
}

.sl-product-tabs .nav > li {
    flex: 0 0 auto !important;
    margin: 0 !important;
}

.sl-product-tabs .nav > li > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px !important;
    border: 1px solid #dbe7f6;
    border-radius: 999px;
    background: #fff;
    color: #253752 !important;
    box-shadow: 0 8px 18px rgba(18,43,84,.06);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap;
}

.sl-product-tabs .nav > li.active > a,
.sl-product-tabs .nav > li > a.active,
.sl-product-tabs .nav > li > a:hover {
    border-color: var(--sl-blue);
    background: var(--sl-blue);
    color: #fff !important;
}

.sl-product-tabs .nav-line > li > a::before,
.sl-product-tabs .nav-line > li.active > a::before {
    display: none !important;
    content: none !important;
}

body.home .sl-section-label.centered + .tabbed-content {
    margin-top: 18px;
}

body.home .sl-section-label.centered + .tabbed-content > .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 auto 28px !important;
    padding: 4px 0 0 !important;
    border: 0 !important;
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li {
    flex: 0 0 auto;
    margin: 0 !important;
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 16px !important;
    border: 1px solid #dbe7f6;
    border-radius: 999px;
    background: #fff;
    color: #253752 !important;
    box-shadow: 0 8px 18px rgba(18,43,84,.06);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap;
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li > a::before {
    content: "" !important;
    position: static !important;
    display: block !important;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    margin: 0 !important;
    border: 0 !important;
    background: currentColor !important;
    opacity: .9 !important;
    transform: none !important;
    transition: opacity .2s ease, transform .2s ease;
    -webkit-mask: var(--sl-tab-icon) center / 15px 15px no-repeat;
    mask: var(--sl-tab-icon) center / 15px 15px no-repeat;
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li:nth-child(1) > a {
    --sl-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h6v6H4z'/%3E%3Cpath d='M14 4h6v6h-6z'/%3E%3Cpath d='M4 14h6v6H4z'/%3E%3Cpath d='M14 14h6v6h-6z'/%3E%3C/svg%3E");
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li:nth-child(2) > a {
    --sl-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3Cpath d='M12 2a6 6 0 0 0-3.5 10.9c.9.7 1.5 1.8 1.5 3.1h4c0-1.3.6-2.4 1.5-3.1A6 6 0 0 0 12 2z'/%3E%3C/svg%3E");
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li:nth-child(3) > a {
    --sl-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 4.6-3 8.6-7 10-4-1.4-7-5.4-7-10V6z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li:nth-child(4) > a {
    --sl-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 18h16'/%3E%3Ccircle cx='8' cy='6' r='2' fill='white'/%3E%3Ccircle cx='16' cy='12' r='2' fill='white'/%3E%3Ccircle cx='11' cy='18' r='2' fill='white'/%3E%3C/svg%3E");
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li:nth-child(5) > a {
    --sl-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='1.6' stroke-linejoin='round'%3E%3Cpath d='M13 2L4 14h7l-1 8 10-13h-7z'/%3E%3C/svg%3E");
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li:nth-child(6) > a {
    --sl-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16'/%3E%3Cpath d='M6 4v15'/%3E%3Cpath d='M18 4v15'/%3E%3Cpath d='M9 7v12'/%3E%3Cpath d='M12 7v12'/%3E%3Cpath d='M15 7v12'/%3E%3C/svg%3E");
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li:nth-child(7) > a {
    --sl-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-5 9 5-9 5z'/%3E%3Cpath d='M3 9v6l9 5 9-5V9'/%3E%3Cpath d='M12 14v6'/%3E%3C/svg%3E");
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li.active > a,
body.home .sl-section-label.centered + .tabbed-content > .nav > li > a[aria-selected="true"],
body.home .sl-section-label.centered + .tabbed-content > .nav > li > a:hover {
    border-color: #0b63df !important;
    background: #0b63df !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(11,99,223,.22);
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li.active > a span,
body.home .sl-section-label.centered + .tabbed-content > .nav > li > a[aria-selected="true"] span,
body.home .sl-section-label.centered + .tabbed-content > .nav > li > a:hover span {
    color: #fff !important;
    opacity: 1 !important;
}

body.home .sl-section-label.centered + .tabbed-content > .nav > li.active > a::before,
body.home .sl-section-label.centered + .tabbed-content > .nav > li > a[aria-selected="true"]::before,
body.home .sl-section-label.centered + .tabbed-content > .nav > li > a:hover::before {
    opacity: 1 !important;
    transform: translateY(-1px) !important;
}

body.home .sl-section-label.centered + .tabbed-content > .nav.nav-line > li > a::before,
body.home .sl-section-label.centered + .tabbed-content > .nav.nav-line > li.active > a::before {
    position: static !important;
    display: block !important;
    content: "" !important;
}

body.home .sl-section-label.centered + .tabbed-content .tab-panels {
    padding-top: 0;
    border: 0;
}

body.home .sl-section-label.centered + .tabbed-content .product-small .box {
    overflow: hidden;
    min-height: 320px;
    padding: 10px 10px 10px;
    border: 1px solid #dfe8f5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(18,43,84,.08);
    text-align: left;
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

body.home .sl-section-label.centered + .tabbed-content .product-small .box:hover {
    border-color: #cfe0f5;
    box-shadow: 0 18px 36px rgba(18,43,84,.12);
    transform: translateY(-2px);
}

body.home .sl-section-label.centered + .tabbed-content .product-small .box-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 210px;
    border-radius: 7px;
    background:
        radial-gradient(circle at 50% 42%, rgba(230,238,250,.92) 0 40%, rgba(248,251,255,.78) 41% 100%),
        linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%);
}

body.home .sl-section-label.centered + .tabbed-content .product-small .box-image > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 174px;
}

body.home .sl-section-label.centered + .tabbed-content .product-small .box-text {
    padding: 16px 0 0 !important;
    text-align: left;
}

body.home .sl-section-label.centered + .tabbed-content .product-title a {
    color: #0b63df;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

body.home .sl-section-label.centered + .tabbed-content .price,
body.home .sl-section-label.centered + .tabbed-content .amount {
    color: #071832 !important;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.2;
}

.sl-products-section .product-small .box,
.sl-products-section .product .box {
    overflow: hidden;
    border: 1px solid var(--sl-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(18,43,84,.06);
}

.sl-products-section .product-small .box-image,
.sl-products-section .product .box-image {
    background: #f8fbff;
    border-bottom: 1px solid #edf3fb;
}

.sl-products-section .box-text,
.sl-products-section .product-small .box-text,
.sl-products-section .product .box-text {
    padding: 14px !important;
    text-align: left;
}

.sl-products-section .product-title a {
    color: #10223f;
    font-weight: 800;
}

.sl-products-section .price,
.sl-products-section .amount {
    color: var(--sl-blue) !important;
    font-weight: 800;
}

.sl-products-section .product-category,
.sl-products-section .star-rating,
.sl-products-section .add-to-cart-button {
    display: none !important;
}

.sl-view-all {
    margin: 24px auto 0;
    border: 1px solid var(--sl-blue);
    background: #fff;
    color: var(--sl-blue) !important;
}

.sl-compare {
    background: #f7faff;
}

.sl-compare-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 1.3fr 1.1fr 1.3fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--sl-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(18,43,84,.08);
}

.sl-compare-photo {
    min-height: 220px;
    background-size: cover;
    background-position: center;
}

.sl-compare-photo.old {
    filter: grayscale(1);
    background-image: url("/wp-content/uploads/smartlife/traditional-living.png");
}

.sl-compare-photo.smart {
    background-image: url("/wp-content/uploads/smartlife/smart-living.png");
}

.sl-compare-list {
    padding: 24px 28px;
}

.sl-compare-list h3 {
    margin: 0 0 14px;
    color: #10223f;
    font-size: 18px;
}

.sl-compare-list p {
    position: relative;
    margin: 0 0 12px;
    padding-left: 24px;
    color: #263958;
    font-size: 14px;
}

.sl-compare-list p::before {
    content: "x";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff4d4d;
    font-weight: 900;
}

.sl-compare-list.smart p::before {
    content: "+";
    color: var(--sl-blue);
}

.sl-vs {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--sl-blue);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    transform: translate(-50%,-50%);
    box-shadow: 0 16px 30px rgba(11,99,223,.35);
}

.sl-solution-grid.row {
    grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
    gap: 40px;
}

.sl-solution-cards {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 14px;
    align-items: stretch;
}

.sl-solution-cards:not(.row) > div,
.sl-consult {
    min-height: 92px;
    padding: 16px;
    border: 1px solid var(--sl-line);
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 12px 26px rgba(18,43,84,.06);
}

.sl-solution-cards:not(.row) b {
    display: block;
    margin-bottom: 8px;
    color: #10223f;
}

.sl-solution-cards:not(.row) span {
    color: var(--sl-muted);
    font-size: 13px;
}

.sl-consult {
    color: #fff !important;
}

@media (max-width: 849px) {
    .sl-hero-grid.row,
    .sl-intro-grid.row,
    .sl-solution-grid.row {
        grid-template-columns: 1fr !important;
        gap: 28px;
    }

    .sl-hero {
        min-height: auto;
    }

    .sl-hero-grid.row {
        padding: 42px 0 34px;
    }

    .sl-hero-visual {
        min-height: 650px;
    }

    .sl-house-card {
        inset: 82px 0 88px 0;
    }

    .sl-phone-ui {
        left: 50%;
        right: auto;
        top: 12px;
        width: 520px;
        max-width: none;
        min-height: 690px;
        margin-left: -260px;
        padding: 84px 34px 26px;
        transform-origin: top center;
    }

    .sl-benefit-strip,
    .sl-feature-grid,
    .sl-solution-cards {
        grid-template-columns: 1fr 1fr;
    }

    .sl-compare-grid {
        grid-template-columns: 1fr;
    }

    .sl-vs {
        position: static;
        margin: -12px auto;
        transform: none;
    }
}

@media (max-width: 520px) {
    .sl-benefit-strip,
    .sl-feature-grid,
    .sl-solution-cards {
        grid-template-columns: 1fr;
    }

    .sl-hero h1 {
        font-size: 34px;
    }

    .sl-hero-visual {
        min-height: 650px;
    }

    .sl-phone-ui {
        width: 500px;
        min-height: 680px;
        margin-left: -250px;
        padding: 82px 32px 24px;
    }

    .sl-phone-top strong {
        font-size: 31px;
    }

    .sl-weather-card {
        min-height: 142px;
        padding: 20px;
    }

    .sl-weather-card strong {
        font-size: 62px;
    }

    .sl-scene-row {
        gap: 10px;
    }

    .sl-scene-row span {
        height: 52px;
        padding: 0 9px;
    }

    .sl-phone-ui .sl-device-grid {
        gap: 11px;
    }

    .sl-phone-ui .sl-device-grid > span {
        min-height: 100px;
        padding: 15px;
        --sl-device-photo-size: 116px 88px;
    }

    .sl-phone-nav b {
        font-size: 11px;
    }

    .sl-product-tabs {
        margin: 8px -16px 24px;
        padding: 0 16px;
        overflow: hidden;
    }

    .sl-product-tabs .nav {
        justify-content: flex-start !important;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4px 0 12px !important;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .sl-product-tabs .nav::-webkit-scrollbar {
        display: none;
    }

    .sl-product-tabs .nav > li {
        scroll-snap-align: start;
    }

    .sl-product-tabs .nav > li > a {
        min-height: 36px;
        padding: 0 13px !important;
        font-size: 12px;
    }

    body.home .sl-section-label.centered + .tabbed-content {
        margin: 8px -16px 24px;
        padding: 0 16px;
        overflow: hidden;
    }

    body.home .sl-section-label.centered + .tabbed-content > .nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4px 0 12px !important;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    body.home .sl-section-label.centered + .tabbed-content > .nav::-webkit-scrollbar {
        display: none;
    }

    body.home .sl-section-label.centered + .tabbed-content > .nav > li {
        scroll-snap-align: start;
    }

    body.home .sl-section-label.centered + .tabbed-content > .nav > li > a {
        min-height: 36px;
        padding: 0 13px !important;
        font-size: 12px;
    }

    body.home .sl-section-label.centered + .tabbed-content .product-small .box {
        min-height: 282px;
        padding: 14px;
    }

    body.home .sl-section-label.centered + .tabbed-content .product-small .box-image {
        min-height: 166px;
        padding: 12px;
    }

    body.home .sl-section-label.centered + .tabbed-content .product-small .box-image > a {
        min-height: 142px;
    }
}
/* === End SmartLife homepage refresh === */
/* === SmartLife UX Builder icon boxes: 2026-06-29 === */
.sl-hero-copy .button.sl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0 12px 18px 0;
    padding: 0 22px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 44px;
    text-transform: none;
    text-decoration: none;
}

.sl-hero-copy .button.sl-btn-primary {
    background: var(--sl-blue);
    color: #fff !important;
    border-color: var(--sl-blue);
    box-shadow: 0 12px 24px rgba(11,99,223,.25);
}

.sl-hero-copy .button.sl-btn-outline {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.78);
}

.sl-hero-grid.row {
    row-gap: 22px;
    padding-top: 42px;
    padding-bottom: 20px;
}

.sl-hero h1 {
    font-size: 39px;
    line-height: 1.12;
}

.sl-hero-visual {
    min-height: 640px;
}

.sl-phone-ui {
    min-height: 690px;
}

.sl-feature-row.row {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: none !important;
    width: auto !important;
}

.sl-hero-copy .sl-benefit-row.row {
    max-width: 560px !important;
    margin-top: 10px !important;
}

.sl-benefit-box.featured-box {
    display: flex !important;
    align-items: flex-start !important;
    min-height: 76px;
    height: 100%;
    color: #fff;
}

.sl-benefit-box .icon-box-left {
    display: flex !important;
    align-items: flex-start !important;
}

.sl-benefit-box .icon-box-img {
    flex: 0 0 34px !important;
    margin-right: 12px;
}

.sl-benefit-box .icon-box-img .icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 2px solid rgba(255,255,255,.9);
    border-radius: 50%;
}

.sl-benefit-box .icon-box-img img,
.sl-benefit-box .icon-box-img svg {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px;
    padding-top: 0 !important;
}

.sl-benefit-box h5 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
    overflow-wrap: normal;
    word-break: normal;
}

.sl-benefit-box p {
    max-width: none;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: normal;
    word-break: normal;
}

.sl-feature-row.row {
    margin: 24px -16px 8px !important;
}

.sl-feature-row.row > .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 16px 22px !important;
}

.sl-feature-box.featured-box {
    min-height: 72px;
}

.sl-feature-box .icon-box-img {
    margin-right: 14px;
}

.sl-feature-box .icon-box-img .icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--sl-line);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 20px rgba(18,43,84,.08);
}

.sl-feature-box .icon-box-img img {
    width: 17px;
    height: 17px;
}

.sl-feature-box h5 {
    margin: 0 0 6px;
    color: #10223f;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
}

.sl-feature-box p {
    margin: 0;
    color: var(--sl-muted);
    font-size: 14px;
    line-height: 1.55;
}

.sl-intro .button.sl-mini-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 6px;
    background: var(--sl-blue);
    color: #fff !important;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 44px;
    text-transform: none;
    box-shadow: 0 12px 24px rgba(11,99,223,.18);
}

.sl-product-tabs.tabbed-content {
    margin: 10px auto 30px;
}

.sl-product-tabs.tabbed-content .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 28px;
    margin: 0 auto;
    border-bottom: 1px solid var(--sl-line);
}

.sl-product-tabs.tabbed-content .nav > li {
    margin: 0;
}

.sl-product-tabs.tabbed-content .nav > li > a {
    padding: 0 0 14px;
    color: #263958;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.sl-product-tabs.tabbed-content .nav > li.active > a {
    color: var(--sl-blue);
    border-bottom: 3px solid var(--sl-blue);
}

.sl-product-tabs.tabbed-content .tab-panels {
    display: none;
}

.sl-compare-split.row {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    align-items: stretch;
    max-width: none !important;
}

.sl-compare-split.row > .col {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

.sl-compare-panel > .col-inner {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    padding: 68px 76px 315px;
    --sl-axis-offset: 94px;
    --sl-axis-color: #0b63df;
    --sl-dot-bg: #ffffff;
    --sl-dot-border: #0b63df;
}

.sl-compare-panel > .col-inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 164px;
    width: 1px;
    height: 286px;
    background: var(--sl-axis-color);
    opacity: .72;
}

.sl-compare-panel > .col-inner::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 430px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.08) 14%, rgba(0,0,0,.62) 34%, #000 56%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.08) 14%, rgba(0,0,0,.62) 34%, #000 56%);
    pointer-events: none;
}

.sl-compare-panel h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 46px;
    font-size: clamp(26px, 2.4vw, 34px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
}

.sl-compare-panel-old > .col-inner {
    border-radius: 28px 0 0 28px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 45%, #e8f2ff 100%);
    --sl-axis-color: rgba(11,99,223,.62);
    --sl-dot-border: #0b63df;
}

.sl-compare-panel-old > .col-inner::before {
    right: var(--sl-axis-offset);
}

.sl-compare-panel-old > .col-inner::after {
    background-image: linear-gradient(180deg, rgba(247,251,255,.02), rgba(239,246,255,.54) 78%, rgba(239,246,255,.7) 100%), url("/wp-content/uploads/smartlife/traditional-living.png");
    opacity: .74;
    filter: saturate(.82) contrast(.94);
}

.sl-compare-panel-smart > .col-inner {
    color: #ffffff;
    border-radius: 0 28px 28px 0;
    background: linear-gradient(180deg, #061d42 0%, #073477 48%, #0b63df 100%);
    --sl-axis-color: rgba(255,255,255,.62);
    --sl-dot-border: #ffffff;
}

.sl-compare-panel-smart > .col-inner::before {
    left: var(--sl-axis-offset);
}

.sl-compare-panel-smart > .col-inner::after {
    background-image: linear-gradient(180deg, rgba(6,29,66,0) 0%, rgba(7,52,119,.16) 38%, rgba(11,99,223,.2) 100%), url("/wp-content/uploads/smartlife/smart-living.png");
    opacity: .82;
    filter: saturate(1.02) contrast(1.02) brightness(1.08);
}

.sl-compare-panel-old h3 {
    color: #071d3d;
}

.sl-compare-panel-smart h3 {
    color: #ffffff;
}

.sl-timeline-point.featured-box {
    position: relative;
    z-index: 2;
    display: grid !important;
    min-height: 74px;
    margin: 0 0 18px;
    align-items: center;
    width: 100%;
}

.sl-timeline-point .icon-box-img {
    position: relative;
    z-index: 3;
    width: 36px !important;
    max-width: 36px !important;
    margin: 0 !important;
}

.sl-timeline-point .icon-box-img .icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--sl-dot-bg);
    border: 3px solid var(--sl-dot-border);
    box-shadow: 0 10px 24px rgba(7,29,61,.2);
}

.sl-timeline-point .icon-box-img img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.sl-timeline-point h5 {
    margin: 0;
    color: inherit !important;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
}

.sl-compare-panel-old .sl-timeline-point {
    grid-template-columns: minmax(0,1fr) 36px;
    column-gap: 34px;
}

.sl-compare-panel-old .sl-timeline-bad .icon-box-img .icon {
    color: #e5484d;
}

.sl-compare-panel-old .sl-timeline-point .icon-box-img {
    grid-column: 2;
    grid-row: 1;
}

.sl-compare-panel-old .sl-timeline-point .icon-box-text {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    color: #102440;
    text-align: right;
}

.sl-compare-panel-smart .sl-timeline-point {
    grid-template-columns: 36px minmax(0,1fr);
    column-gap: 34px;
}

.sl-compare-panel-smart .sl-timeline-good .icon-box-img .icon {
    color: #0b63df;
}

.sl-compare-panel-smart .sl-timeline-point .icon-box-img {
    grid-column: 1;
    grid-row: 1;
}

.sl-compare-panel-smart .sl-timeline-point .icon-box-text {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
    color: #ffffff;
    text-align: left;
}

.sl-solution-cards.row {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    align-items: stretch;
    max-width: none !important;
}

.sl-solution-cards.row > .col {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    flex: none !important;
}

.sl-solution-cards.row > .col > .col-inner {
    height: 100%;
}

.sl-solution-cta-col {
    grid-column: 1 / -1;
}

.sl-solution-box.featured-box,
.sl-solution-cta-col .button.sl-consult {
    display: flex;
    width: 100%;
    min-height: 106px;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: 1px solid var(--sl-line);
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 12px 26px rgba(18,43,84,.06);
}

.sl-solution-box .icon-box-img {
    margin: 0 auto 10px;
}

.sl-solution-box .icon-box-img .icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border-radius: 12px;
    background: #eef5ff;
}

.sl-solution-box .icon-box-img img {
    width: 21px;
    height: 21px;
}

.sl-solution-box h5 {
    margin: 0 0 7px;
    color: #10223f;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
}

.sl-solution-box p {
    margin: 0;
    color: var(--sl-muted);
    font-size: 13px;
    line-height: 1.45;
}

.sl-solution-cta-col .button.sl-consult {
    background: var(--sl-blue);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
}

@media (max-width: 849px) {
    .sl-feature-row.row > .col {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .sl-compare-split.row {
        grid-template-columns: 1fr;
    }

    .sl-compare-panel > .col-inner {
        min-height: 600px;
        padding: 48px 42px 285px;
        border-radius: 18px !important;
        --sl-axis-offset: 60px;
    }

    .sl-compare-panel > .col-inner::before {
        left: var(--sl-axis-offset);
        right: auto;
    }

    .sl-compare-panel-old .sl-timeline-point,
    .sl-compare-panel-smart .sl-timeline-point {
        grid-template-columns: 36px minmax(0,1fr);
        column-gap: 24px;
    }

    .sl-compare-panel-old .sl-timeline-point .icon-box-img,
    .sl-compare-panel-smart .sl-timeline-point .icon-box-img {
        grid-column: 1;
    }

    .sl-compare-panel-old .sl-timeline-point .icon-box-text,
    .sl-compare-panel-smart .sl-timeline-point .icon-box-text {
        grid-column: 2;
        max-width: none;
        text-align: left;
    }

    .sl-solution-cards.row {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 520px) {
    .sl-product-tabs.tabbed-content .nav {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .sl-solution-cards.row {
        grid-template-columns: 1fr;
    }
}

body.home .sl-hero-copy .sl-benefit-box.featured-box {
    display: flex !important;
    align-items: flex-start !important;
    min-height: 76px;
}
/* === End SmartLife UX Builder icon boxes === */


