body { 
    background: #fff8f0; 
}

.navbar { 
    background: #ff8c00; 
}

.hero { 
    background: url('http://localhost:8080/images/banner/om-mangalam.webp') center/cover no-repeat; 
    color: #fff; 
    min-height: 400px; 
    display: flex; 
    align-items: center; 
}

/* Dropdown menu styling to match navbar */
.dropdown-menu {
    background: #ff8c00;
    border: 1px solid #e67e00;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}

.dropdown-item {
    color: #000000 !important;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background: #e67e00 !important;
    color: #000000 !important;
}

.dropdown-item:active {
    background: #d67300 !important;
    color: #000000 !important;
}

.dropdown-item:focus {
    background: #e67e00 !important;
    color: #000000 !important;
}

.category-card { 
    border: none; 
    border-radius: 1rem; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.07); 
}

.section-title { 
    color: #b77b2b; 
    font-weight: 700; 
}

.footer { 
    background: #ffffff; 
    color: #000000; 
}

.footer a {
    color: #000000;
    transition: color 0.2s ease;
}

.footer a:hover {
    color: #ff8c00;
}

.footer h6 {
    color: #ff8c00;
    font-weight: 600;
}

.footer ul li {
    margin-bottom: 0.5rem;
}

.testimonial { 
    background: #fffbe7; 
    border-radius: 1rem; 
    padding: 1rem; 
}

/* Mental Wellness specific styles */
.course-card { 
    border: none; 
    border-radius: 1rem; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.07); 
}

#vedicQuotesCarousel .carousel-inner {
    min-height: 320px;
    max-height: 340px;
    background: #d32f2f;
    border-radius: 1.5rem;
    position: relative;
    padding-top: 2.5rem;
}

#vedicQuotesCarousel .carousel-item > div {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0 1rem;
    color: #fff !important;
    position: relative;
}

#vedicQuotesCarousel .carousel-item > div .fw-bold,
#vedicQuotesCarousel .carousel-item > div .mt-3,
#vedicQuotesCarousel .carousel-item > div .mt-2 {
    color: #fff !important;
}

#vedicQuotesCarousel .yoga-bg-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.13;
    width: 220px;
    height: 220px;
    pointer-events: none;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sattvik Food specific styles */
.card-sattvic { 
    border: none; 
    border-radius: 1rem; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.07); 
}

.sanskrit { 
    font-size: 1.5rem; 
    color: #388e3c; 
    font-family: 'Noto Serif', serif; 
    font-weight: bold; 
}

.icon-bullet { 
    color: #b77b2b; 
    font-size: 1.2em; 
    margin-right: 0.5em; 
}

.highlight { 
    color: #388e3c; 
    font-weight: 600; 
}

.bg-om { 
    background: #f3e9e1; 
    border-radius: 1rem; 
}

/* Food Dosha specific styles */
.card-dosha { 
    border: none; 
    border-radius: 1rem; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.07); 
}

/* Dharma Guide specific styles */
.dharma-card {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(211,47,47,0.07);
    border: 1.5px solid #f3e0db;
    margin-bottom: 2rem;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    position: relative;
}

.dharma-card .icon {
    font-size: 2.2rem;
    color: #d32f2f;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.vedic-bullet {
    color: #d32f2f;
    font-size: 1.1em;
    margin-right: 0.5em;
}

.swastik {
    font-family: serif;
    font-size: 1.2em;
    color: #d32f2f;
    margin-right: 0.3em;
}

/* Marriage Booking Form specific styles */
.captcha-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #007bff !important;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

.form-control:focus,
.form-select:focus {
    border-color: #ff8c00;
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
}

.btn-warning {
    background-color: #ff8c00;
    border-color: #ff8c00;
    color: #000;
}

.btn-warning:hover {
    background-color: #e67e00;
    border-color: #e67e00;
    color: #000;
}

.hero-section {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50" font-size="20" fill="rgba(255,255,255,0.1)">ॐ</text></svg>') repeat;
    opacity: 0.1;
}

