/* ==========================================================
   free-kundli.css
   Extracted from inline <style> so the browser can CACHE this
   file across page loads instead of re-downloading the same
   CSS on every visit. Put this file at: public/css/free-kundli.css
   ========================================================== */

/* Main container */
.kundli-container {
    padding: 60px;
    background-color: #f9f9f9;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.kundli-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.kundli-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin-top: 15px;
    margin-bottom: 10px;
}

.kundli-paragraph {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    text-align: justify;
}

.kundli-subheading {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-top: 20px;
    margin-bottom: 10px;
}

.kundli-faq-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.kundli-question {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-top: 15px;
    margin-bottom: 5px;
}

h3 { padding: 10px 0; }
input { width: 100%; }
select { width: 100%; }

.last-btn {
    padding: 10px 15px;
    background-color: #ff7600;
    color: white;
    border-radius: 5px;
    border: none;
    margin: 6px 0px;
}

.login-btn {
    background-color: #ff7600;
    margin-left: 121px;
    padding: 10px 30px;
    color: white;
    border: none;
    border-radius: 5px;
}

.main-para p {
    padding-top: 14px;
    font-size: 15px;
}

.visit-section {
    background-color: #ff7600;
    width: 100%;
    height: 150px;
    margin: 10px 0px;
}

.visit-section h2 { color: white; }

.visit-btn {
    background-color: white;
    color: #ff7600;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    margin-left: 46%;
}

.abc-field span {
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
}

.main-time { display: flex; }
.main-time p { padding: 0px; margin-left: 20px; }

.all-free-kundli {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0px;
}

.delted-icon i { color: green; }

.scroll-down-icon {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #000;
    cursor: pointer;
    display: none;
}
.scroll-down-icon.show { display: block; }

