:root {
    --gold: #c97f22;
    --gold2: #e0aa52;
    --wine: #2a0303;
    --wine2: #4a0907;
    --ink: #171313;
    --muted: #6b5c54;
    --cream: #fbf7f1;
    --line: #ead2b8;
    --white: #fff
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    color: var(--ink);
    background: linear-gradient(120deg, #fff, #fbf8f3);
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(1180px, 92%);
    margin: auto
}

.topbar {
    background: var(--wine);
    color: #fff;
    font-size: 13px
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 0
}

.topbar a,
.topbar span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-right: 18px
}

.topbar i {
    color: var(--gold2)
}

.nav {
    padding: 10px 0px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 35px rgba(42, 3, 3, .08)
}

.nav .container {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand img {
    width: 230px
}

.menu {
    display: flex;
    align-items: center;
    gap: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800
}

.menu a {
    position: relative
}

.menu>a:not(.btn)::after {
    content: "";
    position: absolute;
    height: 2px;
    background: var(--gold);
    width: 0;
    left: 0;
    bottom: -15px;
    transition: .3s
}

.menu>a.active::after,
.menu>a:hover::after {
    width: 100%
}

.hamb {
    display: none;
    font-size: 24px
}

.btn {
    border: 0;
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    color: #190302;
    padding: 15px 26px;
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 28px rgba(201, 127, 34, .25);
    cursor: pointer;
    transition: .3s
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(201, 127, 34, .35)
}

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

.hero {
    min-height: 550px;
    position: relative;
    overflow: hidden
}

.hero-slide {
    min-height: 550px;
    display: none;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center
}

.hero-slide.active {
    display: flex
}

.hero-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .78) 37%, rgba(255, 255, 255, .18) 70%, rgba(42, 3, 3, .28) 100%)
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(570px, 94%);
    padding-top: 40px;
    padding-bottom: 108px;
}

.eyebrow {
    color: var(--gold);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .08em;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.eyebrow:after {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--gold)
}

h1,
h2,
h3 {
    font-family: Montserrat, Poppins, sans-serif;
    margin: 0 0 18px
}

h1 {
    font-size: clamp(48px, 7vw, 60px);
    line-height: 1.15;
    font-weight: 800;
    text-transform: uppercase;
}

h1 span {
    color: var(--gold)
}

h2 {
        font-size: clamp(27px, 3vw, 28px);
    line-height: 1.05;
}

p {
    color: #4d413b;
    line-height: 1.85;
    font-size: 14px;
}

.hero-actions {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px
}

.play {
    width: 48px;
    height: 48px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold);
    animation: pulse 1.8s infinite
}

.hero-dots {
    position: absolute;
    right: 45px;
    top: 63%;
    z-index: 5;
    display: grid;
    gap: 14px;
    display: none;
}

.hero-dots button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    cursor: pointer
}

.hero-dots button.active {
    background: var(--gold);
    transform: scale(1.3)
}

.quality-panel {
    position: absolute;
    right: 7%;
    top: 140px;
    z-index: 5;
    background: var(--wine);
    color: #fff;
    border-radius: 0 12px 12px 0;
    padding: 18px 25px;
    display: grid;
    gap: 18px
}

.quality-panel div {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 700
}

.quality-panel i {
    color: var(--gold2);
    font-size: 24px
}

.stats {
    margin-top: -65px;
    position: relative;
    z-index: 10
}

.stats-grid {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(42, 3, 3, .12);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 28px
}

.stat {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    border-right: 1px solid var(--line)
}

.stat:last-child {
    border: 0
}

.stat i {
    font-size: 48px;
    color: var(--gold)
}

.stat h3 {
    font-size: 32px;
    margin: 0
}

.stat p {
    margin: 0;
    font-size: 13px
}

.section {
    padding: 60px 0;
    position: relative
}

.soft {
    background: linear-gradient(120deg, #fffaf4, #fff)
}

.dark {
    background: radial-gradient(circle at 20% 20%, #4a0907, var(--wine) 60%, #120000);
    color: #fff
}

.dark p,
.dark h2,
.dark h3,
.dark h4 {
    color: #fff
}

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
    margin-bottom: 15px
}

.section-head p {
    max-width: 520px
}

.services-premium {
    display: grid;
    grid-template-columns: 1.15fr .85fr 1.15fr;
    gap: 28px
}

.service-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 34px;
    position: relative;
    min-height: 285px;
    overflow: hidden;
    transition: .35s
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(42, 3, 3, .14);
    border-color: var(--gold)
}

.service-card.featured {
    min-height: 590px;
    background: linear-gradient(180deg, rgba(42, 3, 3, .05), #fff)
}

.service-card img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 25px
}

.service-card i {
    font-size: 46px;
    color: var(--gold);
    margin-bottom: 22px
}

.num {
    position: absolute;
    right: 28px;
    top: 25px;
    font-size: 38px;
    color: #c8b8aa;
    font-weight: 700
}

.link {
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center
}

.image-card {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 70px rgba(42, 3, 3, .18)
}

.image-card img {
    height: 480px;
    width: 100%;
    object-fit: cover
}

.badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    padding: 17px;
    color: #fff;
    border-radius: 12px;
    font-size: 21px;
    font-weight: 700;



}

.check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 25px 0
}

.check-grid span:before {
    content: "✓";
    color: var(--gold);
    font-weight: 900;
    margin-right: 9px
}

.form-section {
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.form-wrap {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 45px;
    align-items: start
}

.quote-box {
    background: var(--wine);
    padding: 38px;
    border-radius: 18px;
    box-shadow: 0 30px 70px rgba(42, 3, 3, .22)
}

.quote-box h2 {
    color: #fff;
    font-size: 32px
}

.quote-box input,
.quote-box select,
.quote-box textarea,
.newsletter input,
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 8px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    margin-bottom: 16px;
    background: #fff;
    font-family: inherit
}

.quote-box button,
.contact-form button {
    width: 100%
}

.projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px
}

.project {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    transition: .3s
}

.project:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 60px rgba(42, 3, 3, .14)
}

.project img {
    height: 245px;
    width: 100%;
    object-fit: cover;
    transition: .4s
}

.project:hover img {
    transform: scale(1.05)
}

.pbody {
    padding: 18px
}

.filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.filter button {
    padding: 12px 20px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer
}

.filter button.active,
.filter button:hover {
    background: var(--wine);
    color: #fff
}

.process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    margin-top: 40px
}

.step {
    text-align: center;
    position: relative
}

.circle {
    width: 80px;
    height: 80px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: auto;
    color: var(--gold);
    font-size: 28px
}

.testimonial-slider {
    overflow: hidden
}

.testimonial-track {
    display: flex;
    transition: .45s
}

.testimonial-card {
    min-width: calc(33.333% - 20px);
    margin-right: 30px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(42, 3, 3, .08)
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover
}

.slider-controls {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 25px
}

.slider-controls button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--gold);
    cursor: pointer
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 0;
    overflow: hidden
}

