body {
    margin: 0;
    font-weight: 200;
    font-style: normal;
    background-color: #fff5db;
}

/* Navbar Styles */
.navbar {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    padding: 15px 0;
    box-shadow: 0 4px 15px rgba(255, 165, 0, 0.2);
    border-bottom: 3px solid #800000;
    position: relative;
    margin: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: 50px;
    filter: drop-shadow(2px 2px 4px rgba(128, 0, 0, 0.3));
}

.navbar-nav {
    gap: 15px;
}

.nav-link {
    color: #800000 !important;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px 20px !important;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.nav-link:hover, .nav-link.active {
    color: #800000 !important;
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(128, 0, 0, 0.15);
}

.navbar-toggler {
    border: none;
    padding: 0.5rem;
    background-color: transparent;
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(128, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Offcanvas Menu */
.offcanvas {
    background: linear-gradient(135deg, #FFD700, #FFA500);
}

.offcanvas-header {
    border-bottom: 2px solid rgba(128, 0, 0, 0.2);
    padding: 1rem 1.5rem;
}

/* Header Card Slider */
.header-card-slider {
    background: linear-gradient(135deg, #FF6B00, #800000);
    padding: 30px 0;
    box-shadow: 0 4px 25px rgba(153, 0, 0, 0.4);
    position: relative;
    border-top: 3px solid #FFD700;
    border-bottom: 3px solid #FFD700;
    width: 100%;
    overflow: hidden;
}

.header-card-swiper {
    width: 100%;
    padding: 0.5rem;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.header-card-slide {
    background: linear-gradient(135deg, #FF4D00, #800000);
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    transition: all 0.4s ease;
    border: 2px solid #FFD700;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: auto;
    width: calc(50% - 10px);
    max-width: 300px;
    margin: 0 auto;
}

.header-card-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    border-color: #FFA500;
}

.header-card-slide img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}
.header-card-slide a { display:block; text-decoration:none}
.header-card-slide h4 {
    color: #FFD700;
    font-size: 1rem;
    margin: 0;
    padding: 8px 5px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    width: 100%;
    /* background: linear-gradient(135deg, rgba(128, 0, 0, 0.8), rgba(255, 77, 0, 0.8)); */
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

/* Search Section */
.search-section {
    padding: 0.5rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #f2e716;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(https://devvani.in/wp-content/themes/devvani/assets/img/hindu-religious.png);
    background-position: bottom left;
}

.search-title-wrapper {
    margin: 40px 0 50px;
    padding: 20px;
    position: relative;
    min-height: 500px;
}

.temple-title {
    font-size: 6rem;
    font-weight: 900;
    margin: 20px 0;
    line-height: 1.2;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
}

.title-english {
    font-size: 2rem;
    color: linear-gradient(to right, #ff0a07, #0027e4);
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.title-hindi {
    font-size: 2.2rem;
    background: linear-gradient(to right, #ff0a07, #0027e4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    margin-top: -15px;
    margin-bottom: 30px;
}

.search-box-wrapper {
    width: 100%;
}

.search-form {
    display: flex;
    gap: 15px;
    width: 100%;
}

.popular-tags {
    margin-top: 1rem;
}

.tags-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.search-tag {
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    background: linear-gradient(135deg, #FF4D00, #800000);
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    white-space: nowrap;
    flex-shrink: 0;
}

/* Spiritual Slogan */
.spiritual-slogan {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    background: linear-gradient(135deg, #002852, #4e0000);
    position: relative;
}

.spiritual-slogan::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 60%);
    animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {
    0% { opacity: 0.3; }
    50% { opacity: 0.7; }
    100% { opacity: 0.3; }
}

.mantra-swiper {
    /* padding: 30px 0; */
    position: relative;
    z-index: 1;
}

.slogan-text {
    padding: 40px 30px;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.slogan-text:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.mantra-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.mantra-text {
    font-size: 1.8rem;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    line-height: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    /* padding: 20px 0; */
}

.mantra-title {
    font-size: 1.6rem;
    color: #FFF;
    margin-top: 25px;
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* How it Works Section */
.how-it-works-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #FFF3E0, #FFE0B2);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
}

.how-it-works-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 60%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='40' fill='rgba(128,0,0,0.05)' text-anchor='middle' dominant-baseline='middle'%3E॥ ॐ ॥%3C/text%3E%3C/svg%3E");
    opacity: 0.6;
    pointer-events: none;
    animation: pulseGlow 4s ease-in-out infinite;
}

.dharamtitle {
    color: #800000;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 50px;
    font-weight: 700;
    padding: 30px;
    position: relative;
    text-shadow: 2px 2px 4px rgba(128, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), transparent);
    border-radius: 15px;
}

.step {
    background: linear-gradient(135deg, #FFFFFF, #FFF8DC);
    border-radius: 25px;
    padding: 35px;
    margin-bottom: 35px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 15px 35px rgba(128, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, rgba(255, 215, 0, 0.1) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 215, 0, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255, 215, 0, 0.1) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255, 215, 0, 0.1) 75%);
    background-size: 20px 20px;
    opacity: 0.5;
    z-index: 0;
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(128, 0, 0, 0.2);
}

.step-content {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 25px;
}

.step-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #FF4D00, #800000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #FFD700;
    font-weight: bold;
    box-shadow: 0 8px 20px rgba(128, 0, 0, 0.3);
    border: 3px solid #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.step-description h3 {
    color: #800000;
    font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(128, 0, 0, 0.2);
    position: relative;
    padding-bottom: 15px;
}

.step-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-points li {
    color: #4A0000;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 500;
}

.step-points li:before {
    content: "॥";
    position: absolute;
    left: 0;
    color: #FF4D00;
    font-size: 1.4rem;
    font-weight: bold;
}

.info-box {
    background: linear-gradient(135deg, #800000, #4A0000);
    border-radius: 25px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(128, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    border: 3px solid #FFD700;
}

.info-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.1), transparent 70%);
    animation: pulseGlow 3s ease-in-out infinite;
}

.info-box h2 {
    color: #FFD700;
    font-size: 2.2rem;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    position: relative;
    padding-bottom: 20px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 215, 0, 0.2);
    transition: all 0.3s ease;
}

.benefits-list li:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 215, 0, 0.4);
}

.benefits-list .icon {
    font-size: 2.2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 215, 0, 0.5);
}

.benefits-list p {
    color: #FFFFFF;
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.7;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

/* Job Board Section */
.job-board-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #800000, #4A0000);
    position: relative;
    overflow: hidden;
    border-top: 3px solid rgba(255, 215, 0, 0.3);
    border-bottom: 3px solid rgba(255, 215, 0, 0.3);
}

.job-board-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 60%),
        url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='30' fill='rgba(255,215,0,0.05)' text-anchor='middle' dominant-baseline='middle'%3E॥ ॐ ॥%3C/text%3E%3C/svg%3E");
    opacity: 0.3;
    pointer-events: none;
    animation: pulseGlow 4s ease-in-out infinite;
}