.swastik-divider {
    text-align: center;
    margin: 2rem 0;
}

.swastik-divider .swastik {
    font-size: 2rem;
    color: #ffc107;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Error Page specific styles */
.hero-section.bg-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
}

.hero-section.bg-dark {
    background: linear-gradient(135deg, #343a40 0%, #212529 100%) !important;
}

details summary {
    cursor: pointer;
    user-select: none;
}

details summary:hover {
    color: #007bff !important;
}

.position-fixed {
    z-index: 1050;
}

/* Error page animations */
.card {
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-2px);
}

.btn {
    transition: all 0.2s ease-in-out;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.dharma-motif {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    opacity: 0.08;
    width: 60px;
    height: 60px;
    z-index: 0;
}

.dharma-section-title {
    color: #d32f2f;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.dharma-lead {
    font-size: 1.15rem;
    color: #7b3f00;
}

/* Carousel styles for other pages */
#sattvikQuotesCarousel .carousel-inner,
#astroQuotesCarousel .carousel-inner,
#jaapQuotesCarousel .carousel-inner,
#marriageQuotesCarousel .carousel-inner,
#poojaQuotesCarousel .carousel-inner,
#dharmaQuotesCarousel .carousel-inner,
#advisorsQuotesCarousel .carousel-inner {
    min-height: 320px;
    max-height: 340px;
    background: #d32f2f;
    border-radius: 1.5rem;
    position: relative;
    padding-top: 2.5rem;
}

#sattvikQuotesCarousel .carousel-item > div,
#astroQuotesCarousel .carousel-item > div,
#jaapQuotesCarousel .carousel-item > div,
#marriageQuotesCarousel .carousel-item > div,
#poojaQuotesCarousel .carousel-item > div,
#dharmaQuotesCarousel .carousel-item > div,
#advisorsQuotesCarousel .carousel-item > div {
    min-height: 320px;
    max-height: 340px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0 1rem;
    color: #fff !important;
    position: relative;
}

#sattvikQuotesCarousel .carousel-item > div .fw-bold,
#astroQuotesCarousel .carousel-item > div .fw-bold,
#jaapQuotesCarousel .carousel-item > div .fw-bold,
#marriageQuotesCarousel .carousel-item > div .fw-bold,
#poojaQuotesCarousel .carousel-item > div .fw-bold,
#dharmaQuotesCarousel .carousel-item > div .fw-bold,
#advisorsQuotesCarousel .carousel-item > div .fw-bold,
#sattvikQuotesCarousel .carousel-item > div .mt-3,
#astroQuotesCarousel .carousel-item > div .mt-3,
#jaapQuotesCarousel .carousel-item > div .mt-3,
#marriageQuotesCarousel .carousel-item > div .mt-3,
#poojaQuotesCarousel .carousel-item > div .mt-3,
#dharmaQuotesCarousel .carousel-item > div .mt-3,
#advisorsQuotesCarousel .carousel-item > div .mt-3,
#sattvikQuotesCarousel .carousel-item > div .mt-2,
#astroQuotesCarousel .carousel-item > div .mt-2,
#jaapQuotesCarousel .carousel-item > div .mt-2,
#marriageQuotesCarousel .carousel-item > div .mt-2,
#poojaQuotesCarousel .carousel-item > div .mt-2,
#dharmaQuotesCarousel .carousel-item > div .mt-2,
#advisorsQuotesCarousel .carousel-item > div .mt-2 {
    color: #fff !important;
}

#sattvikQuotesCarousel .yoga-bg-icon,
#astroQuotesCarousel .yoga-bg-icon,
#jaapQuotesCarousel .yoga-bg-icon,
#marriageQuotesCarousel .yoga-bg-icon,
#poojaQuotesCarousel .yoga-bg-icon,
#dharmaQuotesCarousel .yoga-bg-icon,
#advisorsQuotesCarousel .yoga-bg-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.13;
    width: 220px;
    height: 220px;
    pointer-events: none;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
} 