:root{
    --gold:#D4A24C;
    --gold-dark:#b8862e;
    --black:#0f172a;
    --dark:#111827;
    --white:#ffffff;
    --light:#f8f9fa;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
    background:#fff;
}

h1,h2,h3,h4,h5{
    font-family:'Playfair Display',serif;
}

.section-padding{
    padding:100px 0;
}

img{
    max-width:100%;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

/* nav */
.navbar-brand{
    display:flex;
    align-items:center;
}

.navbar-brand img{
    height:70px;
    width:auto;
}

.brand-text h4{
    margin:0;
    color:#D4A24C;
    font-size:32px;
    font-weight:700;
    line-height:1;
    font-family:'Playfair Display',serif;
}

.brand-text span{
    color:#ffffff;
    letter-spacing:4px;
    font-size:12px;
    display:block;
}
.custom-navbar{
    background:rgba(0,0,0,.4);
    backdrop-filter:blur(15px);
    transition:.4s;
}

.nav-link{
    color:#fff;
    margin-left:20px;
    font-weight:500;
    position:relative;
}

.nav-link::after{
    content:'';
    position:absolute;
    width:0;
    height:2px;
    background:var(--gold);
    left:0;
    bottom:0;
    transition:.4s;
}

.nav-link:hover::after{
    width:100%;
}

.quote-btn{
    background:var(--gold);
    color:#fff;
    padding:12px 30px;
    border-radius:50px;
    font-weight:600;
}
/* -hero- */
/* .hero-section{
    height:100vh;
}

.heroSwiper,
.swiper-slide{
    height:100vh;
}

.slide1{
    background:url(images/hero/hero1.jpg);
}

.slide2{
    background:url(images/hero/hero2.jpg);
}

.slide3{
    background:url(images/hero/hero3.jpg);
}

.slide1,
.slide2,
.slide3{
    background-size:cover;
    background-position:center;
    position:relative;
}

.overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.55);
}

.hero-content{
    position:relative;
    z-index:10;
    color:#fff;
    padding-top:280px;
    max-width:700px;
}

.hero-content span{
    color:var(--gold);
    font-size:20px;
}

.hero-content h1{
    font-size:70px;
    margin:20px 0;
}

.hero-content p{
    font-size:18px;
    margin-bottom:30px;
}

.btn-gold{
    background:var(--gold);
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
}

.btn-outline-light{
    padding:15px 35px;
    border-radius:50px;
    margin-left:10px;
} */

/*  */
.modern-hero{
    background:
    linear-gradient(
    135deg,
    #0f172a 0%,
    #111827 100%
    );
    overflow:hidden;
    position:relative;
}

.modern-hero::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:rgba(212,162,76,.08);
    border-radius:50%;
    top:-200px;
    right:-100px;
    filter:blur(60px);
}

.hero-tag{
    display:inline-block;
    background:rgba(212,162,76,.15);
    color:#D4A24C;
    padding:12px 25px;
    border-radius:50px;
    margin-bottom:25px;
}

.modern-hero h1{
    color:#fff;
    font-size:72px;
    line-height:1.1;
    margin-bottom:25px;
}

.modern-hero p{
    color:#d1d5db;
    font-size:18px;
    max-width:550px;
}

.hero-btns{
    margin-top:35px;
}

.btn-primary-custom{
    background:#D4A24C;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    margin-right:15px;
}

.btn-outline-custom{
    border:2px solid #fff;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
}

.hero-stats{
    display:flex;
    gap:50px;
    margin-top:60px;
}

.hero-stats h3{
    color:#D4A24C;
    font-size:42px;
}

.hero-stats span{
    color:#fff;
}

.hero-image{
    position:relative;
}

.hero-image img{
    width:100%;
    height:750px;
    object-fit:cover;
    border-radius:30px;
}

.floating-card{
    position:absolute;
    background:rgba(255,255,255,.1);
    backdrop-filter:blur(20px);
    color:#fff;
    padding:20px 25px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.2);
}

.card-one{
    top:80px;
    left:-50px;
}

.card-two{
    bottom:80px;
    right:-30px;
}

@media(max-width:991px){

    .modern-hero{
        padding-top:120px;
    }

    .modern-hero h1{
        font-size:45px;
    }

    .hero-image{
        margin-top:50px;
    }

    .hero-image img{
        height:450px;
    }

    .hero-stats{
        gap:20px;
    }

    .floating-card{
        display:none;
    }
}
/* -about- */
.about-section{
    background:#fff;
}

.section-title span{
    color:var(--gold);
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
}

.section-title h2{
    font-size:48px;
    margin:15px 0 25px;
    color:var(--black);
    line-height:1.2;
}

.about-section p{
    color:#666;
    line-height:1.9;
    margin-bottom:15px;
}

