/* ============================================================
   Flarelax light theme for portal.flarelax.com
   Design matched with flarelax.com (light mode):
   white / #f8fafd background, purple accent (#6348ff),
   India tricolor touches, Inter + Space Grotesk fonts.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

/* ============================================================
   GLOBAL LIGHT THEME (all pages)
   ============================================================ */

body.primary-bg-color,
body {
    background-color: #f8fafd !important;
    color: #334155;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.panel-title,
.card-title {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    letter-spacing: -0.01em;
    color: #0f172a;
}

a {
    color: #6348ff;
}

a:hover {
    color: #5135f2;
}

/* ---------- Header / Navbar ---------- */
#header.header {
    background: #ffffff !important;
    border-bottom: 1px solid #eef1f6;
    box-shadow: 0 2px 16px rgba(15, 23, 42, 0.06);
    position: sticky;
    top: 0;
    z-index: 1030;
}

#header .topbar {
    background: #f8fafd;
    border-bottom: 1px solid #eef1f6;
    color: #475569;
    font-size: 0.85rem;
}

#header .topbar .btn {
    color: #475569;
}

.flr-navbar {
    background: #ffffff !important;
    padding: 0.55rem 0 !important;
    position: relative;
}

.flr-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.flr-brand .logo-img {
    height: 38px;
    width: auto;
}

.flr-brand-text {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1;
}

.flr-nav-tools {
    display: flex;
    align-items: center;
    margin-left: 0.75rem;
}

@media (min-width: 1200px) {
    .flr-nav-collapse {
        flex: 1;
        order: 2;
    }

    .flr-nav-tools {
        order: 3;
        margin-left: 0.75rem;
    }
}

.flr-nav-links .nav-item {
    margin: 0 0.15rem;
}

.flr-nav-links > li > a {
    color: #475569 !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.6rem 1rem !important;
    border-radius: 10px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.flr-nav-links > li > a:hover {
    color: #5135f2 !important;
    background: #f3f0ff;
}

.flr-nav-links > li > a.active {
    color: #5135f2 !important;
    background: #f3f0ff;
    font-weight: 700;
}

.flr-nav-secondary > li {
    margin-left: 0.35rem;
}

.flr-nav-secondary .flr-cta-item > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, #6348ff 0%, #5135f2 100%);
    color: #ffffff !important;
    border-radius: 12px;
    padding: 0.65rem 1.45rem !important;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(99, 72, 255, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.flr-nav-secondary .flr-cta-item > a i {
    font-size: 0.92em;
    opacity: 0.92;
}

.flr-nav-secondary .flr-cta-item > a:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(99, 72, 255, 0.35);
    color: #ffffff !important;
    text-decoration: none;
}

#header .dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

#header .dropdown-item {
    color: #475569;
}

#header .dropdown-item:hover,
#header .dropdown-item:focus {
    background-color: #f3f0ff;
    color: #5135f2;
}

#header .dropdown-divider {
    border-top: 1px solid #e2e8f0;
}

#header .form-control,
#header .input-group-text {
    background-color: #f8fafd;
    border-color: #e2e8f0;
    color: #334155;
}

#header .cart-btn {
    color: #0f172a;
}

#header .btn-active-client {
    background-color: #f3f0ff;
    color: #5135f2;
}

/* ---------- Mobile navbar ---------- */
@media (max-width: 1199px) {
    .flr-navbar {
        padding: 0.45rem 0 !important;
    }

    .flr-navbar .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .flr-nav-tools {
        margin-left: auto;
    }

    .flr-nav-secondary > li {
        margin-left: 0;
    }
}

