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

:root {
    --primary-color: #FF6B00;
    --secondary-color: #FF8C00;
    --dark-color: #4A0E0E;
    --light-color: #ffffff;
    --bg-light: #FFF8F0;
    --text-dark: #333333;
    --text-light: #666666;
    --border-color: #FFD7A8;
    --whatsapp-color: #25D366;
    --gold-color: #FFD700;
    --saffron-color: #FF9933;
    --devotional-red: #DC143C;
    --divine-gold: #DAA520;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
    background: linear-gradient(135deg, #FFF8F0 0%, #FFEFD5 100%);
}

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

/* Devotional Mantra Banner - Enhanced */
.mantra-banner {
    background: linear-gradient(135deg, #FF9933 0%, #FF6B00 50%, #DC143C 100%);
    padding: 0.8rem 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(255, 107, 0, 0.4);
    border-bottom: 3px solid var(--divine-gold);
    backdrop-filter: blur(10px);
}

.mantra-content {
    position: relative;
    z-index: 1;
}

.mantra-om {
    font-size: 3rem;
    color: var(--divine-gold);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.5rem;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.mantra-text-main {
    font-size: 2rem;
    font-weight: bold;
    color: var(--light-color);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    margin-bottom: 0.3rem;
    letter-spacing: 2px;
    animation: glow 3s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% { text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); }
    50% { text-shadow: 0 0 20px rgba(255, 215, 0, 0.8), 2px 2px 6px rgba(0, 0, 0, 0.4); }
}

.mantra-text-secondary {
    font-size: 1.3rem;
    color: var(--divine-gold);
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.2rem;
    letter-spacing: 1px;
}

.mantra-text-tertiary {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.mantra-service-tagline {
    font-size: 0.9rem;
    color: var(--light-color);
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-top: 0.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.95;
}

/* Divine Symbols and Patterns */
.divine-symbol {
    position: relative;
    width: 40px;
    height: 64px;
    margin: 0 auto 1rem;
    animation: pulse 3s ease-in-out infinite;
}

.divine-symbol-large {
    position: relative;
    width: 50px;
    height: 80px;
    margin: 0 auto 1rem;
    animation: pulse 3s ease-in-out infinite;
}

/* Lord Venkateswara Namam (Tilakam) */
.tilak {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}

/* White side lines */
.line {
    position: absolute;
    width: 40%;
    height: 80%;
    background: #ffffff;
    top: 0;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.6), 0 0 20px rgba(255, 153, 51, 0.4);
}

.line.left {
    left: 0;
    transform: skewX(-4deg);
}

.line.right {
    right: 0;
    transform: skewX(4deg);
}

/* Red center drop */
.drop {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 18%;
    height: 75%;
    background: linear-gradient(to bottom, #ff3b30, #c41616);
    border-radius: 0 0 50px 50px;
    box-shadow: 0 2px 8px rgba(220, 20, 60, 0.5);
}

.divine-symbol-large .line {
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.8), 0 0 30px rgba(255, 153, 51, 0.5);
}

.divine-symbol-large .drop {
    box-shadow: 0 3px 10px rgba(220, 20, 60, 0.6);
}

@keyframes rotate3D {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(360deg); }
}

@keyframes rotate360 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.divine-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(255, 215, 0, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgba(255, 107, 0, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
    pointer-events: none;
}

.divine-pattern-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(218, 165, 32, 0.05),
        rgba(218, 165, 32, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    pointer-events: none;
}

/* Devotional Border Decorations */
.devotional-border {
    border-top: 3px solid;
    border-image: linear-gradient(90deg, var(--saffron-color), var(--divine-gold), var(--devotional-red), var(--divine-gold), var(--saffron-color)) 1;
    padding-top: 1rem;
}

.devotional-border-bottom {
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, var(--saffron-color), var(--divine-gold), var(--devotional-red), var(--divine-gold), var(--saffron-color)) 1;
    padding-bottom: 1rem;
}

/* Navigation */
.navbar {
    background: linear-gradient(135deg, var(--saffron-color), var(--secondary-color), var(--devotional-red));
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.4);
    border-bottom: 2px solid var(--divine-gold);
    margin-top: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.navbar.scrolled {
    box-shadow: 0 6px 25px rgba(255, 107, 0, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    position: relative;
}

.nav-wrapper::before {
    display: none;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: transform 0.3s ease;
}

.logo-container:hover {
    transform: scale(1.05);
}

.logo-icon {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    background-image: url('../logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 2px 8px rgba(255, 215, 0, 0.4));
    animation: pulse 2s ease-in-out infinite;
}

/* Decorative tilak hidden — the brand image already includes full artwork */
.logo-icon .tilak {
    display: none;
}

/* Brand text hidden — the logo image already contains the wordmark */
.logo-text {
    display: none;
}

.brand-name {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(255, 215, 0, 0.3);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.brand-tagline {
    color: var(--divine-gold);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 0 5px rgba(255, 215, 0, 0.4);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logo h1 {
    color: var(--light-color);
    font-size: 1.8rem;
    margin-bottom: 0;
    font-weight: 700;
}

.logo span {
    color: var(--gold-color);
    font-size: 0.8rem;
    letter-spacing: 2px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: var(--light-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.nav-menu a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--divine-gold), transparent);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.nav-menu a:hover {
    color: var(--gold-color);
    transform: translateY(-2px);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(255, 215, 0, 0.5);
}

.nav-menu a:hover::before {
    width: 80%;
}

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

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--light-color);
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    margin-top: 130px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                url('https://images.unsplash.com/photo-1609619385002-f40e9326e608?w=1600') center/cover;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-color);
    padding: 4rem 0;
    position: relative;
    border-top: 4px solid var(--divine-gold);
    border-bottom: 4px solid var(--divine-gold);
    overflow: hidden;
}

/* Hero Slideshow */
.hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    animation: zoomPan 20s ease-in-out infinite;
}

@keyframes zoomPan {
    0% {
        transform: scale(1) translateX(0);
    }
    50% {
        transform: scale(1.1) translateX(-20px);
    }
    100% {
        transform: scale(1) translateX(0);
    }
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.15), rgba(255, 69, 0, 0.25)), 
                linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}