.sadhu-image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(255, 215, 0, 0.3);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.sadhu-image:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.sadhu-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.2), transparent);
    z-index: 1;
}

.sadhu-image img {
    width: 100%;
    height: auto;
    border-radius: 25px;
    transition: transform 0.5s ease;
    filter: brightness(0.9) contrast(1.1);
}

.sadhu-image:hover img {
    transform: scale(1.05);
}

.dharma-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 215, 0, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.dharma-content h2 {
    color: #FFD700;
    font-size: 2.8rem;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    padding-bottom: 20px;
}

.dharma-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.lead-text {
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.dharma-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.pillar {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 215, 0, 0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pillar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, rgba(255, 215, 0, 0.1) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 215, 0, 0.1) 25%, transparent 25%);
    background-size: 20px 20px;
    opacity: 0.1;
    transition: opacity 0.4s ease;
}

.pillar:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.pillar:hover::before {
    opacity: 0.2;
}

.pillar-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 215, 0, 0.5);
}

.pillar h3 {
    color: #FFD700;
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.pillar p {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.learn-more {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #800000;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 30px;
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 215, 0, 0.5);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.learn-more:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 215, 0, 0.3);
    color: #800000;
}

.learn-more span {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.learn-more:hover span {
    transform: translateX(5px);
}

@media (max-width: 992px) {
    .job-board-section {
        padding: 60px 0;
    }

    .dharma-content {
        padding: 30px;
        margin-top: 30px;
    }

    .dharma-content h2 {
        font-size: 2.2rem;
    }

    .lead-text {
        font-size: 1.2rem;
    }

    .pillar {
        padding: 20px;
    }

    .pillar-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .pillar h3 {
        font-size: 1.6rem;
    }

    .pillar p {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .job-board-section {
        padding: 40px 0;
    }

    .dharma-content h2 {
        font-size: 1.8rem;
    }

    .lead-text {
        font-size: 1.1rem;
    }

    .dharma-pillars {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .pillar {
        padding: 25px;
    }

    .pillar-icon {
        width: 70px;
        height: 70px;
        font-size: 2.2rem;
    }

    .pillar h3 {
        font-size: 1.8rem;
    }

    .pillar p {
        font-size: 1.2rem;
    }

    .learn-more {
        padding: 12px 30px;
        font-size: 1.1rem;
    }
}

/* Job Search Section */
.job-search-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #1C4001, #000C66);
    min-height: 600px;
    display: flex;
    align-items: center;
}

.job-search-images {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 0 15px;
}

.image-container {
    position: relative;
    flex: 1;
    height: 500px;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
}

.image-container:nth-child(2) {
    margin-top: 20px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.image-container img:hover {
    transform: scale(1.05);
}

.job-search-text {
    padding: 30px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.aboutdevvani h1 {
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.aboutdevvani p {
    margin-bottom: 20px;
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Spiritual Connection Section */
.spiritual-connection-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #800000, #4a0000);
    color: #fff;
}

.divine-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.mandala-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='none' stroke='rgba(255,215,0,0.1)' stroke-width='0.5'/%3E%3Cpath d='M50,5 L50,95 M5,50 L95,50' stroke='rgba(255,215,0,0.1)' stroke-width='0.5'/%3E%3C/svg%3E");
    background-size: 50px 50px;
    opacity: 0.3;
    animation: rotateBackground 60s linear infinite;
}

.divine-rays {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgba(255,215,0,0.1) 1deg,
        transparent 4deg
    );
    animation: rotateRays 30s linear infinite;
}

/* Subscribe Section */
.subscribe-section {
    /* padding: 80px 0; */
    background: linear-gradient(45deg, #193d00, #670303);
    position: relative;
    overflow: hidden;
    border-top: 3px solid #FFD700;
    border-bottom: 3px solid #FFD700;
}

.subscribe-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='40' fill='rgba(255,215,0,0.05)' text-anchor='middle' dominant-baseline='middle'%3E॥ ॐ ॥%3C/text%3E%3C/svg%3E");
    opacity: 0.2;
}

.subscribe-content {
    padding: 20px;
}

.subscribe-content h2 {
    color: #FFD700;
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    line-height: 1.3;
}

.subscribe-description {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.subscribe-form-wrapper {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.subscribe-form .input-group {
    border-radius: 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    padding: 5px;
    border: 2px solid #FFD700;
}

.subscribe-form .form-control {
    border: none;
    padding: 15px 25px;
    font-size: 1.1rem;
    color: #800000;
    background: transparent;
}

.subscribe-form .form-control:focus {
    box-shadow: none;
    outline: none;
}

.subscribe-form .form-control::placeholder {
    color: rgba(128, 0, 0, 0.6);
}

.subscribe-btn {
    padding: 12px 30px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border: none;
    color: #800000;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.subscribe-btn:hover {
    background: linear-gradient(135deg, #FFA500, #FFD700);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    color: #800000;
}

@media (max-width: 992px) {
    .subscribe-content h2 {
        font-size: 2.4rem;
    }
    
    .subscribe-description {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .subscribe-section {
        padding: 50px 0;
    }

    .subscribe-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .subscribe-content h2 {
        font-size: 2rem;
    }

    .subscribe-form-wrapper {
        padding: 20px;
    }

    .subscribe-form .input-group {
        flex-direction: column;
        gap: 15px;
        background: transparent;
        padding: 0;
        border: none;
    }

    .subscribe-form .form-control {
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.95);
        border: 2px solid #FFD700;
    }

    .subscribe-btn {
        width: 100%;
    }
}

/* Footer */
footer {
    background: linear-gradient(135deg, #800000, #4A0000);
    padding: 50px 0 30px;
    position: relative;
    overflow: hidden;
    border-top: 3px solid #FFD700;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, rgba(255, 215, 0, 0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 215, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255, 215, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255, 215, 0, 0.05) 75%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ctext x='50%25' y='50%25' font-size='20' fill='rgba(255,215,0,0.07)' text-anchor='middle' dominant-baseline='middle'%3E॥ ॐ ॥%3C/text%3E%3C/svg%3E");
    background-size: 40px 40px, 40px 40px, 40px 40px, 40px 40px, 80px 80px;
    opacity: 0.15;
    pointer-events: none;
    animation: subtleFloat 30s linear infinite;
}

@keyframes subtleFloat {
    0% { background-position: 0 0, 20px 0, 20px -20px, 0 20px, 0 0; }
    100% { background-position: 40px 40px, 60px 40px, 60px 20px, 40px 60px, 80px 80px; }
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
}

.footer-section {
    color: #FFF;
    background: linear-gradient(135deg, rgba(128, 0, 0, 0.3), rgba(74, 0, 0, 0.3));
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-section h3 {
    color: #FFD700;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #FFD700, transparent);
}

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

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

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 3px 0;
}

.footer-links a:hover {
    color: #FFD700;
    transform: translateX(5px);
}

.footer-contact p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact i {
    color: #FFD700;
    font-size: 1.2rem;
}
.footer-contact .social-links i {  color: #db0505;}
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #800000;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.social-links a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    border-color: #FFD700;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.footer-bottom a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #FFA500;
}

@media (max-width: 768px) {
    footer {
        padding: 40px 0 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links a:hover {
        transform: translateX(0) scale(1.05);
    }

    .social-links {
        justify-content: center;
    }

    .footer-contact p {
        justify-content: center;
    }
}
.learn-more span {
    margin-left: 10px;
    transition: transform 0.3sease;
}
/* Animations */
@keyframes rotateBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotateRays {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .navbar-nav {
        margin-top: 1rem;
    }
    
    .temple-title {
        font-size: 4.5rem;
    }
    
    .title-english {
        font-size: 1.6rem;
    }
    
    .title-hindi {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .header-card-slider {
        padding: 20px 0;
        overflow: hidden;
    }
    
    .header-card-swiper {
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    
    .swiper-wrapper {
        display: flex;
    }
    
    .header-card-slide {
        width: calc(50% - 10px);
        max-width: none;
        aspect-ratio: 1/1.1;
        padding: 8px;
        margin: 0 5px;
    }
    
    .temple-title {
        font-size: 3.5rem;
    }
    
    .how-it-works-section {
        padding: 30px 15px;
    }
    
    .dharamtitle {
        font-size: 1.6rem;
        padding: 12px;
    }
    
    .step {
        padding: 15px;
    }
    
    .step-description h3 {
        font-size: 1.2rem;
    }
    
    .step-points li {
        font-size: 1rem;
        padding-left: 25px;
    }
    
    .info-box {
        padding: 20px;
        margin-top: 20px;
    }
    
    .info-box h2 {
        font-size: 1.5rem;
    }
    
    .benefits-list li {
        padding: 12px;
    }
    
    .benefits-list p {
        font-size: 1rem;
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .job-search-section {
        min-height: auto;
        padding: 30px 0;
    }

    .job-search-images {
        flex-direction: column;
    }
    
    .image-container {
        height: 300px;
        margin-bottom: 20px;
    }

    .image-container:nth-child(2) {
        display: none;
    }

    .job-search-text {
        padding: 20px;
    }

    .aboutdevvani h1 {
        font-size: 1.8rem !important;
    }

    .aboutdevvani p {
        font-size: 1rem !important;
    }

    .subscribe-section {
        padding: 40px 0;
    }

    .subscribe-content h2 {
        font-size: 1.8rem;
        padding: 0 15px;
    }

    .subscribe-form {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .subscribe-form input[type="email"] {
        width: 100%;
        min-width: unset;
        padding: 12px 20px;
        font-size: 1rem;
    }

    .subscribe-form button {
        width: 100%;
        min-width: unset;
        padding: 12px 25px;
        font-size: 1.1rem;
    }
}

@media (min-width: 769px) {
    .subscribe-form {
        flex-direction: row;
        align-items: center;
    }
    
    .subscribe-form input[type="email"] {
        max-width: 60%;
    }
    
    .subscribe-form button {
        max-width: 35%;
    }
}

@media (max-width: 576px) {
    .temple-title {
        font-size: 2.8rem;
    }
    
    .title-english {
        font-size: 1.2rem;
    }
    
    .title-hindi {
        font-size: 1.4rem;
    }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .header-card-slide {
        max-width: 250px;
    }
    .header-card-slide h4 {
        font-size: 0.95rem;
    }
}

@media (max-width: 992px) {
    .header-card-slide {
        max-width: 220px;
    }
    .header-card-slide h4 {
        font-size: 0.9rem;
        padding: 6px 5px;
    }
}

@media (max-width: 768px) {
    .header-card-slider {
        padding: 20px 0;
    }
    .header-card-slide {
        max-width: 180px;
        aspect-ratio: 1/1.1;
        padding: 8px;
    }
    .header-card-slide img {
        margin-bottom: 8px;
    }
}

@media (max-width: 576px) {
    .header-card-slider {
        padding: 15px 0;
    }
    .header-card-slide {
        width: calc(50% - 8px);
        aspect-ratio: 1/1;
        padding: 6px;
        margin: 0 4px;
        flex-shrink: 0;
    }
    .header-card-slide img {
        margin-bottom: 6px;
        border-width: 1px;
    }
}

@media (max-width: 400px) {
    .header-card-slide {
        width: calc(50% - 6px);
        margin: 0 3px;
    }
}