/*==================================================

Project : Luxury Vacation Rentals
Author  : Programming Hub

====================================================*/


/*=========================
Google Fonts
=========================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Playfair+Display:wght@500;600;700;800&display=swap');


/*=========================
Root Variables
=========================*/

:root{

    --primary:#0F4C5C;
    --secondary:#C8A96A;
    --dark:#1D1D1D;
    --light:#F8F8F8;
    --white:#ffffff;
    --text:#666666;

    --transition:.4s ease;

}


/*=========================
Reset
=========================*/

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Poppins',sans-serif;
    color:var(--text);
    background:var(--white);
    overflow-x:hidden;

}

h1,h2,h3,h4,h5,h6{

    font-family:'Playfair Display',serif;
    color:var(--dark);

}

a{

    text-decoration:none;

}

ul{

    list-style:none;
    margin:0;
    padding:0;

}

img{

    max-width:100%;
    display:block;

}



/*=========================
Navbar
=========================*/

.custom-navbar{

    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;

    padding:22px 0;

    background:transparent;

    transition:var(--transition);

}



/* Scroll Navbar */

.custom-navbar.scrolled{

    background:#ffffff;

    padding:15px 0;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}



/*=========================
Logo
=========================*/

.logo{
    width:120px;
    height:auto;
    display:block;
}

.custom-navbar.scrolled .logo{

    width:155px;

}



/*=========================
Nav Links
=========================*/

.navbar-nav{

    gap:18px;

}

.nav-link{

    position:relative;

    color:#fff;

    font-size:15px;

    font-weight:500;

    text-transform:uppercase;

    transition:.3s;

}

.custom-navbar.scrolled .nav-link{

    color:#222;

}

.nav-link:hover{

    color:var(--secondary);

}

.nav-link.active{

    color:var(--secondary);

}



/* Underline Animation */

.nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:var(--secondary);

    transition:.35s;

}

.nav-link:hover::after{

    width:100%;

}

.nav-link.active::after{

    width:100%;

}

.navbar-brand{
    margin-right:40px;
}

/*=========================
Right Side
=========================*/

.navbar-right{

    gap:18px;

}



/* Call Button */

.call-btn{

    color:#fff;

    font-weight:500;

    transition:.3s;

}

.call-btn i{

    margin-right:8px;

}

.custom-navbar.scrolled .call-btn{

    color:#222;

}

.call-btn:hover{

    color:var(--secondary);

}



/*=========================
Book Button
=========================*/

.book-btn{

    background:var(--secondary);

    color:#fff;

    padding:13px 30px;

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    transition:.4s;

}

.book-btn:hover{

    background:var(--primary);

    color:#fff;

    transform:translateY(-3px);

}



/*=========================
Hamburger
=========================*/

.navbar-toggler{

    padding:0;

}

.menu-icon{

    width:30px;

    display:flex;

    flex-direction:column;

    gap:6px;

}

.menu-icon span{

    height:3px;

    width:100%;

    background:#fff;

    border-radius:30px;

    transition:.3s;

}

.custom-navbar.scrolled .menu-icon span{

    background:#222;

}



/*=========================
Responsive
=========================*/

@media(max-width:991px){

.custom-navbar{

    background:#ffffff;

    padding:15px 0;

}

.logo{

    width:150px;

}

.menu-icon span{

    background:#222;

}

.navbar-collapse{

    margin-top:20px;

}

.nav-link{

    color:#222;

    padding:14px 0;

}

.navbar-right{

    flex-direction:column;

    align-items:flex-start;

    margin-top:20px;

}

.call-btn{

    color:#222;

}

.book-btn{

    width:100%;

    text-align:center;

}

}

.hero{

    height:100vh;

    background:url("../images/hero/hero.jpg");

    background-size:cover;

    background-position:center;

    position:relative;

    display:flex;

    align-items:center;

}

.overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

}

.hero .container{

    position:relative;

    z-index:2;

}

.hero-content{

    color:#fff;

    max-width:700px;

}

.hero-content h5{

    color:#C8A96A;

    letter-spacing:3px;

    margin-bottom:20px;

}

.hero-content h1{

    color:#fff;

    font-size:65px;

    line-height:1.1;

    margin-bottom:25px;

}

.hero-content p{

    color:#ddd;

    font-size:18px;

    line-height:30px;

    margin-bottom:35px;

}