.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 28px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    padding: 0 28px
}

.faq-item.active .faq-a {
    max-height: 180px;
    padding: 0 21px 10px
}

.faq-item.active .faq-q {
    color: var(--gold)
}

.faq-a p {
    font-size: 14px;
}

.contact-hero {
    padding: 80px 0;
    background: linear-gradient(115deg, #fff 0%, #fff8ef 55%, #f4e3cc)
}

.contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 38px
}

.contact-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 25px 70px rgba(42, 3, 3, .1)
}

.contact-list div {
    display: flex;
    gap: 18px;
    margin: 22px 0
}

.contact-list i {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fff2df;
    display: grid;
    place-items: center;
    color: var(--gold);
    font-size: 20px
}

.map iframe {
    width: 100%;
    height: 360px;
    border: 0;
    border-radius: 18px
}

.gallery-grid {
    columns: 3 300px;
    column-gap: 22px
}

.gallery-grid img {
    width: 100%;
    margin-bottom: 22px;
    border-radius: 16px;
    border: 1px solid var(--line);
    break-inside: avoid
}

.inner-hero {
    padding: 90px 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, .95), rgba(255, 248, 239, .85)), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1600&q=80') center/cover
}

.service-detail {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px
}

.detail-card,
.value {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 28px
}

.values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.values i {
    font-size: 38px;
    color: var(--gold)
}

.footer {
    background: var(--wine);
    color: #fff;
    padding: 55px 0 20px
}

.footer p,
.footer a {
    color: #dcc7bd
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 35px
}

.footer a {
    display: block;
    margin: 8px 0
}

.footer h4 {
    color: var(--gold2)
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 35px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    color: #dcc7bd
}

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

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

.floating {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    display: grid;
    gap: 10px
}

.floating a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--gold);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .2)
}

.floating a.whatsapp {
    background: #25d366
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(201, 127, 34, .45)
    }

    70% {
        box-shadow: 0 0 0 18px rgba(201, 127, 34, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(201, 127, 34, 0)
    }
}

@media(max-width:980px) {
    .hamb {
        display: block
    }

    .menu {
        position: fixed;
        left: -100%;
        top: 92px;
        background: #fff;
        width: 100%;
        height: calc(100vh - 92px);
        display: grid;
        place-content: start;
        padding: 30px;
        transition: .3s
    }

    .menu.open {
        left: 0
    }

    .topbar .container,
    .section-head,
    .form-wrap,
    .about-grid,
    .contact-grid,
    .service-detail {
        grid-template-columns: 1fr;
        display: grid
    }

    .services-premium,
    .projects,
    .values,
    .footer-grid,
    .stats-grid,
    .process,
    .faq-grid {
        grid-template-columns: 1fr 1fr
    }

    .hero-dots,
    .quality-panel {
        display: none
    }

    .testimonial-card {
        min-width: calc(50% - 15px)
    }
}

@media(max-width:640px) {
    .brand img {
        width: 180px
    }

    .nav .container {
        height: 78px
    }

    .menu {
        top: 78px
    }

    .hero,
    .hero-slide {
        min-height: 640px
    }

    .hero-content {
        padding-top: 0
    }

    .stats {
        margin-top: 0
    }

    .stats-grid,
    .services-premium,
    .projects,
    .values,
    .footer-grid,
    .process,
    .faq-grid {
        grid-template-columns: 1fr
    }

    .stat {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 18px
    }

    .testimonial-card {
        min-width: 100%
    }

    .copyright {
        display: block
    }

    .section {
        padding: 60px 0
    }
}


/* === Final carousel + alignment enhancement === */
.hero-slide {
    opacity: 0;
    display: flex;
    position: absolute;
    inset: 0;
    transition: opacity .9s ease, transform 1.2s ease;
    transform: scale(1.03)
}

.hero-slide.active {
    opacity: 1;
    position: relative;
    transform: scale(1)
}

.hero-arrows {
    position: absolute;
    right: 45px;
    bottom: 105px;
    z-index: 8;
    display: flex;
    gap: 12px
}

.hero-arrows button,
.carousel-controls button,
.slider-controls button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--gold);
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 14px 35px rgba(42, 3, 3, .12);
    transition: .3s
}

.hero-arrows button:hover,
.carousel-controls button:hover,
.slider-controls button:hover {
    background: var(--wine);
    color: #fff;
    transform: translateY(-3px)
}

.hero-dots button {
    transition: .3s;
    box-shadow: 0 8px 20px rgba(42, 3, 3, .18)
}

.carousel-shell {
    position: relative;
    overflow: hidden;
    padding: 4px 4px 82px;
    margin: -4px
}

.service-shell:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 82px;
    width: 110px;
    background: linear-gradient(90deg, rgba(255, 250, 244, 0), #fffaf4);
    pointer-events: none
}

.services-premium.service-carousel {
    display: flex;
    gap: 28px;
    transition: transform .55s cubic-bezier(.22, .75, .25, 1);
    will-change: transform;
    align-items: stretch;
    grid-template-columns: none
}

.service-carousel .service-card {
    flex: 0 0 calc((100% - 56px)/3);
    min-height: 360px;
    padding: 36px 34px 34px;
    background: linear-gradient(145deg, #fff, #fffaf4);
    box-shadow: 0 18px 45px rgba(42, 3, 3, .06)
}

.service-carousel .service-card.featured {
    min-height: 360px;
    background: linear-gradient(145deg, #fff, #fff6ea)
}

.service-carousel .service-card.featured img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    border-radius: 16px;
    margin: 0;
    opacity: .16;
    filter: saturate(1.2);
    z-index: 0
}

.service-carousel .service-card>*:not(img) {
    position: relative;
    z-index: 1
}

.service-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(var(--gold), var(--gold2));
    transform: scaleY(.35);
    transform-origin: top;
    transition: .35s
}

.service-card:hover:before {
    transform: scaleY(1)
}

.service-card .link i {
    font-size: 18px;
    margin: 0;
    transition: .25s
}

.service-card:hover .link i {
    transform: translateX(8px)
}

.service-controls {
    position: absolute;
    right: 12px;
    bottom: 16px;
    display: flex;
    gap: 12px;
    z-index: 3
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
    padding: 6px 3px
}

.testimonial-track {
    gap: 30px;
    will-change: transform
}

.testimonial-card {
    margin-right: 0;
    flex: 0 0 calc((100% - 60px)/3);
    min-width: auto
}

.slider-controls button {
    width: 46px;
    height: 46px
}

.faq-grid {
    align-items: start
}

.faq-item {
    box-shadow: 0 14px 40px rgba(42, 3, 3, .05);
    transition: .3s
}

.faq-item:hover,
.faq-item.active {
    border-color: var(--gold);
    box-shadow: 0 22px 55px rgba(42, 3, 3, .09)
}

.faq-q span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff4e5;
    color: var(--gold);
    flex: 0 0 auto;
    transition: .25s
}

