/* /Components/HomeAutomationLayout/AutoHeader.razor.rz.scp.css */
/* بخش اصلی هدر با تصویر پس‌زمینه */
.AutoHeader[b-5hbfell6q3] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('images/control4.jpg') center/cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* لایه تیره روی عکس برای خوانایی بیشتر */
.AutoHeader2[b-5hbfell6q3] {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.4) 100%);
    padding: 100px 0;
}

/* باکس اصلی شیشه‌ای */
.SmartDevice[b-5hbfell6q3] {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03); /* بسیار شفاف */
    backdrop-filter: blur(15px); /* افکت شیشه‌ای مات */
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.AutoHeader2 h1[b-5hbfell6q3] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* گرید بندی دیسپلی */
.mainDevice[b-5hbfell6q3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    width: 100%;
}

/* Reset link styles so <a> cards look identical to <div> cards */
a.itemsDevice[b-5hbfell6q3] {
    text-decoration: none;
    color: inherit;
}

/* استایل هر آیتم سرویس */
.itemsDevice[b-5hbfell6q3] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
}

    /* افکت هاور با رنگ قرمز برند شما */
    .itemsDevice:hover[b-5hbfell6q3] {
        background: rgba(212, 32, 38, 0.15); /* قرمز برند با شفافیت */
        border: 1px solid #d42026; /* رنگ قرمز اصلی لوگو */
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(212, 32, 38, 0.2);
    }

    .itemsDevice img[b-5hbfell6q3] {
        display: block !important; /* فعال کردن نمایش عکس‌ها */
        height: 50px;
        margin-bottom: 15px;
        filter: brightness(0) invert(1); /* سفید کردن آیکون‌ها برای هماهنگی */
        transition: 0.3s;
    }

    .itemsDevice:hover img[b-5hbfell6q3] {
        transform: scale(1.1);
        filter: none; /* نمایش رنگ اصلی آیکون در هاور (اختیاری) */
    }

    .itemsDevice h2[b-5hbfell6q3] {
        color: #eee;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        text-align: center;
        padding: 0 10px;
    }

/* موبایل فرندلی */
@media (max-width: 768px) {
    .AutoHeader2 h1[b-5hbfell6q3] {
        font-size: 1.5rem;
    }

    .mainDevice[b-5hbfell6q3] {
        grid-template-columns: repeat(2, 1fr);
    }

    .SmartDevice[b-5hbfell6q3] {
        width: 95%;
        top: 20px;
    }
}
/* /Components/HomeAutomationLayout/AutoHeaderAll.razor.rz.scp.css */
/* ── AutoHeaderAll — dark luxury hero ── */

.AutoHeader[b-uzoyrpzbip] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image:
        linear-gradient(to bottom, rgba(5,8,16,0.65) 0%, rgba(5,8,16,0.88) 100%),
        url('newimg/building-1.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.AutoHeader2[b-uzoyrpzbip] {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 40px 80px;
}

/* Reset link styles so <a> cards look identical to <div> cards */
a.itemsDevice[b-uzoyrpzbip] {
    text-decoration: none;
    color: inherit;
}

.SmartDevice[b-uzoyrpzbip] {
    width: 100%;
    max-width: 1100px;
    background: rgba(5, 8, 16, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 0.5px solid rgba(201, 168, 76, 0.2);
    border-top: 1px solid rgba(201, 168, 76, 0.35);
    padding: 48px 40px 40px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}

.AutoHeader2 h1[b-uzoyrpzbip] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    margin: 0 0 36px;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-decoration: none;
}

.mainDevice[b-uzoyrpzbip] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 100%;
}

.itemsDevice[b-uzoyrpzbip] {
    background: rgba(201, 168, 76, 0.05);
    border: 0.5px solid rgba(201, 168, 76, 0.18);
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s, transform 0.25s;
    text-decoration: none;
}

    .itemsDevice:hover[b-uzoyrpzbip] {
        background: rgba(201, 168, 76, 0.14);
        border-color: rgba(201, 168, 76, 0.5);
        transform: translateY(-3px);
    }

    .itemsDevice img[b-uzoyrpzbip] {
        display: none;
    }

    .itemsDevice h2[b-uzoyrpzbip] {
        font-family: 'DM Sans', sans-serif;
        font-size: 11px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin: 0;
        padding: 0 10px;
        line-height: 1.4;
        text-decoration: none;
    }

    .itemsDevice:hover h2[b-uzoyrpzbip] {
        color: #c9a84c;
    }

svg[b-uzoyrpzbip] {
    fill: #c9a84c;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
    .mainDevice[b-uzoyrpzbip] {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .AutoHeader2[b-uzoyrpzbip] {
        padding: 100px 24px 60px;
    }
}

@media (max-width: 768px) {
    .AutoHeader2 h1[b-uzoyrpzbip] {
        font-size: clamp(1.3rem, 5vw, 1.8rem);
        margin-bottom: 24px;
    }

    .SmartDevice[b-uzoyrpzbip] {
        padding: 32px 20px 28px;
    }

    .mainDevice[b-uzoyrpzbip] {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .itemsDevice[b-uzoyrpzbip] {
        height: 60px;
    }

        .itemsDevice h2[b-uzoyrpzbip] {
            font-size: 10px;
        }
}
/* /Components/HomeAutomationLayout/AutoHeaderAV.razor.rz.scp.css */


/* ==== Header Styles ==== */
.AutoHeader[b-lcvo5oz0fy] {
    position: relative;
    width: 100%;
    /* Предполагается, что у вас есть фоновое изображение здесь, например: */
    /* background-image: url('/path-to-your-image.jpg'); */
   
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px 0; /* Vertical padding, horizontal handled by AutoHeader2 */
    margin-top:70px;
}

.AutoHeader2[b-lcvo5oz0fy] {
    position: relative;
    max-width: 1400px; /* Max width for content */
    margin: 0 auto; /* Center the content */
    padding: 0 20px; /* Padding for content within the max-width */
    z-index: 1; /* Ensure content is above pseudo-element */
}

/* Overlay for the header - ensure it's behind the content if header has text */
.AutoHeader[b-lcvo5oz0fy]:before { /* Changed from .AutoHeader2:after to apply to the entire .AutoHeader */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    z-index: 0; /* Behind content */
}

/* ==== Smart Device Container ==== */
.SmartDevice[b-lcvo5oz0fy] {
    position: relative; /* To stack above header overlay if needed, and for box-shadow */
    width: 90%; /* More responsive width */
    max-width: 1200px; /* Prevent it from becoming too wide */
    margin: 40px auto; /* Centering and spacing from header */
    padding: 30px;
   
    border-radius: 10px;
    box-shadow: 0px 8px 20px 5px rgba(0,0,0,0.25);
    z-index: 2; /* Above header's pseudo-element */
}

    .SmartDevice h1[b-lcvo5oz0fy] {
        text-align: center;
        color: white;
        margin-top: 0; /* Removed default margin */
        margin-bottom: 40px;
        font-size: 2.2em; /* Adjusted for better hierarchy */
        font-weight: 600;
    }

/* ==== Grid for Devices/Services ==== */
.mainDevice-grid[b-lcvo5oz0fy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); /* Responsive grid */
    gap: 25px;
    padding: 0;
    list-style: none;
}

/* ==== Individual Device/Service Cards ==== */
.itemsDevice-card[b-lcvo5oz0fy] {
    background: rgba(50, 50, 70, 0.5); /* Semi-transparent card background */
    border-radius: 8px;
    padding: 25px 20px;
    text-align: center;
    text-decoration: none;
    color: white;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1); /* Subtle border */
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, backdrop-filter 0.3s ease;
    backdrop-filter: blur(5px) grayscale(10%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Center content vertically */
    min-height: 200px; /* Consistent minimum height */
}

    .itemsDevice-card:hover[b-lcvo5oz0fy] {
        background: rgba(70, 70, 90, 0.7); /* Lighter/more opaque on hover */
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(8px) grayscale(0%) contrast(110%);
        border-color: rgba(255, 255, 255, 0.2);
    }

/* Placeholder for image/icon */
.card-image-placeholder[b-lcvo5oz0fy] {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%; /* Circular placeholder */
    margin-bottom: 20px; /* Space between icon and title */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    color: #fd6a01; /* Orange for icon or text inside placeholder */
    
}

/* Styles for actual images if you uncomment them in HTML */
.itemsDevice-card img[b-lcvo5oz0fy] {
    width: 100px; /* Adjust as needed */
    height: 100px; /* Adjust as needed */
    margin-bottom: 20px;
    object-fit: fill;
    /* If SVGs are not filled by the `svg` rule below, uncomment this */
    /* filter: invert(40%) sepia(90%) saturate(2500%) hue-rotate(0deg) brightness(100%) contrast(101%); */ /* To colorize PNGs orange-ish */
}

.itemsDevice-card h2[b-lcvo5oz0fy] {
    font-size: 1.2em; /* Clear title size */
    color: white;
    margin: 0; /* Remove default margins */
    line-height: 1.4; /* Improved line height for readability */
    font-weight: 500;
}

/* SVG icon styling */
svg[b-lcvo5oz0fy] {
    fill: #fd6a01; /* Main accent color for SVGs */
    width: 30px; /* Example size, adjust as needed */
    height: 30px;
}

.card-image-placeholder svg[b-lcvo5oz0fy] { /* Specific for SVG inside placeholder */
    width: 35px;
    height: 35px;
}


/* ==== Responsive Adjustments ==== */
@media (max-width: 1200px) {
    .SmartDevice[b-lcvo5oz0fy] {
        width: 95%;
        /* The background was changing here, kept the consistent dark semi-transparent one from above */
    }

    .mainDevice-grid[b-lcvo5oz0fy] {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .SmartDevice h1[b-lcvo5oz0fy] {
        font-size: 1.8em;
    }

    .mainDevice-grid[b-lcvo5oz0fy] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Allow more cards per row on tablets or larger items */
        gap: 15px;
    }

    .itemsDevice-card[b-lcvo5oz0fy] {
        padding: 20px 15px;
        min-height: 180px;
    }

    .card-image-placeholder[b-lcvo5oz0fy] {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .itemsDevice-card img[b-lcvo5oz0fy] {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .itemsDevice-card h2[b-lcvo5oz0fy] {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .SmartDevice[b-lcvo5oz0fy] {
        padding: 20px;
        margin: 20px auto;
    }

        .SmartDevice h1[b-lcvo5oz0fy] {
            font-size: 1.6em;
            margin-bottom: 25px;
        }

    .mainDevice-grid[b-lcvo5oz0fy] {
        grid-template-columns: 1fr; /* Single column on very small screens */
        gap: 15px;
    }

    .itemsDevice-card[b-lcvo5oz0fy] {
        min-height: auto; /* Let height be auto in single column */
        padding: 20px;
    }

    .card-image-placeholder[b-lcvo5oz0fy] {
        width: 50px;
        height: 50px;
    }

    .itemsDevice-card img[b-lcvo5oz0fy] {
        width: 45px;
        height: 45px;
    }

    .itemsDevice-card h2[b-lcvo5oz0fy] {
        font-size: 1em;
    }
}
/* /Components/HomeAutomationLayout/AutoHeaderBarrie.razor.rz.scp.css */
/* ── AutoHeaderBarrie — dark luxury hero ── */

.AutoHeader[b-lk3i73t5uc] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image:
        linear-gradient(to bottom, rgba(5,8,16,0.65) 0%, rgba(5,8,16,0.88) 100%),
        url('images/control4.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.AutoHeader a[b-lk3i73t5uc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
    padding: 120px 40px 80px;
}

.AutoHeader2[b-lk3i73t5uc] {
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.SmartDevice[b-lk3i73t5uc] {
    width: 100%;
    background: rgba(5, 8, 16, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 0.5px solid rgba(201, 168, 76, 0.2);
    border-top: 1px solid rgba(201, 168, 76, 0.35);
    padding: 48px 40px 40px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}

.AutoHeader2 h1[b-lk3i73t5uc] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    margin: 0 0 36px;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-decoration: none;
}

.mainDevice[b-lk3i73t5uc] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 100%;
}

.itemsDevice[b-lk3i73t5uc] {
    background: rgba(201, 168, 76, 0.05);
    border: 0.5px solid rgba(201, 168, 76, 0.18);
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s, transform 0.25s;
}

    .itemsDevice:hover[b-lk3i73t5uc] {
        background: rgba(201, 168, 76, 0.14);
        border-color: rgba(201, 168, 76, 0.5);
        transform: translateY(-3px);
    }

    .itemsDevice img[b-lk3i73t5uc] {
        display: none;
    }

    .itemsDevice h2[b-lk3i73t5uc] {
        font-family: 'DM Sans', sans-serif;
        font-size: 11px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin: 0;
        padding: 0 10px;
        line-height: 1.4;
    }

    .itemsDevice:hover h2[b-lk3i73t5uc] {
        color: #c9a84c;
    }

svg[b-lk3i73t5uc] {
    fill: #c9a84c;
}

@media (max-width: 1200px) {
    .mainDevice[b-lk3i73t5uc] {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .AutoHeader a[b-lk3i73t5uc] {
        padding: 100px 24px 60px;
    }
}

@media (max-width: 768px) {
    .AutoHeader2 h1[b-lk3i73t5uc] {
        font-size: clamp(1.3rem, 5vw, 1.8rem);
        margin-bottom: 24px;
    }

    .SmartDevice[b-lk3i73t5uc] {
        padding: 32px 20px 28px;
    }

    .mainDevice[b-lk3i73t5uc] {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .itemsDevice[b-lk3i73t5uc] {
        height: 60px;
    }

        .itemsDevice h2[b-lk3i73t5uc] {
            font-size: 10px;
        }
}
/* /Components/HomeAutomationLayout/AutoHeadercommercial.razor.rz.scp.css */
/* ── AutoHeadercommercial — dark luxury hero ── */

.AutoHeader[b-k40cfs4wcz] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image:
        linear-gradient(to bottom, rgba(5,8,16,0.65) 0%, rgba(5,8,16,0.9) 100%),
        url('newimg/building-1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.AutoHeader2[b-k40cfs4wcz] {
    position: relative;
    width: 100%;
    max-width: 1240px;
    padding: 130px 40px 80px;
}

/* Reset link styles so <a> cards look identical to <div> cards */
a.itemsDevice[b-k40cfs4wcz] {
    text-decoration: none;
    color: inherit;
}

.SmartDevice[b-k40cfs4wcz] {
    width: 100%;
    background: rgba(5, 8, 16, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 0.5px solid rgba(201, 168, 76, 0.2);
    border-top: 1px solid rgba(201, 168, 76, 0.35);
    padding: 48px 44px 40px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}

/* ── Eyebrow ── */
.hero-eyebrow[b-k40cfs4wcz] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 18px;
}

    .hero-eyebrow[b-k40cfs4wcz]::before {
        content: '';
        display: inline-block;
        width: 28px;
        height: 1px;
        background: #c9a84c;
    }

.SmartDevice h1[b-k40cfs4wcz] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.9rem, 4vw, 3.1rem);
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    margin: 0 0 18px;
    letter-spacing: 0.02em;
    line-height: 1.18;
    text-decoration: none;
}

.hero-sub[b-k40cfs4wcz] {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.5);
    max-width: 720px;
    margin: 0 0 30px;
}

/* ── Hero CTAs ── */
.hero-actions[b-k40cfs4wcz] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 38px;
}

.hero-btn-primary[b-k40cfs4wcz] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #c9a84c;
    color: #0a0f1e;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

    .hero-btn-primary:hover[b-k40cfs4wcz] {
        background: #e8c870;
        transform: translateX(4px);
    }

.hero-btn-secondary[b-k40cfs4wcz] {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    border: 0.5px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.75);
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s;
}

    .hero-btn-secondary:hover[b-k40cfs4wcz] {
        border-color: #c9a84c;
        color: #c9a84c;
    }

/* ── Solution grid ── */
.mainDevice[b-k40cfs4wcz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
    gap: 10px;
    width: 100%;
}

.itemsDevice[b-k40cfs4wcz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: rgba(201, 168, 76, 0.05);
    border: 0.5px solid rgba(201, 168, 76, 0.18);
    border-top: 1px solid rgba(201, 168, 76, 0.3);
    padding: 15px 16px;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s, transform 0.25s;
}

    .itemsDevice:hover[b-k40cfs4wcz] {
        background: rgba(201, 168, 76, 0.1);
        border-color: rgba(201, 168, 76, 0.45);
        transform: translateY(-3px);
    }

    .itemsDevice img[b-k40cfs4wcz] {
        display: none;
    }

.item-label[b-k40cfs4wcz] {
    font-family: 'DM Sans', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 5px;
}

.itemsDevice:hover .item-label[b-k40cfs4wcz] {
    color: #c9a84c;
}

.item-desc[b-k40cfs4wcz] {
    font-family: 'DM Sans', sans-serif;
    font-size: 11.5px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.5;
}

/* ── Trust row ── */
.hero-trust[b-k40cfs4wcz] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 32px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 0.5px solid rgba(201, 168, 76, 0.15);
}

    .hero-trust span[b-k40cfs4wcz] {
        display: inline-flex;
        align-items: center;
        font-family: 'DM Sans', sans-serif;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.4);
    }

/* ── Responsive ── */
@media (max-width: 1200px) {
    .mainDevice[b-k40cfs4wcz] {
        grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    }

    .AutoHeader2[b-k40cfs4wcz] {
        padding: 110px 24px 60px;
    }
}