.btn-primary-custom{

    display:inline-block;

    background:#C8A96A;

    color:#fff;

    padding:15px 40px;

    border-radius:50px;

    font-weight:600;

    transition:.4s;

}

.btn-primary-custom:hover{

    background:#0F4C5C;

    color:#fff;

}



html,
body{

    height:100%;

}

body{

    display:flex;

    flex-direction:column;

}

main{

    flex:1;

}

/*======================================
Hero Section
=======================================*/

.hero{

    position:relative;

    min-height:100vh;

    background:url('../images/hero/hero-4.jfif');

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

    display:flex;

    align-items:center;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

}

.hero-content{

    position:relative;

    z-index:10;

    color:#fff;

}

.hero-subtitle{

    display:inline-block;

    color:#C8A96A;

    font-size:18px;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.hero-content h1{

    font-size:72px;

    line-height:1.1;

    color:#fff;

    margin-bottom:25px;

    font-weight:700;

}

.hero-content p{

    font-size:18px;

    line-height:32px;

    max-width:650px;

    color:#e4e4e4;

    margin-bottom:35px;

}

.hero-buttons{

    display:flex;

    gap:20px;

}

.btn-gold{

    background:#C8A96A;

    color:#fff;

    padding:16px 35px;

    border-radius:50px;

    font-weight:600;

    transition:.4s;

}

.btn-gold:hover{

    background:#0F4C5C;

    color:#fff;

}

.btn-outline{

    border:2px solid #fff;

    color:#fff;

    padding:16px 35px;

    border-radius:50px;

    transition:.4s;

}

.btn-outline:hover{

    background:#fff;

    color:#222;

}

@media(max-width:992px){

.hero-content{

    text-align:center;

}

.hero-content h1{

    font-size:48px;

}

.hero-buttons{

    justify-content:center;

    flex-wrap:wrap;

}

}

@media(max-width:576px){

.hero-content h1{

    font-size:38px;

}

.hero-content p{

    font-size:16px;

}

}
/*==============================
Search Section
===============================*/

.search-section{

    margin-top:-70px;

    position:relative;

    z-index:100;

}

.search-box{

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.search-box label{

    font-weight:600;

    margin-bottom:8px;

    color:#222;

}

.search-box .form-control,
.search-box .form-select{

    height:55px;

    border-radius:10px;

}

.search-btn{

    width:100%;

    height:55px;

    border:none;

    border-radius:10px;

    background:#C8A96A;

    color:#fff;

    font-weight:600;

    transition:.3s;

}

.search-btn:hover{

    background:#0F4C5C;

}

/*====================================
Featured Properties
=====================================*/

.featured-properties{

    padding:100px 0;

    background:#f8f8f8;

}

.section-title{

    margin-bottom:60px;

}

.section-title span{

    color:#C8A96A;

    letter-spacing:3px;

    font-weight:600;

}

.section-title h2{

    font-size:48px;

    margin:15px 0;

}

.section-title p{

    max-width:650px;

    margin:auto;

    color:#666;

}

.property-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.property-card:hover{

    transform:translateY(-10px);

}

.property-image{

    position:relative;

    overflow:hidden;

}

.property-image img{

    width:100%;

    height:250px;

    object-fit:cover;

    transition:.5s;

}

.property-card:hover img{

    transform:scale(1.1);

}

.price{

    position:absolute;

    top:20px;

    left:20px;

    background:#C8A96A;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

}

.property-content{

    padding:25px;

}

.property-content h3{

    font-size:26px;

    margin-bottom:10px;

}

.property-content p{

    color:#777;

}

.property-info{

    display:flex;

    justify-content:space-between;

    margin:20px 0;

    font-size:14px;

}

.property-info i{

    color:#C8A96A;

    margin-right:5px;

}

.property-btn{

    display:block;

    text-align:center;

    background:#0F4C5C;

    color:#fff;

    padding:14px;

    border-radius:8px;

    transition:.3s;

}

.property-btn:hover{

    background:#C8A96A;

    color:#fff;

}

/*==================================
WHY CHOOSE US
==================================*/

.why-us{

    padding:100px 0;

    background:#ffffff;

}

.why-card{

    background:#fff;

    padding:40px 30px;

    text-align:center;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

}

.why-card:hover{

    transform:translateY(-10px);

    background:#0F4C5C;

}

.why-card:hover h3,
.why-card:hover p{

    color:#fff;

}

.why-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    background:#C8A96A;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:35px;

}

.why-card h3{

    margin-bottom:15px;

    font-size:24px;

}

.why-card p{

    color:#666;

    line-height:28px;

}

/*==================================
ABOUT SECTION
===================================*/

.about-section{

    padding:100px 0;

    background:#f8f8f8;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:20px;

}

.experience-box{

    position:absolute;

    bottom:30px;

    right:-20px;

    width:180px;

    background:#C8A96A;

    color:#fff;

    padding:25px;

    border-radius:15px;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.18);

}