.faq-item.active .faq-q span {
    background: var(--gold);
    color: #fff;
    transform: rotate(45deg)
}

.faq-a p {
    margin-top: 0
}

.faq-a {
    transition: max-height .35s ease, padding .35s ease
}

.contact-hero,
.form-section {
    background: radial-gradient(circle at 12% 20%, rgba(224, 170, 82, .16), transparent 32%), linear-gradient(120deg, #fff, #fff8ef)
}

.contact-card,
.quote-box,
.contact-form {
    box-shadow: 0 30px 80px rgba(42, 3, 3, .12)
}

.contact-grid {
    align-items: stretch
}

.map iframe {
    height: 420px;
    filter: saturate(.9) contrast(1.05);
    border: 1px solid var(--line)
}

.quote-box input:focus,
.quote-box select:focus,
.quote-box textarea:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(201, 127, 34, .12)
}

@media(max-width:980px) {
    .hero-arrows {
        right: 24px;
        bottom: 70px
    }

    .service-carousel .service-card {
        flex-basis: calc((100% - 28px)/2)
    }

    .testimonial-card {
        flex-basis: calc((100% - 30px)/2)
    }
}

@media(max-width:640px) {
    .hero-arrows {
        left: 24px;
        right: auto;
        bottom: 38px
    }

    .hero-dots {
        display: flex !important;
        right: 24px;
        top: auto;
        bottom: 48px
    }

    .service-carousel .service-card,
    .testimonial-card {
        flex-basis: 100%
    }

    .service-shell:after {
        display: none
    }

    .carousel-shell {
        padding-bottom: 76px
    }

    .section-head {
        gap: 16px
    }

    .faq-q {
        font-size: 17px;
        padding: 22px
    }

    .faq-a {
        padding: 0 22px
    }

    .faq-item.active .faq-a {
        padding: 0 22px 22px
    }
}

/* === Ultimate section layout + working drag/loop carousel patch === */
.hero {
    cursor: grab;
    user-select: none
}

.hero.dragging {
    cursor: grabbing
}

.hero-slide {
    animation: kenburns 8s ease both
}

.hero-slide.active .hero-content {
    animation: heroText .8s ease both
}

.hero-arrows {
    right: 70px;
    bottom: 135px
}

.hero-arrows button {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(12px);
    border-color: rgba(201, 127, 34, .35)
}

.hero-dots {
    right: 72px
}

.hero-dots button {
    width: 12px;
    height: 12px
}

.hero-dots button.active {
    height: 34px;
    border-radius: 30px;
    transform: none
}

@keyframes heroText {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes kenburns {
    from {
        background-size: 104%
    }

    to {
        background-size: 110%
    }
}

.section.soft {
    background: radial-gradient(circle at 8% 20%, rgba(201, 127, 34, .12), transparent 32%), linear-gradient(135deg, #fffdf9, #fff7ed)
}

.section-head {
    align-items: center
}

.section-head h2:after,
.contact-card h2:after,
.quote-box h2:after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold2));
    margin-top: 18px;
    border-radius: 10px
}

.carousel-shell,
.testimonial-slider {
    touch-action: pan-y;
    cursor: grab
}

.carousel-shell.dragging,
.testimonial-slider.dragging {
    cursor: grabbing
}

.services-premium.service-carousel,
.testimonial-track {
    display: flex;
    gap: 28px;
    align-items: stretch;
    transition: transform .62s cubic-bezier(.22, .75, .25, 1);
    will-change: transform
}

.service-carousel .service-card {
    min-width: 0;
    min-height: 390px;
    border-radius: 24px;
    padding: 42px 34px;
    background: linear-gradient(145deg, #fff, #fff8ef);
    box-shadow: 0 24px 70px rgba(42, 3, 3, .08);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.service-carousel .service-card h3 {
    font-size: 24px
}

.service-carousel .service-card p {
    font-size: 16px
}

.service-carousel .service-card i:not(.link i) {
    font-size: 52px
}

.service-carousel .service-card.featured,
.service-carousel .service-card {
    min-height: 390px
}

.service-carousel .service-card:after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -89px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(201, 127, 34, .22);
    border-radius: 50%;
    transition: .35s
}

.service-carousel .service-card:hover:after {
    transform: scale(1.35)
}

.service-shell:before {
    content: "Drag or use arrows";
    position: absolute;
    left: 8px;
    bottom: 28px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em
}

.carousel-controls button,
.slider-controls button {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(201, 127, 34, .35);
    background: linear-gradient(145deg, #fff, #fff8ef);
    color: var(--wine)
}

.carousel-controls button:hover,
.slider-controls button:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    color: #fff
}

.testimonial-card {
    border-radius: 24px;
    min-height: 310px;
    background: linear-gradient(145deg, #fff, #fffaf3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-color: #edd3b1
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 75px rgba(42, 3, 3, .13)
}

.slider-controls {
    margin-top: 32px
}

.faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start
}

.faq-item {
    border-radius: 22px;
    background: linear-gradient(145deg, #fff, #fffaf5)
}

.faq-q {
    gap: 20px
}

.faq-q span {
    margin-left: auto
}

.form-wrap {
    align-items: center
}

.form-section {
    overflow: hidden
}

.form-section:before {
    content: "";
    position: absolute;
    right: -160px;
    top: -160px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(201, 127, 34, .12)
}

.quote-box {
    border: 1px solid rgba(224, 170, 82, .35);
    background: linear-gradient(145deg, var(--wine), #3d0806)
}

.contact-list div {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    margin: 14px 0;
    box-shadow: 0 14px 38px rgba(42, 3, 3, .06)
}

@media(max-width:980px) {
    .hero-arrows {
        right: 24px;
        bottom: 80px
    }

    .hero-dots {
        right: 30px
    }

    .service-carousel .service-card {
        min-height: 360px
    }

    .faq-grid {
        grid-template-columns: 1fr
    }

    .section-head {
        align-items: flex-start
    }
}

@media(max-width:640px) {
    .hero-arrows {
        left: 22px;
        bottom: 34px
    }

    .hero-dots {
        right: 22px !important;
        bottom: 47px !important
    }

    .service-shell:before {
        display: none
    }

    .service-carousel .service-card,
    .testimonial-card {
        min-height: 330px
    }

    .carousel-controls button,
    .slider-controls button {
        width: 48px;
        height: 48px
    }
}

/* Final carousel/layout polish: no empty gap at loop edge, smoother drag and premium alignment */
.carousel-shell,
.testimonial-slider {
    overflow: hidden;
    position: relative;
    padding: 8px 4px 88px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
}

.services-premium.service-carousel,
.testimonial-track {
    display: flex !important;
    gap: 28px !important;
    align-items: stretch;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.service-carousel .service-card,
.testimonial-track .testimonial-card {
    flex-shrink: 0 !important;
}

.testimonial-track .testimonial-card {
    min-width: 0 !important;
    margin-right: 0 !important;
    min-height: 340px;
    padding: 30px 20px;
}

.slider-controls,
.carousel-controls {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
    z-index: 5;
    margin: 0 !important;
}

.carousel-controls button,
.slider-controls button {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    font-size: 18px;
    background: #fff;
    border: 1px solid rgba(201, 127, 34, .38);
    box-shadow: 0 22px 55px rgba(42, 3, 3, .12);
}

.carousel-controls button:nth-child(2),
.slider-controls button:nth-child(2) {
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    color: #fff;
    border-color: transparent;
}

.carousel-controls button:hover,
.slider-controls button:hover {
    transform: translateY(-4px) scale(1.04);
}

.service-shell:before {
    bottom: 34px;
}

@media(max-width:640px) {

    .carousel-shell,
    .testimonial-slider {
        padding-bottom: 78px
    }

    .testimonial-track .testimonial-card {
        min-height: 310px;
        padding: 30px 26px
    }

    .carousel-controls button,
    .slider-controls button {
        width: 50px;
        height: 50px
    }
}


/* Final carousel + section polish */
.service-carousel .service-card.is-carousel-card {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.testimonial-track .testimonial-card.is-carousel-card {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.service-shell {
    min-height: 500px;
}

.service-carousel {
    min-height: 410px;
}

.service-carousel .service-card {
    border: 1px solid rgba(201, 127, 34, .28) !important;
}

.service-carousel .service-card:hover {
    border-color: var(--gold) !important;
}

.carousel-controls {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
    z-index: 4;
}

.testimonial-slider {
    min-height: 450px;
}

.why-choice-section {
    background: linear-gradient(135deg, #fff, #fff7ec);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.centered-head {
    align-items: center;
}

.why-choice-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-choice-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 34px 26px;
    min-height: 260px;
    box-shadow: 0 20px 60px rgba(42, 3, 3, .07);
    overflow: hidden;
    transition: .35s;
}

.why-choice-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, var(--gold), var(--gold2));
}

.why-choice-card:after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(201, 127, 34, .25);
    border-radius: 50%;
}

.why-choice-card i {
    font-size: 46px;
    color: var(--gold);
    margin-bottom: 22px;
}

.why-choice-card h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.why-choice-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(42, 3, 3, .13);
    border-color: var(--gold);
}

@media(max-width:980px) {
    .why-choice-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .service-shell {
        min-height: 470px
    }
}

@media(max-width:640px) {
    .why-choice-grid {
        grid-template-columns: 1fr
    }

    .service-shell {
        min-height: 430px
    }

    .service-carousel {
        min-height: 350px
    }

    .section-head.centered-head {
        display: block
    }
}


/* ===== Client Requested Final Layout + Carousel Fix ===== */
.section {
    overflow: hidden
}

.section.soft {
    background: radial-gradient(circle at 8% 5%, rgba(201, 127, 34, .13), transparent 30%), linear-gradient(135deg, #fffaf3, #fff 55%, #fff6ea)
}

.section-head {
    align-items: flex-start
}

.section-head h2 {
    letter-spacing: -1px
}

.section-head p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a241e
}

.carousel-shell {
    position: relative;
    overflow: hidden;
    padding: 10px 92px 86px;
    margin-inline: -10px;
    touch-action: pan-y;
    cursor: grab
}

.carousel-shell.dragging {
    cursor: grabbing
}

.carousel-shell:before,
.carousel-shell:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 80px;
    width: 90px;
    z-index: 3;
    pointer-events: none
}

.carousel-shell:before {
    left: 0;
    background: linear-gradient(90deg, #fffaf3, rgba(255, 250, 243, 0))
}

.carousel-shell:after {
    right: 0;
    background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0))
}