@media (max-width: 900px) {
    .AutoHeader[b-k40cfs4wcz] {
        background-attachment: scroll;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .SmartDevice h1[b-k40cfs4wcz] {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: 14px;
    }

    .hero-sub[b-k40cfs4wcz] {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .SmartDevice[b-k40cfs4wcz] {
        padding: 32px 20px 28px;
    }

    .hero-actions[b-k40cfs4wcz] {
        margin-bottom: 28px;
    }

    .hero-btn-primary[b-k40cfs4wcz],
    .hero-btn-secondary[b-k40cfs4wcz] {
        flex: 1 1 100%;
        justify-content: center;
    }

    .mainDevice[b-k40cfs4wcz] {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .itemsDevice[b-k40cfs4wcz] {
        padding: 13px 12px;
    }

    .item-label[b-k40cfs4wcz] {
        font-size: 10.5px;
        letter-spacing: 0.06em;
    }

    .item-desc[b-k40cfs4wcz] {
        font-size: 11px;
    }

    .hero-trust[b-k40cfs4wcz] {
        gap: 8px 20px;
    }
}
/* /Components/HomeAutomationLayout/AutoHeaderOakville.razor.rz.scp.css */
/* ── AutoHeaderOakville — dark luxury hero ── */

.AutoHeader[b-6wadtkb6hx] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image:
        linear-gradient(to bottom, rgba(5,8,16,0.65) 0%, rgba(5,8,16,0.88) 100%),
        url('newimg/building-1.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.AutoHeader a[b-6wadtkb6hx] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
    padding: 120px 40px 80px;
}

.AutoHeader2[b-6wadtkb6hx] {
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.SmartDevice[b-6wadtkb6hx] {
    width: 100%;
    background: rgba(5, 8, 16, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 0.5px solid rgba(201, 168, 76, 0.2);
    border-top: 1px solid rgba(201, 168, 76, 0.35);
    padding: 48px 40px 40px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}

.AutoHeader2 h1[b-6wadtkb6hx] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    margin: 0 0 36px;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-decoration: none;
}

.mainDevice[b-6wadtkb6hx] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 100%;
}

.itemsDevice[b-6wadtkb6hx] {
    background: rgba(201, 168, 76, 0.05);
    border: 0.5px solid rgba(201, 168, 76, 0.18);
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s, transform 0.25s;
}

    .itemsDevice:hover[b-6wadtkb6hx] {
        background: rgba(201, 168, 76, 0.14);
        border-color: rgba(201, 168, 76, 0.5);
        transform: translateY(-3px);
    }

    .itemsDevice img[b-6wadtkb6hx] {
        display: none;
    }

    .itemsDevice h2[b-6wadtkb6hx] {
        font-family: 'DM Sans', sans-serif;
        font-size: 11px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin: 0;
        padding: 0 10px;
        line-height: 1.4;
    }

    .itemsDevice:hover h2[b-6wadtkb6hx] {
        color: #c9a84c;
    }

svg[b-6wadtkb6hx] {
    fill: #c9a84c;
}

@media (max-width: 1200px) {
    .mainDevice[b-6wadtkb6hx] {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .AutoHeader a[b-6wadtkb6hx] {
        padding: 100px 24px 60px;
    }
}

@media (max-width: 768px) {
    .AutoHeader2 h1[b-6wadtkb6hx] {
        font-size: clamp(1.3rem, 5vw, 1.8rem);
        margin-bottom: 24px;
    }

    .SmartDevice[b-6wadtkb6hx] {
        padding: 32px 20px 28px;
    }

    .mainDevice[b-6wadtkb6hx] {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .itemsDevice[b-6wadtkb6hx] {
        height: 60px;
    }

        .itemsDevice h2[b-6wadtkb6hx] {
            font-size: 10px;
        }
}
/* /Components/HomeAutomationLayout/CommercialSolution.razor.rz.scp.css */
.content-container[b-3bq7rmczkg] {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 8px;
    background-color: #1a1a1a; /* Slightly lighter black for content area */

}
.MidPage[b-3bq7rmczkg]{
    position:relative;
    margin-top:100px;
}

.content-wrapper[b-3bq7rmczkg] {
   
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.brand-text[b-3bq7rmczkg] {
    color: #fd6a01; /* Tailwind's emerald-400 - A vibrant green */
}

.brand-accent-bg[b-3bq7rmczkg] {
    background-color: #fd6a01;
}

.brand-accent-bg-hover:hover[b-3bq7rmczkg] {
    background-color: #fd6a01; /* Tailwind's emerald-500 */
}

.brand-border-accent[b-3bq7rmczkg] {
    border-color: #fd6a01;
}

h1[b-3bq7rmczkg], h2[b-3bq7rmczkg], h3[b-3bq7rmczkg] {
    color: #FFFFFF; /* White for main headings */
}

h2[b-3bq7rmczkg] {
    border-bottom: 2px solid #fd6a01; /* Green accent border */
    padding-bottom: 0.5rem;
}

h3[b-3bq7rmczkg] {
    color: #fd6a01; /* Lighter accent for sub-headings within cards - Tailwind's cyan-200 */
}

.service-card[b-3bq7rmczkg] {
    background-color: #303030; /* Tailwind's gray-700 */
    border-left: 4px solid #fd6a01; /* Green accent border */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}

    .service-card:hover[b-3bq7rmczkg] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

    .service-card .icon-placeholder[b-3bq7rmczkg] { /* Style for icon placeholders */
        font-size: 2rem;
        color: #fd6a01; /* Green accent */
        margin-bottom: 0.5rem;
    }

.cta-button[b-3bq7rmczkg] {
    background-color: #fd6a01; /* Vibrant Green */
    color: #111827; /* Dark text for contrast on green button */
    font-weight: bold;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
    text-align: center;
}

    .cta-button:hover[b-3bq7rmczkg] {
        background-color: #fd6a01; /* Darker Green */
        transform: scale(1.05);
    }

.list-item-custom[b-3bq7rmczkg]::before {
    content: "✓"; /* Custom bullet point */
    color: #fd6a01; /* Green checkmark */
    margin-right: 0.75rem;
    font-weight: bold;
}

.nav-link[b-3bq7rmczkg] {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem; /* rounded-md */
    transition: background-color 0.2s ease;
}

    .nav-link:hover[b-3bq7rmczkg] {
        background-color: #fd6a01; /* gray-700 */
    }
/* /Components/Layout/Appointment.razor.rz.scp.css */
.formbold-mb-5[b-syhqi80m73] {
    margin-bottom: 20px;
}

h2[b-syhqi80m73] {
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    margin-top: 60px;
    letter-spacing: 0.04em;
}

.formbold-pt-3[b-syhqi80m73] {
    padding-top: 12px;
}

.formbold-main-wrapper[b-syhqi80m73] {
    display: flex;
    align-items: start;
    justify-content: left;
    padding: 0;
}

.formbold-form-wrapper[b-syhqi80m73] {
    position: relative;
    margin-right: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.75);
    right: 0;
    top: 0;
}

.formbold-form-label[b-syhqi80m73] {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.formbold-form-label-2[b-syhqi80m73] {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
    color: #c9a84c;
}

.formbold-form-input[b-syhqi80m73] {
    width: 100%;
    padding: 12px 20px;
    border-radius: 0;
    border: 0.5px solid rgba(201, 168, 76, 0.22);
    background: rgba(255, 255, 255, 0.05);
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    outline: none;
    resize: none;
    font-family: 'DM Sans', sans-serif;
    transition: border-color 0.25s, background 0.25s;
}

    .formbold-form-input:focus[b-syhqi80m73] {
        border-color: #c9a84c;
        background: rgba(201, 168, 76, 0.06);
        box-shadow: none;
    }

    .formbold-form-input[b-syhqi80m73]::placeholder {
        color: rgba(255, 255, 255, 0.25);
    }

.formbold-btn[b-syhqi80m73] {
    text-align: center;
    font-size: 13px;
    border-radius: 0;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background: linear-gradient(135deg, #c9a84c, #e8c870);
    color: #0a0f1e;
    width: 100%;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background 0.25s, transform 0.2s;
}

    .formbold-btn:hover[b-syhqi80m73] {
        background: linear-gradient(135deg, #e8c870, #c9a84c);
        transform: translateY(-1px);
        box-shadow: 0 8px 24px rgba(201, 168, 76, 0.25);
    }

.formbold--mx-3[b-syhqi80m73] {
    margin-left: -12px;
    margin-right: -12px;
}

.formbold-px-3[b-syhqi80m73] {
    padding-left: 12px;
    padding-right: 12px;
}

.flex[b-syhqi80m73] {
    display: flex;
}

.flex-wrap[b-syhqi80m73] {
    flex-wrap: wrap;
}

.w-full[b-syhqi80m73] {
    width: 100%;
}

@media (min-width: 540px) {
    .sm\:w-half[b-syhqi80m73] {
        width: 50%;
    }
}
/* /Components/Layout/Contact.razor.rz.scp.css */
/* ── Contact form — dark luxury theme ── */

.cf-wrap[b-dt0r3iwpcs] {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 48px 16px;
    font-family: 'DM Sans', sans-serif;
}

.cf-panel[b-dt0r3iwpcs] {
    background: rgba(13, 18, 37, 0.9);
    border: 0.5px solid rgba(201, 168, 76, 0.18);
    border-top: 1px solid rgba(201, 168, 76, 0.4);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    padding: 48px 44px 44px;
}

/* ── Panel heading ── */
.cf-eyebrow[b-dt0r3iwpcs] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 14px;
}

    .cf-eyebrow[b-dt0r3iwpcs]::before {
        content: '';
        display: inline-block;
        width: 28px;
        height: 1px;
        background: #c9a84c;
    }

.cf-title[b-dt0r3iwpcs] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.02em;
    margin: 0 0 12px;
}

.cf-sub[b-dt0r3iwpcs] {
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.45);
    margin: 0 0 34px;
    max-width: 520px;
}

/* ── Layout ── */
.cf-grid[b-dt0r3iwpcs] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 20px;
}

.cf-field[b-dt0r3iwpcs] {
    display: flex;
    flex-direction: column;
}

.cf-field--full[b-dt0r3iwpcs] {
    grid-column: 1 / -1;
}

.cf-field label[b-dt0r3iwpcs] {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

/* ── Inputs come from InputText/InputTextArea, so ::deep is required ── */
.cf-field[b-dt0r3iwpcs]  input,
.cf-field[b-dt0r3iwpcs]  textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(201, 168, 76, 0.22);
    border-radius: 0;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.92rem;
    font-weight: 300;
    padding: 13px 16px;
    transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}

.cf-field[b-dt0r3iwpcs]  textarea {
    min-height: 150px;
    resize: vertical;
    line-height: 1.7;
}

.cf-field[b-dt0r3iwpcs]  input::placeholder,
.cf-field[b-dt0r3iwpcs]  textarea::placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.cf-field[b-dt0r3iwpcs]  input:hover,
.cf-field[b-dt0r3iwpcs]  textarea:hover {
    border-color: rgba(201, 168, 76, 0.4);
}

.cf-field[b-dt0r3iwpcs]  input:focus,
.cf-field[b-dt0r3iwpcs]  textarea:focus {
    outline: none;
    border-color: #c9a84c;
    background: rgba(201, 168, 76, 0.05);
    box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.25);
}

/* Blazor's own validation state classes */
.cf-field[b-dt0r3iwpcs]  .invalid {
    border-color: rgba(224, 122, 95, 0.7);
}

.cf-field[b-dt0r3iwpcs]  .valid.modified {
    border-color: rgba(201, 168, 76, 0.5);
}

/* ── Validation summary ── */
.cf-errors[b-dt0r3iwpcs]  ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 14px 18px;
    background: rgba(224, 122, 95, 0.07);
    border-left: 2px solid #e07a5f;
}

.cf-errors[b-dt0r3iwpcs]  li {
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.7;
    color: #e9a58f;
}

.cf-captcha[b-dt0r3iwpcs] {
    margin-top: 4px;
}

/* ── Submit ── */
.cf-submit[b-dt0r3iwpcs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    margin-top: 10px;
    padding: 15px 36px;
    background: #c9a84c;
    color: #0a0f1e;
    border: none;
    border-radius: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s, transform 0.25s;
}

    .cf-submit:hover:not(:disabled)[b-dt0r3iwpcs] {
        background: #e8c870;
        transform: translateY(-2px);
    }

    .cf-submit:disabled[b-dt0r3iwpcs] {
        background: rgba(201, 168, 76, 0.4);
        cursor: not-allowed;
    }

.cf-note[b-dt0r3iwpcs] {
    display: block;
    margin-top: 16px;
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.35);
}

/* ── Responsive ── */
@media (max-width: 700px) {
    .cf-wrap[b-dt0r3iwpcs] {
        padding: 32px 0;
    }

    .cf-panel[b-dt0r3iwpcs] {
        padding: 32px 22px 28px;
    }

    .cf-grid[b-dt0r3iwpcs] {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cf-submit[b-dt0r3iwpcs] {
        width: 100%;
    }
}
/* /Components/Layout/Faqfirst.razor.rz.scp.css */
/* ── FAQ Section ── */
.FaQcont[b-ftmgkujkse] {
    background-color: #0a0f1e;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Background grid */
.FaQcont[b-ftmgkujkse]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(201, 168, 76, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201, 168, 76, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.FaQcont .container[b-ftmgkujkse] {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1;
}

/* ── Section heading ── */
.FaQcont h2[b-ftmgkujkse] {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: clamp(2rem, 4vw, 2.8rem);
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    line-height: 1.1;
}

/* Gold underline beneath heading */
.FaQcont h2[b-ftmgkujkse]::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #c9a84c;
    margin: 16px auto 48px;
}

/* ── Accordion wrapper ── */
.accordion[b-ftmgkujkse] {
    border: 0.5px solid rgba(201, 168, 76, 0.18);
    border-radius: 0;
    overflow: hidden;
}

/* ── Accordion item ── */
.accordion-item[b-ftmgkujkse] {
    border-bottom: 0.5px solid rgba(201, 168, 76, 0.12);
}

    .accordion-item:last-child[b-ftmgkujkse] {
        border-bottom: none;
    }

/* ── Question button ── */
.accordion-item button[b-ftmgkujkse] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 22px 28px;
    background-color: #0d1225;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.25s ease;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.975rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

    .accordion-item button:hover[b-ftmgkujkse] {
        background-color: rgba(201, 168, 76, 0.06);
        color: #0d1225;
    }

    .accordion-item button[aria-expanded="true"][b-ftmgkujkse] {
        background-color: rgba(201, 168, 76, 0.07);
        color: #0d1225;
        border-left: 2px solid #c9a84c;
    }

    .accordion-item button:focus-visible[b-ftmgkujkse] {
        outline: 1px solid rgba(201, 168, 76, 0.4);
        outline-offset: -1px;
    }

/* ── Question title text ── */
.accordion-title[b-ftmgkujkse] {
    flex-grow: 1;
    margin-right: 20px;
}

/* ── Expand/collapse icon ── */
.icon[b-ftmgkujkse] {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border: 0.5px solid rgba(201, 168, 76, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a84c;
    transition: background 0.25s, border-color 0.25s, transform 0.3s ease;
}

    .icon[b-ftmgkujkse]::before {
        content: '+';
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1;
        font-family: 'DM Sans', sans-serif;
    }

.accordion-item button[aria-expanded="true"] .icon[b-ftmgkujkse] {
    background: rgba(201, 168, 76, 0.12);
    border-color: #c9a84c;
    transform: rotate(45deg);
}

.accordion-item button[aria-expanded="true"] .icon[b-ftmgkujkse]::before {
    content: '+';
}

/* ── Answer content ── */
.accordion-content[b-ftmgkujkse] {
    background-color: #080c17;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.38s ease-in-out, padding 0.38s ease-in-out;
    border-top: 0.5px solid rgba(201, 168, 76, 0.1);
}

    .accordion-content p[b-ftmgkujkse],
    .accordion-content ul[b-ftmgkujkse] {
        padding: 22px 28px;
        margin: 0;
        font-family: 'DM Sans', sans-serif;
        font-size: 0.925rem;
        color: rgba(255, 255, 255, 0.45);
        line-height: 1.85;
        font-weight: 300;
    }

    .accordion-content ul[b-ftmgkujkse] {
        padding-left: 48px;
    }

    .accordion-content li[b-ftmgkujkse] {
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.45);
    }

    .accordion-content strong[b-ftmgkujkse] {
        color: rgba(255, 255, 255, 0.78);
        font-weight: 500;
    }

/* ── Responsive ── */
@media (max-width: 768px) {
    .FaQcont[b-ftmgkujkse] {
        padding: 60px 0;
    }

    .accordion-item button[b-ftmgkujkse] {
        padding: 18px 20px;
        font-size: 0.9rem;
    }

    .accordion-content p[b-ftmgkujkse],
    .accordion-content ul[b-ftmgkujkse] {
        padding: 18px 20px;
    }

    .accordion-content ul[b-ftmgkujkse] {
        padding-left: 36px;
    }
}
/* /Components/Layout/FotterWeb.razor.rz.scp.css */
.container[b-cj5dkqe6l8] {
    max-width: 90%;
}

.row[b-cj5dkqe6l8] {
    position: relative;
    width: 100%;
    margin: 0;
}

/* ── Footer shell ── */
.site-footer[b-cj5dkqe6l8] {
    background-color: #080c17;
    background-image: linear-gradient(160deg, #080c17 0%, #0d1225 60%, #080c17 100%);
    padding: 72px 0 28px;
    font-size: 13.5px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.38);
    font-family: 'DM Sans', sans-serif;
    border-top: 0.5px solid rgba(201, 168, 76, 0.22);
    position: relative;
    overflow: hidden;
}

/* Subtle background grid */
.site-footer[b-cj5dkqe6l8]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(201, 168, 76, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201, 168, 76, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

/* ── Headings ── */
.site-footer h6[b-cj5dkqe6l8] {
    font-family: 'Cormorant Garamond', serif;
    color: var(--csp-gold, #c9a84c);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 0.5px solid rgba(201, 168, 76, 0.2);
    position: relative;
}

.site-footer h6[b-cj5dkqe6l8]::after {
    content: '';
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 24px;
    height: 1px;
    background: #c9a84c;
}

/* ── About text & address ── */
.site-footer > .container > .row > div > p[b-cj5dkqe6l8] {
    color: rgba(255, 255, 255, 0.38);
    font-size: 13px;
    line-height: 1.9;
}

.AddressFooter[b-cj5dkqe6l8] {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.9;
    display: block;
}

.AddressFooter i[b-cj5dkqe6l8] {
    font-size: 13px;
    color: #c9a84c;
    margin-right: 7px;
    width: 14px;
    text-align: center;
}

/* ── Links ── */
.site-footer a[b-cj5dkqe6l8] {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: color 0.22s;
}

    .site-footer a:hover[b-cj5dkqe6l8] {
        color: #c9a84c;
        text-decoration: none;
    }

/* ── Footer link lists ── */
.footer-links[b-cj5dkqe6l8] {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

    .footer-links li[b-cj5dkqe6l8] {
        display: block;
        margin-bottom: 2px;
    }

    .footer-links a[b-cj5dkqe6l8] {
        color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
        font-size: 12.5px;
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 3px 0;
        transition: color 0.22s, padding-left 0.22s;
    }

        .footer-links a[b-cj5dkqe6l8]::before {
            content: '';
            display: inline-block;
            width: 12px;
            height: 0.5px;
            background: rgba(201, 168, 76, 0.35);
            flex-shrink: 0;
            transition: width 0.22s, background 0.22s;
        }

        .footer-links a:hover[b-cj5dkqe6l8] {
            color: rgba(255, 255, 255, 0.7);
            padding-left: 4px;
        }

            .footer-links a:hover[b-cj5dkqe6l8]::before {
                width: 18px;
                background: #c9a84c;
            }

    .footer-links.inline li[b-cj5dkqe6l8] {
        display: inline-block;
    }

/* ── Divider ── */
.site-footer hr[b-cj5dkqe6l8] {
    border: none;
    border-top: 0.5px solid rgba(201, 168, 76, 0.14);
    opacity: 1;
    margin: 0;
}

.site-footer hr.small[b-cj5dkqe6l8] {
    margin: 20px 0;
}

/* ── Bottom bar ── */
.copyright-text[b-cj5dkqe6l8] {
    margin: 0;
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.18);
    letter-spacing: 0.04em;
    line-height: 2;
}

    .copyright-text a[b-cj5dkqe6l8] {
        color: rgba(201, 168, 76, 0.55);
        transition: color 0.22s;
    }

        .copyright-text a:hover[b-cj5dkqe6l8] {
            color: #c9a84c;
        }

/* ── Social icons ── */
.site-footer .social-icons[b-cj5dkqe6l8] {
    text-align: right;
}

.social-icons[b-cj5dkqe6l8] {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .social-icons li[b-cj5dkqe6l8] {
        display: inline-block;
        margin-bottom: 4px;
    }

        .social-icons li.title[b-cj5dkqe6l8] {
            margin-right: 12px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.2);
            font-weight: 600;
            font-size: 10px;
            letter-spacing: 0.18em;
        }

    .social-icons a[b-cj5dkqe6l8] {
        background-color: rgba(255, 255, 255, 0.05);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.35);
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        margin-right: 6px;
        border-radius: 4px;
        transition: all 0.25s ease;
        text-decoration: none;
    }

        .social-icons a:hover[b-cj5dkqe6l8] {
            color: #c9a84c;
            border-color: rgba(201, 168, 76, 0.4);
            background-color: rgba(201, 168, 76, 0.07);
        }

/* ── Responsive ── */
@media (max-width: 991px) {
    .site-footer [class^="col-"][b-cj5dkqe6l8] {
        margin-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .site-footer[b-cj5dkqe6l8] {
        padding-bottom: 0;
    }

        .site-footer .copyright-text[b-cj5dkqe6l8],
        .site-footer .social-icons[b-cj5dkqe6l8] {
            text-align: center;
        }

    .social-icons li.title[b-cj5dkqe6l8] {
        display: block;
        margin-right: 0;
    }
}
/* /Components/Layout/HeaderFirstPage.razor.rz.scp.css */
/* ── Fonts ── */
/*@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;600&family=DM+Sans:wght@300;400;500&display=swap');*/

/* ── Tokens ── */
:root[b-4tiyhpi3wv] {
    --csp-navy: #0a0f1e;
    --csp-navy2: #111827;
    --csp-gold: #c9a84c;
    --csp-gold-light: #e8c870;
    --csp-glass: rgba(255,255,255,0.06);
    --csp-glass-border: rgba(255,255,255,0.12);
}

/* ── Hero wrapper ── */
.hero-section[b-4tiyhpi3wv] {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image:
        linear-gradient(135deg, rgba(5,8,16,0.88) 0%, rgba(10,15,30,0.78) 50%, rgba(5,8,20,0.92) 100%),
        url('/NewImg/bkToronto.jpeg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
}

/* ── Background grid ── */
.bg-grid[b-4tiyhpi3wv] {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

/* ── Ambient orbs ── */
.orb[b-4tiyhpi3wv] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    animation: orb-pulse-b-4tiyhpi3wv 7s ease-in-out infinite;
}

.orb--gold[b-4tiyhpi3wv] {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);
    top: -200px;
    right: -100px;
}

.orb--blue[b-4tiyhpi3wv] {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(30,80,180,0.12) 0%, transparent 70%);
    bottom: -100px;
    left: -50px;
    animation-delay: -3s;
}

@keyframes orb-pulse-b-4tiyhpi3wv {
    0%, 100% {
        transform: scale(1);
        opacity: .6;
    }

    50% {
        transform: scale(1.12);
        opacity: 1;
    }
}

/* ── Off overlay ── */
.off-overlay[b-4tiyhpi3wv] {
    position: absolute;
    inset: 0;
    background: rgba(5,8,16,0.93);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.off-overlay--visible[b-4tiyhpi3wv] {
    opacity: 1;
    pointer-events: all;
}

.off-message[b-4tiyhpi3wv] {
    text-align: center;
}

.off-icon[b-4tiyhpi3wv] {
    font-size: 48px;
    opacity: .25;
    margin-bottom: 12px;
    display: block;
}

.off-message p[b-4tiyhpi3wv] {
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.2);
}

/* ── Power toggle ── */
.power-toggle[b-4tiyhpi3wv] {
    position: absolute;
    top: 28px;
    right: 36px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    z-index: 10;
}

.toggle-text[b-4tiyhpi3wv] {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
}

.toggle-track[b-4tiyhpi3wv] {
    width: 52px;
    height: 28px;
    background: rgba(255,255,255,.1);
    border: 0.5px solid rgba(255,255,255,.2);
    border-radius: 14px;
    position: relative;
    transition: background .4s, border-color .4s;
}

.toggle-track--active[b-4tiyhpi3wv] {
    background: rgba(201,168,76,.22);
    border-color: var(--csp-gold);
}

.toggle-knob[b-4tiyhpi3wv] {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    transition: left .4s, background .4s;
}

.toggle-track--active .toggle-knob[b-4tiyhpi3wv] {
    left: 27px;
    background: var(--csp-gold);
}

/* ── Main content ── */
.hero-content[b-4tiyhpi3wv] {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 40px 60px;
}

.eyebrow-label[b-4tiyhpi3wv] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--csp-gold);
    margin-bottom: 20px;
}

    .eyebrow-label[b-4tiyhpi3wv]::before {
        content: '';
        display: inline-block;
        width: 28px;
        height: 1px;
        background: var(--csp-gold);
    }

.hero-title[b-4tiyhpi3wv] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 24px;
    max-width: 700px;
}

.title-highlight[b-4tiyhpi3wv] {
    color: var(--csp-gold-light);
    font-weight: 600;
    font-style: italic;
    display: block;
}

.hero-description[b-4tiyhpi3wv] {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.5);
    max-width: 460px;
    line-height: 1.8;
    margin-bottom: 36px;
}

/* ── CTA button ── */
.cta-btn[b-4tiyhpi3wv] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--csp-gold);
    color: #0a0f1e;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    text-decoration: none;
    border: none;
    transition: background .3s, transform .3s;
}

    .cta-btn:hover[b-4tiyhpi3wv] {
        background: var(--csp-gold-light);
        transform: translateX(4px);
    }

