  /* MAIN BANNER */
        .rigveda_banner {
            position: relative;
            min-height: 100vh;
            padding-top: 120px;
            /* HEADER SE NICHE */
            padding-bottom: 60px;
            /* BOTTOM GAP */
        }

        /* BACKGROUND IMAGE */
        .banner_bg {
            position: absolute;
            inset: 0;
            background-image: url('../images/banner-background.jpg');
            /* BACK IMAGE */
            background-size: cover;
            background-position: center;
            z-index: 1;
        }

        /* DARK OVERLAY */
        .banner_bg::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.35);
        }

        

            background-repeat: no-repeat;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* TEXT */
        .banner_text {
            text-align: center;
            color: #fff !important;
        }

        .banner_text h1 {
            font-size: 72px;
            letter-spacing: 3px;
            font-weight: 700;
        }

        .banner_text h2 {
            font-size: 42px;
            margin-top: 10px;
        }

        /* about css */
        .about_area {
            background: #fff;
        }

        .about_title {
            font-size: 42px;
            font-weight: 500;
            line-height: 1.3;
            color: #000;
        }

        .about_small_img img {
            border-radius: 4px;
        }

        .about_small_img p {
            font-size: 16px;
            color: #000;
        }

        .about_big_img img {
            width: 100%;
            height: auto;
            border-radius: 4px;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .about_title {
                font-size: 32px;
            }

            .about_big_img {
                margin-top: 30px;
            }
        }

        /* amtenies section */
        .amenities_area {
            background: #1f3c78;
            color: #fff;
        }

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

        .amenities_content {
            padding: 80px 60px;
        }

        .amenities_content h2 {
            font-size: 36px;
            font-weight: 500;
        }

        .amenities_item {
            margin-bottom: 40px;
        }

        .amenities_item i {
            font-size: 36px;
            margin-bottom: 15px;
            display: inline-block;
        }

        .amenities_item h4 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .amenities_item p {
            font-size: 15px;
            line-height: 1.6;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .amenities_content {
                padding: 50px 30px;
            }

            .amenities_img {
                height: 300px;
            }
        }

        
        .tours_area {
    padding: 100px 0;
    background: #fff;
}
/* local tour css */
.section_title h2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 2px;
}

.tour_card {
    border: 1px solid #1f3c78;
    transition: 0.3s;
}

.tour_img {
    position: relative;
}

.tour_img img {
    width: 100%;
    height: auto;
}

.price_tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #000;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #1f3c78;
}

.tour_content {
    padding: 25px;
}

.tour_content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.tour_content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.line-btn {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #ccc;
    padding: 8px 18px;
    display: inline-block;
    transition: 0.3s;
}

.line-btn:hover {
    background: #1f3c78;
    color: #fff;
    border-color: #1f3c78;
}

/* Responsive */
@media (max-width: 991px) {
    .tours_area {
        padding: 60px 0;
    }
}
/* rooms & cottage */
.rooms_area {
    background: #eef3fb;
    padding: 100px 0;
}

.section_heading {
    font-size: 36px;
    font-weight: 500;
}

.room_card {
    position: relative;
    overflow: hidden;
}

.room_card img {
    width: 100%;
    height: auto;
}

.room_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
}

.room_overlay h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.room_overlay .price {
    font-size: 13px;
    background: #fff;
    color: #000;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.room_features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    font-size: 13px;
}

.room_facilities {
    background: #050c1a;
    padding: 40px 0;
    color: #fff;
}

.room_facilities i {
    font-size: 28px;
    margin-bottom: 10px;
}

.room_facilities p {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
    .section_heading {
        font-size: 30px;
    }
}
/* gallery css */
.gallery_area {
    padding: 100px 0;
    background: #fff;
}

.gallery_left h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}

.gallery_left img {
    width: 100%;
    height: auto;
}

.gallery_right img {
    width: 100%;
    margin-bottom: 30px;
}