.service-shell {
    min-height: 520px
}

.service-carousel {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 28px !important;
    align-items: stretch;
    will-change: transform;
    min-height: 390px
}

.service-carousel .service-card {
    min-height: 390px !important;
    height: auto;
    background: linear-gradient(145deg, #fff, #fffaf5);
    border-radius: 24px !important;
    padding: 0 !important;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(42, 3, 3, .08);
    display: flex !important;
    flex-direction: column;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important
}

.service-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, var(--gold), var(--gold2));
    z-index: 1
}

.service-carousel .service-card img {
    height: 185px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    margin: 0 0 22px !important;
    filter: saturate(1.05)
}

.service-carousel .service-card:not(:has(img))::after {
    content: "";
    height: 185px;
    order: -1;
    background: linear-gradient(rgba(42, 3, 3, .1), rgba(42, 3, 3, .35)), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1000&q=80') center/cover;
    display: block
}

.service-carousel .service-card i,
.service-carousel .service-card h3,
.service-carousel .service-card p,
.service-carousel .service-card .link {
    margin-left: 28px;
    margin-right: 28px
}

.service-carousel .service-card i {
    font-size: 38px;
    margin-top: 0
}

.service-carousel .service-card h3 {
    font-size: 23px;
    line-height: 1.18
}

.service-carousel .service-card p {
    font-size: 15px;
    line-height: 1.75;
    flex: 1
}

.service-carousel .service-card .link {
    margin-bottom: 28px
}

.service-carousel .service-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 35px 90px rgba(42, 3, 3, .16)
}

.service-card .num {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px 13px;
    font-size: 20px;
    right: 22px;
    top: 160px;
    color: var(--gold);
    z-index: 2
}

.carousel-controls,
.slider-controls {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    pointer-events: none;
    z-index: 8;
    padding: 0 18px;
    margin: 0 !important
}

.carousel-controls button,
.slider-controls button {
    pointer-events: auto;
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(201, 127, 34, .38) !important;
    background: #fff !important;
    color: var(--wine) !important;
    box-shadow: 0 20px 50px rgba(42, 3, 3, .16) !important;
    display: grid !important;
    place-items: center !important;
    font-size: 18px !important
}

.carousel-controls button:nth-child(2),
.slider-controls button:nth-child(2) {
    background: linear-gradient(135deg, var(--gold), var(--gold2)) !important;
    color: #fff !important
}

.carousel-controls button:hover,
.slider-controls button:hover {
    transform: scale(1.08) !important
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
    touch-action: pan-y;
    padding: 10px 92px 2px;
    cursor: grab
}

.testimonial-slider.dragging {
    cursor: grabbing
}

.testimonial-track {
    display: flex !important;
    gap: 30px !important;
    will-change: transform
}

