:root {
    --dark: #0b0d10;
    --dark2: #14171d;
    --text: #1d2229;
    --muted: #69717d;
    --light: #f6f4ef;
    --gold: #c9a45c;
    --gold2: #f4d58d;
    --white: #fff;
    --shadow: 0 24px 60px rgba(0, 0, 0, .16);
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    overflow-x: hidden
}

a {
    text-decoration: none
}

.section-padding {
    padding: 95px 0
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.08;
    margin-top: 20px;
}

.section-subtitle {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 760px
}

.btn-brand {
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    color: #111 !important;
    border: 0;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(201, 164, 92, .28)
}

.btn-brand:hover {
    transform: translateY(-2px)
}

.btn-dark-soft {
    background: rgba(255, 255, 255, .08);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 800
}

.navbar {
    background: rgba(11, 13, 16, .9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.navbar-brand {
    color: #fff !important;
    font-weight: 900;
    font-size: 1.45rem;
    letter-spacing: -.5px
}

.brand-dot {
    color: var(--gold2)
}

.nav-link {
    color: rgba(255, 255, 255, .78) !important;
    font-weight: 700;
    margin: 0 6px
}

.nav-link:hover,
.nav-link.active {
    color: var(--gold2) !important
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    padding-top: 90px;
    background: linear-gradient(90deg, rgba(11, 13, 16, .96), rgba(11, 13, 16, .76), rgba(11, 13, 16, .38)), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat
}

.calgarycoat {
  min-height: 56vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 17, 29, .96), rgba(7, 17, 29, .72)),
    url('../img/calgarycoat_banner.jpg') center/cover no-repeat !important;
}

.metallic_banner {
  min-height: 56vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 17, 29, .96), rgba(7, 17, 29, .72)),
    url('../img/metallic_banner.jpg') center/cover no-repeat !important;
}

.concrete_banner {
  min-height: 56vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 17, 29, .96), rgba(7, 17, 29, .72)),
    url('../img/concrete_banner.jpg') center/cover no-repeat !important;
}


.inner-hero {
  min-height: 56vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 40px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 17, 29, .96), rgba(7, 17, 29, .72)),
    url('../img/flake_banner.png') center/cover no-repeat;
}

.hero h1,
.inner-hero h1 {
    font-size: clamp(2.8rem, 6vw, 6.2rem);
    font-weight: 950;
    letter-spacing: -3px;
    line-height: .96
}

.hero h1 span,
.inner-hero h1 span {
    color: var(--gold2)
}

.hero-text {
    color: rgba(255, 255, 255, .84);
    font-size: 1.18rem;
    line-height: 1.75;
    max-width: 760px
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    padding: 11px 15px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .92);
    font-weight: 800;
    font-size: .9rem;
    margin: 4px
}

.quote-card {
    background: rgba(255, 255, 255, .96);
    color: var(--text);
    border-radius: 30px;
    padding: 30px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(201, 164, 92, .38)
}

.quote-card .mini {
    font-size: .85rem;
    color: #7a5b17;
    font-weight: 800;
    background: rgba(201, 164, 92, .13);
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px
}

.form-control,
.form-select {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #e3e3e3
}

.trust-strip {
    background: #090a0c;
    color: #fff
}

.trust-item {
    padding: 22px 10px;
    text-align: center;
    font-weight: 850
}

.trust-item i {
    color: var(--gold2);
    margin-right: 8px
}

.service-card,
.app-card,
.benefit-card,
.step-card {
    border-radius: 28px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 14px 42px rgba(0, 0, 0, .08);
    height: 100%;
    transition: .25s ease;
    overflow: hidden
}

.service-card:hover,
.app-card:hover,
.benefit-card:hover,
.step-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow)
}

.service-img {
    height: 260px;
    background-size: cover;
    background-position: center
}

.card-body {
    padding: 28px
}

.premium-tag {
    display: inline-block;
    background: rgba(201, 164, 92, .16);
    color: #795a17;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: .78rem;
    font-weight: 900;
    margin-bottom: 12px
}

.dark-section {
    background: var(--dark);
    color: #fff
}

.dark-section .section-subtitle {
    color: rgba(255, 255, 255, .7)
}

.feature-item {
    display: flex;
    gap: 16px;
    padding: 18px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    margin-bottom: 16px
}

.feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    display: grid;
    place-items: center;
    color: #111;
    flex: 0 0 auto
}

.img-lux {
    border-radius: 32px;
    width: 100%;
    min-height: 480px;
    object-fit: cover;
    box-shadow: var(--shadow)
}

.gallery-card {
    position: relative;
    min-height: 320px;
    border-radius: 28px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
    transition: .25s
}

.gallery-card:hover {
    transform: scale(1.02)
}

.gallery-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7))
}

.gallery-card span {
    position: absolute;
    left: 22px;
    bottom: 20px;
    color: #fff;
    font-weight: 900;
    z-index: 2;
    font-size: 1.12rem
}

.app-card,
.benefit-card,
.step-card {
    padding: 28px
}

.app-card i,
.benefit-card i {
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 16px
}

.step-number {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #0b0d10;
    color: var(--gold2);
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 18px
}