.gallery_right img:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .gallery_left h2 {
        font-size: 30px;
    }

    .gallery_right {
        margin-top: 30px;
    }
}
/* testmonial css */
.testimonial_area {
    padding: 100px 0;
    background: #fff;
}

.section_title .sub_title {
    font-size: 12px;
    letter-spacing: 2px;
    color: #1f3c78;
    display: block;
    margin-bottom: 10px;
}

.section_title h2 {
    font-size: 36px;
    font-weight: 500;
}

.testimonial_card {
    border: 1px solid #dbe3f3;
    padding: 30px;
    height: 100%;
}

.stars {
    color: #f4b400;
    margin-bottom: 15px;
    font-size: 14px;
}

.testimonial_card p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.testimonial_user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial_user img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial_user h5 {
    font-size: 14px;
    margin: 0;
}

.testimonial_user span {
    font-size: 12px;
    color: #777;
}

/* Responsive */
@media (max-width: 991px) {
    .section_title h2 {
        font-size: 30px;
    }
}
/* footer start */

/* RIGVEDA FOOTER CSS */
.rigveda-footer{
    background: #1f3c78 !important;
}

.footer-title{
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
    text-transform:uppercase;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:6px;
}

.footer-links a{
    color:#cfd6e1;
    font-size:13px;
    text-decoration:none;
}

.footer-links a:hover{
    color:#fff;
}

.footer-social a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#ffffff;
    color:#0b1a3a;
    margin-right:8px;
    font-size:14px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.1);
}
.rooms_area {
    background: #f9f9f9;
}

.section_heading {
    font-size: 36px;
    font-weight: 700;
    position: relative;
}

.section_heading::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #000;
    display: block;
    margin-top: 8px;
}

.room_card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    transition: transform 0.4s ease;
}

.room_card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.room_card:hover img {
    transform: scale(1.1);
}

.room_card:hover {
    transform: translateY(-8px);
}

.room_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.15));
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.room_content h4 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 8px;
}

.price {
    display: inline-block;
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.room_features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    color: #fff;
    font-size: 15px;
}

.room_features i {
    margin-right: 6px;
    color: #ffd369;
}

.view_more_btn {
    border-radius: 30px;
    padding: 10px 26px;
    font-weight: 600;
}

.tours_area {
    background: #f8f9fa;
}

.section_heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section_subtitle {
    font-size: 16px;
    color: #666;
}

.tour_card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tour_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

.tour_img {
    position: relative;
    overflow: hidden;
}

.tour_img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tour_card:hover img {
    transform: scale(1.1);
}

.tour_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.7));
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.tour_overlay span {
    background: #ffffff;
    color: #000;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
}

.tour_content {
    padding: 25px;
}

.tour_content h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}

.tour_content p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.tour_btn {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000;
    transition: color 0.3s ease;
}

.tour_btn:hover {
    color: #b38b59;
    border-color: #b38b59;
}
.room_facilities {
    background: linear-gradient(135deg, #111, #333);
    padding: 50px 30px;
    border-radius: 20px;
    margin-top: 40px;
}

.facility_card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 35px 20px;
    transition: all 0.4s ease;
}

.facility_card i {
    font-size: 36px;
    color: #ffd369;
    margin-bottom: 15px;
    display: inline-block;
}

.facility_card p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.facility_card:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.18);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.facility_card:hover i {
    transform: scale(1.1);
}
.gallery_area {
    background: #f8f9fa;
}

.gallery_left {
    padding-right: 40px;
}

.gallery_tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.gallery_left h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.gallery_left p {
    font-size: 16px;
    color: #555;
    max-width: 480px;
    margin-bottom: 25px;
}

.gallery_left img {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
    transition: transform 0.6s ease;
}

.gallery_left img:hover {
    transform: scale(1.03);
}

.gallery_right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.gallery_img {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery_img:hover img {
    transform: scale(1.1);
}

.gallery_img.big {
    height: 260px;
}

.gallery_img.small {
    height: 200px;
}
