/* Rashifal Page Hero Section styles */
.rashifal-hero-section {
    background-color: #ffffff;
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #f1f5f9;
}

.rashifal-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rashifal-main-title {
    font-size: 2.3rem !important;
    font-weight: 800 !important;
    color: #0f172a !important; /* Slate-900 */
    margin: 0 0 6px 0 !important;
}

.rashifal-sub-title {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}

.zodiac-selectors-wrapper {
    overflow-x: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.zodiac-selectors-scroll {
    display: flex;
    gap: 16px;
    min-width: max-content;
}

.zodiac-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.zodiac-pill-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.6rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), inset 0 2px 4px rgba(255, 255, 255, 0.25);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.zodiac-pill:hover .zodiac-pill-icon {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15), inset 0 2px 4px rgba(255, 255, 255, 0.35);
}

.zodiac-pill.active .zodiac-pill-icon {
    transform: translateY(-4px) scale(1.15);
    box-shadow: 0 12px 20px -3px rgba(255, 122, 0, 0.3), inset 0 2px 4px rgba(255, 255, 255, 0.4);
    border: 2.5px solid #ff7a00;
}

.zodiac-pill-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #64748b;
    transition: color 0.25s ease, transform 0.25s ease;
}

.zodiac-pill:hover .zodiac-pill-name {
    color: #0f172a;
}

.zodiac-pill.active .zodiac-pill-name {
    color: #ff7a00;
    transform: translateY(1px);
}

