@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap'); :root {
    --red: #8b0606;
    --red2: #6d0000;
    --gold: #d4a544;
    --cream: #fbf6ee;
    --dark: #111
}

* {
    box-sizing: border-box
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 130px
}

body {
    margin: 0;
    font-family: Montserrat,sans-serif;
    color: #1d1d1d;
    background: var(--cream);
    overflow-x: hidden
}

h1,h2,h3,h4,h5,.nav-link {
    font-family: "Playfair Display",serif;
    font-weight: 700
}

.topbar {
    background: linear-gradient(90deg,var(--red2),var(--red));
    color: #fff;
    padding: 10px 0;
    font-weight: 600
}

.top-info span,.top-info a {
    margin-right: 24px;
    color: #fff;
    text-decoration: none
}

.topbar i {
    color: var(--gold);
    /* margin-right: 7px; */
}

.top-social a {
    width: 30px;
    height: 30px;
    background: #fff;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
    text-decoration: none;
    transition: .35s
}

.top-social a:hover {
    transform: translateY(-4px) rotate(8deg);
    background: #ffffff;
    color: #fff
}

.main-nav {
    background: rgba(255,250,242,.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 7px 22px rgba(0,0,0,.08);
    padding: 5px 0;
}

.navbar-brand img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.nav-link {
    font-size: 16px;
    color: #111!important;
    position: relative
}

.nav-link:after {
    content: "";
    height: 3px;
    width: 0;
    background: var(--red);
    position: absolute;
    left: 8px;
    bottom: 2px;
    transition: .35s
}

.nav-link:hover:after,.nav-link.active:after {
    width: 45px
}

.btn-royal {
    background: linear-gradient(135deg,var(--red),#b11212);
    color: #fff!important;
    border: 0;
    border-radius: 8px;
    padding: 13px 25px;
    font-weight: 800;
    box-shadow: 0 12px 25px rgba(139,6,6,.25);
    transition: .35s
}

.btn-royal:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(139,6,6,.38)
}

.btn-gold {
    background: var(--gold);
    color: #fff;
    border-radius: 8px;
    font-weight: 800;
    padding: 12px 25px;
    transition: .35s
}

.btn-gold:hover {
    transform: translateY(-4px);
    background: #b98a28;
    color: #fff
}

.hero {
    height: 620px;
    position: relative;
    overflow: hidden
}

.hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.3),rgba(0,0,0,.68));
    z-index: 1
}

.hero-slide {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transform: scale(1.03);
    transition: transform 6s ease
}

.carousel-item.active.hero-slide {
    transform: scale(1.09)
}

.slide-one {
   background-image: url("../images/slider/slider_1.jpg");



}

.slide-two {
     background-image: url("../images/slider/slider_2.jpg");
}

.slide-three {
     background-image: url("../images/slider/slider_3.jpg");
}

.hero-content-wrap {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.hero-content {
    position: relative;
    color: #fff;
    max-width: 980px;
    animation: fadeUp 1.1s ease
}

.hero h1 {
    font-size: 66px;
    text-transform: uppercase;
    text-shadow: 0 5px 20px rgba(0,0,0,.5)
}

.hero .by {
    font-family: "Playfair Display",serif;
    font-size: 24px
}

.hero h2 {
    color: var(--gold);
    font-size: 27px;
    letter-spacing: 1px
}

.tags {
    font-weight: 800;
    letter-spacing: 1px
}

.tags span {
    color: var(--gold);
    margin: 0 14px
}

.carousel-control-prev,.carousel-control-next {
    z-index: 4;
    width: 8%
}

.carousel-indicators {
    z-index: 4
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    opacity: 1
}

.carousel-indicators .active {
    background: var(--gold)
}

.feature-bar {
    background: linear-gradient(90deg,#750000,#970d0d);
    color: #fff;
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold)
}

.feature {
    padding: 32px 15px;
    border-right: 1px solid rgba(212,165,68,.5);
    height: 100%;
    transition: .35s
}

.feature:hover {
    background: rgba(255,255,255,.08);
    transform: translateY(-6px)
}

.feature i {
    font-size: 35px;
    color: var(--gold);
    margin-bottom: 12px;
    transition: .35s
}

.feature:hover i {
    transform: scale(1.12) rotate(8deg)
}

.feature h5 {
    font-size: 15px
}

.feature p {
    font-size: 13px;
    margin: 0
}

.parallax-dark {
    padding: 80px 0;
    background: linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.3)),url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1920&q=85') center/cover fixed;
    color: #fff
}