.hero-slide.active {
    opacity: 1;
    z-index: 1;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 50px,
        rgba(255, 215, 0, 0.05) 50px,
        rgba(255, 215, 0, 0.05) 100px
    );
    pointer-events: none;
    animation: slidePattern 30s linear infinite;
}

@keyframes slidePattern {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100px);
    }
}

.hero-overlay {
    width: 100%;
    position: relative;
    z-index: 3;
    opacity: 1 !important;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 450px;
    gap: 3rem;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    opacity: 1 !important;
}

.hero-content {
    text-align: left;
    opacity: 1 !important;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--gold-color);
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.google-review {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.15);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.review-badge {
    background: var(--devotional-red);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.9rem;
}

.stars {
    font-size: 1.2rem;
}

.review-count {
    color: white;
    font-size: 0.95rem;
}

.google-logo {
    background: white;
    color: #4285f4;
    padding: 0.3rem 0.8rem;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.9rem;
}

.hero-booking-form {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3), 
                0 5px 15px rgba(255, 107, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.4);
    opacity: 1 !important;
}

.booking-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid rgba(255, 215, 168, 0.3);
    padding-bottom: 0.5rem;
}

.tab-btn {
    flex: 1;
    padding: 1rem 0.8rem;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-weight: 700;
    color: var(--text-light);
    transition: all 0.3s ease;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tab-btn.active {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background: rgba(255, 107, 0, 0.05);
}

.tab-btn:hover {
    color: var(--primary-color);
    background: rgba(255, 107, 0, 0.03);
}

.booking-form-content {
    display: block;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
    align-items: start;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    color: var(--text-dark);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icon input,
.input-with-icon select,
.input-with-icon textarea {
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    border: 2px solid rgba(255, 215, 168, 0.4);
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: inherit;
    resize: vertical;
    background: rgba(255, 255, 255, 0.7);
    color: var(--text-dark);
    font-weight: 500;
}

.input-with-icon input::placeholder,
.input-with-icon select::placeholder,
.input-with-icon textarea::placeholder {
    color: rgba(102, 102, 102, 0.6);
    font-weight: 400;
}

.input-with-icon textarea {
    min-height: 100px;
    padding-top: 1rem;
}

.input-with-icon input:focus,
.input-with-icon select:focus,
.input-with-icon textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.1),
                0 4px 12px rgba(255, 107, 0, 0.15);
    transform: translateY(-1px);
}

.input-with-icon i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 1.15rem;
    pointer-events: none;
    z-index: 2;
}

.input-with-icon textarea + i {
    top: 1.5rem;
    transform: none;
}

.input-with-icon .calendar-icon {
    cursor: pointer;
    pointer-events: all;
    color: var(--devotional-red);
    font-size: 1.3rem;
    right: 1rem;
    transition: all 0.3s ease;
}

.input-with-icon .calendar-icon:hover {
    color: var(--primary-color);
    transform: translateY(-50%) scale(1.15);
}

.input-with-icon .calendar-icon:active {
    transform: translateY(-50%) scale(0.95);
}

/* Select element specific styling */
.input-with-icon select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Add custom dropdown arrow that won't overlap with icon */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF6B00' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 3.2rem) center;
    background-size: 1rem;
    padding-right: 3.5rem;
}

.input-with-icon select option {
    background: white;
    color: var(--text-dark);
    padding: 0.5rem;
}

/* Enhanced number input styling */
.input-with-icon input[type="number"] {
    -moz-appearance: textfield;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--text-dark);
}

.input-with-icon input[type="number"]::-webkit-outer-spin-button,
.input-with-icon input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-with-icon input[type="number"]::placeholder {
    font-weight: 400;
    font-size: 0.95rem;
    text-align: center;
    color: rgba(102, 102, 102, 0.5);
}

/* Specific styling for days input to make it more visible */
#days {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color) !important;
}

/* Datetime input styling */
.input-with-icon input[type="datetime-local"] {
    cursor: pointer;
}

.input-with-icon input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}

/* Outstation and Airport specific fields */
.outstation-fields {
    transition: all 0.3s ease;
    overflow: hidden;
    opacity: 1;
}

.outstation-fields[style*="display: none"] {
    opacity: 0;
    max-height: 0;
}

.outstation-fields[style*="display: grid"],
.outstation-fields[style*="display: block"] {
    opacity: 1;
    max-height: 500px;
}

#packageTypeGroup,
#airportServiceGroup,
#daysGroup {
    transition: all 0.3s ease;
}

.booking-form-content .btn {
    width: 100%;
    margin-top: 1rem;
    padding: 1.1rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-message {
    background: rgba(255, 153, 51, 0.08);
    border-left: 4px solid var(--primary-color);
    padding: 1rem 1.2rem;
    border-radius: 8px;
    margin: 1.5rem 0;
    display: flex;
    align-items: start;
    gap: 0.8rem;
}

.info-message i {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.info-message span {
    color: var(--text-dark);
    font-size: 0.9rem;
    line-height: 1.5;
}

.form-checkbox {
    display: flex;
    align-items: start;
    gap: 0.7rem;
    margin: 1.2rem 0;
    font-size: 0.9rem;
    color: var(--text-dark);
}

.form-checkbox input[type="checkbox"] {
    margin-top: 0.3rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--primary-color);
}

.form-checkbox label {
    cursor: pointer;
    line-height: 1.5;
}

.form-checkbox a,
.terms-check a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.form-checkbox a:hover,
.terms-check a:hover {
    text-decoration: underline;
    color: var(--secondary-color);
}

.hero-contact {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.hero-contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
}

.hero-contact-item i {
    color: var(--gold-color);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--light-color);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4);
}

