* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
 
}

/* Remove number arrows */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.heading {
    font-family: 'Playfair Display', serif;
}


    /* ===== Navbar Links ===== */
    .nav-link {
        position: relative;
        font-weight: 500;
        color: #374151;
        /* gray-700 */
        padding-bottom: 4px;
        transition: color 0.3s ease;
    }

    .nav-link:hover {
        color: #f97316;
        /* orange-500 */
    }

    /* underline animation */
    .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        background-color: #f97316;
        transition: width 0.3s ease;
    }

    .nav-link:hover::after {
        width: 100%;
    }

    /* active link */
    .nav-link.active {
        font-weight: 600;
        color: #f97316;
    }

    .nav-link.active::after {
        width: 100%;
    }

    /* ================= BHAJAN GRID ================= */

.bhajan-card {
    border: 1px solid #e5e7eb;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.bhajan-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.bhajan-card:hover img {
    transform: scale(1.08);
    opacity: 0.9;
}

.footer-luxury {
    background: linear-gradient(180deg, #0f172a, #020617);
    color: #fff;
    position: relative;
}

.footer-texture {
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
}

.footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-bottom: 20px;
    color: #f8fafc;
    position: relative;
}

.footer-title::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #f97316;
    display: block;
    margin-top: 8px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a,
.footer-links li {
    color: #9ca3af;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #f97316;
    padding-left: 4px;
}

.footer-cta {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(249,115,22,0.4);
    transition: all 0.4s ease;
}

.footer-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(249,115,22,0.6);
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5f5;
    font-size: 13px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #f97316;
    border-color: #f97316;
    color: #fff;
}

.footer-luxury {
    background: linear-gradient(180deg, #0f172a, #020617);
    color: #fff;
    position: relative;
}

.footer-texture {
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
}

.footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-bottom: 20px;
    color: #f8fafc;
}

.footer-title::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #f97316;
    display: block;
    margin-top: 8px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #9ca3af;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #f97316;
    padding-left: 4px;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #9ca3af;
    line-height: 1.6;
}

.footer-contact a {
    color: #9ca3af;
}

.footer-contact a:hover {
    color: #f97316;
}

.footer-cta {
    padding: 12px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(249,115,22,0.4);
    transition: all 0.4s ease;
}

.footer-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(249,115,22,0.6);
}

.footer-social a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5f5;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #f97316;
    border-color: #f97316;
    color: #fff;
}
.footer-contact li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 14px;
    color: #9ca3af;
    line-height: 1.6;
}

.footer-contact i {
    margin-top: 4px;
    color: #f97316;
}

.upcoming-katha-section-light {
    background: linear-gradient(180deg, #faf7f2, #f3efe7);
    position: relative;
}

.bg-overlay-light {
    background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
    opacity: 0.35;
}

.katha-card-light {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.katha-card-light:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(0,0,0,0.15);
}

.katha-card-light img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.katha-content {
    padding: 26px;
    text-align: center;
}

.katha-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #7c2d12; /* deep brown-gold */
    margin-bottom: 12px;
}

.katha-date {
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
}

.katha-location {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.katha-card-light.featured {
    border: 2px solid #f59e0b;
    transform: scale(1.04);
}

.katha-cta-light {
    padding: 14px 46px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 0 14px 32px rgba(245,158,11,0.45);
    transition: all 0.4s ease;
}

.katha-cta-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 45px rgba(245,158,11,0.6);
}


/* CONTACT PAGE */

.contact-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.contact-icon {
    width: 64px;
    height: 64px;
    background: #f97316;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 22px;
}

.contact-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-bottom: 8px;
    color: #111;
}

.contact-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.contact-input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.contact-input:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249,115,22,0.15);
}

.contact-btn {
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: #fff;
    padding: 14px 44px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(249,115,22,0.35);
}


/* Nav links */
.nav-link {
    position: relative;
    color: #374151;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #f97316;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #f97316;
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link.active {
    font-weight: 600;
    color: #111827;
}

/* Premium Book Katha Button */
.book-katha-btn {
    padding: 10px 28px;
    border-radius: 999px;
    border: 1px solid #f97316;
    color: #f97316;
    font-weight: 500;
    background: #fff;
    transition: all 0.3s ease;
}

.book-katha-btn:hover {
    background: #f97316;
    color: #fff;
    box-shadow: 0 8px 20px rgba(249,115,22,0.25);
}