.sub {
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 900;
    letter-spacing: 1.5px
}

.about h2 {
    font-size: 38px
}

.about p {
    line-height: 1.8
}

.section-light h2,.gallery h2,.cta h2 {
    letter-spacing: .2px
}

.img-hover {
    transition: .6s;
    box-shadow: 0 18px 50px rgba(0,0,0,.35)
}

.img-hover:hover {
    transform: scale(1.035) translateY(-5px);
    filter: brightness(1.08)
}

.section-light {
    padding: 78px 0;
    background: #fffaf3
}

.service-card,.package {
    background: #fff;
    border: 1px solid #ead8bd;
    border-radius: 10px;
    padding: 28px 18px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0,0,0,.07);
    transition: .4s
}

.service-card:hover,.package:hover {
    transform: translateY(-12px);
    box-shadow: 0 22px 45px rgba(0,0,0,.14)
}

.service-card i {
    width: 70px;
    height: 70px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--red);
    margin-bottom: 16px;
    transition: .35s
}

.service-card:hover i {
    background: var(--red);
    color: #fff;
    transform: rotateY(360deg)
}

.service-card h5 {
    font-size: 16px
}

.parallax-mid {
    padding: 110px 0;
    background: linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),url('https://images.unsplash.com/photo-1511795409834-ef04bbd61622?auto=format&fit=crop&w=1920&q=85') center/cover fixed
}

.package {
    padding: 0 0 24px;
    overflow: hidden
}

.package img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .65s
}

.package:hover img {
    transform: scale(1.12)
}

.package h4 {
    margin-top: 22px
}

.package p {
    color: var(--red);
    font-weight: 900
}

.popular {
    border: 2px solid var(--gold)
}

.gallery {
    padding: 75px 0;
    background: linear-gradient(rgba(25,0,0,.82),rgba(25,0,0,.82)),url('https://images.unsplash.com/photo-1523438885200-e635ba2c371e?auto=format&fit=crop&w=1920&q=85') center/cover fixed;
    color: #fff
}

.gallery-box {
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid var(--gold)
}

.gallery img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: .55s
}

.gallery-box:hover img {
    transform: scale(1.12);
    filter: brightness(1.15)
}

.cta {
    padding: 50px 0;
    background: linear-gradient(90deg,#7d0000,#a91414);
    color: #fff;
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold)
}

.cta p {
    color: var(--gold);
    font-weight: 700
}

footer {
    background: #111;
    color: #ddd;
    padding: 55px 0 35px
}

footer h4,footer h5 {
    color: var(--gold)
}

.social-fixed {
    position: fixed;
    right: 22px;
    top: 42%;
    z-index: 99;
    background: var(--red);
    padding: 12px;
    border-radius: 40px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25)
}

.social-fixed a {
    width: 48px;
    height: 48px;
    background: #fff;
    color: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
    font-size: 20px;
    transition: .35s
}

.social-fixed a:hover {
    background: var(--gold);
    color: #fff;
    transform: rotate(10deg) scale(1.08)
}

.whatsapp {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 100;
    background: #20c35a;
    color: #fff;
    text-decoration: none;
    border-radius: 42px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    box-shadow: 0 12px 25px rgba(0,0,0,.28);
    animation: pulse 1.6s infinite
}

.whatsapp i {
    font-size: 34px
}

.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: all .8s ease
}

