/* General Reset */
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

/* 1. Sub Header (Top Bar) */
.sub-header {
    background: #003580;
    color: white;
    padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.sub-header .contact-info span {
    margin-right: 20px;
}

.sub-header .contact-info i {
    margin-right: 5px;
    color: #ff9f43;
}

.sub-header .social-icons a {
    color: white;
    margin-left: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.sub-header .social-icons a:hover {
    color: #ff9f43;
}

/* 2. Logo & Main Header */
.logo img {
    height: 60px; 
    width: auto;
    display: block;
    transition: 0.3s;
}

.logo img:hover {
    transform: scale(1.05);
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5%;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}

nav ul li a:hover {
    color: #e67e22;
}

.login-btn {
    background: #e67e22;
    color: white;
    padding: 8px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.login-btn:hover {
    background: #d35400;
}

/* 3. Image Slider Section (Updated) */
.slider-container {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out; /* Smooth transition */
    z-index: 1;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(55%); /* Image thodi dark jyamule text spashta disel */
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 3;
    width: 90%;
}

.slide-content h1 {
    font-size: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.slide-content p {
    font-size: 20px;
    margin-bottom: 25px;
}

.book-now {
    background: #ff9f43;
    color: white;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.4s;
    display: inline-block;
}

.book-now:hover {
    background: white;
    color: #ff9f43;
}

/* 4. Search Tour Section */
.search-container {
    max-width: 950px;
    margin: -50px auto 50px; /* Slider var overlap honyasathi */
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.search-container input, .search-container select {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    flex: 1;
    min-width: 180px;
    outline: none;
}

.search-btn {
    background: #003580;
    color: white;
    border: none;
    padding: 12px 35px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.search-btn:hover {
    background: #00265c;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .main-header {
        flex-direction: column;
        gap: 15px;
    }
    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .slide-content h1 {
        font-size: 30px;
    }
    .search-container {
        margin: 20px 5%;
        width: 90%;
    }
}

/* Destinations Section */
.destinations {
    padding: 60px 5%;
    background: #f9f9f9;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #003580;
}

.dest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.dest-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.dest-card:hover {
    transform: translateY(-10px);
}

.dest-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.dest-info {
    padding: 20px;
    text-align: center;
}

.dest-info h3 {
    margin: 0 0 10px;
    color: #333;
}

.dest-info p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.view-btn {
    text-decoration: none;
    color: #e67e22;
    font-weight: bold;
    border: 2px solid #e67e22;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.3s;
}

.view-btn:hover {
    background: #e67e22;
    color: white;
}

/* Devotional Section Styling */
.devotional-tours {
    padding: 60px 5%;
    background: #fff; /* Pandhra background jyamule cards uthun distil */
}

.section-subtitle {
    text-align: center;
    color: #e67e22;
    font-weight: bold;
    margin-top: -30px;
    margin-bottom: 40px;
}

.devotional-card {
    border: 1px solid #eee;
    position: relative;
}

/* Special Badge for Most Popular */
.badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff4757;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    z-index: 5;
}

.view-btn-devotional {
    display: inline-block;
    background: #003580; /* Blue color for religious tours */
    color: white;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

.view-btn-devotional:hover {
    background: #e67e22; /* Hover kelyavar orange color */
    transform: scale(1.05);
}

/* Card image brightness thodi jast theva devotional sathi */
.devotional-card img {
    filter: brightness(90%);
}

/* Why Book With Us Styling */
.why-book-with-us {
    padding: 80px 5%;
    background-color: #f0f4f8; /* Light blue/grey background */
    text-align: center;
}

.features-grid {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.feature-item {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.feature-icon {
    font-size: 45px;
    color: #e67e22; /* Orange Theme Color */
    margin-bottom: 20px;
}

.feature-item h3 {
    font-size: 22px;
    color: #003580; /* Dark Blue */
    margin-bottom: 15px;
}

.feature-item p {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .features-grid {
        flex-direction: column;
        align-items: center;
    }
}

/* Testimonial Section with Blue Theme */
.testimonial-hero {
    width: 100%;
    height: 500px;
    background-image: url('testimonial-bg.jpg'); /* Background Image */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.testimonial-overlay {
    width: 100%;
    height: 100%;
    /* Dark blue subtle overlay */
    background: rgba(0, 18, 43, 0.85); 
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-slider {
    max-width: 800px;
    text-align: center;
    color: white;
    padding: 20px;
}

.t-slide {
    display: none;
    animation: fadeIn 0.8s ease-in-out;
}

.t-slide.active {
    display: block;
}

.t-text {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 35px;
    color: #e0e0e0;
}

.t-user {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.t-user img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /* Orange kadhun Blue border keli aahe */
    border: 3px solid #0056b3; 
    object-fit: cover;
}

.t-details {
    text-align: left;
}

.t-details h4 {
    margin: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.stars {
    /* Stars sathi bright sky blue vaprela aahe */
    color: #00d2ff; 
    margin: 5px 0;
    font-size: 1.1rem;
}

.t-details span {
    font-size: 0.9rem;
    color: #3498db; /* Light blue detail text */
    font-weight: 600;
}

/* Dots Styling */
.slider-dots {
    margin-top: 40px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: transparent;
    /* White border dots */
    border: 2px solid #3498db;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    /* Active dot blue honyasathi */
    background-color: #3498db;
    transform: scale(1.2);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* International Destinations Styling */
.international-destinations {
    padding: 60px 5%;
    background-color: #ffffff;
}

.international-destinations .dest-card {
    border: 1px solid #eef2f6;
    transition: all 0.3s ease;
}

.international-destinations .dest-card:hover {
    box-shadow: 0 15px 30px rgba(0, 53, 128, 0.1); /* Blue tint shadow */
}

/* Button style specifically for these cards */
.international-destinations .view-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #003580; /* Primary Blue */
    border: 2px solid #003580;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.international-destinations .view-btn:hover {
    background-color: #003580;
    color: #fff;
}

/* Image settings */
.dest-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.video-highlights {
    position: relative;
    width: 100%;
    height: 500px; /* Garjenusaar height badla */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-content h1 {
    font-size: 3.5rem;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}

.video-content p {
    font-size: 1.5rem;
    color: #3498db; /* Blue text tumchya theme pramane */
    margin-bottom: 30px;
}

/* Play Button Styling */
.play-btn-container {
    margin-top: 20px;
}

.play-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: white;
    color: #333;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.5rem;
    transition: 0.3s;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.play-btn:hover {
    transform: scale(1.1);
    background-color: #3498db;
    color: white;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .video-content h1 { font-size: 2.2rem; }
    .video-content p { font-size: 1.1rem; }
    .play-btn { width: 60px; height: 60px; }
}

.main-footer {
    background-color: #0a0a0a; /* Deep Black background */
    color: #ffffff;
    padding: 60px 5% 30px;
    font-family: 'Arial', sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h3 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #ffffff;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 15px;
    font-size: 14px;
    color: #cccccc;
}

.footer-column ul li a {
    text-decoration: none;
    color: #cccccc;
    transition: 0.3s;
}

.footer-column ul li a:hover {
    color: #e67e22; /* Orange hover color */
}

/* Contact Info Styling */
.contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.city {
    color: #e67e22; /* Orange city name */
    min-width: 70px;
    display: inline-block;
}

.contact-list i {
    font-size: 12px;
}

/* Payment Icons */
.payment-icons {
    font-size: 30px;
    display: flex;
    gap: 15px;
    margin-top: 15px;
    color: #ffffff;
}

.copyright {
    margin-top: 40px;
    font-size: 12px;
    color: #666;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
}

/* Sub Footer Styling */
.sub-footer {
    background-color: #ffffff; /* White Background */
    padding: 15px 5%;
    border-top: 1px solid #eeeeee; /* Light border to separate from black footer */
}

.sub-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* Donhi baajula content set karel */
    align-items: center;
    flex-wrap: wrap; /* Mobile var ekkhali ek yenyasathi */
}

.sub-footer p {
    margin: 0;
    color: #333333; /* Dark Grey text for readability */
    font-size: 13px;
    line-height: 1.5;
}

.sub-footer strong {
    color: #003580; /* Blue color for company names */
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .sub-footer-container {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}

/* Page Header (Breadcrumb) */
.page-header {
    width: 100%;
    height: 300px;
    background: url('domestic-bg.jpg') no-repeat center center/cover;
    position: relative;
}

.page-header .overlay {
    background: rgba(0, 53, 128, 0.7); /* Theme Blue Overlay */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.page-header h1 { font-size: 40px; margin-bottom: 10px; }
.page-header p a { color: #3498db; text-decoration: none; }

/* Domestic List Styling */
.domestic-list { padding: 60px 5%; }

.price {
    margin: 10px 0 20px;
    font-size: 14px;
    color: #666;
}

.price span {
    color: #e67e22; /* Orange color for price */
    font-size: 18px;
    font-weight: bold;
}

.active {
    color: #e67e22 !important; /* Navigation var konta page active aahe te dakhvanya sathi */
}

/* Gallery Styling */
.travel-gallery {
    padding: 60px 5%;
    background-color: #fff;
    text-align: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 30px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 200px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 53, 128, 0.6); /* Theme Blue Overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Himachal Details Page Styling */
.tour-hero-banner {
    height: 450px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.banner-text h1 { font-size: 3.5rem; margin-bottom: 10px; text-shadow: 2px 2px 10px rgba(0,0,0,0.5); }
.banner-text p { font-size: 1.2rem; background: rgba(230, 126, 34, 0.8); padding: 5px 20px; border-radius: 50px; display: inline-block; }

.tour-details-section { padding: 60px 5%; background: #f4f7f6; }
.container-flex { display: flex; gap: 40px; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }

.tour-info-left { flex: 2; min-width: 300px; }
.tour-sidebar-right { flex: 1; min-width: 300px; }

.info-box { background: white; padding: 30px; border-radius: 15px; margin-bottom: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.info-box h3 { color: #003580; margin-bottom: 20px; font-size: 1.5rem; border-left: 5px solid #e67e22; padding-left: 15px; }

.day-plan { margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px dashed #ddd; }
.day-plan h4 { color: #e67e22; margin-bottom: 5px; }

.inclusions ul { list-style: none; padding: 0; }
.inclusions ul li { margin-bottom: 12px; font-size: 15px; display: flex; align-items: center; gap: 10px; }
.inclusions i { color: #2ecc71; }

/* Sticky Booking Card */
.booking-sticky-card {
    background: #003580;
    padding: 30px;
    border-radius: 20px;
    color: white;
    position: sticky;
    top: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.price-header span { font-size: 14px; opacity: 0.8; }
.price-header h2 { font-size: 2rem; color: #e67e22; margin-bottom: 20px; }
.price-header h2 span { font-size: 14px; color: white; }

.enquiry-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    outline: none;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #e67e22;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover { background: #d35400; transform: translateY(-3px); }

.contact-support { text-align: center; margin-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; }
.contact-support a { color: #2ecc71; text-decoration: none; font-weight: bold; font-size: 18px; }

/* Responsive */
@media (max-width: 768px) {
    .banner-text h1 { font-size: 2.2rem; }
    .container-flex { flex-direction: column; }
}