.about-image-wrapper{
    position:relative;
}

.main-about-img{
    border-radius:20px;
    width:100%;
    height:650px;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.experience-box{
    position:absolute;
    bottom:30px;
    right:-30px;
    background:var(--gold);
    padding:25px;
    border-radius:15px;
    color:#fff;
    text-align:center;
    min-width:180px;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.experience-box h2{
    margin:0;
    font-size:42px;
    font-weight:700;
}

.about-features{
    margin-top:30px;
}

.feature-item{
    display:flex;
    align-items:center;
    margin-bottom:15px;
}

.feature-item i{
    width:35px;
    height:35px;
    background:var(--gold);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
}

.feature-item span{
    font-weight:500;
}

.counter-box{
    text-align:center;
    background:#f8f9fa;
    padding:25px 10px;
    border-radius:15px;
    transition:.4s;
}

.counter-box:hover{
    transform:translateY(-8px);
}

.counter-box h3{
    color:var(--gold);
    font-size:32px;
    margin-bottom:5px;
}

.counter-box p{
    margin:0;
    color:#555;
}

.about-btn{
    display:inline-block;
    background:var(--gold);
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    margin-top:25px;
    transition:.4s;
}

.about-btn:hover{
    background:var(--gold-dark);
    color:#fff;
}
@media(max-width:768px){

    .section-title h2{
        font-size:32px;
    }

    .main-about-img{
        height:450px;
    }

    .experience-box{
        right:10px;
        bottom:10px;
        min-width:140px;
    }

    .experience-box h2{
        font-size:30px;
    }
}

/* --service-- */
.services-section{
    background:#f8f9fa;
}

.section-subtitle{
    color:var(--gold);
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-heading{
    font-size:50px;
    margin:15px 0;
    color:var(--black);
}

.section-desc{
    max-width:700px;
    margin:auto;
    color:#666;
}

.service-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-image{
    overflow:hidden;
}

.service-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.6s;
}

.service-card:hover img{
    transform:scale(1.1);
}

.service-content{
    padding:30px;
    position:relative;
}

.service-icon{
    width:70px;
    height:70px;
    background:var(--gold);
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-top:-65px;
    position:relative;
    z-index:10;
    box-shadow:0 10px 20px rgba(0,0,0,.15);
}

.service-content h4{
    margin-top:20px;
    margin-bottom:15px;
    font-size:28px;
}

.service-content p{
    color:#666;
    line-height:1.8;
}

.service-content a{
    color:var(--gold);
    font-weight:600;
    display:inline-block;
    margin-top:10px;
}

@media(max-width:768px){

    .section-heading{
        font-size:34px;
    }

    .service-image img{
        height:220px;
    }

}
/* -why choice- */

.why-us{
    background:#fff;
}

.why-image{
    position:relative;
}

.why-image img{
    width:100%;
    height:700px;
    object-fit:cover;
    border-radius:25px;
}

.experience-card{
    position:absolute;
    bottom:30px;
    left:30px;
    background:var(--gold);
    color:#fff;
    padding:30px;
    border-radius:20px;
    min-width:220px;
}

.experience-card h2{
    font-size:50px;
    margin-bottom:5px;
}

.experience-card p{
    margin:0;
}

.why-text{
    color:#666;
    margin-bottom:30px;
    line-height:1.9;
}

.choose-box{
    display:flex;
    gap:15px;
    padding:25px;
    margin-bottom:20px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.choose-box:hover{
    transform:translateY(-8px);
}

.choose-box i{
    width:60px;
    height:60px;
    background:var(--gold);
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    flex-shrink:0;
}

.choose-box h5{
    margin-bottom:8px;
    font-weight:600;
}

.choose-box p{
    color:#666;
    margin:0;
    font-size:14px;
}
@media(max-width:768px){

    .why-image img{
        height:450px;
    }

    .experience-card{
        left:15px;
        bottom:15px;
        padding:20px;
    }

    .experience-card h2{
        font-size:32px;
    }

}
/* -gallery- */
.gallery-section{
    background:#f8f9fa;
}

.gallery-filter{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:50px;
}

.gallery-filter button{
    border:none;
    padding:12px 30px;
    border-radius:50px;
    background:#fff;
    font-weight:600;
    transition:.4s;
}

.gallery-filter button.active,
.gallery-filter button:hover{
    background:var(--gold);
    color:#fff;
}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.gallery-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.6s;
}

.gallery-card:hover img{
    transform:scale(1.1);
}

.gallery-overlay{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0,0,0,.5);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.4s;
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

.gallery-overlay h5{
    color:#fff;
    font-size:24px;
}

.gallery-btn{
    background:var(--gold);
    color:#fff;
    padding:15px 40px;
    border-radius:50px;
    display:inline-block;
    font-weight:600;
}

/* -reviews- */
.testimonial-section{
    background:#fff;
}

.review-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    border:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    height:100%;
    transition:.4s;
}

.review-card:hover{
    transform:translateY(-8px);
}

.review-top{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
}

.review-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(
        135deg,
        #D4A24C,
        #B8862E
    );
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.review-top h5{
    margin-bottom:2px;
    font-size:18px;
}

.review-top span{
    font-size:12px;
    color:#777;
}

.stars{
    color:#ffc107;
    margin-bottom:15px;
    font-size:18px;
}

.review-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* -contact- */
.contact-section{
    background:#f8f9fa;
}

.contact-form{
    background:#fff;
    padding:40px;
    border-radius:20px;
}

.contact-form h2{
    margin-bottom:25px;
}

.contact-form .form-control{
    margin-bottom:20px;
    height:55px;
    border-radius:10px;
}

.contact-form textarea{
    height:auto !important;
}

.contact-form button{
    background:var(--gold);
    color:#fff;
    border:none;
    padding:15px 35px;
    border-radius:50px;
}

.map-box iframe{
    width:100%;
    height:100%;
    min-height:500px;
    border:0;
    border-radius:20px;
}
/* --footer-- */
.footer{
    background:#111827;
    color:#fff;
    padding:80px 0 30px;
}

.footer h4,
.footer h5{
    color:var(--gold);
    margin-bottom:20px;
}

.footer ul{
    padding:0;
}

.footer ul li{
    margin-bottom:10px;
}

.footer ul li a{
    color:#ddd;
}

.social-icons a{
    width:40px;
    height:40px;
    background:var(--gold);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:10px;
}

.copyright{
    text-align:center;
    color:#ccc;
}

/* --about-- */
.page-banner{
    background:
    linear-gradient(rgba(0,0,0,.65),
    rgba(0,0,0,.65)),
    url('aboutbn.png');
    background-size:cover;
    background-position:center;
    padding:180px 0 100px;
    text-align:center;
}

.page-banner h1{
    color:#fff;
    font-size:60px;
    margin-bottom:15px;
}

.page-banner nav a,
.page-banner nav span{
    color:#fff;
}

/* =========================
   MISSION SECTION
========================= */

.mission-section{
    padding:50px 0;
    background:#f8f9fa;
}

.mission-card{
    background:#fff;
    padding:50px 35px;
    border-radius:25px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    border:1px solid rgba(0,0,0,.05);
}

.mission-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.mission-card i{
    width:90px;
    height:90px;
    background:linear-gradient(
    135deg,
    var(--gold),
    var(--gold-dark)
    );
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:34px;
    margin-bottom:25px;
}

.mission-card h3{
    margin-bottom:15px;
    color:var(--black);
    font-size:30px;
}

.mission-card p{
    color:#666;
    line-height:1.9;
    margin:0;
}

/* =========================
   ABOUT CTA SECTION
========================= */

.about-cta{
    padding:120px 0;
    background:
    linear-gradient(
    rgba(15,23,42,.85),
    rgba(15,23,42,.85)
    ),
    url('banner.png');
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.about-cta h2{
    color:#fff;
    font-size:60px;
    margin-bottom:20px;
}

.about-cta p{
    color:#d1d5db;
    font-size:18px;
    max-width:700px;
    margin:0 auto 35px;
}

.about-cta .btn-gold{
    background:var(--gold);
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    font-weight:600;
    display:inline-block;
    transition:.4s;
}

.about-cta .btn-gold:hover{
    background:var(--gold-dark);
    color:#fff;
    transform:translateY(-3px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .about-cta h2{
        font-size:42px;
    }

    .stats-section h2{
        font-size:40px;
    }

    .team-card img{
        height:350px;
    }

}

@media(max-width:767px){

    .mission-card{
        padding:35px 25px;
    }

    .about-cta{
        padding:80px 0;
    }

    .about-cta h2{
        font-size:32px;
    }

    .stats-section .col-md-3{
        margin-bottom:30px;
    }

}

/* service */
/* =================================
   PAGE BANNER
================================= */

.page-banner{
    position: relative;
    padding: 180px 0 120px;
    background:
    linear-gradient(
    rgba(15,23,42,.75),
    rgba(15,23,42,.75)),
    url('aboutbn.png');
    background-size: cover;
    background-position: center;
    text-align: center;
}

.page-banner span{
    color: var(--gold);
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-banner h1{
    color: #fff;
    font-size: 70px;
    margin: 20px 0;
}

.page-banner p{
    color: #d1d5db;
    max-width: 700px;
    margin: auto;
    font-size: 18px;
}

/* =================================
   SERVICES SECTION
================================= */

.services-page{
    background: #f8f9fa;
}

.service-box{
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.service-box:hover{
    transform: translateY(-12px);
}

.service-box img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: .6s;
}

.service-box:hover img{
    transform: scale(1.08);
}

.service-content{
    padding: 35px;
    text-align: center;
}

.service-content i{
    width: 75px;
    height: 75px;
    background: linear-gradient(
    135deg,
    var(--gold),
    var(--gold-dark));
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -70px auto 20px;
    font-size: 28px;
    position: relative;
    z-index: 2;
}

.service-content h3{
    margin-bottom: 15px;
    color: var(--black);
}

.service-content p{
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* =================================
   PROCESS SECTION
================================= */

.process-section{
    background: #fff;
}

.process-card{
    background: #f8f9fa;
    padding: 40px 25px;
    text-align: center;
    border-radius: 25px;
    transition: .4s;
    height: 100%;
    position: relative;
}

.process-card:hover{
    transform: translateY(-10px);
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.process-card span{
    width: 70px;
    height: 70px;
    background: var(--gold);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 20px;
    font-size: 24px;
    font-weight: 700;
}

.process-card h4{
    margin-bottom: 15px;
}

.process-card p{
    color: #666;
    margin: 0;
}

/* =================================
   FEATURES SECTION
================================= */

.service-features{
    background: #f8f9fa;
}

.service-features img{
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 25px;
}

.feature-list{
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.feature-list li{
    margin-bottom: 20px;
    font-size: 18px;
    color: #444;
    display: flex;
    align-items: center;
}

.feature-list i{
    color: var(--gold);
    margin-right: 15px;
    font-size: 22px;
}

/* =================================
   CTA SECTION
================================= */

.about-cta{
    padding: 120px 0;
    background:
    linear-gradient(
    rgba(15,23,42,.85),
    rgba(15,23,42,.85)),
    url('banner.png');
    background-size: cover;
    background-position: center;
    text-align: center;
}

.about-cta h2{
    color: #fff;
    font-size: 60px;
    margin-bottom: 20px;
}

.about-cta p{
    color: #d1d5db;
    max-width: 700px;
    margin: auto auto 35px;
    font-size: 18px;
}

.btn-gold{
    display: inline-block;
    background: var(--gold);
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s;
}

.btn-gold:hover{
    background: var(--gold-dark);
    color: #fff;
    transform: translateY(-3px);
}

/* =================================
   RESPONSIVE
================================= */

@media(max-width:991px){

    .page-banner h1{
        font-size: 50px;
    }

    .service-features img{
        height: 500px;
        margin-bottom: 40px;
    }

    .about-cta h2{
        font-size: 42px;
    }
}

@media(max-width:767px){

    .page-banner{
        padding: 140px 0 80px;
    }

    .page-banner h1{
        font-size: 38px;
    }

    .service-box img{
        height: 240px;
    }

    .about-cta{
        padding: 80px 0;
    }

    .about-cta h2{
        font-size: 30px;
    }

    .feature-list li{
        font-size: 16px;
    }
}

/* --contact-- */
.contact-info-section{
    margin-top:-70px;
    position:relative;
    z-index:10;
}

.contact-info-card{
    background:#fff;
    padding:40px 30px;
    text-align:center;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.contact-info-card:hover{
    transform:translateY(-10px);
}

.contact-info-card i{
    width:80px;
    height:80px;
    background:var(--gold);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 20px;
    font-size:30px;
}

.contact-main{
    background:#f8f9fa;
}

.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-form-box .form-control{
    height:55px;
    margin-bottom:20px;
    border-radius:12px;
}

.contact-form-box textarea{
    height:auto !important;
}

.map-box iframe{
    width:100%;
    height:100%;
    min-height:650px;
    border:none;
    border-radius:25px;
}

.faq-section{
    background:#fff;
}

.accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:15px !important;
    overflow:hidden;
}

.accordion-button{
    padding:20px;
    font-weight:600;
}

/* ---gallery--- */
.gallery-page{
    background:#f8f9fa;
}

.gallery-filter{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:50px;
}

.gallery-filter button{
    border:none;
    background:#fff;
    padding:12px 30px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.gallery-filter button.active,
.gallery-filter button:hover{
    background:var(--gold);
    color:#fff;
}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:25px;
}

.gallery-card img{
    width:100%;
    height:350px;
    object-fit:cover;
    transition:.7s;
}

.gallery-card:hover img{
    transform:scale(1.12);
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
    to top,
    rgba(0,0,0,.85),
    rgba(0,0,0,.2)
    );
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:30px;
    opacity:0;
    transition:.4s;
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

.gallery-overlay h4{
    color:#fff;
    margin-bottom:8px;
}

.gallery-overlay span{
    color:var(--gold);
}