.reveal.show {
    opacity: 1;
    transform: translateY(0)
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(32,195,90,.55)
    }

    70% {
        box-shadow: 0 0 0 18px rgba(32,195,90,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(32,195,90,0)
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(35px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width: 991px) {
    html {
        scroll-padding-top:90px
    }

    .navbar-brand img {
        width: 210px;
    }

    .hero {
        height: 540px
    }

    .hero-slide,.parallax-dark,.parallax-mid,.gallery {
        background-attachment: scroll
    }

    .hero h1 {
        font-size: 42px
    }

    .hero h2 {
        font-size: 22px
    }

    .tags span {
        margin: 0 5px
    }

    .social-fixed {
        display: none
    }

    .feature {
        border-bottom: 1px solid rgba(212,165,68,.4)
    }

    .main-nav {
        padding: 8px 0
    }
}

@media(max-width: 575px) {
    .hero {
        height:500px
    }

    .hero h1 {
        font-size: 34px
    }

    .hero-content {
        padding: 0 12px
    }

    .tags {
        font-size: 13px
    }

    .btn-royal,.btn-outline-light {
        margin-top: 10px
    }

    .whatsapp span {
        display: none
    }

    .whatsapp {
        border-radius: 50%;
        padding: 13px
    }

    .section-light,.parallax-dark {
        padding: 55px 0
    }
}

.gallery-carousel {
    position: relative;
    padding: 0 58px 50px
}

.gallery-carousel .carousel-inner {
    overflow: hidden
}

.gallery-box {
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 2px solid var(--gold);
    border-radius: 12px;
    overflow: hidden;
    cursor: zoom-in;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,.25)
}

.gallery-box:after {
    content: "\f00e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139,6,6,.9);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transform: scale(.6);
    transition: .35s
}

.gallery-box:hover:after {
    opacity: 1;
    transform: scale(1)
}

.gallery-box img {
    height: 210px;
}

.gallery-control {
    width: 46px;
    height: 46px;
    top: 42%;
    border-radius: 50%;
    background: rgba(139,6,6,.96);
    opacity: 1;
    box-shadow: 0 10px 25px rgba(0,0,0,.28)
}

.gallery-control:hover {
    background: var(--gold)
}

.gallery-carousel .carousel-control-prev {
    left: 0
}

.gallery-carousel .carousel-control-next {
    right: 0
}

.gallery-dots {
    bottom: -8px
}

.gallery-dots [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    opacity: .65
}

.gallery-dots .active {
    background: var(--gold);
    opacity: 1
}

.gallery-modal .modal-content {
    background: transparent;
    border: 0;
    position: relative
}

.gallery-modal img {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0,0,0,.55);
    animation: zoomPop .35s ease
}

.gallery-close {
    position: absolute;
    right: -12px;
    top: -42px;
    z-index: 5;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 12px
}

.modal-backdrop.show {
    opacity: .86
}

@keyframes zoomPop {
    from {
        opacity: 0;
        transform: scale(.86)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@media(max-width: 575px) {
    .gallery-carousel {
        padding:0 0 45px
    }

    .gallery-control {
        width: 38px;
        height: 38px;
        top: 39%
    }

    .gallery-carousel .carousel-control-prev {
        left: 6px
    }

    .gallery-carousel .carousel-control-next {
        right: 6px
    }

    .gallery-box img {
        height: 165px
    }

    .gallery-close {
        right: 5px;
        top: -38px
    }
}

/* Updated premium typography + service carousel */
.services-carousel {
    position: relative;
    padding: 0 62px 54px
}

.services-carousel .carousel-inner {
    overflow: hidden
}

.services-carousel .service-card {
    min-height: 275px;
    padding: 34px 24px
}

.service-control {
    width: 46px;
    height: 46px;
    top: 42%;
    border-radius: 50%;
    background: rgba(139,6,6,.96);
    opacity: 1;
    box-shadow: 0 10px 25px rgba(0,0,0,.2)
}

.service-control:hover {
    background: var(--gold)
}

.services-carousel .carousel-control-prev {
    left: 0
}

.services-carousel .carousel-control-next {
    right: 0
}

.service-dots {
    bottom: 0
}

.service-dots [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--red);
    border: 0;
    opacity: .35
}

.service-dots .active {
    background: var(--gold);
    opacity: 1
}

.service-card {
    position: relative;
    overflow: hidden
}

.service-card:before {
    content: "";
    position: absolute;
    inset: -120% -20% auto auto;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle,rgba(212,165,68,.22),transparent 68%);
    transition: .5s
}

.service-card:hover:before {
    inset: -40px -40px auto auto
}

.hero .carousel-indicators {
    bottom: 24px
}

.hero-content {
    margin-top: 12px
}

.hero .btn {
    padding: 12px 24px
}

.navbar-brand img {
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.08))
}

@media(max-width: 991px) {
    .services-carousel {
        padding:0 50px 50px
    }

    .services-carousel .service-card {
        min-height: 250px
    }

    .hero h1 {
        font-size: 44px
    }

    .hero h2 {
        font-size: 22px
    }
}

@media(max-width: 575px) {
    .services-carousel {
        padding:0 0 48px
    }

    .service-control {
        width: 38px;
        height: 38px;
        top: 40%
    }

    .services-carousel .carousel-control-prev {
        left: 6px
    }

    .services-carousel .carousel-control-next {
        right: 6px
    }

    .services-carousel .service-card {
        min-height: 230px
    }

    .hero h1 {
        font-size: 34px
    }

    .hero h2 {
        font-size: 19px
    }
}
