/* ============================================================
   GURU SEVA ELEGANT VEDIC DESIGN SYSTEM
   ============================================================ */

/* Top Summary & Hero Header */
.guru-header-banner {
    background: linear-gradient(135deg, #8B1A1A 0%, #5B0E0E 100%);
    color: #ffffff;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(139, 26, 26, 0.2);
    border-bottom: 3px solid #D4AF37;
}

.guru-header-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #F1C40F;
    margin: 0;
    text-transform: uppercase;
}

.guru-header-sub {
    font-size: 14.5px;
    color: #FDFBF7;
    margin-top: 6px;
    opacity: 0.9;
}

/* Shloka Card */
.guru-shloka-card {
    background: #FFFDF9;
    border: 1.5px solid #E6DBC9;
    border-left: 5px solid #8B1A1A;
    border-radius: 14px;
    padding: 26px 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    margin-bottom: 30px;
}

.guru-shloka-text {
    font-family: 'Playfair Display', 'Nirmala UI', serif;
    font-size: 20px;
    font-weight: 700;
    color: #8B1A1A;
    line-height: 1.6;
    margin-bottom: 12px;
}

.guru-shloka-meaning {
    font-size: 14px;
    color: #5C4A3A;
    line-height: 1.6;
    margin: 0;
}

.guru-image-frame {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(139, 26, 26, 0.15);
    border: 3px solid #D4AF37;
    max-width: 320px;
    margin: 0 auto;
}

.guru-image-frame img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Guru Seva Row-wise List & Items */
.guru-search-box {
    position: relative;
    max-width: 450px;
    width: 100%;
}

.guru-search-box input {
    width: 100%;
    padding: 10px 18px 10px 42px;
    border: 1.5px solid #EADBCE;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    background: #FFFFFF;
    transition: all 0.2s ease;
}

.guru-search-box input:focus {
    border-color: #8B1A1A;
    box-shadow: 0 0 10px rgba(139, 26, 26, 0.12);
}

.guru-search-box i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #8B1A1A;
    font-size: 15px;
}

.guru-schemes-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

.guru-row-item {
    background: #FFFFFF;
    border: 1.5px solid #EADBCE;
    border-radius: 12px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.guru-row-item:hover {
    border-color: #8B1A1A;
    box-shadow: 0 6px 18px rgba(139, 26, 26, 0.08);
    transform: translateX(4px);
}

.guru-row-item.selected {
    background: #FDFBF7;
    border: 2px solid #8B1A1A;
    box-shadow: 0 6px 20px rgba(139, 26, 26, 0.14);
}

.guru-row-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-grow: 1;
}

.custom-tick-container {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    flex-shrink: 0;
}

.custom-tick-box {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 2px solid #c4ab8d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: transparent;
    font-size: 13px;
    transition: all 0.2s ease;
}

.guru-row-item.selected .custom-tick-box {
    background: #8B1A1A;
    border-color: #8B1A1A;
    color: #F1C40F;
}

.guru-checkbox-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.guru-row-img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 10px;
    border: 1.5px solid #ebd0b5;
    background: #ffffff;
    flex-shrink: 0;
}

.guru-row-info {
    flex-grow: 1;
}

.guru-row-title {
    font-size: 15.5px;
    font-weight: 700;
    color: #2c2117;
    margin-bottom: 2px;
    line-height: 1.3;
}

.guru-row-item.selected .guru-row-title {
    color: #8B1A1A;
}

.guru-row-badge {
    background: #FAF3E8;
    color: #8B1A1A;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 8px;
    border: 1px solid #D4AF37;
}

.guru-row-desc {
    font-size: 12.5px;
    color: #6b5e52;
    margin: 3px 0 0 0;
    line-height: 1.4;
}

.guru-row-meaning {
    font-size: 12px;
    color: #7d5220;
    margin-top: 2px;
    display: block;
}

.guru-row-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.guru-row-price-label {
    font-size: 10.5px;
    color: #887766;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.guru-row-price {
    font-size: 18px;
    font-weight: 800;
    color: #8B1A1A;
    white-space: nowrap;
}

/* Sticky Bottom Bar */
.guru-sticky-bar {
    position: sticky;
    bottom: 15px;
    z-index: 999;
    background: #FFFFFF;
    border: 2px solid #D4AF37;
    border-radius: 40px;
    padding: 14px 28px;
    box-shadow: 0 12px 36px rgba(139, 26, 26, 0.22);
    margin-top: 35px;
}

.guru-btn-proceed {
    background: linear-gradient(135deg, #8B1A1A 0%, #5B0E0E 100%);
    color: #FFFFFF !important;
    border: 1px solid #F1C40F;
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(139, 26, 26, 0.3);
}

.guru-btn-proceed:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 18px rgba(139, 26, 26, 0.4);
    background: linear-gradient(135deg, #A01F1F 0%, #6E1414 100%);
}

.guru-badge-count {
    background: #F1C40F;
    color: #5B0E0E;
    font-weight: 800;
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .guru-row-item {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 14px 16px;
    }
    .guru-row-left {
        align-items: flex-start;
    }
    .guru-row-right {
        border-top: 1px dashed #EADBCE;
        padding-top: 10px;
        justify-content: space-between;
        width: 100%;
    }
    .guru-row-right .text-end {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .guru-sticky-bar {
        border-radius: 16px;
        padding: 12px 16px;
        flex-direction: column;
        gap: 10px;
    }
    .guru-btn-proceed {
        width: 100%;
        justify-content: center;
    }
}