/* Quick Answer / AEO summary box */
.quick-answer-box {
    max-width: 1100px;
    margin: 30px auto 10px auto;
    padding: 22px 28px;
    background: #fff9f2;
    border: 1px solid #ffd4ac;
    border-left: 6px solid #ff7600;
    border-radius: 10px;
}
.quick-answer-box h2 { font-size: 1.2rem; margin: 0 0 10px 0; color: #222; }
.quick-answer-box p { font-size: 1rem; color: #444; margin-bottom: 10px; line-height: 1.6; }
.quick-answer-box ul { margin: 0 0 10px 20px; padding: 0; color: #444; }

.last-updated-note {
    text-align: center;
    color: #888;
    font-size: 0.85rem;
    margin-top: -10px;
    margin-bottom: 10px;
}

/* Key facts table */
.kundli-facts-table {
    width: 100%;
    max-width: 850px;
    margin: 20px auto 30px auto;
    border-collapse: collapse;
    font-size: 15px;
}
.kundli-facts-table th,
.kundli-facts-table td {
    border: 1px solid #e1e1e1;
    padding: 10px 14px;
    text-align: left;
}
.kundli-facts-table th {
    background-color: #ff7600;
    color: #fff;
    width: 40%;
}

/* ---- NEW: AI Kundli Insights box (captures the "AI kundli" trend) ---- */
.ai-kundli-box {
    max-width: 1100px;
    margin: 40px auto;
    padding: 26px 30px;
    background: linear-gradient(155deg, #1A2E51 0%, #0b0c10 100%);
    border-radius: 16px;
    color: #fff;
    border: 1px solid rgba(255, 118, 0, 0.35);
}
.ai-kundli-box .ai-badge {
    display: inline-block;
    background-color: #ff7600;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
}
.ai-kundli-box h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #fff;
}
.ai-kundli-box p {
    font-size: 1rem;
    color: #d8d8d8;
    line-height: 1.6;
    margin-bottom: 14px;
}
.ai-kundli-box ul {
    margin: 0 0 18px 20px;
    padding: 0;
    color: #f0f0f0;
}
.ai-kundli-box ul li { margin-bottom: 6px; }
.ai-kundli-box .ai-cta {
    display: inline-block;
    background-color: #ff7600;
    color: #fff;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
}
.ai-kundli-box .ai-cta:hover { background-color: #e56800; color: #fff; text-decoration: none; }

/* SEO/Promo: Vastu + Numerology banner */
.seo-promo-section { max-width: 1100px; margin: 50px auto; padding: 0 20px; }
.seo-promo-section .promo-heading { text-align: center; margin-bottom: 40px; }
.seo-promo-section .promo-heading h2 { font-size: 2.4rem; font-weight: 800; color: #222; margin-bottom: 10px; }
.seo-promo-section .promo-heading p { font-size: 1.15rem; color: #777; margin: 0; }

.seo-promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }

.seo-promo-card {
    background: linear-gradient(155deg, #1A2E51 0%, #0b0c10 100%);
    border-radius: 20px;
    padding: 38px;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 118, 0, 0.3);
    position: relative;
    overflow: hidden;
}
.seo-promo-card::before {
    content: '';
    position: absolute;
    top: -70px;
    right: -70px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255,118,0,0.18) 0%, rgba(255,118,0,0) 70%);
    border-radius: 50%;
}
.seo-promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.3);
    text-decoration: none;
    color: #fff;
    border-color: #ff7600;
}
.seo-promo-card .promo-top-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.seo-promo-card .promo-icon { font-size: 2.8rem; line-height: 1; }
.seo-promo-card .promo-tag {
    background-color: #ff7600;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}
.seo-promo-card h3 { font-size: 1.85rem; font-weight: 800; color: #ff7600; margin: 0 0 12px 0; }
.seo-promo-card > p.promo-desc { font-size: 1.05rem; line-height: 1.6; color: #d8d8d8; margin: 0 0 22px 0; }

.promo-stats { display: flex; gap: 20px; margin-bottom: 22px; flex-wrap: wrap; }
.promo-stats .stat-box {
    background: rgba(255, 118, 0, 0.12);
    border: 1px solid rgba(255, 118, 0, 0.35);
    border-radius: 12px;
    padding: 10px 16px;
    flex: 1;
    min-width: 120px;
}
.promo-stats .stat-box .stat-number { font-size: 1.5rem; font-weight: 800; color: #ff7600; display: block; line-height: 1.1; }
.promo-stats .stat-box .stat-label { font-size: 0.8rem; color: #ccc; }

.seo-promo-card ul.promo-features { list-style: none; padding: 0; margin: 0 0 26px 0; flex-grow: 1; }
.seo-promo-card ul.promo-features li {
    font-size: 1rem;
    font-weight: 600;
    color: #f0f0f0;
    padding: 8px 0 8px 30px;
    position: relative;
    line-height: 1.4;
}
.seo-promo-card ul.promo-features li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 8px;
    color: #ff7600;
    font-weight: 900;
    font-size: 1.1rem;
}

.seo-promo-card .promo-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 20px;
}
.seo-promo-card .promo-price { font-size: 0.95rem; color: #aaa; }
.seo-promo-card .promo-price strong { color: #ff7600; font-size: 1.3rem; font-weight: 800; display: block; }
.seo-promo-card .promo-cta {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    background-color: #ff7600;
    padding: 12px 22px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
.seo-promo-card:hover .promo-cta { background-color: #e56800; }

/* Carousel */
.carousel-container { width: 100%; max-width: 1000px; padding: 10px; margin: 0 auto; }
.carousel-card {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.carousel-radio { display: none; }
.carousel-slides { display: flex; transition: transform 0.5s ease-in-out; }
.carousel-slide { min-width: 100%; box-sizing: border-box; text-align: center; padding: 20px; }
.carousel-image {
    max-width: 100%;
    width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.carousel-image:hover { transform: scale(1.05); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); }
.carousel-content { padding: 10px; }
.carousel-title { font-size: 2rem; font-weight: bold; margin-bottom: 10px; }
.carousel-description { font-size: 1.5rem; color: #555; line-height: 1.6; }
.carousel-button {
    display: inline-block;
    background-color: orange;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}
.carousel-button:hover { background-color: darkorange; }
.carousel-navigation { display: flex; justify-content: center; margin-bottom: 10px; }
.carousel-nav-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}
.carousel-radio:checked + .carousel-slides .carousel-slide { display: block; }
.carousel-radio:checked + .carousel-navigation .carousel-nav-dot { background-color: #007bff; }

.kundli-text-center { text-align: center; }
.kundli-complimentary-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .carousel-container { padding: 5px; }
    .carousel-card { padding: 10px; }
    .carousel-title { font-size: 1.25rem; }
    .carousel-description { font-size: 0.875rem; }
    .carousel-button { width: 100%; padding: 10px; }
}

@media (max-width: 768px) {
    .seo-promo-grid { grid-template-columns: 1fr; }
    .seo-promo-card { padding: 28px; }
    .seo-promo-section .promo-heading h2 { font-size: 1.9rem; }
    .kundli-container { padding: 25px 18px; }
    .quick-answer-box { padding: 18px; }
    .ai-kundli-box { padding: 20px; margin: 24px auto; }
}