.experience-box h2{

    font-size:45px;

    color:#fff;

    margin-bottom:5px;

}

.experience-box span{

    font-size:15px;

}

.about-content{

    padding-left:60px;

}

.about-content span{

    color:#C8A96A;

    letter-spacing:3px;

    font-weight:600;

}

.about-content h2{

    font-size:48px;

    margin:20px 0;

}

.about-content p{

    color:#666;

    line-height:30px;

    margin-bottom:30px;

}

.about-list{

    margin-bottom:35px;

}

.list-item{

    margin-bottom:18px;

    font-weight:600;

}

.list-item i{

    color:#C8A96A;

    margin-right:12px;

}

@media(max-width:991px){

.about-content{

    padding-left:0;

    margin-top:40px;

}

.experience-box{

    right:20px;

}

}/*==================================
DESTINATIONS
==================================*/

.destinations-section{

    padding:100px 0;

    background:#fff;

}

.destination-card{

    position:relative;

    overflow:hidden;

    border-radius:20px;

    cursor:pointer;

}

.destination-card img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.5s;

}

.destination-card:hover img{

    transform:scale(1.1);

}

.overlay{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    padding:30px;

    background:linear-gradient(to top, rgba(0,0,0,.85), transparent);

}

.overlay h3{

    color:#fff;

    font-size:28px;

}

.overlay p{

    color:#ddd;

    margin:0;

}
/*=========================
PAGE BANNER
==========================*/

.page-banner{

    background:url('../images/about/about-banner.jfif') center center/cover;

    padding:170px 0 100px;

    text-align:center;

    color:#fff;

    position:relative;

}

.page-banner::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(100, 98, 97, 0.55);

}

.page-banner .container{

    position:relative;

    z-index:2;

}

.page-banner h1{

    font-size:60px;

    font-weight:700;

}

.page-banner p{

    font-size:18px;

    margin-top:15px;

}

/*=========================
ABOUT COMPANY
==========================*/

.about-company{

    padding:100px 0;

}

.section-subtitle{

    color:#C8A96A;

    letter-spacing:2px;

    font-weight:600;

}

.about-company h2{

    font-size:46px;

    margin:20px 0;

}

.about-company p{

    color:#666;

    line-height:30px;

}

/*=========================
MISSION
==========================*/

.mission-section{

    padding:80px 0;

    background:#f8f8f8;

}

.mission-card{

    background:#fff;

    padding:40px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    height:100%;

}

.mission-card h3{

    margin-bottom:20px;

}
/*==============================
WHY ABOUT
===============================*/

.why-about{

    padding:100px 0;

    background:#fff;

}

.why-box{

    background:#fff;

    padding:40px 25px;

    border-radius:15px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;

}

.why-box:hover{

    transform:translateY(-8px);

}

.why-box i{

    font-size:45px;

    color:#C8A96A;

    margin-bottom:20px;

}

.why-box h4{

    margin-bottom:15px;

}


/*==============================
TEAM
===============================*/

.team-section{

    padding:100px 0;

    background:#f8f8f8;

}

