* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: linotte_bold, sans-serif;
}

.cosmic-kundli-section {
    padding: 70px 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff3df;
}

.heading-text {
    color: #ff6600;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.book-img {
    width: 400px;
    max-width: 100%;
    display: block;
    margin: auto;
}

.marquee-section-container {
    padding: 40px;
    background: #ffffff;
    font-family: Arial, sans-serif;
}
.marquee-box {
    width: 67%;
    margin: auto;
    background: linear-gradient(135deg, #b25106, #2e1d07);
    border-radius: 4px;
    overflow: hidden;
    padding: 12px 0;
}

/* Marquee Text */
.marquee-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.pricing-section {
    padding: 50px 20px;
    background-color: #fbecd6;
}

.pricing-card {
    background: #f9f5ea;
    border: 1.5px solid #ff8a00;
    border-radius: 22px;
    padding: 18px;
    height: 100%;
    transition: 0.3s;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.card-header-box {
    border-radius: 16px;
    padding: 18px 15px;
    text-align: center;
    margin-bottom: 18px;
    height: 91px;
}

.card-header-box h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

/* Small Title */
.mini-title {
    border: 1px solid #ff8a00;
    border-radius: 14px;
    text-align: center;
    padding: 10px;
    color: #ff6600;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.report-text {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 18px;
    color: #000;
}

.description {
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    color: #222;
    margin-bottom: 20px;
}

/* Price */
.price-box {
    text-align: center;
    margin-bottom: 20px;
}

.old-price {
    color: #000;
    font-size: 20px;
    text-decoration: line-through;
    margin-right: 10px;
}

.new-price {
    color: #ff6600;
    font-size: 40px;
    font-weight: 700;
}

hr {
    border-color: #d8d8d8;
    margin-bottom: 18px;
}

/* Button */
.buy-btn {
    width: 100%;
    border: none;
    background: linear-gradient(135deg, #ff512f, #f09819);
    color: #fff;
    padding: 15px;
    font-size: 23px;
    font-weight: 700;
    border-radius: 16px;
    transition: 0.3s;
}

.buy-btn:hover {
    background: #f09819;
}

.kundli-report-section {
    background: #f8f3f1;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

/* HEADING */
.report-heading {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 35px;
}

/* LIST */
.report-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ITEM */
.report-item {
    border: 1px dotted #fa7104;
    border-radius: 5px;
    padding: 10px 16px;
    color: #866C1E;
    font-size: 16px;
    background: transparent;
    font-weight: 500;
}
.report-item:hover {
    transform: translateY(-4px);
}

/* IMAGE */
.kundli-book-img {
    width: 320px;
    max-width: 100%;
    margin-bottom: 22px;
}

/* BUTTON */
.buy-now-btn {
    background: linear-gradient(to right, #ff5a00, #ffa000);
    color: #fff;
    padding: 14px 95px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;

    border: none;
}

/* DELIVERY SECTION */
.delivery-section {
    background: #f7ebda;
    padding: 70px 20px;
    text-align: center;
}

/* FEATURES WRAPPER */
.features-wrapper {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

/* CARD */
.feature-card {
    background: #fff;
    width: 220px;
    min-height: 125px;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}
.feature-card:hover {
    transform: translateY(-5px);
}

/* ICON CIRCLE */
.icon-box {
    width: 42px;
    height: 42px;
    background: linear-gradient(to right, #ff5a00, #ffa000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.icon-box i {
    color: #fff;
    font-size: 18px;
}

/* CARD TEXT */
.feature-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    margin: 0;
    font-weight: 500;
}

/* HEADING */
.delivery-heading {
    font-size: 42px;
    color: #ff6b00;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
    line-height: 1.2;
}

/* PARAGRAPH */
.delivery-text {
    max-width: 900px;
    margin: auto;
    font-size: 16px;
    color: #111;
    line-height: 1.8;
}

/* SECTION */
.kundli-faq-section {
    background: #ffffff;
    padding: 70px 20px;
}

/* TOP TITLE */
.faq-top-heading h2,
.faq-bottom-title h2 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.faq-top-heading p,
.faq-bottom-title p {
    color: #212529;
    font-size: 16px;
    margin-bottom: 35px;
}

/* FEATURE BOX */
.faq-feature-box {
    border: 1.5px dotted #ff6600;
    padding: 18px;
    min-height: 211px;
    background: #fff7ef;
    transition: 0.3s;
}

.faq-feature-box:hover {
    transform: translateY(-4px);
}

.faq-feature-box h4 {
    color: #ff6600;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.faq-feature-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.faq-feature-box ul li {
    font-size: 16px;
    color: #212529;
    margin-bottom: 10px;
}

.faq-feature-box ul li i {
    color: #ff6600;
    font-size: 7px;
    margin-right: 8px;
}

/* BANNER */
.kundli-banner {
    background:
        linear-gradient(75deg, rgb(10 10 10) 0%, rgb(10 10 10 / 45%) 100%),
        url("/frontend/images/divya-kundli-img.webp");
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    padding: 35px;
    margin: 40px 0;

    overflow: hidden;
    color: #fff;
}

.kundli-banner h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.kundli-banner p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.banner-list {
    list-style: none;
    padding: 0;
}

.banner-list li {
    margin-bottom: 12px;
    font-size: 15px;
}

.banner-list i {
    color: #ff9d00;
    margin-right: 10px;
}

.order-now-btn {
    background: #ff7a00;
    border: none;
    color: #fff;
    padding: 13px 35px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 16px;
}

/* DELIVERY */
.delivery-section-faq {
    padding: 70px 20px;
    text-align: center;
}

.delivery-section-faq h2 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.delivery-section-faq p {
    color: #212529;
    font-size: 16px;
    max-width: 850px;
    margin: auto;
    line-height: 1.7;
}

/* ACCORDION */
.custom-accordion {
    max-width: 86%;
    margin: auto;
}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background: #FFD38F;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
    padding: 16px 20px;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #FFD38F;
    color: #000;
}

.custom-accordion .accordion-body {
    border: 1px solid #eee;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    color: #212529;
}

.feature-list {
    margin-top: 45px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}

.feature-item {
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

.check-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: #ff7a00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

@media (max-width: 991px) {
    .kundli-section {
        padding: 50px 20px;
    }

    .heading-text {
        font-size: 30px;
        line-height: 1.5;
    }

    .book-img {
        width: 220px;
        margin-top: 40px;
    }

    .pricing-card {
        margin-bottom: 25px;
    }

    .card-header-box h2 {
        font-size: 20px;
    }

    .new-price {
        font-size: 34px;
    }

    .buy-btn {
        font-size: 22px;
    }

    .report-heading {
        font-size: 36px;
        text-align: center;
    }

    .kundli-book-img {
        margin-top: 40px;
    }

    .report-list {
        margin-bottom: 35px;
    }
    .delivery-heading {
        font-size: 38px;
    }

    .feature-card {
        width: 160px;
    }
}

@media (max-width: 576px) {
    .heading-text {
        font-size: 22px;
    }

    .book-img {
        width: 180px;
    }

    .pricing-section {
        padding: 30px 15px;
    }

    .card-header-box h2 {
        font-size: 18px;
    }

    .mini-title {
        font-size: 16px;
    }

    .description {
        font-size: 14px;
    }

    .new-price {
        font-size: 30px;
    }

    .buy-btn {
        font-size: 20px;
        padding: 13px;
    }

    .report-heading {
        font-size: 28px;
    }

    .report-item {
        font-size: 14px;
    }

    .buy-btn {
        padding: 12px 60px;
        font-size: 16px;
    }
    .delivery-section {
        padding: 50px 15px;
    }

    .features-wrapper {
        gap: 14px;
    }

    .feature-card {
        width: 47%;
        min-height: auto;
        padding: 18px 12px;
    }

    .delivery-heading {
        font-size: 28px;
    }

    .delivery-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .feature-card p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .marquee-box {
        width: 95%;
    }

    .marquee-text {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .faq-feature-box {
        min-height: auto;
    }

    .delivery-section h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .kundli-faq-section {
        padding: 50px 15px;
    }

    .faq-top-heading h2,
    .faq-bottom-title h2 {
        font-size: 26px;
        line-height: 1.4;
    }

    .kundli-banner {
        padding: 25px;
    }

    .kundli-banner h3 {
        font-size: 24px;
    }

    .delivery-section h2 {
        font-size: 22px;
        line-height: 1.5;
    }

    .faq-feature-box h4 {
        font-size: 16px;
    }

    .faq-feature-box ul li {
        font-size: 13px;
    }

    .custom-accordion .accordion-button {
        font-size: 14px;
        padding: 14px 16px;
    }
}

/* Match - MAking css */
.mm-hero {
    position: relative;
    background: url("/frontend/images/match-making--01.jpg") center/cover
        no-repeat;
    padding: 100px 0;
    overflow: hidden;
}

.mm-hero h1 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.mm-hero p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.match-making-para p {
    font-size: 16px;
    color: #000;
}

/* Match- Making Form */
.mm-form-wrap {
    background: var(--white);
    padding: 55px 0;
}
.mm-form-wrap .sec-title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
}
.mm-form-wrap .sec-sub {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.mm-form-wrap .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
    text-align: left;
    display: block;
}
.mm-form-wrap .form-control,
.mm-form-wrap .form-select {
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 10px;
    color: #333;
}
.mm-form-wrap .form-control:focus,
.mm-form-wrap .form-select:focus {
    border-color: var(--or1);
    box-shadow: 0 0 0 3px rgba(255, 81, 47, 0.1);
}
.compatibility-btn {
    background: linear-gradient(to right, #ff5a00, #ffa000);
    color: #fff;
    padding: 14px 95px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    border: none;
}
.compatibility-btn:hover {
    background: #f09819;
}

.mm-form-panel {
    border-radius: 16px;
    padding: 32px 38px;
    margin-top: 8px;
    background: linear-gradient(180deg, #B25106 0%, #2E1D07 100%);
}

.mm-form-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 48px;
    align-items: start;
}
.mm-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
    color: #d4a017;
    font-size: 28px;
}
.mm-field {
    margin-bottom: 14px;
}
.mm-field:last-child {
    margin-bottom: 0;
}
.match-making-report-section {
    background: #f5e9d8;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.match-making-report-item {
    border: 1px dotted #fa7104;
    border-radius: 5px;
    padding: 10px 16px;
    color: #866C1E;
    font-size: 16px;
    background: #ffffffb3;
    font-weight: 500;
}

.matchmaking-section {
    max-width: 1200px;
    margin: auto;
    margin-top: 80px;
}

.section-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #ff6600;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.match-making-cards {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.match-card {
    background: #fff9eb;
    border: 1px dotted #fa7104;
    border-radius: 10px;
    width: 370px;
    padding: 20px 22px;
    transition: 0.3s ease;
}

.match-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.match-card h3 {
    color: #ff6b00;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.match-card ul {
    list-style: none;
}

.match-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #111;
    margin-bottom: 12px;
    line-height: 1.5;
}

.match-card ul li i {
    color: #ff5a1f;
    font-size: 14px;
    margin-top: 4px;
}
.importance-list {
    padding-left: 0;
}
.match-making-report {
    background-color: #f5e9d8;
}

.Varshphal-section {
    max-width: 980px;
    margin: 60px auto;
}

.title {
    text-align: center;
    color: #ff6a00;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.Varshphal-card {
    background: transparent;
    border: 1px dotted #fa7104;
    border-radius: 4px;
    padding: 14px 16px;
    min-height: 92px;
}
.Varshphal-card:hover {
    transform: translateY(-5px);
}

.Varshphal-card h3 {
    color: #ff6a00;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.Varshphal-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 0;
}

.btn-wrap {
    text-align: center;
}

.kundli-report-section {
    overflow: visible !important;
}

.container,
.row {
    overflow: visible !important;
}

.varshaphal-sticky-box {
    position: sticky;
    top: 100px;
    z-index: 9;
}

.chat-btn-section {
    text-align: center;
}
.chat-btn-wrappers {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.or-divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.or-divider span {
    background: #fff;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .title {
        font-size: 28px;
        line-height: 1.3;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .Varshphal-card {
        min-height: auto;
    }
}
