.stream-info-text
{
    margin-block: -5px;
    padding-inline: 5px;
}

.button-info
{
    font-size: 12px;
    color: var(--gray-font-color-1);
    margin-top: 8px;
    bottom: -25px !important;
}

.toran-left, .toran-right
{
    position: absolute;
    bottom: 16%;
    height: 13%
}

.toran-left
{
    left: 0
}

.toran-right
{
    right: 0
}

.toran
{
    margin-top: -90px;
    margin-bottom: 30px;
}

.jky-gallary-flow
{
    margin-top: 20px;
}

.fundraiser-body
{
    padding-inline: 20px;
}

.fundraiser-body .fundraiser-details .first-layer
{
    margin-top: 20px;
}

.fundraiser-event-quote
{
    text-align: center;
}

.krishna-feet-straight
{
    margin-bottom: 50px;
    overflow: hidden;
}

.diya-container .diya-content {
    position: absolute;
    top: 20%;
    right: 43%;
    width: 50%;
}

.diya-container .diya-mobile, .diya-container .diya-desktop
{
    filter: drop-shadow(2px 4px 6px black);
}

.diya-text-hindi, .diya-text-english
{
    font-size: 2em !important;
}

.program-highlights
{
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin-inline: auto;
    margin-top: 20px;
    gap: 5%;
    width: 100%;
    justify-content: space-evenly;
}

.program-image
{
    width: 30%;
    margin-bottom: 20px;
}

.contests-container
{
    margin-top: 30px;
    position: relative;
}

.contests-container .button-info
{
    font-size: 12px;
    color: var(--gray-font-color-1);
    margin-top: 5px;
}

.contests-container .title 
{
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 15px;
}

.contest
{
    margin-bottom: 40px;
}

.contest-title
{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
}

.contest-body
{
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.contest-body.quiz
{
    flex-direction: row-reverse;
}

.contest-image, .contest-image-responsive
{
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}

.contest-image-responsive
{
    display: none;
}

.contest-info
{
    flex: 1.5;
}

.list-title
{
    font-weight: bold;
}

.contest-info li
{
    text-align: left;
}

.stream-placeholder
{
    height: 81%;
    top: 12%;
    border: 3px solid var(--orange-color-2);
}

.fundraiser-event-video
{
    height: 90%;
    top: 12%
}

.krishna-videos-section
{
    display: flex;
    overflow: auto;
    padding: 20px;
    gap: 20px;
    margin-block: 40px;
}

.video-container
{
    min-width: max(300px, 25%);
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden;
}

/* Event Highlights Styles */
.event-highlights-container {
    margin-block: 40px  100px;
}

.event-highlights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
    column-gap: 30px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
}