.cta-arrow[b-4tiyhpi3wv] {
    transition: transform .3s;
}

.cta-btn:hover .cta-arrow[b-4tiyhpi3wv] {
    transform: translateX(4px);
}

/* ── Divider ── */
.divider[b-4tiyhpi3wv] {
    width: 100%;
    height: 0.5px;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,.25), transparent);
    margin: 44px 0;
}

/* ── Service cards grid ── */
.service-grid[b-4tiyhpi3wv] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

@media (max-width: 800px) {
    .service-grid[b-4tiyhpi3wv] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 500px) {
    .service-grid[b-4tiyhpi3wv] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.service-card[b-4tiyhpi3wv] {
    background: var(--csp-glass);
    border: 0.5px solid var(--csp-glass-border);
    padding: 20px 14px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    transition: transform .35s, border-color .35s;
}

    .service-card[b-4tiyhpi3wv]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(201,168,76,.08), transparent);
        opacity: 0;
        transition: opacity .35s;
    }

    .service-card:hover[b-4tiyhpi3wv] {
        transform: translateY(-4px);
        border-color: rgba(201,168,76,.4);
    }

        .service-card:hover[b-4tiyhpi3wv]::before {
            opacity: 1;
        }

.service-icon[b-4tiyhpi3wv] {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}

.service-card h3[b-4tiyhpi3wv] {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    line-height: 1.4;
    transition: color .35s;
}

.service-card:hover h3[b-4tiyhpi3wv] {
    color: rgba(255,255,255,.9);
}

/* ── Wave footer ── */
.wave-footer[b-4tiyhpi3wv] {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
}

/* ─────────────────────────────────────────
   Interest Popup (20-second trigger)
───────────────────────────────────────── */
.interest-overlay[b-4tiyhpi3wv] {
    position: fixed;
    inset: 0;
    background: rgba(5, 8, 16, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: overlay-in-b-4tiyhpi3wv 0.4s ease forwards;
}

@keyframes overlay-in-b-4tiyhpi3wv {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.interest-popup[b-4tiyhpi3wv] {
    background: #0d1225;
    border: 0.5px solid rgba(201, 168, 76, 0.3);
    max-width: 480px;
    width: 100%;
    padding: 44px 40px 36px;
    position: relative;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6), 0 0 0 0.5px rgba(201, 168, 76, 0.08) inset;
    animation: popup-in-b-4tiyhpi3wv 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes popup-in-b-4tiyhpi3wv {
    from { opacity: 0; transform: translateY(24px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0)   scale(1); }
}

/* Close button */
.popup-close[b-4tiyhpi3wv] {
    position: absolute;
    top: 16px;
    right: 18px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.2s;
}

    .popup-close:hover[b-4tiyhpi3wv] {
        color: #c9a84c;
    }

/* Eyebrow */
.popup-eyebrow[b-4tiyhpi3wv] {
    font-family: 'DM Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .popup-eyebrow[b-4tiyhpi3wv]::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 0.5px;
        background: #c9a84c;
    }

/* Title */
.popup-title[b-4tiyhpi3wv] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.15;
    letter-spacing: 0.02em;
}

/* Subtitle */
.popup-sub[b-4tiyhpi3wv] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.38);
    margin: 0 0 28px;
    font-weight: 300;
}

/* Options */
.popup-options[b-4tiyhpi3wv] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.popup-option[b-4tiyhpi3wv] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(201, 168, 76, 0.15);
    text-decoration: none;
    cursor: pointer;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
    position: relative;
}

    .popup-option:hover[b-4tiyhpi3wv] {
        background: rgba(201, 168, 76, 0.08);
        border-color: rgba(201, 168, 76, 0.45);
        transform: translateX(4px);
    }

.popup-option-icon[b-4tiyhpi3wv] {
    font-size: 1.6rem;
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}

.popup-option-body[b-4tiyhpi3wv] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.popup-option-label[b-4tiyhpi3wv] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.975rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.popup-option-desc[b-4tiyhpi3wv] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.38);
    font-weight: 300;
}

.popup-option-arrow[b-4tiyhpi3wv] {
    color: #c9a84c;
    font-size: 1rem;
    opacity: 0;
    transition: opacity 0.25s, transform 0.25s;
    flex-shrink: 0;
}

.popup-option:hover .popup-option-arrow[b-4tiyhpi3wv] {
    opacity: 1;
    transform: translateX(4px);
}

/* Skip link */
.popup-skip[b-4tiyhpi3wv] {
    display: block;
    width: 100%;
    background: none;
    border: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 11.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    text-align: center;
    padding: 4px;
    transition: color 0.2s;
}

    .popup-skip:hover[b-4tiyhpi3wv] {
        color: rgba(255, 255, 255, 0.5);
    }

/* ── Mobile ── */
@media (max-width: 520px) {
    .interest-popup[b-4tiyhpi3wv] {
        padding: 36px 24px 28px;
    }

    .popup-title[b-4tiyhpi3wv] {
        font-size: 1.6rem;
    }

    .popup-option[b-4tiyhpi3wv] {
        padding: 15px 16px;
    }
}
/* /Components/Layout/HeaderMenu.razor.rz.scp.css */
/* ── Tokens ── */
:root[b-dpqitq5dxn] {
    --nav-gold:       #c9a84c;
    --nav-gold-light: #e8c870;
    --nav-bg:         rgba(10, 15, 30, 0.98);
    --nav-border:     rgba(201, 168, 76, 0.18);
}

/* ── Nav bar ── */
.top-nav[b-dpqitq5dxn] {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    overflow: hidden;
    padding: 0 36px;
    background: var(--nav-bg) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 0.5px solid var(--nav-border);
    font-family: 'DM Sans', sans-serif;
    box-sizing: border-box;
}

/* ── Logo ── */
.nav-logo[b-dpqitq5dxn] {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    height: 100%;
    overflow: hidden;
}

.nav-logo-img[b-dpqitq5dxn] {
    height: 42px !important;
    width: auto !important;
    max-width: 180px !important;
    display: block !important;
    object-fit: contain !important;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

/* ── Desktop links ── */
.nav-links[b-dpqitq5dxn] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.nav-link[b-dpqitq5dxn] {
    padding: 8px 13px;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    position: relative;
    transition: color 0.25s;
    white-space: nowrap;
}

    .nav-link:hover[b-dpqitq5dxn] {
        color: #fff;
    }

    .nav-link[b-dpqitq5dxn]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 13px;
        right: 13px;
        height: 1px;
        background: var(--nav-gold);
        transform: scaleX(0);
        transition: transform 0.25s;
    }

    .nav-link:hover[b-dpqitq5dxn]::after {
        transform: scaleX(1);
    }

.nav-link--cta[b-dpqitq5dxn] {
    color: var(--nav-gold);
}

    .nav-link--cta:hover[b-dpqitq5dxn] {
        color: var(--nav-gold-light);
    }

/* ── Right controls ── */
.nav-right[b-dpqitq5dxn] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.nav-tel[b-dpqitq5dxn] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.25s;
    white-space: nowrap;
}

    .nav-tel:hover[b-dpqitq5dxn] {
        color: var(--nav-gold);
    }

    .nav-tel svg[b-dpqitq5dxn] {
        width: 13px;
        height: 13px;
        fill: rgba(255, 255, 255, 0.3);
        flex-shrink: 0;
        transition: fill 0.25s;
    }

    .nav-tel:hover svg[b-dpqitq5dxn] {
        fill: var(--nav-gold);
    }

