/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
    background-color: #fff;
    font-size: 16px;
}

p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

h5 {
    font-size: 1.3rem;
    font-weight: 600;
}

h6 {
    font-size: 1.2rem;
    font-weight: 600;
}

/* Hero Section */
.hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8;
}

/* Buttons */
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.btn-small {
    font-size: 0.9rem;
}

.btn-large {
    font-size: 1.1rem;
}

/* Cards */
.feature-card h3,
.package-card h3,
.leader-card h3,
.value-card h3,
.type-card h3,
.category-card h3,
.destination-card h3,
.testimonial-card h3,
.vm-card h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.feature-card p,
.package-card p,
.leader-card p,
.value-card p,
.type-card p,
.category-card p,
.destination-card p,
.testimonial-card p,
.vm-card p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
}

/* Footer */
.footer-section h3,
.footer-section h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.footer-section a,
.footer-section p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* Logo */
.logo-section h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Navigation */
.nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

/* Form Elements */
input, textarea, select {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* Specific Component Typography */
.package-info h2,
.itinerary h2,
.booking-section h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.package-info p,
.booking-section p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
}

.day-header h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.day-header span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.inclusions h3,
.exclusions h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

/* Destination Hero */
.destination-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.destination-hero-content p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8;
}

/* CTA Sections */
.cta h2,
.cta-content h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.cta p,
.cta-content p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Search Section */
.smart-search h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.smart-search p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Contact Form */
.form-group label {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

/* Modal */
.modal-content h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.modal-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
/* Colors */
:root {
    --primary-blue: #1e3a5f;
    --secondary-blue: #2c5282;
    --accent-gold: #d4af37;
    --light-gold: #f4e4c1;
    --text-dark: #333;
    --text-light: #666;
    --white: #ffffff;
    --gray-light: #f8f9fa;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: var(--shadow);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    flex-shrink: 0;
}

.logo-image {
    width: 100px;
    height: auto;
    display: block;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 1px;
}

.logo-section h1 {
    color: var(--primary-blue);
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.navbar {
    padding: 0.5rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo h2 {
    color: var(--primary-blue);
    font-size: 1.8rem;
    font-weight: 700;
}

.nav-menu {
    display: flex;
    gap: 30px;
    font-weight: 500;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
    
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--accent-gold);
}

.nav-menu a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--accent-gold);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background: var(--primary-blue);
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    height: 100vh;
    background: linear-gradient(rgba(30, 58, 95, 0.4), rgba(30, 58, 95, 0.4)),
                url('images/logo/background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.4), rgba(212, 175, 55, 0.2));
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 0 20px;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease 0.2s;
    animation-fill-mode: both;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.4s;
    animation-fill-mode: both;
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-primary {
    background: var(--accent-gold);
    color: var(--primary-blue);
}

.btn-primary:hover {
    background: var(--primary-blue);
    color: var(--accent-gold);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.btn-secondary {
    background: var(--accent-gold);
    color: var(--primary-blue);
}

.btn-secondary:hover {
    background: var(--primary-blue);
    color: var(--accent-gold);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.btn-outline {
    background: var(--accent-gold);
    color: var(--primary-blue);
    border-color: var(--accent-gold);
}

.btn-outline:hover {
    background: var(--primary-blue);
    color: var(--accent-gold);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.btn-small {
    padding: 8px 20px;
    font-size: 0.9rem;
    background: #1E3A5F;
    color: white;
}

.btn-small:hover {
    background: #D4AF37;
    color: #1E3A5F;
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.btn-small:active {
    background: #D4AF37;
    color: #1E3A5F;
    transform: translateY(-1px);
    box-shadow: var(--shadow-hover);
}

.btn-large {
    padding: 15px 40px;
    font-size: 1.1rem;
}

/* Section Styles */
section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

/* Features Section */
.features {
    background: var(--gray-light);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-gold));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.feature-card h3 {
    color: var(--primary-blue);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.feature-card p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Popular Destinations */
.destinations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.destination-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.destination-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.destination-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
}

.destination-badge {
    background: var(--accent-gold);
    color: var(--primary-blue);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.destination-content {
    padding: 1.5rem;
}

.destination-content h3 {
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.destination-content p {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.destination-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.destination-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Testimonials */
.testimonials {
    background: var(--gray-light);
}

.testimonial-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-slide {
    display: none;
}

.testimonial-slide.active {
    display: block;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow);
    text-align: center;
}

.testimonial-stars {
    color: var(--accent-gold);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.testimonial-text {
    font-style: italic;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.testimonial-author h4 {
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

.testimonial-author p {
    color: var(--text-light);
    font-size: 0.9rem;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testimonial-controls button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: var(--primary-blue);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-controls button:hover {
    background: var(--accent-gold);
    color: var(--primary-blue);
}

/* CTA Section */
.cta {
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    color: white;
    text-align: center;
}

.cta-content h2 {
    color: white;
    margin-bottom: 1rem;
}

.cta-content p {
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Footer */
.footer {
    background: var(--primary-blue);
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    color: var(--accent-gold);
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--accent-gold);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: var(--accent-gold);
    color: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: white;
    transform: translateY(-2px);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.8;
}
.footer-section .contact-line {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

/* Floating Buttons */
.floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-hover);
}

.whatsapp-btn {
    background: #25d366;
    color: white;
    animation: pulse 2s infinite;
}

.instagram-btn {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
}

.floating-btn:hover {
    transform: scale(1.1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Destination Hero */
.destination-hero {
    height: 750px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.destination-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.destination-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.6), rgba(30, 58, 95, 0.4));
    z-index: 1;
}

.destination-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.destination-hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.destination-hero-content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.destination-hero-meta {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    opacity: 0.8;
}

.destination-hero-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .destination-hero {
        height: 500px;
    }

    .destination-hero-content {
        width: 90%;
        padding: 0 15px;
    }
    
    .destination-hero-content h1 {
        font-size: 2rem;
        line-height: 1.2;
        word-break: break-word;
    }
    
    .destination-hero-content p {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .destination-hero-meta {
        flex-direction: column;
        gap: 8px;
        font-size: 0.9rem;
    }

}

@media (max-width: 480px) {
    .destination-hero {
        height: 380px;
    }

    .destination-hero-content {
        width: 95%;
    }
    
    .destination-hero-content h1 {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    
    .destination-hero-content p {
        font-size: 0.9rem;
    }

    .destination-hero-meta {
        font-size: 0.85rem;
    }
}
/* Page Hero */
.page-hero {
    height: 60vh;
    background: linear-gradient(rgba(30, 58, 95, 0.7), rgba(30, 58, 95, 0.7)),
                url('images/logo/background.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    margin-top: 80px;
}

.page-hero .hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-hero .hero-content p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* About Content */
.about-content {
    padding: 80px 0;
}

.about-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.about-intro h2 {
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 2rem;
}

.about-intro p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.8;
}

/* Vision Mission Section */
.vision-mission-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-bottom: 60px;
}

.vm-card {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: transform 0.3s ease;
}

.vm-card:hover {
    transform: translateY(-5px);
}

.vm-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-gold));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.vm-card h3 {
    color: var(--primary-blue);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.vm-card p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.vm-card ul {
    text-align: left;
    color: var(--text-light);
    line-height: 1.8;
}

.vm-card li {
    margin-bottom: 0.5rem;
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.vm-card li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent-gold);
    font-weight: bold;
}

/* Leadership Section */
.leadership {
    background: var(--gray-light);
    padding: 80px 0;
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
}

.leader-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

.leader-card:hover {
    transform: translateY(-5px);
}

.leader-image {
    height: 300px;
    overflow: hidden;
}

.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.leader-content {
    padding: 2rem;
}

.leader-content h3 {
    color: var(--primary-blue);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.leader-content h4 {
    color: var(--accent-gold);
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.leader-content p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Values Section */
.values {
    padding: 80px 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.value-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-gold));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
}

.value-card h3 {
    color: var(--primary-blue);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.value-card p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Stats Section */
.stats {
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    color: white;
    padding: 60px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-item {
    padding: 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent-gold);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Package Categories */
.package-categories {
    padding: 80px 0;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.category-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(30, 58, 95, 0.9));
    color: white;
    padding: 2rem;
}

.category-overlay h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.category-content {
    padding: 2rem;
    text-align: center;
}

.category-content h4 {
    color: var(--primary-blue);
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.category-content p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

/* Featured Packages */
.featured-packages {
    background: var(--gray-light);
    padding: 80px 0;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.package-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

.package-card:hover {
    transform: translateY(-5px);
}

.package-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.package-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--accent-gold);
    color: var(--primary-blue);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.package-duration {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(30, 58, 95, 0.9);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.package-content {
    padding: 1.5rem;
}

.package-content h3 {
    color: var(--primary-blue);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.package-location {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.package-price {
    margin-bottom: 1rem;
}

.price-label {
    color: var(--text-light);
    font-size: 0.9rem;
    display: block;
}

.price-amount {
    color: var(--primary-blue);
    font-size: 1.8rem;
    font-weight: 700;
}

.price-per {
    color: var(--text-light);
    font-size: 0.9rem;
}

.package-inclusions ul {
    list-style: none;
    margin-bottom: 1.5rem;
}

.package-inclusions li {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.package-inclusions i {
    color: var(--accent-gold);
    font-size: 0.8rem;
}

.package-actions {
    display: flex;
    gap: 1rem;
}

/* Package Types */
.package-types {
    padding: 80px 0;
}

.types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.type-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

.type-card:hover {
    transform: translateY(-5px);
}

.type-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-gold));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.type-card h3 {
    color: var(--primary-blue);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.type-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.type-destinations {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.type-destinations span {
    background: var(--light-gold);
    color: var(--primary-blue);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .category-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .packages-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .types-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }

    .package-actions {
        flex-direction: column;
    }

    .package-actions .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .category-content {
        padding: 1.5rem;
    }

    .package-content {
        padding: 1rem;
    }

    .type-card {
        padding: 1.5rem;
    }

    .type-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .page-hero {
        height: 50vh;
        margin-top: 70px;
    }

    .page-hero .hero-content h1 {
        font-size: 2.5rem;
    }

    .about-intro h2 {
        font-size: 2rem;
    }

    .vision-mission-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .vm-card {
        padding: 2rem;
    }

    .leadership-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .page-hero .hero-content h1 {
        font-size: 2rem;
    }

    .vm-card {
        padding: 1.5rem;
    }

    .leader-content {
        padding: 1.5rem;
    }

    .value-card {
        padding: 1.5rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .header-container {
        padding: 0.75rem 20px;
        gap: 10px;
    }

    .logo-image {
        width: 80px;
        height: auto;
    }

    .logo-section h1 {
        font-size: 18px;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: var(--shadow);
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    /* Mobile tap feedback states */
    .nav-menu a:active {
        color: var(--accent-gold);
        background: rgba(212, 175, 55, 0.1);
    }

    .btn-small:active {
        background: #D4AF37;
        color: #1E3A5F;
        transform: translateY(-1px);
    }

    .contact-line {
        text-align: center;
        justify-content: center;
    }

    .nav-menu li {
        margin: 1rem 0;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        min-width: 200px;
        width: auto;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .features-grid,
    .destinations-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    .floating-buttons {
        bottom: 20px;
        right: 15px;
    }

    .floating-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .container {
        padding: 0 15px;
    }

    section {
        padding: 60px 0;
    }
}

/* Responsive Typography */
@media (max-width: 1024px) {
    body {
        font-size: 15px;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    h3 {
        font-size: 1.6rem;
    }
    
    h4 {
        font-size: 1.4rem;
    }
    
    h5 {
        font-size: 1.2rem;
    }
    
    h6 {
        font-size: 1.1rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .package-info h2,
    .itinerary h2,
    .booking-section h3,
    .cta h2,
    .cta-content h2,
    .smart-search h2 {
        font-size: 2rem;
    }
    
    .destination-hero-content h1 {
        font-size: 2.5rem;
    }
    
    .destination-hero-content p {
        font-size: 1.1rem;
    }
    
    .feature-card h3,
    .package-card h3,
    .leader-card h3,
    .value-card h3,
    .type-card h3,
    .category-card h3,
    .destination-card h3,
    .testimonial-card h3,
    .vm-card h3 {
        font-size: 1.3rem;
    }
    
    .footer-section h3,
    .footer-section h4 {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    h4 {
        font-size: 1.3rem;
    }
    
    h5 {
        font-size: 1.2rem;
    }
    
    h6 {
        font-size: 1.1rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .package-info h2,
    .itinerary h2,
    .booking-section h3,
    .cta h2,
    .cta-content h2,
    .smart-search h2 {
        font-size: 1.8rem;
    }
    
    .destination-hero-content h1 {
        font-size: 2rem;
    }
    
    .destination-hero-content p {
        font-size: 1rem;
    }
    
    .feature-card h3,
    .package-card h3,
    .leader-card h3,
    .value-card h3,
    .type-card h3,
    .category-card h3,
    .destination-card h3,
    .testimonial-card h3,
    .vm-card h3 {
        font-size: 1.2rem;
    }
    
    .feature-card p,
    .package-card p,
    .leader-card p,
    .value-card p,
    .type-card p,
    .category-card p,
    .destination-card p,
    .testimonial-card p,
    .vm-card p {
        font-size: 0.9rem;
    }
    
    .footer-section h3,
    .footer-section h4 {
        font-size: 1.1rem;
    }
    
    .footer-section a,
    .footer-section p {
        font-size: 0.9rem;
    }
    
    .modal-content h2 {
        font-size: 1.6rem;
    }
    /* DESTINATION HERO MOBILE FIX */
@media (max-width:768px){

.destination-hero{
position:relative;
height:420px;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
}

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

.destination-hero-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
width:90%;
text-align:center;
padding:10px;
}

.destination-hero-content h1{
font-size:24px;
line-height:1.3;
margin-bottom:8px;
word-break:break-word;
}

.destination-hero-content p{
font-size:15px;
}

.destination-hero-meta{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:6px;
font-size:14px;
}


}
}