.btn-whatsapp {
    background: linear-gradient(135deg, var(--whatsapp-color), #1ea952);
    color: var(--light-color);
    width: 100%;
    margin-bottom: 0.5rem;
}

.btn-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.btn-email {
    background: linear-gradient(135deg, var(--secondary-color), #FFB74D);
    color: var(--light-color);
    width: 100%;
}

.btn-email:hover {
    background: #e65100;
    transform: translateY(-2px);
}

/* Section Styles */
section {
    padding: 5rem 0;
    position: relative;
}

section::before {
    content: '🕉️';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 8rem;
    opacity: 0.03;
    pointer-events: none;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    position: relative;
    text-shadow: 1px 1px 2px rgba(255, 107, 0, 0.2);
}

.section-title::after {
    content: '';
    display: block;
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, var(--saffron-color), var(--divine-gold), var(--devotional-red));
    margin: 1rem auto;
    border-radius: 2px;
}

.section-subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

/* Services Section */
.services {
    background: linear-gradient(135deg, #FFF8F0 0%, #FFE4B5 100%);
    position: relative;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--saffron-color), var(--divine-gold), var(--devotional-red), var(--divine-gold), var(--saffron-color));
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(255, 107, 0, 0.2), 
                inset 0 1px 0 rgba(255, 255, 255, 0.8),
                inset 0 -1px 0 rgba(255, 107, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.service-card::before {
    display: none;
}

.service-card::after {
    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.5s;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 60px rgba(255, 107, 0, 0.35),
                0 0 20px rgba(255, 215, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 1),
                inset 0 -1px 0 rgba(255, 107, 0, 0.2);
    background: linear-gradient(135deg, rgba(255, 153, 51, 0.3), rgba(255, 215, 0, 0.3));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 215, 0, 0.8);
}

.service-card:hover::before {
    opacity: 0.15;
    transform: rotate(360deg) scale(1.2);
}

.service-card:hover::after {
    left: 100%;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    color: var(--devotional-red);
}

.service-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    transition: transform 0.3s, color 0.3s;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

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

.service-features {
    list-style: none;
    text-align: left;
    margin-bottom: 2rem;
}

.service-features li {
    padding: 0.5rem 0;
    color: var(--text-dark);
}

.service-features i {
    color: var(--whatsapp-color);
    margin-right: 0.5rem;
}

.service-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* About Section */
.about-content {
    max-width: 1000px;
    margin: 0 auto;
}

.about-text h3 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

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

.why-choose-us {
    margin-top: 3rem;
    padding: 2rem;
    background: var(--bg-light);
    border-radius: 10px;
}

.why-choose-us h4 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: var(--dark-color);
    text-align: center;
}

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

.feature-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.feature-item i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-top: 0.5rem;
}

.feature-item h5 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
}

.feature-item p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* Contact Section */
.contact {
    background: var(--bg-light);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.contact-info h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.contact-info > p {
    color: var(--text-light);
    margin-bottom: 2rem;
}

.contact-items {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-top: 0.3rem;
}

.contact-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
}

.contact-item p, .contact-item a {
    color: var(--text-light);
    text-decoration: none;
}

.contact-item a:hover {
    color: var(--primary-color);
}

.quick-contact {
    background: var(--light-color);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.quick-contact h4 {
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.quick-contact-buttons {
    display: flex;
    gap: 1rem;
}

.quick-contact-buttons .btn {
    flex: 1;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
}

/* Contact Form */
.contact-form-wrapper {
    background: var(--light-color);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.contact-form-wrapper h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--dark-color);
}

.form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.contact-form-wrapper .form-group input,
.contact-form-wrapper .form-group select,
.contact-form-wrapper .form-group textarea {
    width: 100%;
    padding: 0.8rem 0.8rem 0.8rem 2.8rem;
    border: 2px solid rgba(255, 107, 0, 0.2);
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-form-wrapper .form-group::before {
    content: '\f007';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #FF6B00;
    opacity: 0.6;
    transition: all 0.3s ease;
    pointer-events: none;
}

.contact-form-wrapper .form-group:has(input[type="tel"])::before {
    content: '\f095';
}

.contact-form-wrapper .form-group:has(select)::before {
    content: '\f073';
}

.contact-form-wrapper .form-group:has(textarea)::before {
    content: '\f27a';
    top: 1.5rem;
    transform: none;
}

.contact-form-wrapper .form-group textarea {
    padding: 0.8rem 0.8rem 0.8rem 2.5rem;
    min-height: 100px;
}

.contact-form-wrapper .form-group input:focus,
.contact-form-wrapper .form-group select:focus,
.contact-form-wrapper .form-group textarea:focus {
    outline: none;
    border-color: #FF6B00;
    background: white;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.2), 0 0 0 3px rgba(255, 107, 0, 0.1);
    transform: translateY(-2px);
}

.contact-form-wrapper .form-group:focus-within::before {
    color: #DC143C;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.contact-form .btn-primary {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, var(--dark-color), #2C0A0A);
    color: var(--light-color);
    padding: 3rem 0 1rem;
    position: relative;
    border-top: 4px solid var(--divine-gold);
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.5rem;
    opacity: 0.1;
    animation: glow 3s ease-in-out infinite;
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.05), transparent);
    animation: footerShine 8s ease-in-out infinite;
}

@keyframes footerShine {
    0%, 100% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
}

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

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--gold-color);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
}

.footer-section:hover h3 {
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
    transform: translateX(5px);
}