.nav-divider[b-dpqitq5dxn] {
    width: 0.5px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.nav-user-btn[b-dpqitq5dxn] {
    width: 34px;
    height: 34px;
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.25s;
}

    .nav-user-btn:hover[b-dpqitq5dxn] {
        border-color: var(--nav-gold);
    }

    .nav-user-btn svg[b-dpqitq5dxn] {
        width: 16px;
        height: 16px;
        fill: rgba(255, 255, 255, 0.4);
    }

/* ── Hamburger ── */
.nav-hamburger[b-dpqitq5dxn] {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
}

    .nav-hamburger span[b-dpqitq5dxn] {
        display: block;
        width: 22px;
        height: 1.5px;
        background: rgba(255, 255, 255, 0.6);
        transition: transform 0.3s, opacity 0.3s;
    }

.nav-hamburger--open span:nth-child(1)[b-dpqitq5dxn] {
    transform: translateY(6.5px) rotate(45deg);
}

.nav-hamburger--open span:nth-child(2)[b-dpqitq5dxn] {
    opacity: 0;
}

.nav-hamburger--open span:nth-child(3)[b-dpqitq5dxn] {
    transform: translateY(-6.5px) rotate(-45deg);
}

/* ── Mobile menu ── */
.mobile-menu[b-dpqitq5dxn] {
    display: none;
    background: rgba(10, 15, 30, 0.98);
    border-bottom: 0.5px solid var(--nav-border);
    padding: 8px 0 16px;
}

.mobile-menu--open[b-dpqitq5dxn] {
    display: block;
}

.mobile-link[b-dpqitq5dxn] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 36px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.04em;
    transition: color 0.2s, padding-left 0.2s;
}

    .mobile-link:hover[b-dpqitq5dxn] {
        color: #fff;
        padding-left: 44px;
    }

.mobile-link--cta[b-dpqitq5dxn] {
    color: var(--nav-gold);
}

.mobile-dot[b-dpqitq5dxn] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--nav-gold);
    flex-shrink: 0;
}

.mobile-tel[b-dpqitq5dxn] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px 4px;
    font-size: 12.5px;
    font-family: 'DM Sans', sans-serif;
    color: rgba(255, 255, 255, 0.3);
    border-top: 0.5px solid rgba(255, 255, 255, 0.07);
    margin-top: 8px;
}

    .mobile-tel svg[b-dpqitq5dxn] {
        width: 13px;
        height: 13px;
        fill: rgba(255, 255, 255, 0.3);
    }

/* ── Responsive ── */
@media (max-width: 900px) {
    .nav-links[b-dpqitq5dxn]   { display: none; }
    .nav-tel[b-dpqitq5dxn]     { display: none; }
    .nav-divider[b-dpqitq5dxn] { display: none; }
    .nav-hamburger[b-dpqitq5dxn] { display: flex; }

    .top-nav[b-dpqitq5dxn] {
        padding: 0 20px;
    }
}

@media (min-width: 901px) {
    .mobile-menu[b-dpqitq5dxn] { display: none !important; }
}
/* /Components/Layout/LetsTalk.razor.rz.scp.css */
.letsDiv[b-ohmuvr1x2u] {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background-color: #075E54;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-box-shadow: 1px 0px 9px 5px rgba(0,0,0,0.22);
    box-shadow: 1px 0px 9px 5px rgba(0,0,0,0.22);
    color:white;
}
a[b-ohmuvr1x2u]{
    color:white;
    text-decoration:none;
}
@media only screen and (max-width: 700px) {
    .letsDiv[b-ohmuvr1x2u] {
        position: fixed;
        right: 5px;
        bottom: 5px;
        background-color: #075E54;
        padding: 15px;
        border-radius: 8px;
        cursor: pointer;
        -webkit-box-shadow: 1px 0px 9px 5px rgba(0,0,0,0.22);
        box-shadow: 1px 0px 9px 5px rgba(0,0,0,0.22);
        color: white;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ha82q7f0sa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ha82q7f0sa] {
    flex: 1;
}

.sidebar[b-ha82q7f0sa] {
    background-image: linear-gradient(180deg, #0a0f1e 0%, #1a0530 70%);
}

/* ─────────────────────────────────────────
   Mobile Bottom Pill Nav
───────────────────────────────────────── */
.mobile-bottom-actions[b-ha82q7f0sa] {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 2000;
    padding: 0 16px;
    display: flex;
    justify-content: center;
}

.nav-pill[b-ha82q7f0sa] {
    background: rgba(8, 12, 23, 0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 0.5px solid rgba(201, 168, 76, 0.2);
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 380px;
    height: 68px;
    border-radius: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.nav-action-item[b-ha82q7f0sa] {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.45);
    flex: 1;
    transition: color 0.2s ease, transform 0.2s ease;
    font-family: 'DM Sans', sans-serif;
}

    .nav-action-item:active[b-ha82q7f0sa] {
        transform: scale(0.9);
    }

    .nav-action-item:hover[b-ha82q7f0sa] {
        color: rgba(255, 255, 255, 0.85);
    }

    .nav-action-item i[b-ha82q7f0sa] {
        font-size: 1.3rem;
        margin-bottom: 3px;
    }

    .nav-action-item span[b-ha82q7f0sa] {
        font-size: 0.68rem;
        font-weight: 500;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

/* Center Quote Button */
.cta-main[b-ha82q7f0sa] {
    position: relative;
    top: -14px;
}

.icon-circle[b-ha82q7f0sa] {
    background: linear-gradient(135deg, #c9a84c, #e8c870);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 20px rgba(201, 168, 76, 0.35);
    margin-bottom: 4px;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

    .icon-circle i[b-ha82q7f0sa] {
        font-size: 1.4rem;
        margin-bottom: 0;
        color: #0a0f1e !important;
    }

.cta-main span[b-ha82q7f0sa] {
    color: #c9a84c !important;
    font-weight: 600 !important;
}

/* Body padding on mobile so dock doesn't cover content */
@media (max-width: 767.98px) {
    body[b-ha82q7f0sa] {
        padding-bottom: 100px !important;
    }
}

/* ─────────────────────────────────────────
   Desktop Floating Dock
───────────────────────────────────────── */
.desktop-bottom-dock[b-ha82q7f0sa] {
    position: fixed;
    bottom: 28px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
    pointer-events: none;
}

.dock-container[b-ha82q7f0sa] {
    pointer-events: auto;
    background: rgba(8, 12, 23, 0.88);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 0.5px solid rgba(201, 168, 76, 0.22);
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 10px 28px;
    gap: 8px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), 0 0 0 0.5px rgba(201, 168, 76, 0.08) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .dock-container:hover[b-ha82q7f0sa] {
        transform: translateY(-4px);
        box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5), 0 0 0 0.5px rgba(201, 168, 76, 0.12) inset;
    }

/* Button Layout */
.dock-button[b-ha82q7f0sa] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.65);
    gap: 13px;
    padding: 8px 14px;
    border-radius: 14px;
    transition: background 0.2s ease, color 0.2s ease;
    font-family: 'DM Sans', sans-serif;
}

    .dock-button:hover[b-ha82q7f0sa] {
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.9);
    }

/* Icon Styling */
.icon-wrapper[b-ha82q7f0sa] {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}

/* Text Labels */
.dock-text[b-ha82q7f0sa] {
    display: flex;
    flex-direction: column;
}

.dock-text .label[b-ha82q7f0sa] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
}

.dock-text .value[b-ha82q7f0sa] {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.01em;
}

/* Dividers */
.dock-divider[b-ha82q7f0sa] {
    width: 0.5px;
    height: 36px;
    background: rgba(201, 168, 76, 0.15);
    flex-shrink: 0;
}

/* Icon background colors */
.phone-bg[b-ha82q7f0sa] {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
}

.whatsapp-bg[b-ha82q7f0sa] {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.quote-bg[b-ha82q7f0sa] {
    background: linear-gradient(135deg, #c9a84c, #e8c870);
}

.quote-bg i[b-ha82q7f0sa] {
    color: #0a0f1e !important;
}

/* Pulse animation on CTA */
.main-cta .icon-wrapper[b-ha82q7f0sa] {
    animation: pulse-gold-b-ha82q7f0sa 2.4s infinite;
}

@keyframes pulse-gold-b-ha82q7f0sa {
    0% {
        box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.45);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(201, 168, 76, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(201, 168, 76, 0);
    }
}

/* Quote value text gold */
.main-cta .value[b-ha82q7f0sa] {
    color: #c9a84c !important;
}

/* ─────────────────────────────────────────
   Legacy top-row (unused but kept)
───────────────────────────────────────── */
.top-row[b-ha82q7f0sa] {
    background-color: #f8f7f5;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ha82q7f0sa]  a, .top-row[b-ha82q7f0sa]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ha82q7f0sa]  a:hover, .top-row[b-ha82q7f0sa]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ha82q7f0sa]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ha82q7f0sa] {
        justify-content: space-between;
    }

        .top-row[b-ha82q7f0sa]  a, .top-row[b-ha82q7f0sa]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-ha82q7f0sa] {
        flex-direction: row;
    }

    .sidebar[b-ha82q7f0sa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ha82q7f0sa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ha82q7f0sa]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

        .top-row[b-ha82q7f0sa], article[b-ha82q7f0sa] {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }
}

/* ─────────────────────────────────────────
   Blazor error UI
───────────────────────────────────────── */
#blazor-error-ui[b-ha82q7f0sa] {
    background: #0a0f1e;
    border-top: 1px solid rgba(201, 168, 76, 0.3);
    color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
}

    #blazor-error-ui .dismiss[b-ha82q7f0sa] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #c9a84c;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oiiz1hhg0j] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-oiiz1hhg0j] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-oiiz1hhg0j] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oiiz1hhg0j] {
    font-size: 1.1rem;
}

.bi[b-oiiz1hhg0j] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-oiiz1hhg0j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-oiiz1hhg0j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-oiiz1hhg0j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-oiiz1hhg0j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oiiz1hhg0j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oiiz1hhg0j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oiiz1hhg0j]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-oiiz1hhg0j]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-oiiz1hhg0j]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-oiiz1hhg0j] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-oiiz1hhg0j] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-oiiz1hhg0j] {
        display: none;
    }

    .nav-scrollable[b-oiiz1hhg0j] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NewPartner.razor.rz.scp.css */
/* ── Partner Strip ── */
.PartnerCont[b-wy8pu9rpey] {
    position: relative;
    width: 100%;
    background: #080c17;
    border-top: 0.5px solid rgba(201, 168, 76, 0.22);
    border-bottom: 0.5px solid rgba(201, 168, 76, 0.22);
    z-index: 10;
    padding: 0;
    overflow: hidden;
}

/* Subtle ambient glow at top edge */
.PartnerCont[b-wy8pu9rpey]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.5), transparent);
    pointer-events: none;
}

/* ── Section header label ── */
.section-bg-alt[b-wy8pu9rpey] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 18px;
    gap: 14px;
}

/* ── Marquee container ── */
.container-partners[b-wy8pu9rpey] {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
}

/* Fade masks on left and right edges */
.container-partners[b-wy8pu9rpey]::before,
.container-partners[b-wy8pu9rpey]::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.container-partners[b-wy8pu9rpey]::before {
    left: 0;
    background: linear-gradient(to right, #080c17, transparent);
}

.container-partners[b-wy8pu9rpey]::after {
    right: 0;
    background: linear-gradient(to left, #080c17, transparent);
}

/* ── Scrolling track ── */
.partners-slide-1[b-wy8pu9rpey] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    animation: marquee-b-wy8pu9rpey 28s linear infinite;
    gap: 0;
    will-change: transform;
}

    .partners-slide-1:hover[b-wy8pu9rpey] {
        animation-play-state: paused;
    }

@keyframes marquee-b-wy8pu9rpey {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── Individual logo slot ── */
.partners-hover-spin[b-wy8pu9rpey] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 36px;
    border-right: 0.5px solid rgba(201, 168, 76, 0.1);
    height: 60px;
    transition: border-color 0.3s;
}

    .partners-hover-spin:hover[b-wy8pu9rpey] {
        border-color: rgba(201, 168, 76, 0.3);
        animation: none;
    }

/* ── Logo images ── */
img[b-wy8pu9rpey] {
    display: block;
    background: transparent;
    padding: 0;
    border-radius: 0;
    width: auto;
    height: 32px;
    max-width: 120px;
    object-fit: contain;
    margin: 0;
    filter: brightness(0) invert(0.75);
    transition: filter 0.3s ease, transform 0.3s ease;
}

    img:hover[b-wy8pu9rpey] {
        filter: brightness(0) invert(1);
        transform: scale(1.08);
    }

/* ── Unused / legacy ── */
.partners-slide[b-wy8pu9rpey]        { display: none; }
.partners-image[b-wy8pu9rpey]        { display: none; }
.Titles[b-wy8pu9rpey]                { display: none; }
.section-bg-float[b-wy8pu9rpey]      { display: none; }
.divider[b-wy8pu9rpey]               { display: none; }

/* ── Responsive ── */
@media (max-width: 1200px) {
    .PartnerCont[b-wy8pu9rpey] {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }
}

@media (max-width: 700px) {
    .PartnerCont[b-wy8pu9rpey] {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }

    .partners-hover-spin[b-wy8pu9rpey] {
        padding: 0 22px;
    }

    img[b-wy8pu9rpey] {
        height: 26px;
        max-width: 90px;
    }
}
/* /Components/Layout/Partner.razor.rz.scp.css */
.titlePartner[b-pegr0nfhme]{
    position:absolute;
    width:100%;
    font-size:40px;
    text-align:center;

    margin-bottom:30px;
    line-height:50px;
    height:50px;
    color:#808080;
    z-index:1200;

}
.container2[b-pegr0nfhme] {
    position:absolute;
    right:200px;
   top:50vh;
   
   width:40%;
    
   
}
.square-holder[b-pegr0nfhme] {
    padding: 1px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    background-color: #9CC3D3;
    min-height: 50px;
    border-radius: 5px;
}

    .square-holder img[b-pegr0nfhme] {
       padding:3px;
        height:70px;
       
        padding:15px;
        transition: all 0.3s;
    }

    .square-holder:hover img[b-pegr0nfhme] {
        filter: none;
    }
/* /Components/Layout/PopupDelayed.razor.rz.scp.css */
.interest-overlay[b-4s9qqcckm0] {
    position: fixed;
    inset: 0;
    background: rgba(5, 8, 16, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: overlay-in-b-4s9qqcckm0 0.4s ease forwards;
}

@keyframes overlay-in-b-4s9qqcckm0 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.interest-popup[b-4s9qqcckm0] {
    background: #0d1225;
    border: 0.5px solid rgba(201, 168, 76, 0.3);
    max-width: 480px;
    width: 100%;
    padding: 44px 40px 36px;
    position: relative;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6), 0 0 0 0.5px rgba(201, 168, 76, 0.08) inset;
    animation: popup-in-b-4s9qqcckm0 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes popup-in-b-4s9qqcckm0 {
    from { opacity: 0; transform: translateY(24px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0)   scale(1); }
}

.popup-close[b-4s9qqcckm0] {
    position: absolute;
    top: 16px;
    right: 18px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.2s;
}

    .popup-close:hover[b-4s9qqcckm0] {
        color: #c9a84c;
    }

.popup-eyebrow[b-4s9qqcckm0] {
    font-family: 'DM Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .popup-eyebrow[b-4s9qqcckm0]::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 0.5px;
        background: #c9a84c;
    }

.popup-title[b-4s9qqcckm0] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.15;
    letter-spacing: 0.02em;
}

.popup-sub[b-4s9qqcckm0] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.38);
    margin: 0 0 28px;
    font-weight: 300;
}

.popup-options[b-4s9qqcckm0] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.popup-option[b-4s9qqcckm0] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(201, 168, 76, 0.15);
    text-decoration: none;
    cursor: pointer;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
    position: relative;
}

    .popup-option:hover[b-4s9qqcckm0] {
        background: rgba(201, 168, 76, 0.08);
        border-color: rgba(201, 168, 76, 0.45);
        transform: translateX(4px);
    }

.popup-option-icon[b-4s9qqcckm0] {
    font-size: 1.6rem;
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}

.popup-option-body[b-4s9qqcckm0] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.popup-option-label[b-4s9qqcckm0] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.975rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.popup-option-desc[b-4s9qqcckm0] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.38);
    font-weight: 300;
}

.popup-option-arrow[b-4s9qqcckm0] {
    color: #c9a84c;
    font-size: 1rem;
    opacity: 0;
    transition: opacity 0.25s, transform 0.25s;
    flex-shrink: 0;
}

.popup-option:hover .popup-option-arrow[b-4s9qqcckm0] {
    opacity: 1;
    transform: translateX(4px);
}

.popup-skip[b-4s9qqcckm0] {
    display: block;
    width: 100%;
    background: none;
    border: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 11.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    text-align: center;
    padding: 4px;
    transition: color 0.2s;
}

    .popup-skip:hover[b-4s9qqcckm0] {
        color: rgba(255, 255, 255, 0.5);
    }

@media (max-width: 520px) {
    .interest-popup[b-4s9qqcckm0] {
        padding: 36px 24px 28px;
    }

    .popup-title[b-4s9qqcckm0] {
        font-size: 1.6rem;
    }

    .popup-option[b-4s9qqcckm0] {
        padding: 15px 16px;
    }
}
/* /Components/Layout/SecondCur.razor.rz.scp.css */
.ComponentWrapper[b-7skb4yoicz] {
    margin-bottom: 0;
}

.Second[b-7skb4yoicz] {
    position: relative;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    background-color: #0d1225;
    padding: 60px 40px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid rgba(201, 168, 76, 0.1);
}

    .Second.SecondScroll[b-7skb4yoicz] {
        opacity: 1;
        transform: translateX(0%);
        transition: transform 1s ease-out, opacity 1s ease-out;
    }