/* ---------- Breadcrumb ---------- */
.master-breadcrumb {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.master-breadcrumb .breadcrumb-item,
.master-breadcrumb .breadcrumb-item a,
.master-breadcrumb .breadcrumb-item.active {
    color: #64748b;
}

.master-breadcrumb .breadcrumb-item a:hover {
    color: #6348ff;
}

/* ---------- Buttons ---------- */
.btn-primary {
    background: linear-gradient(180deg, #6348ff 0%, #5135f2 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(99, 72, 255, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(180deg, #5135f2 0%, #4022e0 100%) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(99, 72, 255, 0.35);
}

.btn-outline-primary {
    border: 1px solid #6348ff !important;
    color: #6348ff !important;
    border-radius: 10px !important;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background: #6348ff !important;
    border-color: #6348ff !important;
    color: #ffffff !important;
}

.btn-default,
.btn-secondary {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
    border-radius: 10px;
    font-weight: 600;
}

.btn-default:hover,
.btn-secondary:hover {
    background: #f8fafd;
    border-color: #cbd5e1;
    color: #334155;
}

.btn-danger {
    border-radius: 10px;
}

/* ---------- Cards / Panels ---------- */
.panel,
.card {
    background-color: #ffffff !important;
    border: 1px solid #e8ecf2 !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05) !important;
}

.panel-heading,
.card-header {
    background-color: #f8fafd !important;
    border-bottom: 1px solid #e8ecf2 !important;
    border-radius: 14px 14px 0 0 !important;
}

.panel-title {
    color: #0f172a;
    font-weight: 700;
}

.panel-body,
.card-body {
    background-color: #ffffff;
}

/* ---------- Sidebar ---------- */
.sidebar .panel,
.card-sidebar,
.panel-sidebar {
    background: #ffffff;
    border: 1px solid #e8ecf2;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
}

.sidebar .list-group-item,
.list-group-item {
    background-color: #ffffff;
    border-color: #e8ecf2;
    color: #475569;
}

.sidebar .list-group-item:hover,
.sidebar .list-group-item.active {
    background-color: #f3f0ff;
    border-color: #e8ecf2;
    color: #5135f2;
}

/* ---------- Forms ---------- */
.form-control {
    background-color: #ffffff;
    border: 1px solid #d3dbe6;
    border-radius: 8px;
    color: #0f172a;
}

.form-control:focus {
    border-color: #6348ff;
    box-shadow: 0 0 0 3px rgba(99, 72, 255, 0.15);
}

/* ---------- Tables ---------- */
.table {
    background-color: #ffffff;
    color: #334155;
}

.table thead th {
    background-color: #f8fafd;
    color: #475569;
    border-bottom: 2px solid #e8ecf2;
}

.table td,
.table th {
    border-top: 1px solid #e8ecf2;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8fafd;
}

/* ---------- Alerts ---------- */
.alert {
    border-radius: 12px;
}

/* ---------- Footer ---------- */
#footer.footer {
    background-color: #f8fafd !important;
    border-top: 1px solid #e2e8f0 !important;
    color: #64748b !important;
}

#footer.footer a,
#footer.footer .nav-link {
    color: #64748b;
}

#footer.footer a:hover,
#footer.footer .nav-link:hover {
    color: #6348ff;
}

#footer.footer .btn {
    color: #64748b;
}

#footer.footer .btn:hover {
    color: #5135f2;
}

#footer.footer .copyright {
    color: #94a3b8;
}

/* ============================================================
   HOMEPAGE ONLY (body.flarelax-home)
   ============================================================ */

body.flarelax-home {
    background-color: #f8fafd !important;
    background-image: none;
}

body.flarelax-home #main-body {
    background: transparent;
}

body.flarelax-home #main-body .container {
    max-width: 1200px;
}

body.flarelax-home .master-breadcrumb {
    display: none;
}

/* ---------- Hero ---------- */
body.flarelax-home .flr-hero {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 7rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background:
        radial-gradient(ellipse at 6% 18%, rgba(99, 72, 255, 0.12), transparent 55%),
        radial-gradient(ellipse at 94% 12%, rgba(255, 103, 31, 0.10), transparent 50%),
        radial-gradient(ellipse at 70% 95%, rgba(4, 106, 56, 0.08), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
}

body.flarelax-home .flr-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 90%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 90%);
}

body.flarelax-home .flr-hero-content {
    position: relative;
    z-index: 2;
}

body.flarelax-home .flr-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #5135f2;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.45rem 1.1rem;
    margin-bottom: 1.3rem;
    box-shadow: 0 2px 10px rgba(99, 72, 255, 0.12);
}

body.flarelax-home .flag-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