.testimonial-track .testimonial-card {
    margin: 0 !important;
    min-width: 0 !important;
    flex: 0 0 calc((100% - 60px)/3);
    min-height: 330px;
    background: linear-gradient(145deg, #fff, #fffaf5);
    border-radius: 26px;
    border: 1px solid rgba(201, 127, 34, .35);
    box-shadow: 0 24px 70px rgba(42, 3, 3, .08);
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important
}

.testimonial-card:before {
    content: '“';
    font-family: Georgia, serif;
    font-size: 80px;
    line-height: .5;
    color: var(--gold);
    display: block;
    margin-bottom: -35px;
}

.testimonial-card p {
    font-size: 15px;
    color: #5d4c45
}

.testimonial-card strong {
    font-size: 18px
}

.stars,
.testimonial-card .fa-star {
    color: var(--gold)
}

.why-choice-section {
    background: linear-gradient(135deg, #2a0303, #4a0907 60%, #180000);
    color: #fff;
    position: relative
}

.why-choice-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1600&q=70') center/cover;
    opacity: .12
}

.why-choice-section .container {
    position: relative
}

.why-choice-section h2,
.why-choice-section h3,
.why-choice-section p {
    color: #fff
}

.why-choice-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.why-choice-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(224, 170, 82, .35);
    border-radius: 24px;
    padding: 20px 26px;
    min-height: 230px;
    backdrop-filter: blur(12px);
    transition: .35s
}

.why-choice-card i {
    font-size: 35px;
    color: var(--gold2);
    margin-bottom: 20px
}

.why-choice-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35)
}

.hero-arrows {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    padding: 0 34px;
    pointer-events: none
}

.hero-arrows button {
    pointer-events: auto;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(201, 127, 34, .4);
    background: rgba(255, 255, 255, .92);
    color: var(--wine);
    box-shadow: 0 18px 45px rgba(42, 3, 3, .22);
    cursor: pointer
}

.hero-arrows button:last-child {
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    color: #fff;
    border: 0
}

.hero-arrows button:hover {
    transform: scale(1.07)
}

/* .service-redesign-section{
  
    margin-top: -60px;
} */
@media(max-width:980px) {

    .carousel-shell,
    .testimonial-slider {
        padding-left: 72px;
        padding-right: 72px
    }

    .testimonial-track .testimonial-card {
        flex-basis: calc((100% - 30px)/2)
    }

    .why-choice-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.check-grid span {
    font-size: 14px !important;
}

@media(max-width:640px) {
    .section-head {
        display: block
    }

    .carousel-shell,
    .testimonial-slider {
        padding-left: 62px;
        padding-right: 62px
    }

    .service-shell {
        min-height: 505px
    }

    .testimonial-track .testimonial-card {
        flex-basis: 100%;
        min-height: 350px
    }

    .why-choice-grid {
        grid-template-columns: 1fr
    }

    .hero-arrows {
        padding: 0 14px
    }

    .hero-arrows button,
    .carousel-controls button,
    .slider-controls button {
        width: 48px !important;
        height: 48px !important
    }
}

/* ===== Final dropdown + stable carousel + premium alignment fixes ===== */
.nav {
    z-index: 1000
}

.menu {
    align-items: center
}

.has-dropdown {
    position: relative
}

.has-dropdown>a {
    display: flex;
    align-items: center;
    gap: 7px
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 290px;
    background: #fff;
    border: 1px solid rgba(201, 127, 34, .28);
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 28px 75px rgba(42, 3, 3, .16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .25s;
    z-index: 1200
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    height: 18px
}

.dropdown-menu a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    color: #2a0303 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: none !important
}

.dropdown-menu a i {
    width: 22px;
    color: var(--gold);
    font-size: 15px
}

.dropdown-menu a:hover {
    background: #fff5e8;
    color: var(--gold) !important
}

.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0)
}

.carousel-shell,
.testimonial-slider {
    position: relative !important;
    overflow: hidden !important;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    padding-left: 86px !important;
    padding-right: 86px !important
}

.carousel-shell.dragging,
.testimonial-slider.dragging {
    cursor: grabbing
}

.service-carousel,
.testimonial-track {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 28px !important;
    align-items: stretch !important;
    will-change: transform !important;
    transform: translate3d(0, 0, 0)
}

.service-carousel .service-card,
.testimonial-track .testimonial-card {
    flex-shrink: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important
}

.service-carousel .service-card.carousel-ready,
.testimonial-track .testimonial-card.carousel-ready {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important
}

.service-shell {
    min-height: 520px !important
}

.service-carousel {
    min-height: 405px !important
}

.service-card {
    position: relative
}

.service-carousel .service-card {
    height: auto !important;
    min-height: 400px !important
}

.testimonial-slider {
    min-height: 305px !important
}

.testimonial-track .testimonial-card {
    min-height: 265px !important;
    margin: 0 !important
}

.carousel-controls,
.slider-controls {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
    pointer-events: none !important;
    z-index: 50 !important;
    padding: 0 18px !important;
    margin: 0 !important
}

.carousel-controls button,
.slider-controls button {
    pointer-events: auto !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(201, 127, 34, .42) !important;
    background: #fff !important;
    color: var(--wine) !important;
    display: grid !important;
    place-items: center !important;
    box-shadow: 0 20px 50px rgba(42, 3, 3, .16) !important;
    cursor: pointer !important;
    transition: .25s !important
}

.carousel-controls button:nth-child(2),
.slider-controls button:nth-child(2) {
    background: linear-gradient(135deg, var(--gold), var(--gold2)) !important;
    color: #fff !important;
    border-color: transparent !important
}

.carousel-controls button:hover,
.slider-controls button:hover {
    transform: scale(1.08) !important
}

.service-card .num {
    z-index: 3
}

.service-card img {
    pointer-events: none
}

.testimonial-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important
}

.section-head {
    gap: 40px
}

.section-head p {
    max-width: 430px
}

.why-choice-section {
    display: block !important
}

@media(max-width:980px) {
    .menu {
        align-items: flex-start
    }

    .has-dropdown {
        width: 100%
    }

    .dropdown-menu {
        position: static;
        transform: none !important;
        width: 100%;
        box-shadow: none;
        border-radius: 14px;
        margin: 6px 0 0;
        background: #fff8ed;
        display: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    .has-dropdown.open .dropdown-menu {
        display: block
    }

    .has-dropdown:hover .dropdown-menu {
        transform: none
    }

    .carousel-shell,
    .testimonial-slider {
        padding-left: 68px !important;
        padding-right: 68px !important
    }

    .service-shell {
        min-height: 500px !important
    }
}

@media(max-width:640px) {

    .carousel-shell,
    .testimonial-slider {
        padding-left: 58px !important;
        padding-right: 58px !important
    }

    .carousel-controls button,
    .slider-controls button {
        width: 48px !important;
        height: 48px !important
    }

    .service-shell {
        min-height: 480px !important
    }

    .service-carousel .service-card {
        min-height: 380px !important
    }

    .testimonial-track .testimonial-card {
        min-height: 330px !important
    }

    .section-head {
        display: block
    }

    .dropdown-menu a {
        font-size: 12px !important
    }
}

/* ===== Service redesign and working carousel controls ===== */
.service-redesign-section {
    background: radial-gradient(circle at 12% 8%, rgba(224, 170, 82, .18), transparent 28%), linear-gradient(120deg, #fffaf3, #fff)
}

.service-redesign-section .section-head {
    align-items: flex-start;
    margin-bottom: 28px
}

.carousel-shell.service-shell {
    overflow: hidden !important;
    position: relative !important;
    padding: 6px 76px 48px !important;
    margin: 0 !important;
    min-height: unset !important;
    touch-action: pan-y;
    background: transparent !important
}

.service-carousel {
    display: flex !important;
    gap: 26px !important;
    align-items: stretch !important;
    min-height: unset !important;
    will-change: transform !important
}

.service-carousel .service-card.service-modern {
    padding: 0 !important;
    min-height: 430px !important;
    border-radius: 30px !important;
    background: #fff !important;
    border: 1px solid rgba(201, 127, 34, .28) !important;
    box-shadow: 0 26px 80px rgba(42, 3, 3, .10) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    transition: box-shadow .35s ease, border-color .35s ease !important;
    transform: none !important
}

.service-carousel .service-card.service-modern:hover {
    box-shadow: 0 36px 95px rgba(42, 3, 3, .18) !important;
    border-color: var(--gold) !important;
    transform: none !important
}

.service-modern:before {
    display: none !important
}

.service-modern .service-img {
    height: 218px;
    position: relative;
    overflow: hidden;
    background: #2a0303
}

.service-modern .service-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(42, 3, 3, .02), rgba(42, 3, 3, .38))
}