.MidPage[b-7skb4yoicz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.ImageContent[b-7skb4yoicz] {
    flex: 1 1 45%;
    max-width: 40%;
    object-fit: cover;
    border-radius: 0;
    height: auto;
    max-height: 380px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    filter: brightness(0.9) saturate(0.85);
    transition: filter 0.4s ease;
}

    .ImageContent:hover[b-7skb4yoicz] {
        filter: brightness(1) saturate(1);
    }

.textItem[b-7skb4yoicz] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1em;
    line-height: 1.8;
    padding-left: 20px;
    box-sizing: border-box;
    width: 30%;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
}

    .textItem h2[b-7skb4yoicz] {
        font-family: 'Cormorant Garamond', serif;
        color: #ffffff;
        font-size: 2rem;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 16px;
        letter-spacing: 0.02em;
        padding-bottom: 14px;
        border-bottom: 0.5px solid rgba(201, 168, 76, 0.25);
        position: relative;
    }

        .textItem h2[b-7skb4yoicz]::after {
            content: '';
            position: absolute;
            bottom: -0.5px;
            left: 0;
            width: 28px;
            height: 1px;
            background: #c9a84c;
        }

    .textItem p[b-7skb4yoicz] {
        margin-bottom: 0;
        width: 100%;
        color: rgba(255, 255, 255, 0.45);
    }

.demo-button[b-7skb4yoicz] {
    background: linear-gradient(135deg, #c9a84c, #e8c870);
    color: #0a0f1e;
    border: none;
    padding: 12px 28px;
    border-radius: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: background 0.3s ease, transform 0.2s ease;
}

    .demo-button:hover[b-7skb4yoicz] {
        background: linear-gradient(135deg, #e8c870, #c9a84c);
        transform: translateX(3px);
    }

@media only screen and (max-width: 900px) {
    .MidPage[b-7skb4yoicz] {
        text-align: center;
        left: 0 !important;
    }

    .ImageContent[b-7skb4yoicz] {
        max-width: 80%;
        width: 100%;
        margin-bottom: 25px;
        max-height: 300px;
    }

    .textItem[b-7skb4yoicz] {
        width: 100%;
        max-width: 600px;
        padding-left: 0;
        text-align: left;
    }
}

@media only screen and (max-width: 700px) {
    .Second[b-7skb4yoicz] {
        padding: 40px 20px;
    }

    .ImageContent[b-7skb4yoicz] {
        max-width: 100%;
        height: auto;
        max-height: 250px;
    }

    .MidPage[b-7skb4yoicz] {
        left: 0 !important;
    }

    .textItem[b-7skb4yoicz] {
        font-size: 1em;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .textItem h2[b-7skb4yoicz] {
            font-size: 1.7em;
        }
}
/* /Components/Layout/Tird.razor.rz.scp.css */
.ComponentWrapper[b-eueuusfdqn] {
    margin-bottom: 0;
}

.Second[b-eueuusfdqn] {
    position: relative;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    background-color: #0a0f1e;
    padding: 60px 40px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid rgba(201, 168, 76, 0.1);
}

    .Second.SecondScroll[b-eueuusfdqn] {
        opacity: 1;
        transform: translateX(0%);
        transition: transform 1s ease-out, opacity 1s ease-out;
    }

.MidPage[b-eueuusfdqn] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.ImageContent[b-eueuusfdqn] {
    flex: 1 1 45%;
    max-width: 40%;
    object-fit: cover;
    border-radius: 0;
    height: auto;
    max-height: 380px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    filter: brightness(0.9) saturate(0.85);
    transition: filter 0.4s ease;
}

    .ImageContent:hover[b-eueuusfdqn] {
        filter: brightness(1) saturate(1);
    }

.textItem[b-eueuusfdqn] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1em;
    line-height: 1.8;
    padding-left: 20px;
    box-sizing: border-box;
    width: 30%;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
}

    .textItem h2[b-eueuusfdqn] {
        font-family: 'Cormorant Garamond', serif;
        color: #ffffff;
        font-size: 2rem;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 16px;
        letter-spacing: 0.02em;
        padding-bottom: 14px;
        border-bottom: 0.5px solid rgba(201, 168, 76, 0.25);
        position: relative;
    }

        .textItem h2[b-eueuusfdqn]::after {
            content: '';
            position: absolute;
            bottom: -0.5px;
            left: 0;
            width: 28px;
            height: 1px;
            background: #c9a84c;
        }

    .textItem p[b-eueuusfdqn] {
        margin-bottom: 0;
        width: 100%;
        color: rgba(255, 255, 255, 0.45);
    }

.demo-button[b-eueuusfdqn] {
    background: linear-gradient(135deg, #c9a84c, #e8c870);
    color: #0a0f1e;
    border: none;
    padding: 12px 28px;
    border-radius: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: background 0.3s ease, transform 0.2s ease;
}

    .demo-button:hover[b-eueuusfdqn] {
        background: linear-gradient(135deg, #e8c870, #c9a84c);
        transform: translateX(3px);
    }

@media only screen and (max-width: 900px) {
    .MidPage[b-eueuusfdqn] {
        text-align: center;
        left: 0 !important;
    }

    .ImageContent[b-eueuusfdqn] {
        max-width: 80%;
        width: 100%;
        margin-bottom: 25px;
        max-height: 300px;
    }

    .textItem[b-eueuusfdqn] {
        width: 100%;
        max-width: 600px;
        padding-left: 0;
        text-align: left;
    }
}

@media only screen and (max-width: 700px) {
    .Second[b-eueuusfdqn] {
        padding: 40px 20px;
    }

    .ImageContent[b-eueuusfdqn] {
        max-width: 100%;
        height: auto;
        max-height: 250px;
    }

    .MidPage[b-eueuusfdqn] {
        left: 0 !important;
    }

    .textItem[b-eueuusfdqn] {
        font-size: 1em;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .textItem h2[b-eueuusfdqn] {
            font-size: 1.7em;
        }
}
/* /Components/Layout/UnderCon.razor.rz.scp.css */





#main[b-q43cp3hxhl] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1000px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color:white;
}

#hello[b-q43cp3hxhl] {
    float: left;
    position: relative;
    top: 1em;
}

h2[b-q43cp3hxhl] {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 30%;
    float: left;
    letter-spacing: 0.3em;
}

h1[b-q43cp3hxhl] {
    margin: 0;
    padding: 0;
    float: left;
    letter-spacing: 0.3em;
    position: relative;
}

@-webkit-keyframes animate-con {
    0% {
        opacity: 0;
    }

    33.3% {
        opacity: 0;
    }

    100% {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

#con[b-q43cp3hxhl] {
    -webkit-animation-name: animate-con;
    -webkit-animation-duration: 5.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes animate-one {
    0% {
        opacity: 0;
        margin-right: 1500px;
        margin-bottom: 1000px;
    }

    70% {
        opacity: 0;
    }

    100% {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

#one[b-q43cp3hxhl] {
    -webkit-animation-name: animate-one;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
}


@-webkit-keyframes animate-two {
    0% {
        opacity: 0;
        margin-top: 1050px;
        margin-left: 100px;
    }

    70% {
        opacity: 0;
    }

    100% {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

#two[b-q43cp3hxhl] {
    -webkit-animation-name: animate-two;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
}


@-webkit-keyframes animate-three {
    0% {
        opacity: 0;
        margin-bottom: 1000px;
        margin-left: 0;
        margin-right: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

#three[b-q43cp3hxhl] {
    -webkit-animation-name: animate-three;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
}


@-webkit-keyframes animate-four {
    0% {
        opacity: 0;
        margin-top: 1000px;
        margin-left: 0;
        margin-right: 1500px;
    }

    70% {
        opacity: 0;
    }

    100% {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

#four[b-q43cp3hxhl] {
    -webkit-animation-name: animate-four;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
}


@-webkit-keyframes animate-five {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

#five[b-q43cp3hxhl] {
    -webkit-animation-name: animate-five;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
}
/* /Components/NewComponents/NewLayout/BrandServices.razor.rz.scp.css */
/* ── BrandServices — dark luxury theme ── */

h2[b-36okej710l] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    margin: 60px 0 36px;
    letter-spacing: 0.03em;
    position: relative;
    padding-bottom: 18px;
}

    h2[b-36okej710l]::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 48px;
        height: 1px;
        background: #c9a84c;
    }

h2.highlight-repair[b-36okej710l] {
    color: #c9a84c;
}

    h2.highlight-repair[b-36okej710l]::after {
        background: #c9a84c;
    }

h3[b-36okej710l] {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

    h3 .icon[b-36okej710l] {
        color: #c9a84c;
        min-width: 22px;
        flex-shrink: 0;
        margin-top: 1px;
    }

small[b-36okej710l] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.55em;
    font-weight: 300;
    opacity: 0.6;
    display: block;
    letter-spacing: 0.04em;
    margin-top: 4px;
}

/* ── Grid layout ── */
.service-categories[b-36okej710l] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 8px 48px 24px;
}

/* ── Cards ── */
.service-card[b-36okej710l] {
    background: rgba(13, 18, 37, 0.85);
    border: 0.5px solid rgba(201, 168, 76, 0.15);
    border-left: 2px solid rgba(201, 168, 76, 0.35);
    padding: 28px 26px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

    .service-card[b-36okej710l]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(201, 168, 76, 0.03) 0%, transparent 60%);
        pointer-events: none;
    }

    .service-card:hover[b-36okej710l] {
        border-left-color: #c9a84c;
        border-color: rgba(201, 168, 76, 0.35);
        box-shadow: 0 8px 32px rgba(201, 168, 76, 0.1);
        transform: translateY(-4px);
    }

    .service-card.highlight-repair-card[b-36okej710l] {
        border-left: 2px solid rgba(201, 168, 76, 0.6);
        background: rgba(201, 168, 76, 0.05);
    }

        .service-card.highlight-repair-card h3[b-36okej710l] {
            color: #c9a84c;
        }

        .service-card.highlight-repair-card:hover[b-36okej710l] {
            box-shadow: 0 8px 32px rgba(201, 168, 76, 0.18);
        }

    /* List items inside cards */
    .service-card ul[b-36okej710l] {
        padding-left: 0;
        list-style: none;
        margin: 0;
    }

        .service-card ul li[b-36okej710l] {
            background: none;
            border: none;
            box-shadow: none;
            padding: 5px 0 5px 14px;
            margin: 0;
            font-family: 'DM Sans', sans-serif;
            font-size: 0.88rem;
            font-weight: 300;
            color: rgba(255, 255, 255, 0.45);
            line-height: 1.6;
            position: relative;
            transition: none;
        }

            .service-card ul li[b-36okej710l]::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 4px;
                height: 1px;
                background: rgba(201, 168, 76, 0.5);
            }

            .service-card ul li:hover[b-36okej710l] {
                transform: none;
                background: none;
                box-shadow: none;
            }

/* ── Responsive ── */
@media (max-width: 992px) {
    .service-categories[b-36okej710l] {
        padding: 8px 28px 20px;
        gap: 16px;
    }

    h2[b-36okej710l] {
        margin: 48px 0 28px;
    }
}

@media (max-width: 768px) {
    .service-categories[b-36okej710l] {
        grid-template-columns: 1fr;
        padding: 8px 20px 16px;
        gap: 14px;
    }

    h2[b-36okej710l] {
        margin: 36px 0 24px;
        font-size: clamp(1.4rem, 5vw, 1.8rem);
    }

    .service-card[b-36okej710l] {
        padding: 22px 18px;
    }
}

@media (max-width: 576px) {
    .service-categories[b-36okej710l] {
        padding: 8px 16px 12px;
    }

    .service-card[b-36okej710l] {
        padding: 18px 14px;
    }
}
/* /Components/NewComponents/NewLayout/FirstDetails.razor.rz.scp.css */
/* ── FirstDetails — dark luxury theme ── */

.fd-learn-more[b-ze08wjrhar] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 12px 28px;
    background: #c9a84c;
    color: #0a0f1e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.fd-learn-more:hover[b-ze08wjrhar] {
    background: #e8c870;
    transform: translateX(4px);
}

.fd-learn-more span[b-ze08wjrhar] {
    transition: transform 0.3s;
}

.fd-learn-more:hover span[b-ze08wjrhar] {
    transform: translateX(4px);
}

.fd-wrapper[b-ze08wjrhar] {
    background: #0a0f1e;
}

.custom-container[b-ze08wjrhar] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.5rem 48px;
}

/* ── Service card ── */
.service-section[b-ze08wjrhar] {
    background: rgba(13, 18, 37, 0.9);
    border: 0.5px solid rgba(201, 168, 76, 0.15);
    border-left: 2px solid rgba(201, 168, 76, 0.4);
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    padding: 48px 40px;
    margin-bottom: 0;
    transform: scale(1);
    transition: border-color 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

    .service-section[b-ze08wjrhar]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(201, 168, 76, 0.025) 0%, transparent 60%);
        pointer-events: none;
    }

    .service-section:hover[b-ze08wjrhar] {
        border-left-color: #c9a84c;
        border-color: rgba(201, 168, 76, 0.3);
        box-shadow: 0 12px 40px rgba(201, 168, 76, 0.1);
        transform: scale(1);
    }

/* ── Layout ── */
.section-content[b-ze08wjrhar] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.section-content-reversed[b-ze08wjrhar] {
    flex-direction: column-reverse;
}

.content-column[b-ze08wjrhar] {
    width: 100%;
}

.image-column[b-ze08wjrhar] {
    margin-bottom: 0;
}

/* ── Image ── */
.service-image[b-ze08wjrhar] {
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    filter: brightness(0.88) saturate(0.85);
    transition: filter 0.4s ease;
}

    .service-image:hover[b-ze08wjrhar] {
        filter: brightness(1) saturate(1);
    }

/* ── Heading ── */
.service-title[b-ze08wjrhar] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    padding-bottom: 16px;
    border-bottom: 0.5px solid rgba(201, 168, 76, 0.22);
    position: relative;
}

    .service-title[b-ze08wjrhar]::after {
        content: '';
        position: absolute;
        bottom: -0.5px;
        left: 0;
        width: 32px;
        height: 1px;
        background: #c9a84c;
    }

/* ── Body text ── */
.service-description[b-ze08wjrhar] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
    margin-bottom: 0;
}

/* ── Feature list ── */
.features-list[b-ze08wjrhar] {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.45);
}

    .features-list .feature-item[b-ze08wjrhar] {
        margin-bottom: 8px;
        padding-left: 14px;
        position: relative;
        font-family: 'DM Sans', sans-serif;
        font-weight: 300;
    }

        .features-list .feature-item[b-ze08wjrhar]::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 1px;
            background: rgba(201, 168, 76, 0.5);
        }

.feature-highlight[b-ze08wjrhar] {
    font-weight: 500;
    color: #c9a84c;
}

/* ── Responsive ── */
@media (min-width: 768px) {
    .custom-container[b-ze08wjrhar] {
        padding: 0.5rem 40px;
    }

    .service-section[b-ze08wjrhar] {
        padding: 56px 48px;
    }

    .section-content[b-ze08wjrhar] {
        flex-direction: row;
        align-items: center;
    }

        .section-content > *:not(:last-child)[b-ze08wjrhar] {
            margin-right: 0;
        }

    .section-content-reversed[b-ze08wjrhar] {
        flex-direction: row;
    }

    .access-text-column[b-ze08wjrhar],
    .security-text-column[b-ze08wjrhar] {
        margin-top: 0;
        order: 0;
    }

    .access-image-column[b-ze08wjrhar],
    .security-image-column[b-ze08wjrhar] {
        order: 1;
    }

    .content-column[b-ze08wjrhar] {
        width: 50%;
    }

    .image-column[b-ze08wjrhar] {
        margin-bottom: 0;
    }

    .service-title[b-ze08wjrhar] {
        font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    }
}

@media (max-width: 768px) {
    .custom-container[b-ze08wjrhar] {
        padding: 0.5rem 20px;
    }

    .service-section[b-ze08wjrhar] {
        padding: 32px 24px;
    }
}
/* /Components/NewComponents/NewLayout/ImgAds.razor.rz.scp.css */
.imgcont[b-muqlu77y4o] {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

    .imgcont img[b-muqlu77y4o] {
        width: 100%;
        height: 400px;
        object-fit: cover;
        display: block;
        filter: brightness(0.7) saturate(0.9);
        transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .imgcont:hover img[b-muqlu77y4o] {
        transform: scale(1.03);
    }

.TextImg[b-muqlu77y4o] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 60px;
    background: linear-gradient(to top, rgba(5, 8, 16, 0.82) 0%, rgba(5, 8, 16, 0.3) 60%, transparent 100%);
    display: flex;
    align-items: flex-end;
}

    .TextImg h4[b-muqlu77y4o] {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(1.5rem, 3vw, 2.2rem);
        font-weight: 300;
        color: #ffffff;
        padding: 0;
        margin: 0;
        letter-spacing: 0.07em;
        line-height: 1.15;
    }

        .TextImg h4[b-muqlu77y4o]::before {
            content: '';
            display: block;
            width: 28px;
            height: 1px;
            background: #c9a84c;
            margin-bottom: 12px;
        }

@media (max-width: 768px) {
    .imgcont img[b-muqlu77y4o] {
        height: 240px;
    }

    .TextImg[b-muqlu77y4o] {
        padding: 28px 28px;
    }

        .TextImg h4[b-muqlu77y4o] {
            font-size: 1.25rem;
        }

            .TextImg h4[b-muqlu77y4o]::before {
                width: 20px;
                margin-bottom: 8px;
            }
}
/* /Components/Pages/Brand.razor.rz.scp.css */
.barndDiv[b-g3cwl2pzmq] {
    position: relative;
    margin-top: 150px;
    width: 100%;
    background-color: #0a0f1e;
}

h1[b-g3cwl2pzmq] {
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
}

.barndMain[b-g3cwl2pzmq] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-self: flex-end;
    min-height: 600px;
    margin-top: 50px;
    background-color: #0a0f1e;
}