.testimonial-card {
    background: var(--dark2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    padding: 30px;
    height: 100%
}

.stars {
    color: var(--gold2);
    margin-bottom: 16px
}

.area-pill {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    margin: 6px;
    font-weight: 800;
    background: rgba(255, 255, 255, .06)
}

.cta-section {
    background: linear-gradient(90deg, rgba(11, 13, 16, .96), rgba(11, 13, 16, .72)), url('https://images.unsplash.com/photo-1600585153490-76fb20a32601?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    color: #fff;
    border-radius: 38px;
    padding: 60px
}

footer {
    background: #08090b;
    color: rgba(255, 255, 255, .72);
    padding: 60px 0 28px
}

footer h5,
footer h6 {
    color: #fff;
    font-weight: 900
}

footer a {
    color: rgba(255, 255, 255, .68);
    display: block;
    margin-bottom: 10px
}

footer a:hover {
    color: var(--gold2)
}

.floating-call {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: none;
    place-items: center;
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    color: #111;
    font-size: 1.4rem;
    z-index: 999;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .28)
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: .7s ease
}

.reveal.show {
    opacity: 1;
    transform: none
}

@media(max-width:991px) {
    .hero {
        padding: 130px 0 70px
    }

    .quote-card {
        margin-top: 38px
    }

    .section-padding {
        padding: 70px 0
    }

    .img-lux {
        min-height: 300px
    }

    .cta-section {
        padding: 38px 24px;
        border-radius: 28px
    }
}

@media(max-width:575px) {

    .hero h1,
    .inner-hero h1 {
        letter-spacing: -1.8px
    }

    .hero-text {
        font-size: 1rem
    }

    .btn-brand,
    .btn-dark-soft {
        width: 100%;
        margin-bottom: 10px
    }

    .floating-call {
        display: grid
    }

    .service-img {
        height: 220px
    }
}


/* Updated content sections */
.content-rich p {
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--muted)
}

.light-panel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .07);
    height: 100%
}

.application-card {
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .08);
    height: 100%;
    transition: .25s
}

.application-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow)
}

.application-img {
    height: 180px;
    background-size: cover;
    background-position: center
}

.application-card .application-body {
    padding: 24px
}

.application-card i {
    color: var(--gold);
    font-size: 1.7rem;
    margin-bottom: 10px
}

.benefit-list-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 26px;
    padding: 26px;
    height: 100%;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .06)
}

.benefit-list-card i {
    color: var(--gold);
    font-size: 1.8rem;
    margin-bottom: 12px
}

.benefit-list-card p {
    color: var(--muted);
    line-height: 1.7
}

.seo-block {
    background: linear-gradient(180deg, #fff, #f7f5ef);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.faq-clean .accordion-item {
    border: 1px solid #e7e2d7;
    border-radius: 16px !important;
    margin-bottom: 12px;
    overflow: hidden
}

.faq-clean .accordion-button {
    font-weight: 800
}

.faq-clean .accordion-button:not(.collapsed) {
    background: #f7ecd2;
    color: #111;
    box-shadow: none
}

.legal-content h2 {
    font-size: 1.45rem;
    font-weight: 900;
    margin-top: 34px
}

.legal-content p,
.legal-content li {
    color: var(--muted);
    line-height: 1.8
}

.legal-content ul {
    padding-left: 1.2rem
}

.thank-you-icon {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    color: #111;
    font-size: 2.4rem;
    box-shadow: 0 18px 40px rgba(201, 164, 92, .28)
}

.service-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px
}

.service-hero-points span {
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    border-radius: 999px;
    padding: 10px 14px;
    color: #fff;
    font-weight: 800;
    font-size: .9rem
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.check-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--muted);
    line-height: 1.7
}

.check-list li i {
    color: var(--gold);
    font-size: 1.1rem;
    flex: 0 0 auto;
    margin-top: 3px
}

.form-note {
    font-size: .82rem;
    color: var(--muted);
    text-align: center;
    margin-top: 10px
}

footer .footer-legal a {
    display: inline-block;
    margin-right: 16px
}

@media(max-width:575px) {
    .application-img {
        height: 160px
    }

    .light-panel {
        padding: 24px
    }
}

/* VIDEO CARD */
.video-card {
    height: 480px;
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
}

.video-card iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* IMAGE GALLERY */
.gallery-item {
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.videoCarousel .owl-nav {
    position: relative;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* BUTTON STYLE */
.videoCarousel .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #000 !important;
    color: #fff !important;
    font-size: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    transition: all 0.3s ease;
}

/* HOVER */
.videoCarousel .owl-nav button:hover {
    background: #000 !important;
    transform: scale(1.1);
}

/* DISABLED */
.videoCarousel .owl-nav button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* DOTS BELOW BUTTONS */
.videoCarousel .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.navbar-brand img {
    height: 80px;
    object-fit: contain;
    /* transform: scale(1.2); */

}

.footerLogo {
    height: 80px;
    object-fit: contain;
    /* transform: scale(1.2); */
}

.hero {
    margin-top: 30px;
}

.navbar {
    padding: 0px;
}

.consent-label {
    display: flex;
    align-items: flex-start;
}

.consent-label .checkBox {
    margin-top: 5px;
    margin-right: 15px;
}

.consent-label span {
    display: block;
    line-height: 1.5;
    font-size: 12px;
}

.small {
    font-size: 12px !important;
}