.service-modern .service-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: transform .7s ease;
    filter: saturate(1.05) contrast(1.02)
}

.service-modern:hover .service-img img {
    transform: scale(1.08)
}

.service-modern .num {
    position: absolute !important;
    right: 20px !important;
    bottom: 18px !important;
    top: auto !important;
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid rgba(201, 127, 34, .45) !important;
    color: var(--gold) !important;
    border-radius: 999px !important;
    padding: 8px 16px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    z-index: 2 !important;
    line-height: 1 !important;
    display: none;
}

.service-modern .service-info {
    padding: 30px 20px 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative
}

.service-modern .service-info i {
    width: 27px;
    height: 27px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    color: #fff !important;
    display: grid;
    place-items: center;
    font-size: 15px !important;
    margin: 0 0 0px !important;
    box-shadow: 0 16px 35px rgba(201, 127, 34, .24)
}

.service-modern .service-info h3 {
    font-size: 19px !important;
    line-height: 1.18;
    margin: 0 0 14px !important;
    color: var(--ink) !important
}

.service-modern .service-info p {
    font-size: 15.5px !important;
    line-height: 1.75;
    margin: 0 0 24px !important;
    flex: 1;
    color: #5d4c45 !important
}

.service-modern .service-info .link {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    color: var(--gold) !important
}

.carousel-controls.service-controls,
.slider-controls {
    position: absolute !important;
    left: 28px !important;
    right: 28px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    pointer-events: none !important;
    z-index: 99 !important;
    padding: 0 10px !important
}

.service-controls {
    position: absolute !important;
    left: 22px !important;
    right: 22px !important;
    top: 50% !important;
}

.carousel-controls.service-controls button,
.slider-controls button {
    pointer-events: auto !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(201, 127, 34, .4) !important;
    background: #fff !important;
    color: var(--wine) !important;
    box-shadow: 0 22px 55px rgba(42, 3, 3, .18) !important;
    cursor: pointer !important;
    display: grid !important;
    place-items: center !important;
    transition: .25s ease !important;
    position: relative !important;
    z-index: 100 !important
}

.carousel-controls.service-controls button:last-child,
.slider-controls button:last-child {
    background: linear-gradient(135deg, var(--gold), var(--gold2)) !important;
    color: #fff !important;
    border-color: transparent !important
}

.carousel-controls.service-controls button:hover,
.slider-controls button:hover {
    transform: scale(1.08) !important
}

.carousel-shell:before,
.carousel-shell:after {
    width: 55px !important;
    z-index: 8 !important;
    bottom: 30px !important
}

.testimonial-slider {
    position: relative !important;
    overflow: hidden !important;
    padding-left: 76px !important;
    padding-right: 76px !important;
    touch-action: pan-y !important
}

.testimonial-track {
    display: flex !important;
    gap: 28px !important;
    will-change: transform !important
}

.testimonial-track .testimonial-card {
    flex-shrink: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important
}

@media(max-width:980px) {

    .carousel-shell.service-shell,
    .testimonial-slider {
        padding-left: 62px !important;
        padding-right: 62px !important
    }

    .service-carousel .service-card.service-modern {
        min-height: 455px !important
    }

    .service-modern .service-img {
        height: 200px
    }
}

@media(max-width:640px) {

    .carousel-shell.service-shell,
    .testimonial-slider {
        padding-left: 54px !important;
        padding-right: 54px !important
    }

    .hero-arrows {
        position: absolute;
        left: 88px;
        right: 88px;
        top: 82%;
        z-index: 9;
        display: flex;
        justify-content: space-between;
        padding: 0 34px;
        pointer-events: none;
    }

    .carousel-controls.service-controls button,
    .slider-controls button {
        width: 46px !important;
        height: 46px !important
    }

    .service-carousel .service-card.service-modern {
        min-height: 430px !important
    }

    .service-modern .service-img {
        height: 185px
    }

    .service-modern .service-info {
        padding: 24px
    }

    .service-modern .service-info h3 {
        font-size: 21px !important
    }

    .topbar {
        display: none;
    }

    .brand img {
        width: 158px;
    }

    .nav .container {
        height: 54px;
    }

    .hero-content h1 {
        font-size: clamp(35px, 7vw, 60px);
        line-height: 1.15;
        font-weight: 800;
        text-transform: uppercase;
    }

    /*.hero-arrows{*/
    /*    display: none;*/
    /*}*/
    .hero,
    .hero-slide {
        min-height: 522px;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        width: min(570px, 94%);
        padding-top: 40px;
        padding-bottom: 67px;
    }

    .hero-dots {
        display: none !important;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        padding: 14px;
    }

    .stat {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 2px;
    }

    .stat i {
        font-size: 25px;
        color: var(--gold);
    }

    .stat h3 {
        font-size: 25px;
        margin: 0;
    }

    .stats {
        margin-top: 23px;
    }

    .stat p {
        margin: 0;
        font-size: 14px;
    }

    h2 {
        font-size: clamp(27px, 4vw, 40px);
        line-height: 1.05;
    }

    .image-card img {
        height: 356px;
        width: 100%;
        object-fit: cover;
    }

    .hero-slide {
        min-height: 550px;
        display: none;
        align-items: center;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: !important;
    }




}

/* Demo footer credit */
.copyright a {
    color: var(--gold);
    font-weight: 800;
    text-decoration: none
}

.copyright a:hover {
    text-decoration: underline
}


.center {
    text-align: center !important;
}

.center1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide {
    display: none !important;
}