.footer-section h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--light-color);
}

.footer-section p {
    color: #cccccc;
    line-height: 1.8;
}

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

.footer-section ul li {
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
}

.footer-section ul li:hover {
    transform: translateX(5px);
}

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.footer-section ul li a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold-color);
    transition: width 0.3s ease;
}

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

.footer-section ul li a:hover::before {
    width: 100%;
}

.footer-contact i {
    margin-right: 0.5rem;
    color: var(--gold-color);
    transition: all 0.3s ease;
}

.footer-contact:hover i {
    transform: scale(1.2);
    filter: drop-shadow(0 0 5px var(--divine-gold));
}

.footer-contact {
    font-size: 0.85rem;
    line-height: 1.8;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #444;
    color: #999;
    position: relative;
    z-index: 1;
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: linear-gradient(135deg, var(--saffron-color), var(--secondary-color));
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
        gap: 0;
    }

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

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

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

    .hero-content {
        text-align: center;
    }

    .hero-booking-form {
        max-width: 500px;
        margin: 0 auto;
        padding: 2rem 1.5rem;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .google-review {
        justify-content: center;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .booking-tabs {
        gap: 0.3rem;
    }
    
    .tab-btn {
        font-size: 0.75rem;
        padding: 0.8rem 0.5rem;
    }

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

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

    .hero-contact {
        flex-direction: column;
        gap: 1rem;
    }
    
    .mantra-text-main {
        font-size: 1.2rem;
    }
    
    .mantra-text-secondary {
        font-size: 0.9rem;
    }
    
    .mantra-text-tertiary {
        font-size: 0.75rem;
    }
    
    .mantra-om {
        font-size: 2rem;
    }
    
    .divine-symbol {
        font-size: 2.5rem;
    }
    
    .divine-symbol-large {
        font-size: 3rem;
    }

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

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

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

    .quick-contact-buttons {
        flex-direction: column;
    }

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

    .section-title {
        font-size: 2rem;
    }
}

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

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

    .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Page Header */
.page-header {
    margin-top: 70px;
    background: linear-gradient(135deg, var(--saffron-color) 0%, var(--secondary-color) 50%, var(--devotional-red) 100%);
    padding: 4rem 0 3rem;
    color: var(--light-color);
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid var(--divine-gold);
}

.page-header::before {
    content: '🕉️ ॐ 🕉️ ॐ 🕉️ ॐ 🕉️';
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
    font-size: 6rem;
    opacity: 0.05;
    white-space: nowrap;
    animation: scrollSlow 20s linear infinite;
}

@keyframes scrollSlow {
    0% { left: -10%; }
    100% { left: 110%; }
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.page-header h1 i {
    margin-right: 1rem;
    color: var(--gold-color);
}

.page-header p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
}

.service-detail {
    padding: 4rem 0;
    background: var(--bg-light);
}

.detail-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

.detail-content {
    background: var(--light-color);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.detail-content h2 {
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.detail-content h3 {
    color: var(--dark-color);
    font-size: 1.6rem;
    margin: 2.5rem 0 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
}

.detail-content p {
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

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

.destination-card {
    background: var(--bg-light);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid var(--primary-color);
}

.destination-card i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.destination-card h4 {
    color: var(--dark-color);
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.destination-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.destination-card ul {
    list-style: none;
    padding: 0;
}

.destination-card ul li {
    padding: 0.3rem 0;
    color: var(--text-dark);
    font-size: 0.9rem;
}

.destination-card ul li::before {
    content: "✓ ";
    color: var(--whatsapp-color);
    font-weight: bold;
    margin-right: 0.5rem;
}

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

.inclusion-item {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: var(--bg-light);
    border-radius: 8px;
}

.inclusion-item i {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-top: 0.3rem;
}

.inclusion-item h4 {
    color: var(--dark-color);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.inclusion-item p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin: 0;
}

.terms-box {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 10px;
    margin: 2rem 0;
}

.terms-box ul {
    list-style: none;
    padding: 0;
}

.terms-box ul li {
    padding: 0.8rem 0;
    color: var(--text-dark);
    font-size: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.terms-box ul li:last-child {
    border-bottom: none;
}

.terms-box ul li i {
    color: var(--primary-color);
    margin-right: 0.8rem;
}

/* How It Works Section */
.how-it-works {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.step {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-color);
    border-radius: 10px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: var(--light-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.step h4 {
    color: var(--dark-color);
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.step p {
    color: var(--text-light);
    font-size: 0.9rem;
    margin: 0;
}

/* Booking Sidebar */
.booking-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.booking-card {
    background: var(--light-color);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.booking-card h3 {
    color: var(--dark-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

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

.price-info {
    background: var(--bg-light);
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.price-info i {
    color: var(--secondary-color);
    font-size: 1.5rem;
}

.price-info span {
    color: var(--text-dark);
    font-weight: 500;
}

.booking-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.btn-call {
    background: var(--dark-color);
    color: var(--light-color);
    width: 100%;
}

.btn-call:hover {
    background: #424242;
    transform: translateY(-2px);
}

.contact-info-box {
    background: var(--bg-light);
    padding: 1.5rem;
    border-radius: 8px;
}

.contact-info-box h4 {
    color: var(--dark-color);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.contact-info-box p {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
}

.contact-info-box i {
    color: var(--primary-color);
    margin-right: 0.5rem;
    width: 20px;
}

.info-card {
    background: var(--light-color);
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.info-card h4 {
    color: var(--dark-color);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.info-card ul {
    list-style: none;
    padding: 0;
}

.info-card ul li {
    padding: 0.5rem 0;
    color: var(--text-dark);
    font-size: 0.95rem;
}

.info-card ul li i {
    color: var(--whatsapp-color);
    margin-right: 0.5rem;
}

/* Responsive for Detail Pages */
@media (max-width: 768px) {
    .detail-grid {
        grid-template-columns: 1fr;
    }
    
    .booking-card {
        position: static;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
    
    .destinations {
        grid-template-columns: 1fr;
    }
    
    .inclusions {
        grid-template-columns: 1fr;
    }
    
    .how-it-works {
        grid-template-columns: 1fr;
    }
}

/* Package Selector */
.package-selector {
    background: var(--light-color);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    text-align: center;
}

.package-selector label {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dark-color);
    display: block;
    margin-bottom: 1rem;
}

.package-selector select {
    width: 100%;
    max-width: 500px;
    padding: 1rem;
    font-size: 1.1rem;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    background: var(--light-color);
    color: var(--dark-color);
    cursor: pointer;
    font-family: inherit;
}

.package-selector select:focus {
    outline: none;
    border-color: var(--secondary-color);
}

/* Package Details */
.package-detail {
    display: none;
    background: var(--light-color);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(255, 107, 0, 0.2);
    margin-bottom: 2rem;
    border: 3px solid;
    border-image: linear-gradient(135deg, var(--saffron-color), var(--divine-gold), var(--devotional-red)) 1;
    position: relative;
}

.package-detail::before {
    content: '🕉️';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 5rem;
    opacity: 0.03;
    pointer-events: none;
}

.package-detail.active {
    display: block;
    animation: fadeInUp 0.5s ease-out;
}

.package-header {
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, var(--saffron-color), var(--divine-gold), var(--devotional-red)) 1;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.package-header h2 {
    color: var(--primary-color);
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.package-code {
    font-size: 1.1rem;
    color: var(--text-light);
}

.package-code strong {
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.package-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.package-images img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.package-description {
    margin-bottom: 2rem;
}

.package-description h3 {
    color: var(--dark-color);
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.package-description p {
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.8;
}

.price-table {
    margin-bottom: 2rem;
}

.price-table h3 {
    color: var(--dark-color);
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.price-table table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.price-table thead {
    background: linear-gradient(135deg, var(--saffron-color), var(--secondary-color), var(--devotional-red));
    color: var(--light-color);
    position: relative;
}

.price-table thead::before {
    content: '🕉️';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    opacity: 0.2;
}

.price-table th {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 1.05rem;
}

.price-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-dark);
}

.price-table tbody tr:hover {
    background: var(--bg-light);
}

.price-table tbody tr:last-child td {
    border-bottom: none;
}

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

.package-actions .btn {
    flex: 1;
    max-width: 250px;
    padding: 1rem 2rem;
    font-size: 1rem;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
}

.modal.active {
    display: block;
    animation: fadeIn 0.3s ease-out;
}

.modal-content {
    background-color: var(--light-color);
    margin: 3% auto;
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 900px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.close {
    color: var(--light-color);
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}

.close:hover,
.close:focus {
    background: var(--secondary-color);
}

#modalBody {
    padding: 3rem;
}

.modal-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--light-color);
    padding: 2rem;
    border-radius: 15px 15px 0 0;
}

.modal-header h2 {
    margin-bottom: 0.5rem;
}

.modal-section {
    margin-bottom: 2.5rem;
}

.modal-section h3 {
    color: var(--primary-color);
    font-size: 1.6rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
}

.modal-section ul {
    list-style: none;
    padding: 0;
}

.modal-section ul li {
    padding: 0.7rem 0;
    padding-left: 2rem;
    position: relative;
    color: var(--text-dark);
    line-height: 1.6;
}

.modal-section ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--whatsapp-color);
    font-weight: bold;
    font-size: 1.2rem;
}

.modal-section.exclusions ul li::before {
    content: "✗";
    color: var(--primary-color);
}

.modal-section p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.modal-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid var(--border-color);
}

.modal-actions .btn {
    flex: 1;
    max-width: 250px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Price Modal Styles */
.price-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10001;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.price-modal-content {
    background: white;
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 3px solid var(--divine-gold);
    overflow: hidden;
}

.price-modal-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, #ff8c00 100%);
    padding: 2rem;
    text-align: center;
    color: white;
    position: relative;
}

.price-modal-header h2 {
    margin: 0;
    font-size: 1.8rem;
}

.price-modal-header .close-price-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.8rem;
    color: white;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.price-modal-header .close-price-modal:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.price-modal-body {
    padding: 2rem;
}

.price-detail-row {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
}

.price-detail-row:last-child {
    border-bottom: none;
}

.price-detail-label {
    color: var(--text-light);
    font-weight: 600;
}

.price-detail-value {
    color: var(--text-dark);
    font-weight: bold;
}

.price-total-row {
    background: linear-gradient(135deg, rgba(255, 153, 51, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
    padding: 1.5rem;
    margin: 1.5rem -2rem -2rem -2rem;
    border-top: 2px solid var(--divine-gold);
}

.price-total-row .price-detail-label {
    font-size: 1.2rem;
    color: var(--devotional-red);
}

.price-total-row .price-detail-value {
    font-size: 1.8rem;
    color: var(--devotional-red);
}

.price-modal-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.price-modal-actions .btn {
    flex: 1;
}

.contact-info-card {
    text-align: center;
}

.contact-info-card h3 {
    color: var(--devotional-red);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

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

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    background: rgba(255, 153, 51, 0.05);
    border-radius: 10px;
    border: 2px solid var(--border-color);
    transition: all 0.3s ease;
}

.contact-method:hover {
    border-color: var(--primary-color);
    background: rgba(255, 153, 51, 0.1);
}

.contact-method i {
    font-size: 1.5rem;
    color: var(--primary-color);
    min-width: 30px;
}

.contact-method-info {
    text-align: left;
    flex: 1;
}

.contact-method-info strong {
    display: block;
    color: var(--text-dark);
    margin-bottom: 0.2rem;
}

.contact-method-info span {
    color: var(--text-light);
    font-size: 0.95rem;
}

.info-message {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem;
    background: rgba(255, 153, 51, 0.1);
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: var(--text-light);
}

.info-message i {
    color: var(--primary-color);
}

.form-checkbox {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    margin: 1rem 0;
    font-size: 0.85rem;
}

.form-checkbox input[type="checkbox"] {
    margin-top: 0.2rem;
}

.form-checkbox label {
    color: var(--text-light);
}

.terms-link {
    color: var(--primary-color);
    text-decoration: none;
}

.terms-link:hover {
    text-decoration: underline;
}

.btn-submit {
    background: linear-gradient(135deg, var(--devotional-red) 0%, #b8103f 100%);
    color: white;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 1.2rem 2rem;
    box-shadow: 0 6px 20px rgba(220, 20, 60, 0.3);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(220, 20, 60, 0.5);
    background: linear-gradient(135deg, #c71648 0%, #9b0d35 100%);
}

/* Custom Package Modal Styles */
.custom-package-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    overflow-y: auto;
}

.custom-package-content {
    background: linear-gradient(135deg, #FFF8F0 0%, #FFFBF5 100%);
    border-radius: 20px;
    max-width: 1200px;
    width: 100%;
    max-height: 90vh;
    position: relative;
    box-shadow: 0 20px 60px rgba(220, 20, 60, 0.4);
    border: 3px solid var(--divine-gold);
    display: grid;
    grid-template-columns: 1fr 450px;
    overflow: hidden;
}

.custom-package-left {
    background: linear-gradient(135deg, rgba(255, 153, 51, 0.1) 0%, rgba(220, 20, 60, 0.05) 100%);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    max-height: 90vh;
}

.custom-package-left h2 {
    color: var(--devotional-red);
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 1.2;
}

.custom-package-left .subtitle {
    color: var(--text-light);
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.custom-package-right {
    background: white;
    padding: 2.5rem 2rem 2rem 2rem;
    overflow-y: auto;
    border-left: 3px solid var(--divine-gold);
    max-height: 90vh;
}

.custom-package-right h3 {
    color: var(--devotional-red);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
}

.custom-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--devotional-red);
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(220, 20, 60, 0.3);
}

.custom-close:hover {
    background: #8B0000;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(220, 20, 60, 0.5);
}

.review-highlights {
    margin-bottom: 2rem;
}

.review-item {
    display: flex;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--primary-color);
}

.review-item i {
    font-size: 1.8rem;
    color: var(--primary-color);
    min-width: 40px;
}

.review-item-content h4 {
    color: var(--text-dark);
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
}

.review-item-content p {
    color: var(--text-light);
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

.trust-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.trust-badge {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 215, 0, 0.15);
    border-radius: 10px;
    border: 2px solid var(--divine-gold);
}

.trust-badge .number {
    font-size: 2rem;
    font-weight: bold;
    color: var(--devotional-red);
    display: block;
    margin-bottom: 0.3rem;
}

.trust-badge .label {
    font-size: 0.85rem;
    color: var(--text-light);
    font-weight: 600;
}

.custom-form-group {
    margin-bottom: 1.2rem;
}

.custom-form-group label {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.85rem;
}

.custom-form-group label .required {
    color: var(--devotional-red);
    margin-left: 2px;
}

.custom-form-group input,
.custom-form-group select,
.custom-form-group textarea {
    width: 100%;
    padding: 0.7rem;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background: white;
    font-family: inherit;
}

.custom-form-group input:focus,
.custom-form-group select:focus,
.custom-form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(255, 153, 51, 0.1);
}

.custom-form-group textarea {
    resize: vertical;
    min-height: 70px;
}

.custom-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.custom-form-actions {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid var(--border-color);
}

.custom-form-actions button {
    width: 100%;
    padding: 0.9rem;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.custom-btn-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #1ebe57 100%);
    color: white;
}

.custom-btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
}

.custom-btn-email {
    background: linear-gradient(135deg, var(--primary-color) 0%, #ff8c00 100%);
    color: white;
}

.custom-btn-email:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 153, 51, 0.4);
}

.custom-package-cta {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 153, 51, 0.2) 100%);
    border: 2px dashed var(--divine-gold);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    margin: 3rem 0;
}

.custom-package-cta h3 {
    color: var(--devotional-red);
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

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

.custom-package-cta .btn {
    background: linear-gradient(135deg, var(--devotional-red) 0%, #b8103f 100%);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.custom-package-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.4);
}

/* Custom scrollbar for modal */
.custom-package-right::-webkit-scrollbar,
.custom-package-left::-webkit-scrollbar {
    width: 8px;
}

.custom-package-right::-webkit-scrollbar-track,
.custom-package-left::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.custom-package-right::-webkit-scrollbar-thumb,
.custom-package-left::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.custom-package-right::-webkit-scrollbar-thumb:hover,
.custom-package-left::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
}

@media (max-width: 768px) {
    .custom-package-content {
        grid-template-columns: 1fr;
        max-height: 95vh;
    }

    .custom-package-left {
        padding: 2rem 1.5rem;
        max-height: 300px;
    }

    .custom-package-left h2 {
        font-size: 1.8rem;
    }

    .custom-package-right {
        padding: 1.5rem;
        border-left: none;
        border-top: 3px solid var(--divine-gold);
    }

    .custom-form-row {
        grid-template-columns: 1fr;
    }

    .trust-badges {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }

    .review-item {
        padding: 1rem;
    }

    .custom-package-cta {
        padding: 1.5rem;
    }
}

/* Responsive for Package Layout */
@media (max-width: 768px) {
    .package-images {
        grid-template-columns: 1fr;
    }
    
    .package-actions {
        flex-direction: column;
    }
    
    .package-actions .btn {
        max-width: 100%;
    }
    
    .modal-content {
        width: 95%;
        margin: 5% auto;
    }
    
    #modalBody {
        padding: 2rem 1.5rem;
    }
    
    .price-table table {
        font-size: 0.9rem;
    }
    
    .price-table th,
    .price-table td {
        padding: 0.7rem 0.5rem;
    }
}

/* Package Carousel Styles */
.top-packages-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #FFF8F0 0%, #FFE5CC 100%);
}

.package-carousel-wrapper {
    position: relative;
    padding: 0 3rem;
    margin: 2rem 0;
}

.package-carousel {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 1rem 0.5rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.package-carousel::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.package-card-preview {
    flex: 0 0 350px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(255, 107, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: default;
    position: relative;
}

.package-card-preview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.1), rgba(220, 20, 60, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.package-card-preview:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 8px 30px rgba(255, 107, 0, 0.25), 0 0 15px rgba(255, 215, 0, 0.15);
}

.package-card-preview:hover::before {
    opacity: 1;
}

.package-card {
    flex: 0 0 380px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(255, 107, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.package-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.1), rgba(220, 20, 60, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.package-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 35px rgba(255, 107, 0, 0.3), 0 0 20px rgba(255, 215, 0, 0.2);
}

.package-card:hover::before {
    opacity: 1;
}

.package-card-image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.package-card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transition: left 0.6s;
}

.package-card:hover .package-card-image::after,
.package-card-preview:hover .package-card-image::after {
    left: 100%;
}

.package-card-content {
    padding: 1.5rem;
    position: relative;
    z-index: 2;
}

.package-card-content h3 {
    color: #FF6B00;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.package-card:hover .package-card-content h3,
.package-card-preview:hover .package-card-content h3 {
    color: #DC143C;
}

.package-location {
    color: #DC143C;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.package-info {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.package-duration,
.package-activities {
    color: #666;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.package-route {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.package-route-short {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    margin-top: 0.5rem;
}

.package-note {
    background: #fff3cd;
    padding: 0.6rem;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #856404;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.package-pricing {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.price-item:last-child {
    border-bottom: none;
}

.vehicle-type {
    color: #555;
    font-size: 0.9rem;
}

.price {
    color: #DC143C;
    font-weight: bold;
    font-size: 1.1rem;
}

.btn-book-now {
    width: 100%;
    background: #FF6B00;
    color: white;
    padding: 0.9rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-book-now:hover {
    background: #e65100;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

.package-booking-options {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.btn-book-vehicle {
    width: 100%;
    background: #FF6B00;
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-book-vehicle:hover {
    background: #e65100;
    transform: translateX(3px);
    box-shadow: 0 3px 10px rgba(255, 107, 0, 0.3);
}

.carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF6B00;
    font-size: 1.2rem;
}

.carousel-nav-btn:hover {
    background: #FF6B00;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

@media (max-width: 768px) {
    .package-carousel-wrapper {
        padding: 0 2rem;
    }
    
    .package-card {
        flex: 0 0 300px;
    }
    
    .carousel-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

/* Package Detail Page Styles */
.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.package-detail-page {
    padding: 140px 0 60px 0;
    background: var(--bg-light);
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0;
    color: var(--text-light);
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: var(--secondary-color);
}

.breadcrumb span {
    color: var(--text-light);
}

.package-detail-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 2rem;
    margin-top: 1.5rem;
}

.package-main-content {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.package-title {
    font-size: 2rem;
    color: var(--dark-color);
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.package-slideshow {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.package-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.package-slide.active {
    opacity: 1;
}

.slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.slide-nav:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.slide-prev {
    left: 15px;
}

.slide-next {
    right: 15px;
}

.package-notice {
    background: linear-gradient(135deg, #fff5e6 0%, #ffe6cc 100%);
    border-left: 4px solid var(--primary-color);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    color: var(--dark-color);
    font-weight: 500;
}

.package-tabs {
    display: flex;
    gap: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 2rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.package-tab-btn {
    background: none;
    border: none;
    padding: 1rem 1.5rem;
    cursor: pointer;
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.package-tab-btn:hover {
    color: var(--primary-color);
}

.package-tab-btn.active {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.package-tab-content {
    color: var(--text-dark);
    line-height: 1.8;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.tab-panel h2 {
    color: var(--dark-color);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.tab-panel h3 {
    color: var(--primary-color);
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.tab-panel p {
    margin-bottom: 1rem;
}

.highlights-list {
    list-style: none;
    padding-left: 0;
}

.highlights-list li {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.highlights-list i {
    color: var(--whatsapp-color);
    margin-top: 0.3rem;
}

.important-note {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1rem;
    border-radius: 6px;
    margin-top: 1rem;
}

.important-note i {
    color: #ffc107;
    margin-right: 0.5rem;
}

.includes-list, .excludes-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.includes-list li, .excludes-list li {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.includes-list i {
    color: var(--whatsapp-color);
    margin-top: 0.3rem;
}

.excludes-list i {
    color: #dc3545;
    margin-top: 0.3rem;
}

.faq-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h4 {
    color: var(--dark-color);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.package-booking-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.booking-card, .trip-info-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    position: relative;
}

.package-highlights {
    display: flex;
    justify-content: space-around;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1.5rem;
}

.highlight-item {
    text-align: center;
}

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

.highlight-text {
    display: flex;
    flex-direction: column;
}

.highlight-text strong {
    font-size: 1.5rem;
    color: var(--dark-color);
}

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

.pricing-section {
    position: relative;
    padding: 1.5rem;
    background: linear-gradient(135deg, #fff5e6 0%, #ffe6cc 100%);
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.discount-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--whatsapp-color);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.price-info {
    text-align: center;
}

.original-price {
    text-decoration: line-through;
    color: var(--text-light);
    font-size: 0.95rem;
}

.current-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 0.3rem;
}

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

.package-features {
    margin-bottom: 1.5rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    color: var(--text-dark);
}

.feature i {
    color: var(--whatsapp-color);
}

.btn-check-availability {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.btn-check-availability:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 107, 0, 0.3);
}

.need-help {
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-light);
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1.5rem;
}

.need-help a {
    color: var(--primary-color);
    text-decoration: none;
}

.download-pdf h4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
}

.download-pdf h4 i {
    color: #dc3545;
}

.download-pdf p {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.btn-download-pdf {
    width: 100%;
    padding: 0.8rem;
    background: white;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-download-pdf:hover {
    background: var(--primary-color);
    color: white;
}

.trip-info-card h3 {
    color: var(--dark-color);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
    width: 24px;
    margin-top: 0.2rem;
}

.info-item div {
    flex: 1;
}

.info-item strong {
    display: block;
    color: var(--dark-color);
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
}

.info-item span {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* Vertical Package Cards for Temple Tours Listing */
.package-card-vertical {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.package-card-vertical:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(255, 107, 0, 0.15);
}

.package-header-vertical {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.package-header-vertical h2 {
    color: var(--dark-color);
    font-size: 1.5rem;
    margin: 0;
}

.package-code {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.package-content-vertical p {
    color: var(--text-dark);
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.package-duration {
    color: var(--text-light);
    font-size: 0.95rem;
}

.package-duration i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

.package-actions-vertical {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.package-actions-vertical .btn {
    flex: 1;
    text-align: center;
    padding: 0.8rem 1.5rem;
}

/* Responsive for Package Detail Page */
@media screen and (max-width: 968px) {
    .package-detail-grid {
        grid-template-columns: 1fr;
    }
    
    .package-booking-sidebar {
        order: -1;
    }
    
    .booking-card, .trip-info-card {
        position: relative;
        top: 0;
    }
    
    .package-slideshow {
        height: 350px;
    }
    
    .package-title {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .package-detail-page {
        padding: 120px 0 40px 0;
    }
    
    .package-main-content {
        padding: 1.5rem;
    }
    
    .package-slideshow {
        height: 280px;
    }
    
    .package-tabs {
        gap: 0.3rem;
    }
    
    .package-tab-btn {
        padding: 0.8rem 1rem;
        font-size: 0.85rem;
    }
    
    .slide-nav {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .package-header-vertical {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .package-actions-vertical {
        flex-direction: column;
    }
}

/* Package Booking Button */
.btn-book-package {
    background: linear-gradient(135deg, #4169E1 0%, #1E3A8A 100%);
    color: white;
    padding: 0.9rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 1rem;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(65, 105, 225, 0.3);
    transition: all 0.3s ease;
}

.btn-book-package:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(65, 105, 225, 0.5);
    background: linear-gradient(135deg, #5B7FE8 0%, #2C4BA0 100%);
}

.btn-book-package i {
    margin-right: 0.5rem;
}

/* Package Booking Modal */
.package-booking-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    overflow-y: auto;
    animation: fadeIn 0.3s ease;
}

.package-booking-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.package-booking-modal-content {
    background: white;
    border-radius: 20px;
    max-width: 1000px;
    width: 100%;
    position: relative;
    animation: slideUp 0.4s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.modal-close-btn:hover {
    background: rgba(220, 20, 60, 0.1);
    color: var(--devotional-red);
    transform: rotate(90deg);
}

.modal-body {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}

.modal-left {
    background: linear-gradient(135deg, #1E3A8A 0%, #4169E1 100%);
    padding: 3rem 2.5rem;
    border-radius: 20px 0 0 20px;
    color: white;
}

.modal-package-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.modal-package-code {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.4rem 0.8rem;
    border-radius: 5px;
    display: inline-block;
}

.package-modal-details {
    margin-top: 2rem;
}

.modal-description {
    line-height: 1.7;
    opacity: 0.95;
}

.modal-right {
    padding: 3rem 2.5rem;
}

.modal-form-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.modal-form-subtitle {
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem;
    color: var(--text-dark);
}

.modal-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.modal-form-row-triple {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.modal-form-group {
    margin-bottom: 1rem;
}

.modal-form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.9rem;
}

.modal-form-group input,
.modal-form-group select,
.modal-form-group textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.modal-form-group input:focus,
.modal-form-group select:focus,
.modal-form-group textarea:focus {
    outline: none;
    border-color: #4169E1;
    background: white;
    box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.1);
}

.modal-form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.btn-whatsapp-submit {
    background: linear-gradient(135deg, #25D366 0%, #1ea952 100%);
    color: white;
    width: 100%;
    padding: 1.1rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.btn-whatsapp-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 25px rgba(37, 211, 102, 0.5);
}

.btn-whatsapp-submit i {
    margin-right: 0.7rem;
    font-size: 1.2rem;
}

/* Responsive Modal */
@media (max-width: 768px) {
    .package-booking-modal.active {
        padding: 1rem;
        align-items: flex-start;
    }
    
    .package-booking-modal-content {
        max-height: 95vh;
        border-radius: 15px;
    }
    
    .modal-body {
        grid-template-columns: 1fr;
    }
    
    .modal-left {
        border-radius: 15px 15px 0 0;
        padding: 2rem 1.5rem;
    }
    
    .modal-right {
        padding: 2rem 1.5rem;
    }
    
    .modal-package-title {
        font-size: 1.4rem;
    }
    
    .modal-form-row,
    .modal-form-row-triple {
        grid-template-columns: 1fr;
    }
    
    .modal-close-btn {
        top: 1rem;
        right: 1rem;
    }
}
