* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #f6f3ee;
    color: #0d1b2a;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
.luxury-heading {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

.gold-text {
    color: #c6a75e;
}

.bg-navy {
    background-color: #0d1b2a;
}

/* Premium Button Styles */
.btn-gold {
    background: linear-gradient(135deg, #c6a75e 0%, #b4944c 100%);
    color: #0d1b2a;
    border: none;
    padding: 14px 32px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.4, 1);
    box-shadow: 0 8px 20px rgba(198, 167, 94, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-gold::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: left 0.6s ease;
}

.btn-gold:hover::before {
    left: 100%;
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(198, 167, 94, 0.5);
}

.btn-outline-gold {
    border: 2px solid #c6a75e;
    background: transparent;
    color: #c6a75e;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.4s ease;
}

.btn-outline-gold:hover {
    background: #c6a75e;
    color: #0d1b2a;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(198, 167, 94, 0.3);
}

.swiper-button-next {
    color: #8b8888 !important;
}

.swiper-button-prev {
    color: #8b8888 !important;
}

section {
    padding: 50px 0;
    position: relative;
}

.section-title {
    font-size: 3rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #c6a75e;
    border-radius: 3px;
}

.section-sub {
    color: #5a6b7e;
    max-width: 700px;
    margin: 0 auto 50px auto;
    font-size: 1.1rem;
}

/* Enhanced Sticky Navbar */
.navbar {
    transition: all 0.4s ease;
    padding: 18px 0;
    background-color: #0D1B2A;
}

.navbar.scrolled {
    background-color: #0d1b2a;
    padding: 10px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.navbar-brand img {
    height: 52px;
    transition: 0.3s;
}

.navbar-toggler {
    border: 1px solid rgba(198, 167, 94, 0.5);
    background: rgba(13, 27, 42, 0.5);
    backdrop-filter: blur(8px);
}

.nav-link {
    font-weight: 500;
    color: white !important;
    margin: 0 12px;
    position: relative;
    transition: 0.3s;
}

.nav-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #c6a75e;
    transition: 0.3s;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 70%;
}

.nav-link:hover {
    color: #c6a75e !important;
}

.book-safari-nav {
    background: #c6a75e;
    color: #0d1b2a !important;
    border-radius: 50px;
    padding: 8px 28px !important;
    margin-left: 12px;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(13, 27, 42, 0.98);
        backdrop-filter: blur(12px);
        border-radius: 20px;
        margin-top: 15px;
        padding: 20px;
    }
}

/* Hero Slider */
.hero-slider {
    height: 100vh;
    min-height: 700px;
}

.hero-slider .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero-slider .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(13, 27, 42, 0.8),
            rgba(13, 27, 42, 0.4));
}

/* ENHANCED ITINERARY - LUXURY TIMELINE */
.itinerary-section {
    background: linear-gradient(135deg, #e9eef2 0%, #f6f3ee 100%);
}

.journey-timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.journey-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,
            #c6a75e,
            rgba(198, 167, 94, 0.3),
            #c6a75e);
}

.timeline-item {
    margin-bottom: 60px;
    position: relative;
}

.timeline-card {
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    position: relative;
}

.timeline-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 55px -15px rgba(0, 0, 0, 0.3);
}

.timeline-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #c6a75e, #e0c28a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    font-weight: bold;
    font-size: 1.3rem;
    color: #0d1b2a;
    box-shadow: 0 0 0 8px #f6f3ee;
    transition: 0.3s;
}

.timeline-card:hover .timeline-badge {
    transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 991px) {
    .journey-timeline::before {
        display: none;
    }

    .timeline-badge {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: -30px auto 20px auto;
        box-shadow: 0 0 0 4px white;
    }
}

/* Enhanced Inclusions Cards */
.inclusion-card {
    background: white;
    border-radius: 28px;
    padding: 35px;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid rgba(198, 167, 94, 0.2);
    position: relative;
    overflow: hidden;
}

.inclusion-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #c6a75e;
    transition: height 0.4s ease;
}

.inclusion-card:hover::before {
    height: 100%;
}

.inclusion-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

/* Why Us Premium Cards */
.premium-why-card {
    background: white;
    border-radius: 28px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.4, 1);
    position: relative;
    z-index: 1;
}

.premium-why-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(135deg,
            rgba(198, 167, 94, 0.05),
            transparent);
    opacity: 0;
    transition: opacity 0.4s;
    z-index: -1;
}

.premium-why-card:hover::after {
    opacity: 1;
}

.premium-why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg,
            rgba(198, 167, 94, 0.1),
            rgba(198, 167, 94, 0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: 0.3s;
}

.premium-why-card:hover .icon-wrapper {
    transform: scale(1.1);
    background: linear-gradient(135deg,
            rgba(198, 167, 94, 0.2),
            rgba(198, 167, 94, 0.1));
}

/* Enhanced Testimonials */
.testimonial-card {
    background: white;
    border-radius: 28px;
    padding: 40px 35px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
}

.testimonial-avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #c6a75e;
    box-shadow: 0 8px 20px rgba(198, 167, 94, 0.2);
}

/* Enhanced Contact Form */
.luxury-contact {
    background: white;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
}

.contact-info {
    background: linear-gradient(135deg, #0d1b2a 0%, #0f1f32 100%);
    padding: 50px;
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    transition: 0.3s;
}

.contact-detail-item:hover {
    transform: translateX(5px);
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: rgba(198, 167, 94, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #c6a75e;
}

/* Enhanced Footer */
.luxury-footer {
    background: linear-gradient(135deg, #0b1623 0%, #0a111c 100%);
    padding: 70px 0 30px;
}

.footer-heading {
    color: #c6a75e;
    font-size: 1.2rem;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.footer-link {
    color: #b0b8c5;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    margin-bottom: 12px;
}

.footer-link:hover {
    color: #c6a75e;
    transform: translateX(5px);
}

/* Enhanced WhatsApp Float */
.whatsapp-float-premium {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    animation: floatPulse 2s infinite;
}

.whatsapp-button {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #25d366, #20b859);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.4, 1);
    cursor: pointer;
}

.whatsapp-button i {
    font-size: 2.2rem;
    color: white;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.5);
}

@keyframes floatPulse {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.whatsapp-tooltip {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: #0d1b2a;
    color: #c6a75e;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    font-weight: 500;
}

.whatsapp-float-premium:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    right: 90px;
}

/* Enhanced Modal */
.premium-modal .modal-content {
    border-radius: 32px;
    border: none;
    overflow: hidden;
}

.premium-modal .modal-header {
    background: linear-gradient(135deg, #0d1b2a, #14233c);
    color: white;
    padding: 25px 30px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.luxury-footer .contact-icon i {
    width: 45px;
    /* height: 45px; */
    /* align-items: center; */
    justify-content: center;
    display: grid;
}

/* Testimonial Read More/Less Styles */
.testimonial-text-container {
    position: relative;
    margin-bottom: 15px;
}

.testimonial-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 0;
    line-height: 1.6;
}

.testimonial-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
}

.read-more-btn {
    display: inline-block;
    color: #C6A75E;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.read-more-btn:hover {
    color: #b4944c;
    transform: translateX(3px);
}

.read-more-btn i {
    font-size: 0.7rem;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateX(3px);
}

@media (max-width: 468px) {
    section {
        padding: 30px 0;
        position: relative;
    }
    .timeline-item {
        margin-bottom: 40px;
        position: relative;
    }
    .testimonial-card {
        padding: 25px 25px;
    }
}