/* 1. Global Box-Sizing & Viewport Fix */
html,
body {
    overflow-x: hidden !important;
    max-width: 100%;
    width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Floating Card Mobile Fix */
@media (max-width: 768px) {
    .about-floating-card {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 15px;
        max-width: 100%;
    }

    .service-modern .service-info {
        padding: 13px;
    }

    .hide2 {
        display: none !important;
    }

    .service-carousel {
        display: flex !important;
        gap: 17px !important;
        align-items: stretch !important;
        min-height: unset !important;
        will-change: transform !important;
    }

    .service-carousel .service-card.service-modern {
        min-height: 330px !important;
    }

    .service-carousel .service-card.service-modern {
        padding: 0 !important;
        min-height: 330px !important;
        border-radius: 30px !important;
        background: #fff !important;
        border: 1px solid rgba(201, 127, 34, .28) !important;
        box-shadow: 0 26px 80px rgba(42, 3, 3, .10) !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        transition: box-shadow .35s ease, border-color .35s ease !important;
        transform: none !important;
    }

    .filter button {
        padding: 7px 11px;
        border: 1px solid var(--line);
        background: #fff;
        border-radius: 6px;
        font-weight: 800;
        text-transform: uppercase;
        cursor: pointer;
    }

    .center1 {
        display: block;
        justify-content: center;
        align-items: center;
    }

    .filter {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .carousel-shell.service-shell {
        overflow: hidden !important;
        position: relative !important;
        /* padding: 5px 89px 2px !important; */
        margin: 0 !important;
        min-height: unset !important;
        touch-action: pan-y;
        background: transparent !important;
    }

    .carousel-shell.service-shell,
    .testimonial-slider {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }



}

/* 3. Animation Overflow Safety Wrapper */
/* Add this class to the sections containing your reveal animations */
.overflow-safe-section {
    overflow-x: hidden;
    width: 100%;
}

/* Desktop service carousel arrow click fix */
.carousel-shell.service-shell {
    overflow: hidden !important;
    position: relative !important;
    isolation: isolate !important;
}

.carousel-shell.service-shell .service-carousel {
    position: relative !important;
    z-index: 2 !important;
}

.carousel-controls.service-controls {
    z-index: 9999 !important;
    pointer-events: none !important;
}

.carousel-controls.service-controls button {
    pointer-events: auto !important;
    touch-action: manipulation !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    position: relative !important;
    z-index: 10000 !important;
}

.carousel-shell.service-shell::before,
.carousel-shell.service-shell::after {
    pointer-events: none !important;
    z-index: 1 !important;
}

/* ===== Inner pages extension - built from approved home page design system ===== */
.page-hero {
    position: relative;
    padding: 50px 0 39px;
    min-height: 260px;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}

.page-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 250, 244, .88) 45%, rgba(42, 3, 3, .38) 100%);
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-mini {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 18px;
}

.breadcrumb-mini a {
    color: var(--gold);
}

.page-hero h1 {
     font-family: Montserrat, Poppins, sans-serif;
    font-size: clamp(35px, 5vw, 31px);
    line-height: 1.02;
    margin: 0 0 18px;
    max-width: 790px;
    color: var(--wine);
}

.page-hero p {
    max-width: 690px;
    font-size: 16px;
    line-height: 1.8;
    color: #55453f;
}

.hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.hero-metrics span {
    background: rgba(255, 255, 255, .9);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 13px 18px;
    font-weight: 800;
    color: var(--wine);
    box-shadow: 0 15px 35px rgba(42, 3, 3, .08);
}

.premium-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.premium-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-card {
    background: linear-gradient(145deg, #fff, #fffaf4);
    border: 1px solid rgba(201, 127, 34, .25);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 24px 70px rgba(42, 3, 3, .08);
    position: relative;
    overflow: hidden;
    transition: .35s;
}

.premium-card:after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -58px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 1px solid rgba(201, 127, 34, .22);
}

.premium-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold);
    box-shadow: 0 34px 90px rgba(42, 3, 3, .14);
}

.premium-card i {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    box-shadow: 0 16px 35px rgba(201, 127, 34, .24);
}

.premium-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    color: var(--wine);
}

.premium-card p {
    margin: 0;
    line-height: 1.75;
    color: #5d4c45;
}

.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
}

.rounded-img {
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 28px 75px rgba(42, 3, 3, .12);
    position: relative;
}

.rounded-img img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.signature-box {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 18px 50px rgba(42, 3, 3, .08);
    margin-top: 24px;
}

.signature-box i {
    font-size: 34px;
    color: var(--gold);
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    counter-reset: step;
}

.timeline-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 24px 20px;
    position: relative;
    box-shadow: 0 18px 55px rgba(42, 3, 3, .07);
}

.timeline-card:before {
    counter-increment: step;
    content: "0" counter(step);
    display: inline-grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--wine);
    color: #fff;
    font-weight: 900;
    margin-bottom: 18px;
}

.timeline-card h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: var(--wine);
}

.timeline-card p {
    margin: 0;
    color: #6b5c54;
    line-height: 1.65;
    font-size: 14px;
}

.cta-band {
    background: radial-gradient(circle at 12% 10%, rgba(224, 170, 82, .22), transparent 32%), linear-gradient(135deg, var(--wine), #3d0806);
    color: #fff;
    border-radius: 30px;
    padding: 46px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 26px;
    align-items: center;
    box-shadow: 0 28px 80px rgba(42, 3, 3, .2);
    position: relative;
    overflow: hidden;
}

.cta-band h2 {
     color: #fff;
    margin: 0 0 12px;
    font-size: clamp(28px, 3vw, 30px);
}

.cta-band p {
    color: #ead7cb;
    margin: 0;
    max-width: 730px;
}

.cta-band .btn {
    background: #fff;
    color: var(--wine);
}

.service-list {
    display: grid;
    gap: 14px;
    margin: 24px 0;
}

.service-list li {
    list-style: none;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #5d4c45;
    line-height: 1.65;
}

.service-list li:before {
    content: "✓";
    color: var(--gold);
    font-weight: 900;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.service-page-card {
    background: #fff;
    border: 1px solid rgba(201, 127, 34, .28);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(42, 3, 3, .08);
    transition: .35s;
}

.service-page-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 95px rgba(42, 3, 3, .14);
    border-color: var(--gold);
}

.service-page-card .img {
    height: 220px;
    overflow: hidden;
    background: var(--wine);
}

.service-page-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.service-page-card:hover img {
    transform: scale(1.07);
}

.service-page-card .body {
    padding: 26px;
}

.service-page-card h3 {
    color: var(--wine);
    font-size: 22px;
    margin: 0 0 12px;
}

.service-page-card p {
    color: #5d4c45;
    line-height: 1.7;
}

.feature-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.feature-pill {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
    font-weight: 800;
    color: var(--wine);
    display: flex;
    gap: 12px;
    align-items: center;
    box-shadow: 0 15px 42px rgba(42, 3, 3, .06);
}

.feature-pill i {
    color: var(--gold);
    font-size: 22px;
}

.project-wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project .tag {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff2df;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.gallery-filter {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 34px;
}

.gallery-filter button {
    padding: 11px 18px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    font-weight: 800;
    color: var(--wine);
}

.gallery-filter button.active,
.gallery-filter button:hover {
    background: var(--wine);
    color: #fff;
}

.gallery-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--line);
    margin-bottom: 24px;
    box-shadow: 0 20px 60px rgba(42, 3, 3, .08);
}

