:root {
    --tl-dark:#101012;
    --tl-red:#c92035;
    --tl-gold:#d9a441;
    --tl-cream:#fff8ef;
    --tl-muted:#6b6b6b
}

html {
    scroll-behavior:smooth
}

body {
    font-family:'Poppins',system-ui,-apple-system,Segoe UI,sans-serif;
    color:#222;
    background:#fff
}

.font-serif {
    font-family:'Playfair Display',Georgia,serif
}

.navbar {
    transition:.3s;
    background:rgba(16,16,18,.86);
    backdrop-filter:blur(12px)
}

.navbar .nav-link {
    color:#fff!important;
    font-weight:500
}

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

.brand-logo {
    height:58px;
    width:auto
}

.btn-brand {
    background:var(--tl-red);
    border-color:var(--tl-red);
    color:#fff;
    border-radius:999px;
    padding:.82rem 1.4rem;
    font-weight:600
}

.btn-brand:hover {
    background:#9f1828;
    border-color:#9f1828;
    color:#fff
}

.btn-outline-brand {
    border:1px solid var(--tl-gold);
    color:#fff;
    border-radius:999px;
    padding:.82rem 1.4rem;
    font-weight:600
}

.btn-outline-brand:hover {
    background:var(--tl-gold);
    color:#111
}

.hero {
    min-height:100vh;
    background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.35),rgba(0,0,0,.15)),var(--hero) center/cover no-repeat;
    display:flex;
    align-items:center;
    color:#fff
}

.hero-small {
    min-height:55vh;
    background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.25)),var(--hero) center/cover no-repeat;
    display:flex;
    align-items:center;
    color:#fff;
    padding-top:90px
}

.eyebrow {
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--tl-gold);
    font-weight:700;
    font-size:.8rem
}

.display-title {
    font-family:'Playfair Display',serif;
    font-weight:800;
    line-height:1.02
}

.section-title {
    font-family:'Playfair Display',serif;
    font-weight:800
}

.section-padding {
    padding:90px 0
}

.bg-cream {
    background:var(--tl-cream)
}

.glass-card {
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.22);
    backdrop-filter:blur(10px);
    border-radius:24px
}

.service-card,
.package-card,
.blog-card,
.team-card {
    border:0;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 14px 40px rgba(0,0,0,.08);
    transition:.3s;
    background:#fff;
    height:100%
}

.service-card:hover,
.package-card:hover,
.blog-card:hover {
    transform:translateY(-8px);
    box-shadow:0 20px 54px rgba(0,0,0,.14)
}

.icon-box {
    width:60px;
    height:60px;
    border-radius:18px;
    background:rgba(201,32,53,.1);
    display:grid;
    place-items:center;
    color:var(--tl-red);
    font-size:1.7rem
}

.portfolio-img {
    height:330px;
    object-fit:cover;
    width:100%;
    border-radius:22px
}

.portfolio-card {
    position:relative;
    overflow:hidden;
    border-radius:24px
}

.portfolio-card img {
    transition:.5s
}

.portfolio-card:hover img {
    transform:scale(1.06)
}

.portfolio-overlay {
    position:absolute;
    inset:auto 16px 16px 16px;
    background:rgba(0,0,0,.62);
    color:#fff;
    border-radius:18px;
    padding:18px
}

.stat {
    border-left:3px solid var(--tl-gold);
    padding-left:16px
}

.testimonial {
    border-radius:24px;
    background:#fff;
    box-shadow:0 14px 40px rgba(0,0,0,.08);
    padding:28px;
    height:100%
}

.footer {
    background:#0c0c0e;
    color:#d9d9d9
}

.footer a {
    color:#d9d9d9;
    text-decoration:none
}

.footer a:hover {
    color:var(--tl-gold)
}

.fixed-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #25d366;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
    font-size: 1.8rem;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease
}

.fixed-whatsapp:hover,
.fixed-whatsapp:focus-visible {
    color: #fff;
    background: #1ebe5d;
    box-shadow: 0 15px 34px rgba(0, 0, 0, .34);
    transform: translateY(-3px)
}

@media(max-width:575.98px) {
    .fixed-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 54px;
        height: 54px;
        font-size: 1.65rem
    }
}

.breadcrumb a {
    color:#fff
}

.content-img {
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.18)
}

.price-tag {
    font-size:1.05rem;
    color:var(--tl-red);
    font-weight:800
}

.list-check li {
    margin-bottom:.75rem
}

.list-check li::marker {
    content:'✓ ';
    color:var(--tl-red);
    font-weight:bold
}

.gallery-filter .btn {
    border-radius:999px
}

.map-wrap {
    border-radius:24px;
    overflow:hidden;
    min-height:350px;
    background:#eee
}

.skip-link {
    position:absolute;
    left:-9999px
}

.skip-link:focus {
    left:10px;
    top:10px;
    z-index:9999;
    background:#fff;
    padding:8px
}

@media(max-width:991px) {
    .hero{min-height:82vh
}

.brand-logo {
    height:48px
}

.section-padding {
    padding:60px 0
}

.display-title {
    font-size:2.5rem
}

}

.footer .bi {
    font-size:1.5rem;
    transition:.3s;
}

.footer a:hover .bi {
    transform:scale(1.15);
    color:#d4af37;
}

.footer .d-flex i {
    font-size: 1.5rem;
    vertical-align: middle;
}




/* Image-based service cards */
.service-card-image { position: relative; overflow: hidden; padding: 0 !important; display: flex; flex-direction: column; }
.service-card-image > img { width: 100%; height: 235px; object-fit: cover; transition: transform .45s ease; }
.service-card-image:hover > img { transform: scale(1.045); }
.service-card-image .service-card-body { display: flex; flex: 1; flex-direction: column; }
.service-card-image .service-card-body p { flex: 1; }
.section-intro { max-width: 720px; }
@media (max-width: 575.98px) { .service-card-image > img { height: 220px; } }

.visitor-counter {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50rem;
}

.visitor-counter strong {
    color: #fff;
    font-variant-numeric: tabular-nums;
}