.team-card{

    background:#fff;

    border-radius:15px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.team-card:hover{

    transform:translateY(-10px);

}

.team-card img{

    width:100%;

    height:320px;

    object-fit:cover;

}

.team-content{

    padding:20px;

    text-align:center;

}

.team-content span{

    color:#C8A96A;

    font-weight:600;

}




/*==============================
STATISTICS
===============================*/

.stats-section{
    background:#ffffff;
    padding:100px 0;
}

.stat-box{
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.stat-box h2{
    color:#C8A96A;
    font-size:42px;
    font-weight:700;
}

.stat-box p{
    margin:0;
    color:#666;
}

/*==============================
TESTIMONIALS
===============================*/

.about-testimonials{
    background:#f8f8f8;
    padding:100px 0;
}

.testimonial-card{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    height:100%;
}

.testimonial-card h5{
    margin-top:20px;
    margin-bottom:5px;
}

.testimonial-card span{
    color:#ffc107;
    font-size:18px;
}

/*==============================
CTA
===============================*/

.about-cta{
    background:#1f2937;
    color:#fff;
    padding:80px 0;
}

.about-cta h2{
    color:#fff;
    margin-bottom:15px;
}

.about-cta p{
    color:#ddd;
}

.about-cta .btn{
    padding:14px 35px;
    font-weight:600;
    border-radius:50px;
}

/* Properties Page */
.properties-banner{
    background:url("../images/backgrounds/properties-banner.jfif") center/cover no-repeat;
    padding:150px 0;
    position:relative;
}
/*==========================================
PROPERTIES PAGE
==========================================*/

/* Banner */

.properties-banner{
    background:url("../images/backgrounds/properties-banner.jfif") center center/cover no-repeat;
    position:relative;
    padding:180px 0 120px;
}

.properties-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.banner-content{
    position:relative;
    z-index:2;
    text-align:center;
}

.banner-content h1{
    color:#fff;
    font-size:60px;
    margin-bottom:20px;
}

.banner-content p{
    color:#f1f1f1;
    max-width:700px;
    margin:auto;
    font-size:18px;
}

/* Filter */

.property-filter{
    margin-top:-60px;
    position:relative;
    z-index:100;
}

.filter-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.filter-box label{
    font-weight:600;
    margin-bottom:8px;
    color:#222;
}

.filter-box .form-control,
.filter-box .form-select{
    height:55px;
    border-radius:10px;
}

.filter-box .btn{
    height:55px;
    border-radius:10px;
}

/* Header */

.property-top{
    padding:80px 0 30px;
}

.property-top h2{
    font-size:42px;
}

.sort-select{
    max-width:220px;
    margin-left:auto;
}

/* Grid */

.properties-grid{
    padding:30px 0 100px;
    background:#f8f8f8;
}

/* Card */

.property-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.property-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* Image */

.property-image{
    position:relative;
    overflow:hidden;
}

.property-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
    display:block;
}

.property-card:hover .property-image img{
    transform:scale(1.08);
}

/* Badge */

.property-badge{
    position:absolute;
    left:20px;
    top:20px;
    background:#C8A96A;
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

/* Wishlist */

.wishlist-btn{
    position:absolute;
    right:20px;
    top:20px;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#fff;
    cursor:pointer;
    transition:.3s;
    font-size:18px;
}

.wishlist-btn:hover{
    background:#dc3545;
    color:#fff;
}

/* Content */

.property-content{
    padding:25px;
}

.property-rating{
    color:#f5b301;
    font-size:15px;
    margin-bottom:10px;
}

.property-rating span{
    color:#777;
}

.property-content h3{
    font-size:28px;
    margin-bottom:12px;
}

.property-location{
    color:#777;
    margin-bottom:18px;
}

/* Features */

.property-features{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    font-size:14px;
    color:#666;
}

/* Price */

.property-price{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.property-price h4{
    color:#C8A96A;
    font-size:30px;
    margin:0;
}

.property-price small{
    color:#888;
}

/* Button */

.property-price .btn{
    border-radius:8px;
    padding:10px 22px;
}

/* Pagination */

.pagination{
    margin-top:60px;
}

.page-link{
    color:#0F4C5C;
    padding:12px 18px;
}

.page-item.active .page-link{
    background:#C8A96A;
    border-color:#C8A96A;
}

/* Responsive */

@media(max-width:992px){

    .property-filter{
        margin-top:30px;
    }

    .banner-content h1{
        font-size:45px;
    }

    .property-top{
        text-align:center;
    }

    .sort-select{
        margin:20px auto 0;
    }

}

@media(max-width:768px){

    .banner-content h1{
        font-size:34px;
    }

    .property-features{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .property-price{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .property-price .btn{
        width:100%;
    }

}
/*==================================
Property About
===================================*/

.property-about{

    padding:100px 0;
    background:#ffffff;

}

.property-about-image img{

    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.section-subtitle{

    color:#C8A96A;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;

}

.section-title{

    font-size:48px;
    margin:15px 0 25px;

}

.property-about p{

    color:#666;
    line-height:30px;
    margin-bottom:20px;

}

.property-about .btn{

    border-radius:50px;
    font-weight:600;

}

@media(max-width:991px){

.property-about-image{

    margin-bottom:40px;

}

.section-title{

    font-size:38px;

}

}/*==================================
Luxury Locations
===================================*/

.luxury-locations{

    padding:100px 0;
    background:#f8f8f8;

}

.location-box{

    position:relative;
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;

}

.location-box img{

    width:100%;
    height:420px;
    object-fit:cover;
    transition:.5s;

}

.location-box:hover img{

    transform:scale(1.1);

}

.location-overlay{

    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:30px;
    background:linear-gradient(to top,rgba(0,0,0,.8),transparent);

}

.location-overlay h4{

    color:#fff;
    font-size:28px;
    margin-bottom:5px;

}

.location-overlay span{

    color:#C8A96A;
    font-weight:600;

}
/*==========================
Why Choose Us
==========================*/

.why-choose{

    padding:100px 0;
    background:#ffffff;

}

.feature-box{

    background:#fff;
    padding:40px 30px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;

}

.feature-box:hover{

    transform:translateY(-10px);

}

.feature-icon{

    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:#C8A96A;
    color:#fff;
    font-size:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:25px;

}

.feature-box h4{

    font-weight:700;
    margin-bottom:15px;

}

.feature-box p{

    color:#666;
    line-height:28px;

}


/*==========================
Luxury Amenities
==========================*/

.luxury-amenities{

    background:#f8f9fa;
    padding:100px 0;

}

.amenity-box{

    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;

}

.amenity-box:hover{

    transform:translateY(-10px);

}

.amenity-box i{

    font-size:45px;
    color:#C8A96A;
    margin-bottom:20px;

}

.amenity-box h4{

    font-weight:700;
    margin-bottom:15px;

}

.amenity-box p{

    color:#666;
    line-height:28px;

}
/*==========================
Guest Testimonials
===========================*/

.testimonials{
    background:#f8f9fa;
}

.testimonial-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    margin:10px;
}

.testimonial-card:hover{
    transform:translateY(-8px);
}

.testimonial-card img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    margin:0 auto 20px;
    border:4px solid #d4af37;
}

.testimonial-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
}

.testimonial-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

.owl-dots{
    margin-top:30px;
    text-align:center;
}

.owl-dot span{
    width:12px;
    height:12px;
    background:#ccc !important;
    display:block;
    border-radius:50%;
}

.owl-dot.active span{
    background:#d4af37 !important;
}
/*=================================
BOOKING CTA
=================================*/

.booking-cta{
    position:relative;
    background:url("../images/cta-bg.jpg") center center/cover no-repeat;
    padding:120px 0;
}

.booking-cta::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.cta-content{
    position:relative;
    z-index:2;
    max-width:750px;
    margin:auto;
    text-align:center;
    color:#fff;
}

.sub-title{
    color:#d4af37;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:600;
}

.cta-content h2{
    font-size:52px;
    font-weight:700;
    margin:20px 0;
}

.cta-content p{
    font-size:18px;
    color:#ddd;
    line-height:1.9;
    margin-bottom:35px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-gold{
    background:#d4af37;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-gold:hover{
    background:#b68f2f;
    color:#fff;
}

.btn-outline-light{
    border:2px solid #fff;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    transition:.3s;
}

.btn-outline-light:hover{
    background:#fff;
    color:#000;
}

@media(max-width:768px){

.cta-content h2{
    font-size:34px;
}

.cta-content p{
    font-size:16px;
}

}
/*=========================
FAQ
=========================*/

.faq-section{
    background:#fff;
}

.faq-section h2{
    font-size:42px;
    font-weight:700;
}

.accordion-item{
    border:none;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.accordion-button{
    font-size:18px;
    font-weight:600;
    padding:22px;
}

.accordion-button:not(.collapsed){
    background:#d4af37;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

/*=========================
BLOG SECTION
==========================*/

.blog-section{
    background:#f8f9fa;
}

.blog-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.blog-card:hover{
    transform:translateY(-10px);
}

.blog-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.blog-content{
    padding:25px;
}

.blog-content span{
    color:#999;
    font-size:14px;
}

.blog-content h4{
    margin:15px 0;
    font-size:24px;
    font-weight:700;
}

.blog-content p{
    color:#666;
    line-height:1.8;
}

.read-more{
    color:#d4af37;
    text-decoration:none;
    font-weight:600;
}

.read-more:hover{
    color:#000;
}