.highlight-block {
    background-color: var(--gray-color-1);
    border-radius: 15px;
    padding-inline: 30px;
    padding-block: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.highlight-content {
    flex: 3;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.highlight-header
{
    display: flex;
    align-items: center;
    gap: 10px;
}

.highlight-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.highlight-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.highlight-text {
    flex: 1;
    text-align: left;
}

.highlight-title {
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
}

.highlight-description {
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left;
    font-size: 0.95em;
}

.highlight-cta {
    color: var(--orange-color-2);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05em;
    display: inline-block;
    text-align: left;
}

.highlight-images {
    flex: 1;
    position: relative;
    height: 100%;
}

.image-stack {
    position: absolute;
    display: flex;
    flex-direction: column;
}

.image-stack-item
{
    width: 140px;
    height: 140px;
    background: white;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.stacked-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-stack.left
{
    left: -50%;
    top:-20%;
    z-index: 2;
}

.image-stack.right
{
    right: -50%;
    top:-20%;
}

.image-stack-item.left-top {
    transform: translateX(-10px) rotate(21deg);
    z-index: 2;
}

.image-stack-item.right-top {
    transform: translateX(-5px) rotate(-23deg);
    z-index: 0;
}

.image-stack-item.left-bottom {
    transform: translateX(-5px) rotate(-23deg);
    z-index: 0;
}

.image-stack-item.right-bottom {
    transform: translateX(5px) rotate(23deg);
    z-index: 0;
}

.still-life {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

/* Event Schedule Styles */
.event-schedule-container {
    max-width: 1200px;
    margin: 40px auto;
}

.schedule-header {
    text-align: center;
    margin-bottom: 30px;
}

.schedule-header h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--primary-color-start);
    margin: 0;
}

.date-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.date-tab {
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    background: #f0f0f0;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1em;
}

.date-tab.active {
    background: var(--primary-color-start);
    color: white;
}

.date-tab:hover:not(.active) {
    background: #e0e0e0;
}

.schedule-content {
    display: none;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.schedule-content.active {
    display: block;
}

.daily-banner {
    background: var(--primary-color-start);
    color: white;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.date-info {
    font-size: 1.1em;
}

.timezone {
    font-size: 0.9em;
    opacity: 0.9;
}

.schedule-table {
    padding: 20px;
}

.schedule-row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
}

.schedule-row:last-child {
    border-bottom: none;
}

.time {
    width: 200px;
    font-weight: 700;
    color: #656565;
    flex-shrink: 0;
    text-align: left;
}

.event {
    flex: 1;
    color: #656565;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    font-weight: 500;
}

.live-indicator {
    color: #dc3545;
    font-weight: 600;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    gap: 5px;
}

.live-indicator i {
    font-size: 0.8em;
}

.schedule-notes {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid var(--orange-color-2);
    text-align: left;
}

.schedule-notes p {
    margin: 5px 0;
    color: #666;
    font-size: 0.95em;
}

.schedule-notes p:first-child {
    font-weight: 600;
    color: #333;
}

.wishes-image
{
    margin-inline: auto;
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid var(--orange-color-2);
}
/* Responsive Design for Event Schedule */
@media screen and (max-width: 768px) {
    .button-info
    {
        bottom: -40px !important;
    }

    .fundraiser-body .fundraiser-details .supporters
    {
        margin-top: 40px;
    }

    .schedule-header h2 {
        font-size: 2em;
    }
    
    .date-tabs {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .date-tab {
        width: 200px;
        text-align: center;
    }
    
    .daily-banner {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    
    .schedule-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .time {
        width: 100%;
        font-size: 0.9em;
    }
    
    .event {
        width: 100%;
        font-size: 0.95em;
    }
}

@media screen and (max-width: 480px) {
    .event-schedule-container {
        padding: 0;
    }

    .schedule-row .event
    {
        justify-content: flex-start;
        text-align: left;
    }
    
    .schedule-header h2 {
        font-size: 1.8em;
    }
    
    .date-tab {
        width: 180px;
        padding: 10px 20px;
        font-size: 0.9em;
    }
    
    .daily-banner {
        padding: 12px 20px;
    }
    
    .date-info {
        font-size: 1em;
    }
    
    .schedule-table {
        padding: 15px;
    }
    
    .schedule-notes {
        padding: 15px;
    }
}

@media screen and (max-width: 340px)
{
    .button-info
    {
        bottom: -55px !important;
    }
}

@media screen and (max-width: 1200px)
{
    .diya-container .diya-content
    {
        top: 25%;
        right: 44%;
    }
    .diya-container .diya-content .diya-text-hindi, .diya-container .diya-content .diya-text-english
    {
        font-size: 1.5em !important;
        line-height: 40px;
    }
}

@media screen and (max-width: 968px)
{
    .toran
    {
        margin-top: -30px;
    }
    .diya-container .diya-content .diya-text-hindi, .diya-container .diya-content .diya-text-english
    {
        font-size: 1.3em !important;
        line-height: 30px;
    }
    .event-highlights-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .highlight-block {
        flex-direction: column;
        margin-bottom: 150px;
    }
    
    .highlight-content {
        flex-direction: column;
        align-items: center;
        padding-bottom: 30px;
    }
    
    .highlight-title,
    .highlight-description {
        text-align: center;
    }
    
    .highlight-images {
        order: -1;
        margin-bottom: 20px;
        position: absolute;
        bottom: -100%;
    }
    .highlight-block .image-stack
    {
        flex-direction: row;
        position: static;
    }
}

@media screen and (max-width: 868px)
{
    .diya-container .diya-content .diya-text-hindi, .diya-container .diya-content .diya-text-english
    {
        font-size: 1.2em !important;
        line-height: 25px;
    }
    .contest-image
    {
        display: none;
    }
    .contest-image-responsive
    {
        display: block;
    }
    .contest-body
    {
        flex-direction: column;
    }
    .contest-body.quiz
    {
        flex-direction: column;
    }
    .stream-info-text
    {
        font-size: 0.7em;
        bottom: -70px;
        text-align: center;
    }

}

@media screen and (max-width: 668px)
{
    .fundraiser-body .fundraiser-details
    {
        padding-top: 0;
    }
    .fundraiser-body .fundraiser-details .first-layer
    {
        margin-top: 0;
    }
    .event-highlights-container
    {
        margin-block: 20px;
    }
    .fundraising-overview
    {
        margin-block: 25px;
    }
    .stream-info-text
    {
        margin-top: 30px;
    }
    .diya-container .diya-content
    {
        position: static;
        margin-top: 30px;
        width: 100%;
    }
    .diya-container .diya-desktop
    {
        display: none;
    }
    .diya-container .diya-mobile
    {
        display: block;
    }
    .diya-container .diya-content .diya-text-hindi, .diya-container .diya-content .diya-text-english
    {
        font-size: 1.1em !important;
        line-height: 25px;
    }
    .diya-container .diya-content .diya-text-hindi
    {
        margin-block: 10px 5px;
        color: var(--orange-color-2)
    }
    .diya-container .diya-content .diya-text-english
    {
        margin-block: 10px 20px;
        color: var(--primary-color-start)
    }
    .program-image
    {
        width: 47%;
    }
    .stream-placeholder
    {
        height: 90%;
        top: 23%;
    }
    .fundraiser-event-video
    {
        height: 100%;
        top: 23%;
    }
    .fundraiser-event-banner
    {
        padding-bottom: 60% !important;
    }
    .fundraiser-body
    {
        margin-top: 30px
    }
    .krishna-feet-straight img
    {
        width: 200%;
    }
    
    .event-highlights-grid {
        padding: 0;
        gap: 20px;
    }
    
    .highlight-block {
        padding: 20px;
    }
    
    .highlight-title {
        font-size: 1.1em;
        text-align: left;
    }
    
    .highlight-description {
        font-size: 0.9em;
    }

    .highlight-cta
    {
        font-size: 1em;
        text-align: center;
        display: block;
    }
    
    .still-life {
        width: 60px;
        height: 60px;
        bottom: -15px;
        right: -15px;
    }
}

/* Special Celebration Styles */
.special-celebration {
    background: linear-gradient(135deg, #22137E 0%, #22137E 50%, #0F006A 100%);
    padding: 60px 20px;
    margin: 40px 0;
    border-radius: 15px;
    color: white;
}

.special-celebration-header {
    text-align: center;
    margin-bottom: 50px;
}

.special-celebration-header h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: white;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.celebration-blocks {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.celebration-block {
    flex: 1;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.celebration-image {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 4px solid #FFE784;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

.celebration-content {
    margin-bottom: 25px;
}

.celebration-title {
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.celebration-date {
    font-size: 1.1em;
    color: white;
    margin-bottom: 8px;
    font-weight: 500;
}

.celebration-tagline {
    font-size: 1.2em;
    color: white;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 0;
}

.celebration-description {
    text-align: left;
    line-height: 1.8;
    font-size: 1em;
    color: white;
    opacity: 0.95;
}

.celebration-description p {
    margin: 0;
    text-align: justify;
}

/* Responsive Design for Special Celebration */
@media screen and (max-width: 968px) {
    .celebration-blocks {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    
    .celebration-block {
        max-width: 100%;
    }
    
    .special-celebration-header h2 {
        font-size: 2em;
    }
}

@media screen and (max-width: 668px) {
    .special-celebration {
        padding: 40px 15px;
    }
    
    .special-celebration-header h2 {
        font-size: 1.8em;
    }
    
    .celebration-image {
        width: 100px;
        height: 100px;
    }
    
    .celebration-title {
        font-size: 1.1em;
    }
    
    .celebration-date {
        font-size: 1em;
    }
    
    .celebration-tagline {
        font-size: 1.1em;
    }
    
    .celebration-description {
        font-size: 0.95em;
    }
}

/* Soulful Offerings Styles */
.performance-container {
    max-width: 1200px;
    margin: 40px auto;
}

.soulful-offerings-wrapper {
    background: #FFF2BA;
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
}

/* Top Section: Image Collage + Soulful Offerings */
.top-section {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.image-collage {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.image-collage img {
    width: 100%;
    height: auto;
    display: block;
}

.soulful-offerings-section {
    flex: 1;
    border-radius: 12px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.section-header-title
{
    font-size: 1.6em;
    font-weight: 600;
    margin: 0;
}

.section-header i {
    color: var(--orange-color-2);
    font-size: 1.2em;
}

.section-header h3 {
    color: var(--primary-color-start);
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    text-align: left;
}

.section-description p:last-child {
    margin-bottom: 0;
}

/* Bottom Section: Submission Guidelines + Theme Box */
.bottom-section {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    margin-top: 20px;
}

.submission-guidelines {
    flex: 1;
    border-radius: 12px;
}

.submission-guidelines h4 {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}

.submission-guidelines ul {
    margin: 0;
    padding-left: 20px;
}

.submission-guidelines li
{
    text-align: left;
}

.submission-guidelines li:last-child {
    margin-bottom: 0;
}

.theme-box {
    flex: 1;
    background: #FFFBEB;
    padding: 25px;
    border-radius: 12px;
}

.theme-content h4 {
    color: #1e3a8a;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.theme-content h5 {
    color: #333;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}

.creative-categories {
    line-height: 1.6;
    text-align: left;
}

/* Submit Button Section */
.submit-button-section {
    text-align: center;
    margin-top: 25px;
}

.submit-button-section .jky-button {
    padding: 12px 30px;
    font-size: 1.1em;
    font-weight: 600;
}

/* Incentive Text */
.incentive-text {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #666;
    font-size: 0.9em;
    line-height: 1.5;
    margin-top: 20px;
    justify-content: flex-start;
}

.incentive-text i {
    color: #28a745;
    font-size: 1em;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Responsive Design for Soulful Offerings */
@media screen and (max-width: 968px) {
    .top-section,
    .bottom-section {
        flex-direction: column;
        gap: 20px;
    }
    
    .image-collage,
    .soulful-offerings-section,
    .submission-guidelines,
    .theme-box {
        flex: none;
    }
    
    .soulful-offerings-wrapper {
        padding: 30px;
    }
    
    .section-header h3 {
        font-size: 1.4em;
    }
    
    .submission-guidelines h4,
    .theme-content h4 {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 668px) {
    .performance-container {
        padding: 0;
    }

    .image-collage
    {
        order: 2;
    }
    
    .soulful-offerings-wrapper {
        padding: 0;
    }
    
    .soulful-offerings-section,
    .theme-box {
        padding: 20px;
    }

    .bottom-section
    {
        padding: 20px 20px 30px 20px;
    }
    
    .section-header h3 {
        font-size: 1.3em;
    }
    
    .creative-categories {
        font-size: 0.85em;
    }
    
    .incentive-text {
        font-size: 0.8em;
    }
    
    .submit-button-section .jky-button {
        padding: 10px 25px;
        font-size: 1em;
    }
}

/* Offerings Cards Styles */
.offerings-cards-container {
    margin-top: 40px;
}

.offerings-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.offering-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
}

.krishna-quiz-card
{
    background: #FFEADC;
    padding: 20px;
}

.kirtan-demand-card
{
    background: #D6E8FF;
    padding: 20px;
}

.card-header {
    position: relative;
    overflow: hidden;
}

.card-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card-content {
    padding-top: 20px;
}

.card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.card-title i {
    color: var(--orange-color-2);
}

.card-title span {
    font-weight: bold;
}

.card-description {
    margin-bottom: 20px;
    text-align: left;
}

.card-details {
    margin-bottom: 20px;
}

.card-details ul {
    margin: 0;
    padding-left: 20px;
}

.card-details li {
    margin-bottom: 8px;
    text-align: left;
}

.card-details li:last-child {
    margin-bottom: 0;
}

.card-action {
    text-align: center;
}

.card-action .jky-button {
    padding: 12px 30px;
    font-size: 1em;
    font-weight: 600;
}

/* Card-specific styles */
.krishna-quiz-card .card-image {
    background: linear-gradient(135deg, #FFE784 0%, #FFD700 100%);
}

.kirtan-demand-card .card-image {
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
}

/* Responsive Design for Offerings Cards */
@media screen and (max-width: 968px) {
    .offerings-cards-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 20px;
    }
    
    .card-content {
        padding: 20px;
    }
    

}

@media screen and (max-width: 668px) {
    .offerings-cards-container {
        margin-top: 30px;
    }
    
    .offerings-cards-grid {
        gap: 20px;
        padding: 0;
    }

    .krishna-quiz-card, .kirtan-demand-card
    {
        padding: 0;
    }
    
    .card-content {
        padding: 20px 20px 30px 20px;
    }
    
    .card-action .jky-button {
        padding: 10px 25px;
        font-size: 0.9em;
    }
}

/* Responsive Donate Button Visibility - Highest Priority */
@media screen and (max-width: 668px) {
    .donate-button-1 {
        display: inline !important;
    }

    .donate-button-1 + .button-info
    {
        display: block !important;
    }
    
    .donate-button-2, .donate-button-2 + .button-info {
        display: none !important;
    }
    .foreign-currency-button
    {
        text-align: center;
        margin-top: 15px;
    }
    .foreign-currency-button + .button-info
    {
        text-align: center;
    }
}

@media screen and (min-width: 669px) {
    .donate-button-1, .donate-button-1 + .button-info {
        display: none !important;
    }
    
    .donate-button-2 {
        display: inline !important;
    }

    .donate-button-2 + .button-info
    {
        display: block !important;
    }
}