/* Custom Zodiac Pill Gradients */
.zodiac-pill-icon.aries { background: linear-gradient(135deg, #065f46, #34d399); }
.zodiac-pill-icon.taurus { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.zodiac-pill-icon.gemini { background: linear-gradient(135deg, #7c3aed, #c084fc); }
.zodiac-pill-icon.cancer { background: linear-gradient(135deg, #db2777, #f472b6); }
.zodiac-pill-icon.leo { background: linear-gradient(135deg, #b91c1c, #f87171); }
.zodiac-pill-icon.virgo { background: linear-gradient(135deg, #4f46e5, #818cf8); }
.zodiac-pill-icon.libra { background: linear-gradient(135deg, #16a34a, #4ade80); }
.zodiac-pill-icon.scorpio { background: linear-gradient(135deg, #c2410c, #fb923c); }
.zodiac-pill-icon.sagittarius { background: linear-gradient(135deg, #0369a1, #38bdf8); }
.zodiac-pill-icon.capricorn { background: linear-gradient(135deg, #7c2d12, #a8715a); }
.zodiac-pill-icon.aquarius { background: linear-gradient(135deg, #0d9488, #2dd4bf); }
.zodiac-pill-icon.pisces { background: linear-gradient(135deg, #1e3a8a, #3b82f6); }

/* Dashboard layout grid */
.rashifal-dashboard-section {
    padding: 40px 0;
    background-color: #f8fafc;
}

.rashifal-dashboard-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.dashboard-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Column 1 indicator styles */
.sign-meta-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.sign-title-name {
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 !important;
}

.sign-date-range {
    font-size: 0.88rem;
    color: #64748b;
    margin-top: 4px;
}

.sign-large-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15), inset 0 2px 4px rgba(255, 255, 255, 0.3);
}

.horo-tabs-bar {
    display: flex;
    gap: 4px;
    background-color: #f1f5f9;
    padding: 4px;
    border-radius: 12px;
    width: fit-content;
}

.horo-tab {
    background-color: transparent;
    border: none;
    padding: 8px 18px;
    border-radius: 9px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.horo-tab:hover {
    color: #0f172a;
}

.horo-tab.active {
    background-color: #ffffff;
    color: #0f172a;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.metrics-container {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}

.metrics-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.metric-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.metric-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.88rem;
    font-weight: 700;
    color: #475569;
}

.metric-progress-bar {
    height: 8px;
    background-color: #f1f5f9;
    border-radius: 6px;
    overflow: hidden;
}

.metric-progress-fill {
    height: 100%;
    background-color: #1e3a8a;
    border-radius: 6px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.metrics-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.overall-circle-card {
    width: 94px;
    height: 134px;
    border-radius: 47px;
    border: 2px solid #f1f5f9;
    background-color: #f8fafc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.overall-percentage {
    font-size: 1.6rem;
    font-weight: 850;
    color: #0f172a;
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
}

.overall-label {
    font-size: 0.72rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

/* Water Fill Animation styling */
.water-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    transition: height 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    pointer-events: none;
}

.water-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 240px;
    height: 100%;
}

.water-layer-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: currentColor;
}

.water-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(-19px);
}

.water-back {
    animation: wave-move-back 4s linear infinite;
    opacity: 0.15;
}

.water-front {
    animation: wave-move-front 2.5s linear infinite;
    opacity: 0.25;
}

@keyframes wave-move-front {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-120px);
    }
}

@keyframes wave-move-back {
    0% {
        transform: translateX(-120px);
    }
    100% {
        transform: translateX(0);
    }
}

.lucky-parameters-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.lucky-box {
    background-color: #ffffff;
    padding: 20px 16px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}

.lucky-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #ff7a00;
    opacity: 0.8;
}

.lucky-box:nth-child(2)::before {
    background: #3b82f6;
}

.lucky-number-value, .lucky-colour-value {
    font-size: 1.35rem;
    font-weight: 850;
    color: #0f172a;
}

.lucky-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    margin-top: 4px;
}

.tip-of-day-card {
    background-color: #fffdf5;
    border-left: 4px solid #f59e0b;
    border-top: 1px solid #fef3c7;
    border-right: 1px solid #fef3c7;
    border-bottom: 1px solid #fef3c7;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(245, 158, 11, 0.03);
}

.tip-card-title {
    font-size: 1.08rem !important;
    font-weight: 850 !important;
    color: #b45309 !important;
    margin: 0 0 8px 0 !important;
}

.tip-card-desc {
    font-size: 0.88rem;
    color: #b45309;
    line-height: 1.5;
    margin-bottom: 12px;
}

.tip-muhurat {
    font-size: 0.75rem;
    font-weight: 700;
    color: #b45309;
}

.overview-box-small {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    display: none;
}

.overview-box-title {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
}

.overview-box-percent {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 700;
}

.overview-box-text {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.6;
}

/* Column 2 Aspect styles */
.aspect-card {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.aspect-title {
    font-size: 1.12rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 4px 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.aspect-percentage {
    font-size: 0.9rem !important;
    color: #64748b !important;
    font-weight: 700 !important;
}

.aspect-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

.aspect-bullet-row {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.65;
}

/* Column 3 Calendar styles */
.calendar-card {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.calendar-title {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 20px 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.calendar-title i {
    color: #ff7a00;
}

.festivals-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.festival-item {
    display: flex;
    gap: 14px;
}

.festival-date-pill {
    width: 48px;
    height: 54px;
    border-radius: 10px;
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fest-month {
    font-size: 0.65rem;
    font-weight: 800;
    color: #ef4444;
}

.fest-day {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    margin-top: 2px;
}

.festival-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.festival-name {
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 !important;
}

.festival-desc-text {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.45;
    margin: 0;
}

/* FAQ accordion section styles */
.rashifal-faq-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.rashifal-explanation {
    margin-bottom: 40px;
}

.explanation-title {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
}

.explanation-text-content p {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 10px;
}

.btn-show-more {
    background: none;
    border: none;
    color: #ff7a00;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin-top: 10px;
}

.faq-accordion-block {
    margin-top: 40px;
}

.faq-section-title {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 24px !important;
}

.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f8fafc;
}

.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    background: none;
    border: none;
    font-size: 0.96rem;
    font-weight: 700;
    color: #1e293b;
    text-align: left;
    cursor: pointer;
}

.accordion-body {
    padding: 0 24px 18px 24px;
    display: none;
}

.accordion-body p {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.accordion-item.active {
    border-color: #ff7a00;
    background-color: #ffffff;
}

.accordion-item.active .accordion-header {
    color: #ff7a00;
}

.accordion-item.font-active {
    border-color: #e2e8f0;
    background-color: #ffffff;
}

/* Responsive Dashboard styles */
@media (max-width: 1024px) {
    .rashifal-dashboard-grid {
        grid-template-columns: 1.2fr 1fr;
    }
    
    .col-calendar {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .rashifal-dashboard-grid {
        grid-template-columns: 1fr;
    }
    
    .col-calendar {
        grid-column: span 1;
    }
    
    .col-aspects {
        display: none; /* Hide aspect column and show small overview instead */
    }
    
    .overview-box-small {
        display: block;
    }
}