.gallery-card img {
    width: 100%;
    border-radius: 0;
    margin: 0;
    transition: .65s;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-card span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: rgba(255, 255, 255, .94);
    color: var(--wine);
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 13px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.testimonial-page-card {
    background: linear-gradient(145deg, #fff, #fffaf3);
    border: 1px solid #edd3b1;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 24px 70px rgba(42, 3, 3, .08);
}

.testimonial-page-card .stars {
    color: var(--gold);
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.testimonial-page-card p {
    line-height: 1.75;
    color: #5d4c45;
}

.client-line {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 20px;
}

.client-line .avatar-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--wine);
    color: #fff;
    font-weight: 900;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.contact-info-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 20px 60px rgba(42, 3, 3, .08);
    text-align: center;
}

.contact-info-card i {
    font-size: 34px;
    color: var(--gold);
    margin-bottom: 18px;
}

.contact-info-card h3 {
    font-size: 20px;
    color: var(--wine);
}

.contact-page-form {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 24px 75px rgba(42, 3, 3, .10);
}

.contact-page-form .form-control,
.contact-page-form .form-select {
    min-height: 52px;
    border-color: var(--line);
    border-radius: 10px;
    box-shadow: none;
}

.contact-page-form textarea.form-control {
    min-height: 142px;
}

.contact-page-form .form-control:focus,
.contact-page-form .form-select:focus {
    border-color: var(--gold);
}

.bg-wine-card {
    background: linear-gradient(145deg, var(--wine), #3d0806);
    color: #fff;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 28px 75px rgba(42, 3, 3, .2);
}

.bg-wine-card p,
.bg-wine-card li {
    color: #ead7cb;
}

.bg-wine-card h3 {
    color: #fff;
}

@media(max-width:980px) {

    .premium-grid,
    .premium-grid.two,
    .split-grid,
    .service-card-grid,
    .feature-row,
    .project-wide,
    .testimonial-grid,
    .contact-info-grid,
    .timeline-grid,
    .cta-band {
        grid-template-columns: 1fr 1fr;
    }

    .cta-band {
        align-items: start;
    }

    .page-hero {
        padding: 82px 0;
    }
}

@media(max-width:640px) {

    .premium-grid,
    .premium-grid.two,
    .split-grid,
    .service-card-grid,
    .feature-row,
    .project-wide,
    .testimonial-grid,
    .contact-info-grid,
    .timeline-grid,
    .cta-band {
        grid-template-columns: 1fr;
    }

    .page-hero {
        min-height: auto;
        padding: 70px 0;
    }

    .hero-metrics {
        display: grid;
    }

    .rounded-img img {
        min-height: 300px;
    }

    .cta-band {
        padding: 30px;
        border-radius: 22px;
    }

    .service-page-card .img {
        height: 190px;
    }
}


.hero-metrics{
    display: none;
}


/* ===== Fix: Bootstrap dropdown display override + click-open support ===== */
.nav .dropdown-menu {
    display: block;
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

@media(max-width:980px) {
    .nav .dropdown-menu {
        display: none;
    }

    .has-dropdown.open .dropdown-menu {
        display: block;
    }
}

/* ===== Gallery popup slider ===== */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(18, 4, 4, .88);
    backdrop-filter: blur(10px);
}

.gallery-lightbox.active {
    display: flex;
}

.gallery-lightbox-inner {
    position: relative;
    width: min(1100px, 100%);
    animation: galleryZoom .25s ease;
}

.gallery-lightbox-frame {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 14px;
    box-shadow: 0 30px 95px rgba(0, 0, 0, .45);
}

.gallery-lightbox img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    display: block;
    border-radius: 16px;
    background: #fffaf3;
}

.gallery-lightbox-caption {
    color: #fff;
    font-weight: 800;
    margin-top: 14px;
    text-align: center;
    letter-spacing: .2px;
}

.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next {
    border: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: var(--wine);
    display: grid;
    place-items: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
    cursor: pointer;
    transition: .25s;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
    transform: scale(1.08);
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    color: #fff;
}

.gallery-lightbox-close {
    position: absolute;
    right: -14px;
    top: -14px;
    z-index: 3;
}

.gallery-lightbox-prev,
.gallery-lightbox-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
}

.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
    transform: translateY(-50%) scale(1.08);
}

.gallery-lightbox-prev {
    left: -22px;
}

.gallery-lightbox-next {
    right: -22px;
}

.gallery-lightbox-counter {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: var(--wine);
    font-size: 12px;
    font-weight: 900;
}

body.gallery-open {
    overflow: hidden;
}

@keyframes galleryZoom {
    from { opacity: 0; transform: scale(.96); }
    to { opacity: 1; transform: scale(1); }
}

@media(max-width:640px) {
    .gallery-lightbox {
        padding: 16px;
    }

    .gallery-lightbox-close {
        right: 4px;
        top: 4px;
    }

    .gallery-lightbox-prev {
        left: 8px;
    }

    .gallery-lightbox-next {
        right: 8px;
    }

    .gallery-lightbox-prev,
    .gallery-lightbox-next {
        width: 42px;
        height: 42px;
    }
        h2 {
        font-size: clamp(20px, 4vw, 40px);
        line-height: 1.05;
    }
    .page-hero p{
        display: none;
    }
        .page-hero {
        min-height: auto;
        padding: 34px 0;
    }
    .premium-card h3 {
    margin: 0 0 12px;
    font-size: 17px;
    color: var(--wine);
}
 .premium-card {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .premium-card i {
        margin-bottom: 15px;
    }

    .premium-card h3 {
        text-align: center;
    }

    .premium-card p {
        text-align: center;
        max-width: 100%;
    }
       .section-head {
        text-align: center;
    }

    .section-head .eyebrow {
        display: block;
        text-align: center;
    }

    .section-head h2 {
        text-align: center;
    }

    .section-head p {
        text-align: center;
        margin: 15px auto 0;
        max-width: 100%;
    }

    .timeline-card {
        text-align: center;
    }

    .timeline-card h3,
    .timeline-card p {
        text-align: center;
    }
  .page-hero h1 {
        font-family: Montserrat, Poppins, sans-serif;
        font-size: clamp(25px, 5vw, 29px);
        line-height: 1.3;
        margin: 0 0 18px;
        max-width: 790px;
        color: var(--wine);
    }
    .cta-band h2 {
    color: #fff;
    margin: 0 0 12px;
    font-size: clamp(20px, 3vw, 30px);
}
.feature-row{
          grid-template-columns: 1fr 1fr;  
}
.feature-pill {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
    font-weight: 600;
}

    .stat p {
        margin: 0;
        font-size: 11px;
        line-height: 2.2;
    }
}

.gallery-lightbox-caption {
   display:none; 
}

.breadcrumb-mini {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #c97f22;
}










.left-free{
   margin-right: -38px; 
}