/* =================================
   HOME PAGE STYLES
================================ */



/* HERO */

.hero {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.hero {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: visible;
}

.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero-buttons {
    margin-bottom: 35px;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s;
}


.hero-slider,
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}



.slide.active {
    opacity: 1;
}


.slide:nth-child(1)::after {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}

.slide:nth-child(2)::after {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}

.slide:nth-child(3)::after {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.5));
}

.hero::after {
    background: linear-gradient(rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.35));
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.35));
}


.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.55));
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: auto;
    padding-top: 80px;
}

.hero h1 {
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hero p {
    margin-bottom: 30px;
    font-size: 18px;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #0B2545;
}

.hero p {
    font-size: 20px;
    color: #666;
    margin-top: 15px;
    letter-spacing: 0.5px;
}


.hero h1 {
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.hero p {
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.hero h1 {
    color: #ffffff;
}

.hero p {
    color: #f1f1f1;
}


.hero-content {
    max-width: 700px;
    margin: auto;
}

.hero h1 {
    font-size: 64px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 20px;
    color: #eee;
    margin-bottom: 30px;
}

.hero-content {
    backdrop-filter: blur(2px);
}

/* SEARCH BOX */

.search-box {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 3;
}

/* .search-box {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
} */

.search-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 25px;
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.search-grid {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.search-grid select,
.search-grid input {
    padding: 12px;
    border: none;
    border-radius: 6px;
}


/* ABOUT */
.about {
    margin-top: 120px;
}

/* .about-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
} */

.about-images img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-content h2 {
    margin-bottom: 20px;
}



/* ABOUT IMAGE COLLAGE */
.about .container {
    align-items: center;
    gap: 80px;
}

.about-images {
    position: relative;
    height: 420px;
}

.about-images {
    position: relative;
    width: 360px;
    height: 420px;
    margin: auto;
}

/* common style */

.img-box {
    position: absolute;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    transition: .4s;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* IMAGE POSITIONS */

/* .img-2 {
    width: 100%;
    height: 320px;
    top: 40px;
    left: 80px;
    z-index: 0;
} */

.img-1 {
    width: 180px;
    height: 140px;
    top: 0;
    left: 0;
    z-index: 1;
}

.img-3 {
    width: 180px;
    height: 140px;
    bottom: 0;
    left: 0;
    z-index: 1;
}



/* MAIN IMAGE */

.img-2 {
    width: 100%;
    /* height: 320px; */
    top: 50px;
    left: 70px;
    z-index: 0;
}

/* TOP SMALL */

.img-1 {
    width: 150px;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 1;
}

/* BOTTOM SMALL */

.img-3 {
    width: 150px;
    height: 120px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.img-box {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    background: #fff;
}

/* HOVER EFFECT */

.img-box:hover {
    transform: scale(1.05);
}


.img-1 {
    transform: rotate(-3deg);
}

.img-3 {
    transform: rotate(3deg);
}

.badges {
    margin: 20px 0;
}

.badges li {
    margin-bottom: 10px;
}

.badges i {
    color: #d4af37;
    margin-right: 8px;
}


/* STATS */

.stats {
    background: url('../images/stats-bg.jpg') center/cover fixed;
    padding: 90px 0;
    color: #fff;
    text-align: center;

    background: #f8f9fa;
    color: #1a1a1a;
}

.stat-item {
    background: rgba(255, 255, 255, 0.15);
    padding: 30px;
    border-radius: 10px;
    backdrop-filter: blur(6px);
}

.stat-item h3 {
    font-size: 32px;
    color: #d4af37;
}


.stat-item h3 {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
}

.stat-item p {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    color: #777;
}


/* STATS SECTION UPGRADE */

.stats {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg,
            #0B2545,
            #1B3A6B);
    color: #fff;
    overflow: hidden;
}

/* subtle pattern */

.stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08), transparent),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.06), transparent);
}

/* grid */

.stats .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
    text-align: center;
}

/* stat item */

.stat-item {
    padding: 30px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    transition: .3s;
}

/* hover */

.stat-item:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.1);
}

/* numbers */

.stat-item h3 {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
    color: #D4AF37;
    margin-bottom: 5px;
}

/* labels */

.stat-item p {
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ddd;
}




/* WHY US */

.why-card {
    padding: 30px;
    text-align: center;
}

.why-card i {
    font-size: 32px;
    margin-bottom: 15px;
    color: #d4af37;
}



/* WHY SECTION */

.why {
    background: #f8f9fa;
    background: linear-gradient(135deg,
            #0B2545,
            #1B3A6B);
    position: relative;
}

.why .section-title {
    color: white;
}

/* grid */

.why .grid {
    gap: 30px;
}

/* card */

.why-card {
    padding: 40px 30px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: .4s;
    position: relative;
    overflow: hidden;
}

/* gradient border effect */

.why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, #D4AF37, transparent);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* hover */

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* icon */

.why-card i {
    font-size: 28px;
    margin-bottom: 15px;
    color: #D4AF37;
}

/* title */

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

/* text */

.why-card p {
    color: #666;
    line-height: 1.6;
}


/* PACKAGES */

.package-card img {
    height: 220px;
    object-fit: cover;
}

.package-card {
    transition: .4s;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.package-card:hover img {
    transform: scale(1.05);
}

.package-card img {
    transition: .4s;
}


.package-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    margin-bottom: 5px;
}

.package-card p {
    color: #d4af37;
    font-weight: 500;
}

/* CTA BANNERS */

.cta-banner {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.cta-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
}

.cta-banner .container {
    position: relative;
    z-index: 2;
}

.gradient-banner {
    background: linear-gradient(135deg,
            #3A86FF,
            #FF7A18,
            #2A9D8F);
}




/* CTA SECTION */

.cta {
    position: relative;
    background: url('../images/cta.jpg') center/cover no-repeat;
    padding: 140px 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

/* OVERLAY (IMPORTANT) */

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(11, 37, 69, 0.7),
            rgba(0, 0, 0, 0.6));
}

/* CONTENT */

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: auto;
}

/* HEADING */

.cta h2 {
    color: white;
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* TEXT */

.cta p {
    color: white;
    font-size: 18px;
    color: #ddd;
    margin-bottom: 30px;
}

/* BUTTONS */

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* PRIMARY */

.cta .btn-primary {
    background: #D4AF37;
    color: #000;
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.4);
}

/* OUTLINE */

.cta .btn-outline {
    border: 2px solid #fff;
    color: #fff;
}

/* HOVER */

.cta .btn:hover {
    transform: translateY(-3px);
}


/* INSTAGRAM */

.instagram {
    background: #f8f9fa;
}

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

.insta-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.insta-card img {
    width: 100%;
    transition: .4s;
}

.insta-card:hover img {
    transform: scale(1.1);
}

.insta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s;
}

.insta-overlay i {
    font-size: 28px;
    color: #fff;
}

.insta-card:hover .insta-overlay {
    opacity: 1;
}


/* FOOTER */

.footer {
    background: #0b2545;
    color: #fff;
    padding: 60px 0;
}


/* RESPONSIVE */

@media(max-width:992px) {

    .search-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero h1 {
        font-size: 36px;
    }

}

@media(max-width:600px) {

    .search-grid {
        grid-template-columns: 1fr;
    }

    .nav-links {
        display: none;
    }

    .hero h1 {
        font-size: 28px;
    }

}


@media(max-width:768px) {

    .hero h1 {
        font-size: 36px;
    }

}



@media(max-width:768px) {

    /* .about-images {
        position: static;
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    } */

    /* .img-box {
        position: static;
        width: 100%;
        height: 200px;
        transform: none !important;
    } */

}