body.flarelax-home .flag-dot-saffron { background: #ff671f; }
body.flarelax-home .flag-dot-white { background: #ffffff; }
body.flarelax-home .flag-dot-green { background: #046a38; }

body.flarelax-home .flr-hero-title {
    color: #0f172a;
    font-size: 2.85rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    letter-spacing: -0.02em;
}

body.flarelax-home .flr-text-accent {
    background: linear-gradient(120deg, #6348ff 0%, #8f7bff 50%, #5135f2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.flarelax-home .flr-hero-subtitle {
    color: #64748b;
    font-size: 1.08rem;
    line-height: 1.65;
    max-width: 520px;
    margin-bottom: 2rem;
}

body.flarelax-home .flr-hero-btns .btn {
    margin-right: 0.6rem;
    margin-bottom: 0.5rem;
}

/* ---------- Hero server panel mockup ---------- */
body.flarelax-home .flr-hero-visual {
    position: relative;
    z-index: 2;
}

body.flarelax-home .flr-server-card {
    width: 410px;
    max-width: 100%;
    background: #ffffff;
    border: 1px solid #e8ecf2;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 28px 64px rgba(99, 72, 255, 0.2), 0 6px 20px rgba(15, 23, 42, 0.08);
    transform: rotate(-1.5deg);
}

body.flarelax-home .flr-server-head {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 13px 16px;
    background: linear-gradient(180deg, #6348ff 0%, #5135f2 100%);
}

body.flarelax-home .flr-server-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

body.flarelax-home .flr-dot-red { background: #ff6b6b; }
body.flarelax-home .flr-dot-yellow { background: #ffd166; }
body.flarelax-home .flr-dot-green { background: #06d6a0; }

body.flarelax-home .flr-server-title {
    margin-left: auto;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

body.flarelax-home .flr-server-body {
    padding: 20px 20px 16px;
}

body.flarelax-home .flr-server-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

body.flarelax-home .flr-row-label {
    width: 88px;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
}

body.flarelax-home .flr-row-label i {
    width: 18px;
    color: #6348ff;
}

body.flarelax-home .flr-bar {
    flex: 1;
    height: 9px;
    background: #eef0f4;
    border-radius: 99px;
    overflow: hidden;
}

body.flarelax-home .flr-bar-fill {
    height: 100%;
    border-radius: 99px;
}

body.flarelax-home .flr-bar-cpu { width: 45%; background: linear-gradient(90deg, #6348ff, #8f7bff); }
body.flarelax-home .flr-bar-ram { width: 62%; background: linear-gradient(90deg, #3b82f6, #60a5fa); }
body.flarelax-home .flr-bar-ssd { width: 78%; background: linear-gradient(90deg, #f59e0b, #fbbf24); }

body.flarelax-home .flr-row-val {
    width: 38px;
    text-align: right;
    color: #0f172a;
    font-size: 13px;
}

body.flarelax-home .flr-server-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding-top: 15px;
    border-top: 1px solid #eef0f4;
    color: #059669;
    font-size: 13px;
    font-weight: 600;
}

body.flarelax-home .flr-hero-float {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #6348ff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
    animation: flrFloat 3.5s ease-in-out infinite;
}

body.flarelax-home .flr-float-1 { top: 6px; right: 14px; color: #f59e0b; }
body.flarelax-home .flr-float-2 { bottom: 34px; left: -6px; color: #059669; animation-delay: 0.8s; }
body.flarelax-home .flr-float-3 { top: 96px; right: -18px; color: #3b82f6; animation-delay: 1.6s; }

@keyframes flrFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

/* ---------- Trust strip ---------- */
body.flarelax-home .flr-trust {
    position: relative;
    z-index: 3;
    margin-top: -44px;
}

body.flarelax-home .flr-trust-card {
    background: #ffffff;
    border: 1px solid #e8ecf2;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
    padding: 24px 28px;
}

body.flarelax-home .flr-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

body.flarelax-home .flr-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: #f3f0ff;
    color: #6348ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-shrink: 0;
}

body.flarelax-home .flr-trust-item b {
    display: block;
    color: #0f172a;
    font-size: 16px;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
}

body.flarelax-home .flr-trust-item span {
    color: #64748b;
    font-size: 13px;
}

/* ---------- Buttons (polished like Ateex) ---------- */
body.flarelax-home .flr-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #6348ff 0%, #5135f2 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 12px;
    padding: 0.78rem 1.55rem;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 6px 18px rgba(99, 72, 255, 0.3);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

body.flarelax-home .flr-btn-primary:hover {
    background: linear-gradient(180deg, #5135f2 0%, #4022e0 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(99, 72, 255, 0.4);
    color: #ffffff !important;
}

body.flarelax-home .flr-btn-sm {
    padding: 0.62rem 1.3rem;
    font-size: 14px;
}

body.flarelax-home .flr-btn-content {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

body.flarelax-home .arrow-icon {
    margin-top: -1px;
    transition: transform 0.25s ease;
}

body.flarelax-home .flr-btn-primary:hover .arrow-icon {
    transform: translateX(4px);
}

body.flarelax-home .flr-btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #334155 !important;
    border: 1px solid #d3dbe6;
    border-radius: 12px;
    padding: 0.72rem 1.5rem;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.flarelax-home .flr-btn-light:hover {
    border-color: #6348ff;
    color: #5135f2 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

/* ---------- Fancy section title ---------- */
body.flarelax-home .flr-fancy-title {
    position: relative;
    display: inline-block;
    color: #0f172a;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    letter-spacing: -0.01em;
}

body.flarelax-home .flr-fancy-title::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    margin: 0.6rem auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, #6348ff, #8f7bff, #5135f2);
}

/* ---------- Products ---------- */
body.flarelax-home .flr-products {
    background: transparent;
}

body.flarelax-home .flr-product-card {
    background: #ffffff;
    border: 1px solid #e8ecf2 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.flarelax-home .flr-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(99, 72, 255, 0.55) !important;
    box-shadow: 0 18px 40px rgba(99, 72, 255, 0.16) !important;
}

body.flarelax-home .flr-card-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 1rem;
    border-radius: 15px;
    background: linear-gradient(135deg, #f3f0ff, #e9e4ff);
    color: #6348ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

body.flarelax-home .flr-card-title {
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
}

body.flarelax-home .flr-card-text {
    color: #64748b;
    min-height: 4.5rem;
}

/* ---------- Statistics ---------- */
body.flarelax-home .flr-statistics {
    background: transparent;
}

body.flarelax-home .flr-stat-card {
    background: #ffffff;
    border: 1px solid #e8ecf2 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06) !important;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.flarelax-home .flr-stat-card:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 72, 255, 0.5) !important;
    box-shadow: 0 16px 34px rgba(99, 72, 255, 0.14) !important;
}

body.flarelax-home .flr-stat-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 0.7rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #f3f0ff, #e9e4ff);
    color: #6348ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

body.flarelax-home .flr-stat-number {
    color: #0f172a;
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 0.2rem;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
}

body.flarelax-home .flr-stat-label {
    color: #64748b;
    margin-bottom: 0;
}

/* ---------- CTA banner ---------- */
body.flarelax-home .flr-cta {
    background: transparent;
}

body.flarelax-home .flr-cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 3.6rem 2rem;
    text-align: center;
    background: linear-gradient(120deg, #6348ff 0%, #5135f2 55%, #3b2fdb 100%);
    box-shadow: 0 24px 60px rgba(99, 72, 255, 0.35);
}

body.flarelax-home .flr-cta-glow {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 260px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.28), transparent 70%);
}

body.flarelax-home .flr-cta-title {
    position: relative;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.6rem;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    letter-spacing: -0.01em;
}

body.flarelax-home .flr-cta-text {
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    margin-bottom: 1.8rem;
}

body.flarelax-home .flr-cta-box .flr-btn-primary {
    background: #ffffff;
    color: #5135f2 !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

body.flarelax-home .flr-cta-box .flr-btn-primary:hover {
    background: #eef0f4;
    color: #5135f2 !important;
}

/* ---------- Store / cart pages: hide empty category sidebar ---------- */
#order-standard_cart .cart-sidebar {
    display: none !important;
}

#order-standard_cart .cart-body {
    width: 100% !important;
    float: none !important;
}

/* ---------- Mobile tweaks ---------- */
@media (max-width: 991px) {
    body.flarelax-home .flr-hero-visual {
        display: none;
    }
}

@media (max-width: 767px) {
    body.flarelax-home .flr-hero {
        padding: 4rem 0 6rem;
    }

    body.flarelax-home .flr-hero-title {
        font-size: 2.1rem;
    }

    body.flarelax-home .flr-card-text {
        min-height: 0;
    }
}