.barndItem[b-g3cwl2pzmq] {
    position: relative;
    width: 33%;
    margin: .15%;
    min-height: 400px;
    background: #0d1225;
    border: 0.5px solid rgba(201, 168, 76, 0.1);
    transition: border-color 0.25s, box-shadow 0.25s;
}

    .barndItem:hover[b-g3cwl2pzmq] {
        border-color: rgba(201, 168, 76, 0.35);
        box-shadow: 0 8px 32px rgba(201, 168, 76, 0.08);
    }

.BrandLogo[b-g3cwl2pzmq] {
    position: relative;
    width: 100%;
}

.logo[b-g3cwl2pzmq] {
    position: absolute;
    margin-top: 0;
    display: block;
    padding: 10px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.07);
    border: 0.5px solid rgba(201, 168, 76, 0.2);
    align-items: center;
    border-radius: 0;
    width: 150px;
    height: 50px;
    object-fit: contain;
    top: 10px;
    filter: brightness(0) invert(0.8);
    transition: filter 0.3s;
}

    .logo:hover[b-g3cwl2pzmq] {
        filter: brightness(0) invert(1);
    }

.Detdiv[b-g3cwl2pzmq] {
    position: relative;
    margin: 3%;
    width: 94%;
    color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    padding-top: 10px;
}

h2[b-g3cwl2pzmq] {
    position: relative;
    color: #c9a84c;
    top: -10px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
}

a[b-g3cwl2pzmq] {
    text-decoration: none;
}

p[b-g3cwl2pzmq] {
    word-spacing: -2px;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7;
    max-height: max-content;
    color: rgba(255, 255, 255, 0.45);
    font-size: .9em;
    text-align: justify;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
}

.moreInfobrand[b-g3cwl2pzmq] {
    position: absolute;
    bottom: 10px;
    left: 5px;
    color: #0a0f1e;
    width: 98%;
    text-align: center;
    border-radius: 0;
    animation: none;
    background: linear-gradient(135deg, #c9a84c, #e8c870);
    display: block;
    line-height: 50px;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.25s;
}

    .moreInfobrand:hover[b-g3cwl2pzmq] {
        background: linear-gradient(135deg, #e8c870, #c9a84c);
    }

    .moreInfobrand a[b-g3cwl2pzmq] {
        color: #0a0f1e;
    }

.imageBrand[b-g3cwl2pzmq] {
    width: 100%;
    border-radius: 0;
    display: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

@keyframes Color-b-g3cwl2pzmq {
    0%   { filter: brightness(0) invert(1); }
    25%  { filter: brightness(.5) invert(1); }
    50%  { filter: brightness(.4) invert(1); }
    75%  { filter: brightness(.8) invert(1); }
    100% { filter: brightness(1) invert(0); }
}

@media only screen and (max-width: 700px) {
    .barndItem[b-g3cwl2pzmq] {
        position: relative;
        width: 100%;
        height: auto;
        margin: .15%;
    }

    .logo[b-g3cwl2pzmq] {
        position: absolute;
        margin-top: 0;
        display: block;
        padding: 10px;
        right: 10px;
        background-color: rgba(255, 255, 255, 0.07);
        border-radius: 0;
        width: 150px;
        height: 50px;
        object-fit: contain;
        top: 5px;
    }

    .BrandLogo[b-g3cwl2pzmq] {
        position: relative;
        width: 100%;
        height: auto;
    }

    p[b-g3cwl2pzmq] {
        line-height: 1.7;
        max-height: max-content;
        font-size: .9em;
        text-align: justify;
    }

    .moreInfobrand[b-g3cwl2pzmq] {
        position: relative;
        bottom: 10px;
        left: 5px;
        width: 98%;
        text-align: center;
        border-radius: 0;
        animation: none;
    }
}
/* /Components/Pages/BrandDetails.razor.rz.scp.css */
/* ─────────────────────────────────────────
   BrandDetails — dark luxury redesign
───────────────────────────────────────── */

/* ── Hero ── */
.bd-hero[b-pcilh5xy04] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #050810;
}

/* Video layer */
.bd-hero-video[b-pcilh5xy04] {
    position: absolute;
    inset: 0;
    z-index: 0;
}

    .bd-hero-video video[b-pcilh5xy04] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 0.55;
    }

/* Gradient overlay */
.bd-hero-overlay[b-pcilh5xy04] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(5,8,16,0.97) 0%,
        rgba(5,8,16,0.55) 50%,
        rgba(5,8,16,0.2)  100%
    );
}

/* Content */
.bd-hero-content[b-pcilh5xy04] {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px 80px;
    animation: bd-fade-up-b-pcilh5xy04 0.9s ease forwards;
}

@keyframes bd-fade-up-b-pcilh5xy04 {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Brand logo chip */
.bd-logo-wrap[b-pcilh5xy04] {
    margin-bottom: 28px;
}

.bd-brand-logo[b-pcilh5xy04] {
    height: 52px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(0.9);
    background: rgba(255,255,255,0.06);
    border: 0.5px solid rgba(201,168,76,0.25);
    padding: 10px 20px;
}

/* Dealer level badge */
.bd-badge[b-pcilh5xy04] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 18px;
}

    .bd-badge[b-pcilh5xy04]::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 0.5px;
        background: #c9a84c;
    }

/* Hero heading */
.bd-hero-title[b-pcilh5xy04] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    font-weight: 300;
    color: #ffffff;
    line-height: 1.12;
    letter-spacing: 0.02em;
    margin: 0 0 32px;
    max-width: 800px;
}

.bd-hero-accent[b-pcilh5xy04] {
    color: #c9a84c;
    font-style: italic;
}

/* CTA button */
.bd-hero-cta[b-pcilh5xy04] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #c9a84c;
    color: #0a0f1e;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    transition: background 0.3s, transform 0.3s;
}

    .bd-hero-cta:hover[b-pcilh5xy04] {
        background: #e8c870;
        transform: translateX(4px);
        color: #0a0f1e;
    }

/* ── Gallery strip ── */
.bd-gallery[b-pcilh5xy04] {
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
    background: #080c17;
    border-top: 0.5px solid rgba(201,168,76,0.12);
    border-bottom: 0.5px solid rgba(201,168,76,0.12);
}

/* Fade edges */
.bd-gallery[b-pcilh5xy04]::before,
.bd-gallery[b-pcilh5xy04]::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.bd-gallery[b-pcilh5xy04]::before {
    left: 0;
    background: linear-gradient(to right, #080c17, transparent);
}

.bd-gallery[b-pcilh5xy04]::after {
    right: 0;
    background: linear-gradient(to left, #080c17, transparent);
}

#jeff[b-pcilh5xy04] {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 0;
    background: transparent;
    aspect-ratio: unset;
}

#row1[b-pcilh5xy04] {
    position: absolute;
    top: 0;
    left: -10%;
    display: flex;
    align-items: center;
    width: 120%;
    height: 100%;
}

.stack[b-pcilh5xy04] {
    display: flex;
    align-items: center;
    animation: infiniteLeft-b-pcilh5xy04 40s linear infinite;
    gap: 4px;
}

.imagen[b-pcilh5xy04] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 280px;
    height: 180px;
    flex-shrink: 0;
    filter: brightness(0.65) saturate(0.7);
    transition: filter 0.4s;
}

    .imagen:hover[b-pcilh5xy04] {
        filter: brightness(0.9) saturate(1);
    }

.reverse[b-pcilh5xy04] {
    animation: infiniteRight-b-pcilh5xy04 60s linear infinite;
}

@keyframes infiniteLeft-b-pcilh5xy04 {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes infiniteRight-b-pcilh5xy04 {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* ── Why section ── */
.bd-why[b-pcilh5xy04] {
    background: #0a0f1e;
    padding: 96px 60px;
    position: relative;
    overflow: hidden;
}

/* Subtle gold grid */
.bd-why[b-pcilh5xy04]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(201,168,76,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201,168,76,0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.bd-why-inner[b-pcilh5xy04] {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Eyebrow */
.bd-eyebrow[b-pcilh5xy04] {
    font-family: 'DM Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .bd-eyebrow[b-pcilh5xy04]::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 0.5px;
        background: #c9a84c;
    }

/* Section heading */
.bd-why-title[b-pcilh5xy04] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 28px;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(201,168,76,0.22);
    position: relative;
    line-height: 1.1;
}

    .bd-why-title[b-pcilh5xy04]::after {
        content: '';
        position: absolute;
        bottom: -0.5px;
        left: 0;
        width: 36px;
        height: 1px;
        background: #c9a84c;
    }

/* Body text */
.bd-why-text[b-pcilh5xy04] {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.9;
    color: rgba(255,255,255,0.45);
    font-weight: 300;
    margin: 0;
}

/* ── Brand services wrapper ── */
.bd-services[b-pcilh5xy04] {
    background: #0d1225;
    border-top: 0.5px solid rgba(201,168,76,0.12);
    padding: 0 0 80px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .bd-hero-content[b-pcilh5xy04] {
        padding: 0 28px 60px;
    }

    .bd-hero-title[b-pcilh5xy04] {
        font-size: clamp(1.8rem, 7vw, 2.6rem);
    }

    .bd-why[b-pcilh5xy04] {
        padding: 60px 28px;
    }

    .bd-gallery[b-pcilh5xy04],
    #jeff[b-pcilh5xy04] {
        height: 140px;
    }

    .imagen[b-pcilh5xy04] {
        width: 180px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .bd-hero-content[b-pcilh5xy04] {
        padding: 0 20px 48px;
    }

    .bd-brand-logo[b-pcilh5xy04] {
        height: 40px;
    }

    .bd-hero-cta[b-pcilh5xy04] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/CommercialAV.razor.rz.scp.css */
h1[b-sw0nvwbs0x]{
    width:100%;
    height:200px;
    text-align:center;
    margin-top:100px;
    line-height:200px;
    color:#ff6a00;
}
/* /Components/Pages/CommercialSolutionDetail.razor.rz.scp.css */
/* Hero */
.csd-hero[b-3kn5qqxjiy] {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background-color: #0a0f1e;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
}

.csd-hero-overlay[b-3kn5qqxjiy] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5,8,16,0.6) 0%, rgba(10,15,30,0.4) 100%);
    pointer-events: none;
}

.csd-hero-content[b-3kn5qqxjiy] {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
}

.csd-eyebrow[b-3kn5qqxjiy] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 20px;
}

.csd-eyebrow[b-3kn5qqxjiy]::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #c9a84c;
}

.csd-title[b-3kn5qqxjiy] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    font-weight: 300;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 20px;
}

.csd-desc[b-3kn5qqxjiy] {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.55);
    max-width: 560px;
    line-height: 1.8;
    margin-bottom: 36px;
}

.csd-cta-btn[b-3kn5qqxjiy] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #c9a84c;
    color: #0a0f1e;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.csd-cta-btn:hover[b-3kn5qqxjiy] {
    background: #e8c870;
    transform: translateX(4px);
}

.csd-arrow[b-3kn5qqxjiy] {
    transition: transform 0.3s;
}

.csd-cta-btn:hover .csd-arrow[b-3kn5qqxjiy] {
    transform: translateX(4px);
}

/* Features grid */
.csd-features[b-3kn5qqxjiy] {
    background: #080d1a;
    padding: 80px 20px;
}

.csd-features-inner[b-3kn5qqxjiy] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.csd-feature-card[b-3kn5qqxjiy] {
    background: rgba(255,255,255,0.04);
    border: 0.5px solid rgba(201,168,76,0.15);
    padding: 32px 28px;
    transition: border-color 0.3s, transform 0.3s;
}

.csd-feature-card:hover[b-3kn5qqxjiy] {
    border-color: rgba(201,168,76,0.45);
    transform: translateY(-4px);
}

.csd-feature-card--link[b-3kn5qqxjiy] {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.csd-feature-arrow[b-3kn5qqxjiy] {
    display: block;
    margin-top: 16px;
    color: #c9a84c;
    font-size: 1.1rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.25s, transform 0.25s;
}

.csd-feature-card--link:hover .csd-feature-arrow[b-3kn5qqxjiy] {
    opacity: 1;
    transform: translateX(0);
}

.csd-feature-icon[b-3kn5qqxjiy] {
    font-size: 2rem;
    margin-bottom: 16px;
}

.csd-feature-title[b-3kn5qqxjiy] {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: 0.03em;
}

.csd-feature-body[b-3kn5qqxjiy] {
    font-size: 0.875rem;
    font-weight: 300;
    color: rgba(255,255,255,0.45);
    line-height: 1.75;
    margin: 0;
}

/* CTA section */
.csd-cta-section[b-3kn5qqxjiy] {
    background: linear-gradient(135deg, #0d1225 0%, #0a0f1e 100%);
    border-top: 0.5px solid rgba(201,168,76,0.15);
    padding: 80px 20px;
    text-align: center;
}

.csd-cta-inner[b-3kn5qqxjiy] {
    max-width: 600px;
    margin: 0 auto;
}

.csd-cta-section h2[b-3kn5qqxjiy] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 300;
    color: #fff;
    margin: 0 0 12px;
}

.csd-cta-section p[b-3kn5qqxjiy] {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,0.4);
    margin-bottom: 36px;
}

.csd-cta-buttons[b-3kn5qqxjiy] {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.csd-btn-primary[b-3kn5qqxjiy] {
    padding: 14px 32px;
    background: #c9a84c;
    color: #0a0f1e;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: background 0.3s;
}

.csd-btn-primary:hover[b-3kn5qqxjiy] {
    background: #e8c870;
}

.csd-btn-secondary[b-3kn5qqxjiy] {
    padding: 14px 32px;
    background: transparent;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-decoration: none;
    border: 0.5px solid rgba(255,255,255,0.2);
    transition: border-color 0.3s, color 0.3s;
}

.csd-btn-secondary:hover[b-3kn5qqxjiy] {
    border-color: #c9a84c;
    color: #c9a84c;
}

@media (max-width: 600px) {
    .csd-hero-content[b-3kn5qqxjiy] {
        padding: 60px 20px;
    }

    .csd-features[b-3kn5qqxjiy] {
        padding: 50px 16px;
    }
}

/* ── Breadcrumb ── */
.csd-breadcrumb[b-3kn5qqxjiy] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
}

    .csd-breadcrumb a[b-3kn5qqxjiy] {
        color: rgba(255,255,255,0.5);
        text-decoration: none;
        transition: color 0.25s;
    }

        .csd-breadcrumb a:hover[b-3kn5qqxjiy] {
            color: #c9a84c;
        }

.csd-breadcrumb-current[b-3kn5qqxjiy] {
    color: #c9a84c;
}

/* ── Hero actions ── */
.csd-hero-actions[b-3kn5qqxjiy] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 28px;
}

.csd-hero-phone[b-3kn5qqxjiy] {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    border-bottom: 0.5px solid rgba(255,255,255,0.25);
    padding-bottom: 3px;
    transition: color 0.3s, border-color 0.3s;
}

    .csd-hero-phone:hover[b-3kn5qqxjiy] {
        color: #c9a84c;
        border-color: #c9a84c;
    }

/* ── Shared section heading ── */
.csd-section-head[b-3kn5qqxjiy] {
    max-width: 1100px;
    margin: 0 auto 44px;
    text-align: center;
}

.csd-section-eyebrow[b-3kn5qqxjiy] {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 14px;
}

.csd-section-title[b-3kn5qqxjiy] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 1.25;
}

/* ── Scope of work ── */
.csd-scope[b-3kn5qqxjiy] {
    background: #0a0f1e;
    border-top: 0.5px solid rgba(201,168,76,0.12);
    padding: 80px 20px;
    font-family: 'DM Sans', sans-serif;
}

.csd-scope-inner[b-3kn5qqxjiy] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.csd-scope-text .csd-section-title[b-3kn5qqxjiy] {
    text-align: left;
    margin-bottom: 18px;
}

.csd-scope-body[b-3kn5qqxjiy] {
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255,255,255,0.45);
    margin: 0 0 24px;
}

.csd-scope-link[b-3kn5qqxjiy] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c9a84c;
    text-decoration: none;
}

    .csd-scope-link span[b-3kn5qqxjiy] {
        transition: transform 0.3s;
    }

    .csd-scope-link:hover span[b-3kn5qqxjiy] {
        transform: translateX(4px);
    }

.csd-scope-list[b-3kn5qqxjiy] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .csd-scope-list li[b-3kn5qqxjiy] {
        position: relative;
        padding: 14px 0 14px 30px;
        border-bottom: 0.5px solid rgba(255,255,255,0.07);
        font-size: 0.9rem;
        font-weight: 300;
        line-height: 1.7;
        color: rgba(255,255,255,0.6);
    }

        .csd-scope-list li[b-3kn5qqxjiy]::before {
            content: '';
            position: absolute;
            left: 4px;
            top: 23px;
            width: 8px;
            height: 8px;
            border: 1px solid #c9a84c;
            transform: rotate(45deg);
        }

/* ── Process ── */
.csd-process[b-3kn5qqxjiy] {
    background: #080d1a;
    border-top: 0.5px solid rgba(201,168,76,0.12);
    padding: 80px 20px;
    font-family: 'DM Sans', sans-serif;
}

