:root {
    --primary: #ff9f00;
    --secondary: #8b1e12;
    --dark: #1f1307;
    --light: #fff7e8;
    --text: #444;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #fff;
}

a {
    text-decoration: none;
}

.top-bar {
    background: var(--secondary);
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.top-bar a {
    color: #fff;
}

.main-navbar {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    z-index: 999;
}

.brand-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-wrap img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.brand-wrap strong {
    display: block;
    color: var(--secondary);
    font-size: 20px;
    line-height: 1;
}

.brand-wrap span {
    display: block;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
}

.navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 600;
    margin: 0 4px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary);
}

.btn-book {
    background: linear-gradient(135deg, #ffb300, #ff6f00);
    color: #fff !important;
    border: none;
    padding: 11px 24px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(255, 128, 0, 0.3);
}

.btn-book:hover {
    background: linear-gradient(135deg, #ff6f00, #d84315);
    color: #fff;
}

.hero-slide {
    height: 650px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.default-hero {
    background-image: url('../images/default-hero.jpg');
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(45, 12, 2, 0.82), rgba(45, 12, 2, 0.38));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    color: #fff;
}

.hero-subtitle {
    display: inline-block;
    background: rgba(255,159,0,0.18);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 18px;
    color: #ffd177;
    font-weight: 700;
}

.hero-content h1 {
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 18px;
}

.hero-content p {
    font-size: 19px;
    margin-bottom: 28px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.feature-section {
    margin-top: -60px;
    position: relative;
    z-index: 5;
}

.feature-card {
    background: #fff;
    padding: 30px 22px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    height: 100%;
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    background: var(--light);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    font-size: 30px;
}

.feature-card h5 {
    color: var(--secondary);
    font-weight: 800;
}

.section-padding {
    padding: 90px 0;
}

.bg-light-orange {
    background: var(--light);
}

.section-title {
    text-align: center;
    margin-bottom: 45px;
}

.section-title span {
    color: var(--primary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title h2 {
    color: var(--secondary);
    font-size: 38px;
    font-weight: 800;
    margin: 8px 0 12px;
}

.about-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.about-badge {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #fff;
    padding: 18px 22px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.about-badge strong {
    color: var(--secondary);
    display: block;
}

.about-badge span {
    color: var(--primary);
    font-weight: 700;
}

.about-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

.about-list div {
    background: var(--light);
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
}

.about-list i {
    color: var(--primary);
    margin-right: 6px;
}

.mandir-filter-btn {
    border: 1px solid var(--primary);
    background: #fff;
    color: var(--secondary);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    margin: 5px;
}

.mandir-filter-btn.active,
.mandir-filter-btn:hover {
    background: var(--primary);
    color: #fff;
}

.item-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    transition: 0.3s;
}

.item-card:hover {
    transform: translateY(-6px);
}

.item-image {
    position: relative;
}

.item-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.item-type {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: #fff;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
}

.item-content {
    padding: 22px;
}

.item-content h4 {
    color: var(--secondary);
    font-weight: 800;
}

.item-price {
    background: var(--light);
    padding: 12px 15px;
    border-radius: 12px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-price strong {
    color: var(--secondary);
    font-size: 20px;
}

.item-options {
    margin-top: 12px;
}

.item-options div {
    font-size: 14px;
    margin-bottom: 6px;
}

.item-options i {
    color: var(--primary);
    margin-right: 5px;
}

.aarti-card {
    background: #fff;
    border: 1px solid #ffe0a3;
    border-radius: 18px;
    padding: 32px;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 28px rgba(0,0,0,0.06);
}

.aarti-card i {
    font-size: 45px;
    color: var(--primary);
    margin-bottom: 18px;
}

.aarti-card h4 {
    color: var(--secondary);
    font-weight: 800;
}

.gallery-card {
    border-radius: 16px;
    overflow: hidden;
    height: 220px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.footer-section {
    background: var(--dark);
    color: #ddd;
}

.footer-main {
    padding: 70px 0 45px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.footer-logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.footer-logo h5,
.footer-section h5 {
    color: #fff;
    font-weight: 800;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 9px;
}

.footer-section a {
    color: #ddd;
}

.footer-section a:hover {
    color: var(--primary);
}

.footer-contact p {
    margin-bottom: 12px;
}

.footer-contact i {
    color: var(--primary);
    margin-right: 8px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 18px 0;
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 90px;
    width: 54px;
    height: 54px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    z-index: 999;
    font-size: 28px;
}

.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

@media(max-width: 991px) {
    .hero-slide {
        height: 560px;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .feature-section {
        margin-top: 40px;
    }
}

@media(max-width: 575px) {
    .hero-slide {
        height: 520px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .about-list {
        grid-template-columns: 1fr;
    }

    .brand-wrap strong {
        font-size: 17px;
    }

    .brand-wrap img {
        width: 48px;
        height: 48px;
    }
}

.contact-form-box {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.contact-form-box .form-control {
    height: 52px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.contact-form-box textarea.form-control {
    height: auto;
}

.contact-form-box .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(255, 159, 0, 0.15);
}

.booking-success-alert {
    position: fixed;
    top: 90px;
    right: 20px;
    z-index: 9999;
    max-width: 420px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}

.booking-modal-content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
}

.booking-modal-header {
    background: linear-gradient(135deg, #8b1e12, #ff8c00);
    color: #fff;
}

.booking-item-box {
    background: #fff7e8;
    padding: 15px;
    border-radius: 14px;
}

.booking-item-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
}

.booking-item-box h4 {
    color: #8b1e12;
    font-weight: 800;
    margin-bottom: 8px;
}

.booking-options-list {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}

.booking-option-item {
    display: flex;
    gap: 10px;
    padding: 14px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    margin: 0;
    align-items: flex-start;
}

.booking-option-item:last-child {
    border-bottom: none;
}

.booking-option-item:hover {
    background: #fff7e8;
}

.booking-option-item input {
    margin-top: 5px;
}

.booking-total-box {
    background: #8b1e12;
    color: #fff;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-total-box span {
    font-weight: 700;
}

.booking-total-box strong {
    font-size: 24px;
    color: #ffcf70;
}

#bookingModal .form-control {
    min-height: 48px;
    border-radius: 10px;
}

#bookingModal textarea.form-control {
    min-height: auto;
}

#bookingModal .form-control:focus {
    border-color: #ff9f00;
    box-shadow: 0 0 0 0.2rem rgba(255, 159, 0, 0.15);
}

.inner-page-header {
    position: relative;
    min-height: 320px;
    background-image: url('../images/default-hero.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.inner-page-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(45, 12, 2, 0.88), rgba(45, 12, 2, 0.45));
}

.inner-page-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.inner-page-content h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
}

.inner-page-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.inner-page-content ul li,
.inner-page-content ul li a {
    color: #fff;
    font-weight: 600;
}

.item-detail-image-box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.item-detail-image-box img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.detail-item-type {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primary);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 700;
}

.item-detail-content {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.detail-mandir-name {
    display: inline-block;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 12px;
}

.item-detail-content h2 {
    color: var(--secondary);
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
}

.detail-short-desc {
    font-size: 17px;
    line-height: 1.7;
}

.detail-price-box {
    background: var(--light);
    border-radius: 16px;
    padding: 18px 22px;
    margin: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-price-box span {
    font-weight: 700;
    color: var(--dark);
}

.detail-price-box strong {
    color: var(--secondary);
    font-size: 28px;
}

.detail-options-box {
    margin-top: 20px;
}

.detail-options-box h5 {
    color: var(--secondary);
    font-weight: 800;
    margin-bottom: 12px;
}

.detail-option-row {
    border: 1px solid #eee;
    padding: 13px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
}

.detail-option-row span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 3px;
}

.detail-action-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.btn-whatsapp-detail {
    background: #25d366;
    color: #fff !important;
    border-radius: 50px;
    padding: 11px 24px;
    font-weight: 700;
}

.btn-whatsapp-detail:hover {
    background: #18b957;
    color: #fff;
}

.detail-info-card {
    background: #fff;
    padding: 30px;
    border-radius: 22px;
    box-shadow: 0 10px 32px rgba(0,0,0,0.07);
    height: 100%;
}

.detail-info-card h3 {
    color: var(--secondary);
    font-weight: 800;
    margin-bottom: 18px;
}

.detail-description-text {
    line-height: 1.8;
}

.booking-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-info-list li {
    margin-bottom: 13px;
    font-weight: 600;
}

.booking-info-list i {
    color: var(--primary);
    margin-right: 7px;
}

@media(max-width: 767px) {
    .inner-page-content h1 {
        font-size: 34px;
    }

    .item-detail-image-box img {
        height: 340px;
    }

    .item-detail-content {
        padding: 24px;
    }

    .item-detail-content h2 {
        font-size: 32px;
    }

    .detail-option-row {
        flex-direction: column;
    }
}