.csd-process-inner[b-3kn5qqxjiy] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.csd-step[b-3kn5qqxjiy] {
    border-top: 1px solid rgba(201,168,76,0.3);
    padding-top: 22px;
}

.csd-step-num[b-3kn5qqxjiy] {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: rgba(201,168,76,0.7);
    margin-bottom: 12px;
}

.csd-step h3[b-3kn5qqxjiy] {
    font-size: 0.98rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.03em;
    margin: 0 0 10px;
}

.csd-step p[b-3kn5qqxjiy] {
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255,255,255,0.42);
    margin: 0;
}

/* ── Related solutions ── */
.csd-related[b-3kn5qqxjiy] {
    background: #0a0f1e;
    border-top: 0.5px solid rgba(201,168,76,0.12);
    padding: 80px 20px;
    font-family: 'DM Sans', sans-serif;
}

.csd-related-inner[b-3kn5qqxjiy] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}

.csd-related-card[b-3kn5qqxjiy] {
    display: block;
    position: relative;
    background: rgba(255,255,255,0.03);
    border: 0.5px solid rgba(201,168,76,0.15);
    padding: 28px 24px;
    text-decoration: none;
    transition: border-color 0.3s, transform 0.3s, background 0.3s;
}

    .csd-related-card:hover[b-3kn5qqxjiy] {
        border-color: rgba(201,168,76,0.45);
        background: rgba(201,168,76,0.06);
        transform: translateY(-4px);
    }

.csd-related-icon[b-3kn5qqxjiy] {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 14px;
}

.csd-related-card h3[b-3kn5qqxjiy] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.03em;
    margin: 0 0 10px;
}

.csd-related-card p[b-3kn5qqxjiy] {
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255,255,255,0.42);
    margin: 0;
}

.csd-related-arrow[b-3kn5qqxjiy] {
    display: block;
    margin-top: 16px;
    color: #c9a84c;
    font-size: 1rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.25s, transform 0.25s;
}

.csd-related-card:hover .csd-related-arrow[b-3kn5qqxjiy] {
    opacity: 1;
    transform: translateX(0);
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .csd-scope-inner[b-3kn5qqxjiy] {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 600px) {
    .csd-scope[b-3kn5qqxjiy],
    .csd-process[b-3kn5qqxjiy],
    .csd-related[b-3kn5qqxjiy] {
        padding: 56px 16px;
    }

    .csd-section-head[b-3kn5qqxjiy] {
        margin-bottom: 32px;
    }
}
/* /Components/Pages/ContactUs.razor.rz.scp.css */
/* ── Contact page — dark luxury theme ── */

.contact-page-sec[b-z87fp92dvd] {
    background:
        radial-gradient(120% 80% at 15% 0%, rgba(201, 168, 76, 0.07) 0%, transparent 55%),
        linear-gradient(180deg, #0d1225 0%, #0a0f1e 45%, #080d1a 100%);
    padding: 130px 20px 90px;
    min-height: 100vh;
    font-family: 'DM Sans', sans-serif;
}

.contact-inner[b-z87fp92dvd] {
    max-width: 1220px;
    margin: 0 auto;
}

/* ── Page heading ── */
.contact-head[b-z87fp92dvd] {
    max-width: 760px;
    margin-bottom: 56px;
}

.contact-eyebrow[b-z87fp92dvd] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 18px;
}

    .contact-eyebrow[b-z87fp92dvd]::before {
        content: '';
        display: inline-block;
        width: 28px;
        height: 1px;
        background: #c9a84c;
    }

.contact-head h1[b-z87fp92dvd] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 300;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: 0.02em;
    margin: 0 0 20px;
}

.contact-lead[b-z87fp92dvd] {
    font-size: 0.98rem;
    font-weight: 300;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

/* ── Two-column body ── */
.contact-grid[b-z87fp92dvd] {
    display: grid;
    grid-template-columns: minmax(280px, 380px) 1fr;
    gap: 44px;
    align-items: start;
}

/* ── Detail cards ── */
.contact-aside[b-z87fp92dvd] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-card[b-z87fp92dvd] {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    border: 0.5px solid rgba(201, 168, 76, 0.16);
    border-left: 2px solid rgba(201, 168, 76, 0.45);
    padding: 22px 24px;
    text-decoration: none;
}

.contact-card--link[b-z87fp92dvd] {
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

    .contact-card--link:hover[b-z87fp92dvd] {
        background: rgba(201, 168, 76, 0.07);
        border-left-color: #c9a84c;
        transform: translateX(3px);
    }

.contact-card-label[b-z87fp92dvd] {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(201, 168, 76, 0.8);
    margin-bottom: 10px;
}

.contact-card-value[b-z87fp92dvd] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem;
    font-weight: 300;
    line-height: 1.25;
    color: #ffffff;
    letter-spacing: 0.01em;
}

.contact-card-value--sm[b-z87fp92dvd] {
    font-size: 1.15rem;
}

.contact-card--link:hover .contact-card-value[b-z87fp92dvd] {
    color: #c9a84c;
}

.contact-card-note[b-z87fp92dvd] {
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.38);
    margin-top: 8px;
}

/* ── Photo ── */
.contact-photo[b-z87fp92dvd] {
    margin-top: 6px;
    border: 0.5px solid rgba(201, 168, 76, 0.16);
    overflow: hidden;
}

    .contact-photo img[b-z87fp92dvd] {
        display: block;
        width: 100%;
        height: 260px;
        object-fit: cover;
        filter: brightness(0.72) saturate(0.85);
        transition: filter 0.5s, transform 0.6s;
    }

    .contact-photo:hover img[b-z87fp92dvd] {
        filter: brightness(0.95) saturate(1);
        transform: scale(1.03);
    }

/* ── Form column ── */
.contact-form-panel[b-z87fp92dvd] {
    width: 100%;
}

    /* the form component centres itself; inside this column it should fill it */
    .contact-form-panel[b-z87fp92dvd]  .cf-wrap {
        max-width: none;
        padding: 0;
    }

/* ── Responsive ── */
@media (max-width: 992px) {
    .contact-grid[b-z87fp92dvd] {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .contact-page-sec[b-z87fp92dvd] {
        padding: 110px 16px 70px;
    }

    .contact-head[b-z87fp92dvd] {
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .contact-card[b-z87fp92dvd] {
        padding: 18px 20px;
    }

    .contact-card-value[b-z87fp92dvd] {
        font-size: 1.35rem;
    }

    .contact-photo img[b-z87fp92dvd] {
        height: 200px;
    }
}
/* /Components/Pages/Gallery.razor.rz.scp.css */
.page[b-2xmjz6qtp4] {
    margin-top: 100px;
    background-color: #0a0f1e;
    min-height: 100vh;
}

h1[b-2xmjz6qtp4] {
    position: relative;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: 0.04em;
    margin-bottom: 60px;
    top: 30px;
}

h1[b-2xmjz6qtp4]::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #c9a84c;
    margin: 14px auto 0;
}

main[b-2xmjz6qtp4] {
    column-count: 1;
    break-inside: avoid;
    gap: 0.5rem;
    padding: 0.5rem;
}

img[b-2xmjz6qtp4] {
    width: 100%;
    margin-bottom: 0.25rem;
    display: block;
    filter: brightness(0.88) saturate(0.85);
    transition: filter 0.4s ease, transform 0.4s ease;
}

    img:hover[b-2xmjz6qtp4] {
        filter: brightness(1) saturate(1);
        transform: scale(1.01);
    }

video[b-2xmjz6qtp4] {
    width: 100%;
    margin-bottom: 0.25rem;
}

@media (width > 700px) {
    main[b-2xmjz6qtp4] { column-count: 2; }
}

@media (width > 1000px) {
    main[b-2xmjz6qtp4] { column-count: 3; }
}

@media (width > 1300px) {
    main[b-2xmjz6qtp4] { column-count: 4; }
}
/* /Components/Pages/GateAll.razor.rz.scp.css */
h1[b-qbem6j3rso] {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 100px;
    line-height: 200px;
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
}

section[b-qbem6j3rso] {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.55);
    background-color: #0a0f1e;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
}

    header p[b-qbem6j3rso] {
        font-size: 1.1rem;
        margin-top: 10px;
    }

    section h2[b-qbem6j3rso] {
        font-family: 'Cormorant Garamond', serif;
        font-size: 2rem;
        margin-bottom: 20px;
        text-align: center;
        color: #c9a84c;
        font-weight: 300;
    }

    section h3[b-qbem6j3rso] {
        font-family: 'Cormorant Garamond', serif;
        font-size: 2rem;
        margin-bottom: 20px;
        text-align: center;
        color: #ffffff;
        font-weight: 300;
    }

    section p[b-qbem6j3rso] {
        font-size: 1rem;
        line-height: 1.85;
        text-align: center;
        color: rgba(255, 255, 255, 0.45);
    }

ul[b-qbem6j3rso] {
    list-style-type: none;
    padding: 0;
}

    ul li[b-qbem6j3rso] {
        background: rgba(201, 168, 76, 0.05);
        border: 0.5px solid rgba(201, 168, 76, 0.15);
        margin: 10px 0;
        padding: 16px 20px;
        border-radius: 0;
        transition: border-color 0.25s, background 0.25s;
    }

        ul li:hover[b-qbem6j3rso] {
            border-color: rgba(201, 168, 76, 0.35);
            background: rgba(201, 168, 76, 0.08);
        }

        ul li strong[b-qbem6j3rso] {
            color: #c9a84c;
            font-size: 1rem;
            font-weight: 500;
        }

footer[b-qbem6j3rso] {
    background-color: #080c17;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 0.5px solid rgba(201, 168, 76, 0.15);
}

    footer p[b-qbem6j3rso] {
        font-size: 1rem;
        margin: 0;
    }

@media (max-width: 768px) {
    header h1[b-qbem6j3rso] {
        font-size: 2rem;
    }

    section h2[b-qbem6j3rso] {
        font-size: 1.8rem;
    }

    ul li[b-qbem6j3rso] {
        padding: 12px 16px;
    }

    footer p[b-qbem6j3rso] {
        font-size: 0.9rem;
    }
}
/* /Components/Pages/GateHeaderAll.razor.rz.scp.css */
.AutoHeader[b-cb7jnb2lri] {
    position: relative;
    width: 100%;
    height: 100vh;
  color:white;
    background-image: url('images/control4.jpg') ;
   background-size:cover;
}
.AutoHeader2[b-cb7jnb2lri] {
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.01);
}
.SmartDevice[b-cb7jnb2lri] {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 180px;
    height: 70vh;
    background: rgba(30, 10, 20, 0.6);
  
    -webkit-box-shadow: 2px 4px 9px 5px rgba(0,0,0,0.18);
    -moz-box-shadow: 2px 4px 9px 5px rgba(0,0,0,0.18);
    box-shadow: 2px 4px 9px 5px rgba(0,0,0,0.18);
}
    .AutoHeader2[b-cb7jnb2lri]:after {
        content: '';
        width: 100%;
        height: 100vh;
        background-color: black;
        opacity: .5;
    }
    .AutoHeader2 h1[b-cb7jnb2lri] {
        position: relative;
       
       margin-top:5px;
      
      font-size:22px;
        color: white;
        width: 100%;
      
        text-align:center;
         line-height:60px;
    }
.mainDevice[b-cb7jnb2lri] {
    position: relative;
    width: 90%;
    left:5%;
    height: calc(100% - 120px);
    min-height:600px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    padding-left:5px;
    margin-top:20px;
    align-content:center;
   
   
}
.itemsDevice[b-cb7jnb2lri] {
    width: 19.5%;
    height: 200px;
    background: rgba(203, 206, 202, 0.2);
    margin-bottom: 5px;
   
    margin-left: 5px;
}
   
    .itemsDevice img[b-cb7jnb2lri] {
        position: relative;
        display: block;
        margin: 0px auto;
        height: 15vh;
        filter: grayscale(50%);
        padding-top: calc(35% - 60px);
        vertical-align: middle;
        display:none;
    }
    .itemsDevice h2[b-cb7jnb2lri] {
        position: relative;
        width: 100%;
        text-align: center;
        top: calc(35% - 60px);
        color: white;
        font-size: 15px;
        line-height: 200px;
    }
/*
@media only screen and (max-width: 1200px) {

    .AutoHeader {
        position: relative;
        width: 100%;
        height: auto;
        color: white;
        background-image: url('images/control4.jpg');
        background-size: cover;
    }
}*/
@media only screen and (max-width: 1200px) {
    .AutoHeader[b-cb7jnb2lri] {
        position: relative;
        width: 100%;
        height: auto;
        color: white;
        background-image: none;
        background-size: cover;
        margin-bottom: 100px;
    }
    .AutoHeader2[b-cb7jnb2lri] {
        position: relative;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.01);
        margin-bottom: 100px;
    }
    .SmartDevice[b-cb7jnb2lri] {
        position: relative;
        width: 98%;
        left: 1%;
        top: 80px;
        height: auto;
        background: rgba(30, 10, 20, 0.6);
        -webkit-box-shadow: 2px 4px 9px 5px rgba(0,0,0,0.18);
        -moz-box-shadow: 2px 4px 9px 5px rgba(0,0,0,0.18);
        box-shadow: 2px 4px 9px 5px rgba(0,0,0,0.18);
    }
    .itemsDevice[b-cb7jnb2lri] {
        position:relative;
        width: 100%;
        height: 250px;
        background: rgba(203, 206, 202, 0.2);
        margin-bottom: 5px;
        cursor: pointer;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ── Page shell ── */
body[b-2r37tr2eiw] {
    overflow-x: auto;
}

.MainFirst[b-2r37tr2eiw] {
    background-color: #0a0f1e;
    overflow-x: hidden;
}

/* ── Container ── */
.custom-container[b-2r37tr2eiw] {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

/* ── Service section ── */
.service-section[b-2r37tr2eiw] {
    background-color: #0a0f1e;
    padding: 80px 60px;
    margin-bottom: 0;
    border-bottom: 0.5px solid rgba(201, 168, 76, 0.1);
    position: relative;
    overflow: hidden;
}

    /* Subtle gold grid on every section */
    .service-section[b-2r37tr2eiw]::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(201, 168, 76, 0.025) 1px, transparent 1px),
            linear-gradient(90deg, rgba(201, 168, 76, 0.025) 1px, transparent 1px);
        background-size: 60px 60px;
        pointer-events: none;
    }

    .service-section:nth-child(even)[b-2r37tr2eiw] {
        background-color: #0d1225;
    }

    .service-section:hover[b-2r37tr2eiw] {
        transform: none;
    }

.service-section-last[b-2r37tr2eiw] {
    margin-bottom: 0;
}

/* ── Section layout ── */
.section-content[b-2r37tr2eiw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.section-content-reversed[b-2r37tr2eiw] {
    flex-direction: column-reverse;
}

.content-column[b-2r37tr2eiw] {
    width: 100%;
}

.image-column[b-2r37tr2eiw] {
    margin-bottom: 0;
}

/* ── Service image ── */
.service-image[b-2r37tr2eiw] {
    border-radius: 0;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 0.5px rgba(201, 168, 76, 0.12);
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    filter: brightness(0.9) saturate(0.85);
    transition: filter 0.4s ease;
}

    .service-image:hover[b-2r37tr2eiw] {
        filter: brightness(1) saturate(1);
    }

/* ── Service heading ── */
.service-title[b-2r37tr2eiw] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.1;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 22px;
    letter-spacing: 0.02em;
    padding-bottom: 18px;
    border-bottom: 0.5px solid rgba(201, 168, 76, 0.25);
    position: relative;
}

    .service-title[b-2r37tr2eiw]::after {
        content: '';
        position: absolute;
        bottom: -0.5px;
        left: 0;
        width: 36px;
        height: 1px;
        background: #c9a84c;
    }

/* ── Body text ── */
.service-description[b-2r37tr2eiw] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.975rem;
    line-height: 1.85;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
}

/* ── Features list ── */
.features-list[b-2r37tr2eiw] {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.45);
}

    .features-list .feature-item[b-2r37tr2eiw] {
        margin-bottom: 14px;
        display: flex;
        align-items: flex-start;
        gap: 14px;
        line-height: 1.65;
    }

        .features-list .feature-item[b-2r37tr2eiw]::before {
            content: '';
            display: inline-block;
            width: 16px;
            height: 0.5px;
            background: #c9a84c;
            margin-top: 13px;
            flex-shrink: 0;
        }

        .features-list .feature-item:last-child[b-2r37tr2eiw] {
            margin-bottom: 0;
        }

.feature-highlight[b-2r37tr2eiw] {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'DM Sans', sans-serif;
}

/* ── Reversed column ordering ── */
.access-text-column[b-2r37tr2eiw],
.security-text-column[b-2r37tr2eiw] {
    margin-top: 0;
}

/* ── Desktop (768px+) ── */
@media (min-width: 768px) {
    .custom-container[b-2r37tr2eiw] {
        padding: 0;
    }

    .service-section[b-2r37tr2eiw] {
        padding: 96px 96px;
    }

    .section-content[b-2r37tr2eiw] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 80px;
    }

    .section-content-reversed[b-2r37tr2eiw] {
        flex-direction: row;
    }

    .content-column[b-2r37tr2eiw] {
        width: 50%;
    }

    .image-column[b-2r37tr2eiw] {
        margin-bottom: 0;
    }

    .access-text-column[b-2r37tr2eiw],
    .security-text-column[b-2r37tr2eiw] {
        margin-top: 0;
    }

    .access-image-column[b-2r37tr2eiw],
    .security-image-column[b-2r37tr2eiw] {
        order: 1;
    }

    .access-text-column[b-2r37tr2eiw],
    .security-text-column[b-2r37tr2eiw] {
        order: 0;
    }

    .service-title[b-2r37tr2eiw] {
        font-size: clamp(2.2rem, 2.8vw, 3rem);
    }

    .service-description[b-2r37tr2eiw],
    .features-list[b-2r37tr2eiw] {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .service-section[b-2r37tr2eiw] {
        padding: 56px 28px;
    }
}
/* /Components/Pages/ResidentialSolutionDetail.razor.rz.scp.css */
.rsd-hero[b-ry49y5av2u] {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background-color: #0a0f1e;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
}

.rsd-hero-overlay[b-ry49y5av2u] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5,8,16,0.6) 0%, rgba(10,15,30,0.4) 100%);
    pointer-events: none;
}

.rsd-hero-content[b-ry49y5av2u] {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
}

.rsd-eyebrow[b-ry49y5av2u] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 20px;
}

.rsd-eyebrow[b-ry49y5av2u]::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #c9a84c;
}

.rsd-title[b-ry49y5av2u] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    font-weight: 300;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 20px;
}

.rsd-desc[b-ry49y5av2u] {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.55);
    max-width: 560px;
    line-height: 1.8;
    margin-bottom: 36px;
}

.rsd-cta-btn[b-ry49y5av2u] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #c9a84c;
    color: #0a0f1e;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.rsd-cta-btn:hover[b-ry49y5av2u] {
    background: #e8c870;
    transform: translateX(4px);
}

.rsd-arrow[b-ry49y5av2u] {
    transition: transform 0.3s;
}

.rsd-cta-btn:hover .rsd-arrow[b-ry49y5av2u] {
    transform: translateX(4px);
}

/* Features */
.rsd-features[b-ry49y5av2u] {
    background: #080d1a;
    padding: 80px 20px;
}

.rsd-features-inner[b-ry49y5av2u] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.rsd-feature-card[b-ry49y5av2u] {
    background: rgba(255,255,255,0.04);
    border: 0.5px solid rgba(201,168,76,0.15);
    padding: 32px 28px;
    transition: border-color 0.3s, transform 0.3s;
}

.rsd-feature-card:hover[b-ry49y5av2u] {
    border-color: rgba(201,168,76,0.45);
    transform: translateY(-4px);
}

.rsd-feature-card--link[b-ry49y5av2u] {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.rsd-feature-icon[b-ry49y5av2u] {
    font-size: 2rem;
    margin-bottom: 16px;
}

.rsd-feature-title[b-ry49y5av2u] {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: 0.03em;
}

.rsd-feature-body[b-ry49y5av2u] {
    font-size: 0.875rem;
    font-weight: 300;
    color: rgba(255,255,255,0.45);
    line-height: 1.75;
    margin: 0;
}

.rsd-feature-arrow[b-ry49y5av2u] {
    display: block;
    margin-top: 16px;
    color: #c9a84c;
    font-size: 1.1rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.25s, transform 0.25s;
}

.rsd-feature-card--link:hover .rsd-feature-arrow[b-ry49y5av2u] {
    opacity: 1;
    transform: translateX(0);
}

/* CTA */
.rsd-cta-section[b-ry49y5av2u] {
    background: linear-gradient(135deg, #0d1225 0%, #0a0f1e 100%);
    border-top: 0.5px solid rgba(201,168,76,0.15);
    padding: 80px 20px;
    text-align: center;
}

.rsd-cta-inner[b-ry49y5av2u] {
    max-width: 600px;
    margin: 0 auto;
}

.rsd-cta-section h2[b-ry49y5av2u] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 300;
    color: #fff;
    margin: 0 0 12px;
}

.rsd-cta-section p[b-ry49y5av2u] {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,0.4);
    margin-bottom: 36px;
}

.rsd-cta-buttons[b-ry49y5av2u] {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.rsd-btn-primary[b-ry49y5av2u] {
    padding: 14px 32px;
    background: #c9a84c;
    color: #0a0f1e;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: background 0.3s;
}

.rsd-btn-primary:hover[b-ry49y5av2u] {
    background: #e8c870;
}

.rsd-btn-secondary[b-ry49y5av2u] {
    padding: 14px 32px;
    background: transparent;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-decoration: none;
    border: 0.5px solid rgba(255,255,255,0.2);
    transition: border-color 0.3s, color 0.3s;
}

.rsd-btn-secondary:hover[b-ry49y5av2u] {
    border-color: #c9a84c;
    color: #c9a84c;
}

@media (max-width: 600px) {
    .rsd-hero-content[b-ry49y5av2u] {
        padding: 60px 20px;
    }

    .rsd-features[b-ry49y5av2u] {
        padding: 50px 16px;
    }
}
/* /Components/Pages/Services.razor.rz.scp.css */
h1[b-jsuff222bo] {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 100px;
    line-height: 200px;
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    letter-spacing: 0.04em;
    background-color: #0a0f1e;
}
/* /Components/Pages/ServicesBarry.razor.rz.scp.css */
h1[b-im5ntsh2f3] {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 100px;
    line-height: 200px;
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    letter-spacing: 0.04em;
    background-color: #0a0f1e;
}
/* /Components/Pages/ServicesCommercial.razor.rz.scp.css */
/* ── ServicesCommercial — commercial landing page ── */

section[b-m9du62m31o] {
    font-family: 'DM Sans', sans-serif;
}

/* ── Shared section heading ── */
.sc-head[b-m9du62m31o] {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.sc-eyebrow[b-m9du62m31o] {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 14px;
}

.sc-title[b-m9du62m31o] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.7rem, 3.2vw, 2.6rem);
    font-weight: 300;
    color: #ffffff;
    line-height: 1.22;
    margin: 0 0 18px;
}

.sc-title--left[b-m9du62m31o] {
    text-align: left;
}

.sc-lead[b-m9du62m31o] {
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

.sc-lead--left[b-m9du62m31o] {
    text-align: left;
    margin-bottom: 28px;
}

/* ── Trust band ── */
.sc-stats[b-m9du62m31o] {
    background: #080d1a;
    border-top: 0.5px solid rgba(201, 168, 76, 0.18);
    border-bottom: 0.5px solid rgba(201, 168, 76, 0.18);
    padding: 40px 20px;
}

.sc-stats-inner[b-m9du62m31o] {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sc-stat[b-m9du62m31o] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 20px;
    border-left: 1px solid rgba(201, 168, 76, 0.28);
}

.sc-stat-value[b-m9du62m31o] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 300;
    color: #c9a84c;
    line-height: 1;
}

.sc-stat-label[b-m9du62m31o] {
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.42);
}

/* ── Industries ── */
.sc-industries[b-m9du62m31o] {
    background: #080d1a;
    border-top: 0.5px solid rgba(201, 168, 76, 0.12);
    padding: 84px 20px;
}

.sc-industry-grid[b-m9du62m31o] {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}

.sc-industry[b-m9du62m31o] {
    border-top: 1px solid rgba(201, 168, 76, 0.25);
    padding: 22px 4px 0;
}

.sc-industry-icon[b-m9du62m31o] {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 14px;
}

.sc-industry h3[b-m9du62m31o] {
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin: 0 0 10px;
}

.sc-industry p[b-m9du62m31o] {
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

/* ── Why us ── */
.sc-why[b-m9du62m31o] {
    background: #0a0f1e;
    border-top: 0.5px solid rgba(201, 168, 76, 0.12);
    padding: 84px 20px;
}

.sc-why-inner[b-m9du62m31o] {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.sc-why-list[b-m9du62m31o] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sc-why-list li[b-m9du62m31o] {
        position: relative;
        padding: 20px 0 20px 32px;
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.07);
        font-size: 0.86rem;
        font-weight: 300;
        line-height: 1.8;
        color: rgba(255, 255, 255, 0.42);
    }

        .sc-why-list li[b-m9du62m31o]::before {
            content: '';
            position: absolute;
            left: 4px;
            top: 29px;
            width: 8px;
            height: 8px;
            border: 1px solid #c9a84c;
            transform: rotate(45deg);
        }

        .sc-why-list li strong[b-m9du62m31o] {
            display: block;
            font-size: 0.95rem;
            font-weight: 500;
            letter-spacing: 0.03em;
            color: #ffffff;
            margin-bottom: 6px;
        }

/* ── FAQ ── */
.sc-faq[b-m9du62m31o] {
    background: #080d1a;
    border-top: 0.5px solid rgba(201, 168, 76, 0.12);
    padding: 84px 20px;
}

.sc-faq-inner[b-m9du62m31o] {
    max-width: 860px;
    margin: 0 auto;
}

.sc-faq-item[b-m9du62m31o] {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
}

    .sc-faq-item summary[b-m9du62m31o] {
        list-style: none;
        cursor: pointer;
        position: relative;
        padding: 22px 40px 22px 0;
        font-size: 0.95rem;
        font-weight: 400;
        letter-spacing: 0.02em;
        color: rgba(255, 255, 255, 0.8);
        transition: color 0.25s;
    }

        .sc-faq-item summary[b-m9du62m31o]::-webkit-details-marker {
            display: none;
        }

        .sc-faq-item summary[b-m9du62m31o]::after {
            content: '+';
            position: absolute;
            right: 4px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2rem;
            font-weight: 300;
            color: #c9a84c;
            transition: transform 0.25s;
        }

        .sc-faq-item summary:hover[b-m9du62m31o] {
            color: #c9a84c;
        }

    .sc-faq-item[open] summary[b-m9du62m31o]::after {
        content: '−';
    }

    .sc-faq-item p[b-m9du62m31o] {
        margin: 0;
        padding: 0 40px 24px 0;
        font-size: 0.88rem;
        font-weight: 300;
        line-height: 1.85;
        color: rgba(255, 255, 255, 0.45);
    }

/* ── Buttons ── */
.sc-btn-primary[b-m9du62m31o] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #c9a84c;
    color: #0a0f1e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

    .sc-btn-primary:hover[b-m9du62m31o] {
        background: #e8c870;
        transform: translateX(4px);
    }

    .sc-btn-primary span[b-m9du62m31o] {
        transition: transform 0.3s;
    }

    .sc-btn-primary:hover span[b-m9du62m31o] {
        transform: translateX(4px);
    }

.sc-btn-secondary[b-m9du62m31o] {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    border: 0.5px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s;
}

    .sc-btn-secondary:hover[b-m9du62m31o] {
        border-color: #c9a84c;
        color: #c9a84c;
    }

/* ── Closing CTA ── */
.sc-cta[b-m9du62m31o] {
    background: linear-gradient(135deg, #0d1225 0%, #0a0f1e 100%);
    border-top: 0.5px solid rgba(201, 168, 76, 0.18);
    padding: 90px 20px;
    text-align: center;
}

.sc-cta-inner[b-m9du62m31o] {
    max-width: 680px;
    margin: 0 auto;
}

.sc-cta h2[b-m9du62m31o] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 14px;
    line-height: 1.25;
}

.sc-cta p[b-m9du62m31o] {
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.42);
    margin: 0 0 34px;
}

.sc-cta-buttons[b-m9du62m31o] {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .sc-stats-inner[b-m9du62m31o] {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .sc-why-inner[b-m9du62m31o] {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 600px) {
    .sc-industries[b-m9du62m31o],
    .sc-why[b-m9du62m31o],
    .sc-faq[b-m9du62m31o] {
        padding: 56px 16px;
    }

    .sc-cta[b-m9du62m31o] {
        padding: 64px 16px;
    }

    .sc-head[b-m9du62m31o] {
        margin-bottom: 34px;
    }

    .sc-btn-primary[b-m9du62m31o],
    .sc-btn-secondary[b-m9du62m31o] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/ServicesOakville.razor.rz.scp.css */
h1[b-7lxtf4j25g] {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 100px;
    line-height: 200px;
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    letter-spacing: 0.04em;
    background-color: #0a0f1e;
}
/* /Components/Pages/ServicesOakvilleAll.razor.rz.scp.css */
h1[b-sblstiu3qt] {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 100px;
    line-height: 200px;
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    letter-spacing: 0.04em;
    background-color: #0a0f1e;
}
/* /Components/Pages/ServicesToronto.razor.rz.scp.css */
h1[b-iqhwdrnn64] {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 100px;
    line-height: 200px;
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    letter-spacing: 0.04em;
    background-color: #0a0f1e;
}
/* /Components/Pages/Support.razor.rz.scp.css */
.supportMain[b-vdtvams0aa] {
    position: relative;
    margin-top: 150px;
    color: rgba(255, 255, 255, 0.65);
    width: 100%;
    background-color: #0a0f1e;
}

h1[b-vdtvams0aa] {
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
}

img[b-vdtvams0aa] {
    position: absolute;
    width: 200px;
    margin-top: 60px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(201, 168, 76, 0.25);
    border-radius: 0;
    right: 0;
    top: 0;
    filter: brightness(0) invert(0.8);
    transition: filter 0.3s;
}

    img:hover[b-vdtvams0aa] {
        top: -2px;
        filter: brightness(0) invert(1);
        transition: all .1s;
    }

a[b-vdtvams0aa] {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    text-align: right;
    color: #c9a84c;
    text-decoration: none;
    transition: color 0.25s;
}

    a:hover[b-vdtvams0aa] {
        color: #e8c870;
    }

    a:hover > img[b-vdtvams0aa] {
        top: -2px;
        transition: all .5s;
    }

p[b-vdtvams0aa] {
    position: relative;
    width: 50%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    color: rgba(255, 255, 255, 0.55);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
}

@media only screen and (max-width: 700px) {
    img[b-vdtvams0aa] {
        position: relative;
        width: 200px;
        margin-top: 15px;
        padding: 12px;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 0;
        right: 0;
        top: 0;
    }

    a[b-vdtvams0aa] {
        position: absolute;
        width: 100%;
        right: 0;
        top: 0;
        text-align: center;
        color: #c9a84c;
        text-decoration: none;
    }

    h1[b-vdtvams0aa] {
        position: relative;
        color: #ffffff;
        padding-top: 200px;
    }

    p[b-vdtvams0aa] {
        position: relative;
        width: 100%;
        font-size: 16px;
        line-height: 2;
        text-align: justify;
    }
}
/* /Components/Pages/WorkExaple.razor.rz.scp.css */
.carousel[b-i46208fpoo] {
    margin-left: 0%;
    margin-right: 0%;
}

ul.slides[b-i46208fpoo] {
    display: block;
    position: relative;
    height: 600px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.slides *[b-i46208fpoo] {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

ul.slides input[b-i46208fpoo] {
    display: none;
}


.slide-container[b-i46208fpoo] {
    display: block;
}

.slide-image[b-i46208fpoo] {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
}

    .slide-image img[b-i46208fpoo] {
        width: auto;
        min-width: 100%;
        height: 100%;
    }

.carousel-controls[b-i46208fpoo] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 100px;
    line-height: 600px;
    color: #fff;
}

    .carousel-controls label[b-i46208fpoo] {
        display: none;
        position: absolute;
        padding: 0 20px;
        opacity: 0;
        transition: opacity .2s;
        cursor: pointer;
    }

.slide-image:hover + .carousel-controls label[b-i46208fpoo] {
    opacity: 0.5;
}

.carousel-controls label:hover[b-i46208fpoo] {
    opacity: 1;
}

.carousel-controls .prev-slide[b-i46208fpoo] {
    width: 49%;
    text-align: left;
    left: 0;
}

.carousel-controls .next-slide[b-i46208fpoo] {
    width: 49%;
    text-align: right;
    right: 0;
}

.carousel-dots[b-i46208fpoo] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
}

    .carousel-dots .carousel-dot[b-i46208fpoo] {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        opacity: 0.5;
        margin: 10px;
    }

input:checked + .slide-container .slide-image[b-i46208fpoo] {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label[b-i46208fpoo] {
    display: block;
}

input#img-1:checked ~ .carousel-dots label#img-dot-1[b-i46208fpoo],
input#img-2:checked ~ .carousel-dots label#img-dot-2[b-i46208fpoo],
input#img-3:checked ~ .carousel-dots label#img-dot-3[b-i46208fpoo],
input#img-4:checked ~ .carousel-dots label#img-dot-4[b-i46208fpoo],
input#img-5:checked ~ .carousel-dots label#img-dot-5[b-i46208fpoo],
input#img-6:checked ~ .carousel-dots label#img-dot-6[b-i46208fpoo] {
    opacity: 1;
}


input:checked + .slide-container .nav label[b-i46208fpoo] {
    display: block;
}
/* /Components/SecondCur.razor.rz.scp.css */
.Second[b-6da1vmu3bj]
{
    position:relative;
    width:100%;
    height:400px;
   
    background-color:#f6f6f6
}
.ImageContent[b-6da1vmu3bj] {
    position: absolute;
    right: 0px;
    width: 50%;
    border-radius: 30px;
    margin-top: 40px;
}
.textItem[b-6da1vmu3bj] {
    position: relative;
    right: 0px;
    width: 40%;
    color: #11232A;
    font-size: 17px;
    text-align: justify;
    padding-top: 80px;
}
