.space{
    padding:40px 0px;
}

/* =========================================
   NUMEROLOGY HERO
========================================= */
/* =========================================
   NUMEROLOGY HERO
========================================= */

.numerology-hero {
    position: relative;
    min-height: 670px;
    display: flex;
    align-items: center;
    overflow: hidden;

    /* Fallback if video doesn't load */
    background: #08051a;
}


/* =========================================
   BACKGROUND VIDEO
========================================= */

.hero-video-bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    z-index: 0;

    pointer-events: none;
}


/* =========================================
   VIDEO DARK / PURPLE OVERLAY
========================================= */

.hero-video-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(6, 3, 25, 0.85) 0%,
            rgba(10, 5, 35, 0.68) 42%,
            rgba(15, 7, 45, 0.58) 72%,
            rgba(7, 3, 24, 0.85) 100%
        );

    pointer-events: none;
}


/* Extra cinematic glow */

.numerology-hero::after {
    content: "";
    position: absolute;
    inset: 0;

    z-index: 2;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 75% 50%,
            rgba(154, 92, 255, 0.08),
            transparent 38%
        ),
        radial-gradient(
            circle at 20% 30%,
            rgba(94, 64, 255, 0.05),
            transparent 32%
        );
}

/* =========================================
   CONTENT ABOVE VIDEO
========================================= */

.numerology-hero .container {
    position: relative;
    z-index: 5;
}


/* =========================================
   HERO CONTENT
========================================= */

.hero-content {
    position: relative;
    z-index: 6;
}


/* =========================================
   RIGHT VISUAL
========================================= */

.hero-visual {
    position: relative;
    z-index: 6;
}
/* =========================================
   LEFT CONTENT
========================================= */



.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 18px;
    padding: 8px 14px;

    border-radius: 30px;

    background: rgba(93, 73, 255, 0.08);

    color: #fff;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.hero-badge i {
    font-size: 15px;
}


/* =========================================
   HEADING
========================================= */
#hero h1 {
     margin: 0 0 10px 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
}


.numerology-hero h1 {
    margin: 0 0 20px;

    max-width: 650px;

    color: #10265b;

    font-size: 52px;
    line-height: 1.12;
    font-weight: 800;
}

.numerology-hero h1 span {
    display: block;

   color: var(--theme-secondary-color);
}


/* =========================================
   DESCRIPTION
========================================= */

.hero-description {
    max-width: 610px;

    margin-bottom: 30px;

    color: #fff;

    font-size: 17px;
    line-height: 1.7;
}


/* =========================================
   ANALYSIS FORM
========================================= */

.hero-analysis-form {
    display: flex;
    align-items: stretch;

    max-width: 680px;

    padding: 6px;

    background: #fff;

    border: 1px solid #dfe3f4;
    border-radius: 14px;

    box-shadow:
        0 12px 35px rgba(52, 50, 100, 0.10);
}


/* INPUT */

.hero-input {
    display: flex;
    align-items: center;

    flex: 1;

    min-width: 0;

    padding: 0 14px;

    border-right: 1px solid #e7e9f2;
}

.hero-input i {
    margin-right: 10px;

    color: #6356e9;

    font-size: 19px;
}

.hero-input input {
    width: 100%;
    height: 48px;

    border: 0;
    outline: 0;

    background: transparent;

    color: #1d2b50;

    font-size: 14px;
}

.hero-input input::placeholder {
    color: #8992a7;
}


/* BUTTON */


/* =========================================
   TRUST POINTS
========================================= */

.hero-trust {
    display: flex;
    flex-wrap: wrap;

    gap: 25px;

    margin-top: 22px;
}

.hero-trust div {
    display: flex;
    align-items: center;

    gap: 7px;

    color: #fff;

    font-size: 13px;
}

.hero-trust i {
    color: var(--theme-secondary-color);
}


/* =========================================
   RIGHT VISUAL
========================================= */

.hero-visual {
    position: relative;

    min-height: 470px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================
   BACKGROUND CIRCLES
========================================= */

.hero-circle {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.hero-circle-1 {
    width: 410px;
    height: 410px;

    background: rgba(102, 77, 255, .07);

    border: 1px solid rgba(102, 77, 255, .10);

    animation: circlePulse 6s ease-in-out infinite;
}

.hero-circle-2 {
    width: 300px;
    height: 300px;

    background: rgba(255, 255, 255, .45);

    border: 1px dashed rgba(102, 77, 255, .18);

    animation: circleRotate 25s linear infinite;
}


/* =========================================
   MAIN NUMEROLOGY CARD
========================================= */
.numerology-card {
    position: relative;
    z-index: 3;
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 350px;
    background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .16), transparent 40%), linear-gradient(145deg, #35217e, #17184d);
    box-shadow: 0 30px 70px rgba(35, 25, 95, .25);
    transform: rotate(5deg);
    animation: cardFloat 5s ease-in-out infinite;
}


/* =========================================
   NUMBER RING
========================================= */

.number-ring {
    width: 225px;
    height: 225px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.35);

    box-shadow:
        0 0 0 15px rgba(255,255,255,.04),
        0 0 0 35px rgba(255,255,255,.025);

    animation:
        ringPulse 4s ease-in-out infinite;
}


/* =========================================
   INNER NUMBER CIRCLE
========================================= */

.number-ring-inner {
    width: 175px;
    height: 175px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.20);

    color: #fff;

    text-align: center;
}

.number-ring-inner small {
    font-size: 12px;

    opacity: .7;
}

.number-ring-inner strong {
    margin: 5px 0;

    font-size: 75px;

    line-height: 1;

    font-weight: 800;

    animation:
        numberGlow 3s ease-in-out infinite;
}

.number-ring-inner span {
    max-width: 120px;

    font-size: 10px;

    opacity: .75;
}


/* =========================================
   FLOATING NUMEROLOGY NUMBERS
========================================= */

.floating-number {
    position: absolute;

    z-index: 4;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.95);

    color: #4e39bd;

    font-size: 17px;
    font-weight: 700;

    box-shadow:
        0 8px 25px rgba(20,20,70,.20);

    animation:
        numerologyFloat 4s ease-in-out infinite;

    transition:
        box-shadow .3s ease,
        background .3s ease;
}


/* =========================================
   DIFFERENT POSITIONS
========================================= */

.n1 {
    top: 45px;
    left: 75px;

    animation-duration: 4s;
}

.n2 {
    top: 110px;
    right: 55px;

    animation-duration: 5s;

    animation-delay: .7s;
}

.n3 {
    bottom: 75px;
    left: 55px;

    animation-duration: 4.5s;

    animation-delay: 1.4s;
}

.n4 {
    bottom: 45px;
    right: 85px;

    animation-duration: 5.5s;

    animation-delay: 2.1s;
}

.n5 {
    top: 185px;
    left: 35px;

    animation-duration: 3.8s;

    animation-delay: 2.8s;
}


/* =========================================
   NUMBER HOVER
========================================= */

.floating-number:hover {
    box-shadow:
        0 10px 35px rgba(70, 50, 180, .35);

    background: #fff;
}


/* =========================================
   FLOATING INFORMATION CARDS
========================================= */

.hero-floating-card {
    position: absolute;

    z-index: 8;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 13px 17px;

    background: rgba(255,255,255,.95);

    border: 1px solid rgba(220,220,240,.8);

    border-radius: 13px;

    box-shadow:
        0 15px 35px rgba(40,30,100,.12);

    animation:
        floatingCard 5s ease-in-out infinite;
}


/* ICON */

.hero-floating-card i {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #eeeaff;

    color: #5742dc;

    font-size: 18px;
}


/* TEXT */

.hero-floating-card strong,
.hero-floating-card small {
    display: block;
}

.hero-floating-card strong {
    color: #192c5a;

    font-size: 13px;
}

.hero-floating-card small {
    margin-top: 3px;

    color: #8992a7;

    font-size: 11px;
}


/* TOP CARD */

.card-top {
    top: 50px;
    right: 0;

    animation-delay: .5s;
}


/* BOTTOM CARD */

.card-bottom {
    bottom: 55px;
    left: 10px;

    animation-delay: 1.5s;
}

.card-bottom i {
    background: #fff0f2;

    color: #e5546c;
}


/* =========================================
   ANIMATIONS
========================================= */


/* Main card */

@keyframes cardFloat {

    0%,
    100% {
        transform:
            rotate(5deg)
            translateY(0);
    }

    50% {
        transform:
            rotate(5deg)
            translateY(-12px);
    }
}


/* Floating numbers */

@keyframes numerologyFloat {

    0% {
        transform:
            translate(0, 0)
            scale(1)
            rotate(0deg);
    }

    25% {
        transform:
            translate(8px, -10px)
            scale(1.05)
            rotate(5deg);
    }

    50% {
        transform:
            translate(0, -18px)
            scale(1.1)
            rotate(0deg);
    }

    75% {
        transform:
            translate(-8px, -8px)
            scale(1.05)
            rotate(-5deg);
    }

    100% {
        transform:
            translate(0, 0)
            scale(1)
            rotate(0deg);
    }
}


/* Center ring */

@keyframes ringPulse {

    0%,
    100% {
        box-shadow:
            0 0 0 15px rgba(255,255,255,.04),
            0 0 0 35px rgba(255,255,255,.025);
    }

    50% {
        box-shadow:
            0 0 0 20px rgba(255,255,255,.06),
            0 0 0 45px rgba(255,255,255,.035);
    }
}


/* Center 7 */

@keyframes numberGlow {

    0%,
    100% {
        opacity: 1;

        transform: scale(1);
    }

    50% {
        opacity: .85;

        transform: scale(1.08);
    }
}


/* Background circle */

@keyframes circlePulse {

    0%,
    100% {
        transform: scale(1);
        opacity: .7;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}


/* Dashed circle */

@keyframes circleRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Floating cards */

@keyframes floatingCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .numerology-hero {
        padding: 60px 0 50px;
    }

    .numerology-hero h1 {
        font-size: 42px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-analysis-form {
        max-width: 100%;
    }

    .hero-visual {
        min-height: 430px;

        margin-top: 45px;
    }

    .card-top {
        right: 5%;
    }

    .card-bottom {
        left: 5%;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .numerology-hero {
        padding: 80px 0 30px;
    }

    .numerology-hero h1 {
        font-size: 36px;
    }

    .hero-description {
        font-size: 15px;
    }


    /* Form */

    .hero-analysis-form {
        display: block;

        padding: 8px;
    }

    .hero-input {
        border-right: 0;

        border-bottom: 1px solid #e7e9f2;

        padding: 0 10px;
    }

    .hero-input:last-of-type {
        border-bottom: 0;
    }

    .hero-btn {
        width: 100%;

        height: 70px;

        margin-top: 5px;
    }


    /* Trust */

    .hero-trust {
        gap: 2px;
    }

    .hero-trust div {
        font-size: 12px;
    }




    /* Visual */

    .hero-visual {
        min-height: 380px;

        margin-top: 30px;

        transform: scale(.85);
    }

    .numerology-card {
        width: 350px;
        height: 350px;
    }

    .hero-circle-1 {
        width: 350px;
        height: 350px;
    }

    .hero-circle-2 {
        width: 260px;
        height: 260px;
    }

    .card-top {
        right: 0;
        top: 25px;
    }

    .card-bottom {
        left: 0;
        bottom: 20px;
    }


    .hero-badge {
        font-size: 10px;
        margin-top: 20px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 768px) {

    .numerology-hero h1 {
        font-size: 32px;
    }



    .hero-trust {
        display: flex;
    }

    .hero-trust div {
        margin-bottom: 8px;
    }


    .hero-visual {
        min-height: 350px;

        transform: scale(.75);

        margin-left: -35px;
        margin-right: -35px;
    }
}







/***Home page**/

.numerology-about {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 30%,
            rgba(111, 76, 230, .06),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 70%,
            rgba(95, 110, 255, .06),
            transparent 30%
        ),
        #ffffff;
}

/* subtle decorative cosmic lines */

.numerology-about::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    left: -450px;
    top: 100px;
    border: 1px solid rgba(100, 67, 220, .08);
    border-radius: 50%;
}

.numerology-about::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -350px;
    bottom: -250px;
    border: 1px solid rgba(100, 67, 220, .08);
    border-radius: 50%;
}


/* Heading */

.about-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;

    border-radius: 50px;
    background: #f2efff;

    color: #6040d8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.about-heading {
    margin-top: 18px;
    margin-bottom: 16px;

    color: #202044;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 750;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.about-heading span {
    color: #633ee4;
}

.about-description {
    max-width: 680px;
    margin: auto;

    color: #69708b;
    font-size: 17px;
    line-height: 1.7;
}


/* Main Dashboard */

.about-dashboard {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;

    gap: 22px;

    margin-top: 60px;
}


/* Left Intro */

.about-intro {
    padding: 35px 30px;

    border-radius: 22px;

    background: linear-gradient(
        145deg,
        #f8f6ff,
        #ffffff
    );

    border: 1px solid #ece9fa;

    box-shadow: 0 18px 50px rgba(65, 48, 140, .06);
}

.intro-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 14px;

    background: #6742e5;
    color: white;

    font-size: 20px;

    box-shadow: 0 8px 20px rgba(103, 66, 229, .2);
}

.about-intro h3 {
    margin-bottom: 15px;

    color: #28274a;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
}

.about-intro p {
    margin-bottom: 25px;

    color: #737890;
    font-size: 14px;
    line-height: 1.75;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;

    border-radius: 9px;

    background: #633ee4;
    color: #fff;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition: .3s ease;
}

.about-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(99, 62, 228, .2);
}


/* Mobile Number Card */

.number-card {
    position: relative;

    padding: 30px;

    border-radius: 22px;

    background: #ffffff;

    border: 1px solid #e9e7f5;

    box-shadow:
        0 25px 70px rgba(55, 42, 125, .10);

    overflow: hidden;
}

.number-card::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    right: -100px;
    top: -100px;

    border-radius: 50%;

    background: rgba(102, 65, 228, .07);
}


/* Card top */

.number-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #888ba0;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.number-card-top i {
    color: #6844e6;
    font-size: 18px;
}


/* Indian Number */

.mobile-number {
    margin-top: 28px;

    color: #a1a3b3;

    font-size: 13px;
    font-weight: 600;
}

.mobile-number span {
    color: #28274b;

    font-size: 25px;
    letter-spacing: 2px;
}


/* line */

.number-line {
    height: 1px;

    margin: 25px 0;

    background: #eeeeF6;
}


/* Result */

.number-result {
    display: flex;
    align-items: center;
    gap: 18px;
}

.result-circle {
    flex: 0 0 78px;

    width: 78px;
    height: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 30%,
            #8662ff,
            #5631c5
        );

    box-shadow:
        0 10px 30px rgba(86, 49, 197, .25);
}

.result-circle strong {
    color: white;
    font-size: 40px;
    font-weight: 700;
}

.number-result small {
    color: #999caf;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .8px;
}

.number-result h4 {
    margin: 4px 0;

    color: #29284c;

    font-size: 20px;
    font-weight: 700;
}

.number-result p {
    margin: 0;

    color: #777b91;

    font-size: 11px;
}


/* Tags */

.number-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    margin-top: 25px;
}

.number-tags span {
    padding: 7px 11px;

    border-radius: 50px;

    background: #f5f3ff;

    color: #6040d5;

    font-size: 10px;
    font-weight: 600;
}


/* Right Benefits */

.about-benefits {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.benefit-item {
    display: flex;
    gap: 15px;

    padding: 22px;

    border: 1px solid #eeeeF5;

    border-radius: 17px;

    background: rgba(255,255,255,.85);

    transition: .3s ease;
}

.benefit-item:hover {
    transform: translateX(5px);

    border-color: #ddd7fa;

    box-shadow: 0 12px 35px rgba(65, 45, 150, .07);
}

.benefit-icon {
    flex: 0 0 43px;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #f2efff;

    color: #6341db;

    font-size: 18px;
}

.benefit-item h5 {
    margin: 0 0 6px;

    color: #29284a;

    font-size: 14px;
    font-weight: 700;
}

.benefit-item p {
    margin: 0;

    color: #777b90;

    font-size: 12px;
    line-height: 1.6;
}


/* Trust bar */

.about-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;

    margin-top: 42px;
    padding-top: 25px;

    border-top: 1px solid #eeeeF5;
}

.about-trust div {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #73778d;

    font-size: 12px;
    font-weight: 500;
}

.about-trust i {
    color: #6742df;
    font-size: 16px;
}


/* Responsive */

@media (max-width: 991px) {

    .numerology-about {
        padding: 70px 0;
    }

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

    .number-card {
        grid-column: span 1;
    }

    .about-benefits {
        grid-column: span 2;

        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 767px) {

    .about-dashboard {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .number-card,
    .about-benefits,
    .about-intro {
        grid-column: auto;
    }

    .about-benefits {
        display: flex;
    }

    .about-trust {
        gap: 18px;
        justify-content: flex-start;
    }
}


@media (max-width: 575px) {

    .about-heading {
        font-size: 35px;
    }

    .about-description {
        font-size: 15px;
    }

    .about-intro,
    .number-card {
        padding: 25px 20px;
    }

    .mobile-number span {
        font-size: 20px;
    }

    .about-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
/*End Home page*/




/* ==============================
   REVIEWS SECTION
================================ */

.reviews-section {
    background:
        radial-gradient(circle at 10% 20%, rgba(214, 158, 46, .08), transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(103, 75, 180, .07), transparent 30%),
        #faf9f7;
    position: relative;
    overflow: hidden;
}


/* Heading */

.reviews-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #a67820;
    margin-bottom: 12px;
}

.reviews-title {
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 700;
    color: #241b16;
    margin-bottom: 14px;
}

.reviews-subtitle {
    max-width: 680px;
    margin: auto;
    color: #746c66;
    font-size: 16px;
    line-height: 1.7;
}


/* Rating */

.rating-summary {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.rating-stars,
.review-stars {
    color: #d49a27;
    letter-spacing: 2px;
}

.rating-summary strong {
    color: #29201a;
}

.rating-text {
    color: #817971;
    font-size: 14px;
}


/* Review Card */

.review-card {
    height: 100%;
    padding: 27px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #eee7df;
    border-radius: 20px;

    box-shadow:
        0 8px 30px rgba(50, 35, 20, .055);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.review-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 18px 45px rgba(50, 35, 20, .10);

    border-color: #dfc994;
}


/* Featured */

.featured-review {
    border-color: #ddc487;
    background:
        linear-gradient(
            145deg,
            #fffdf9,
            #ffffff
        );
}


/* Customer */

.review-top {
    display: flex;
    align-items: center;
    gap: 13px;
}

.review-avatar {
    width: 48px;
    height: 48px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(135deg, #f1d58e, #b98125);

    color: #fff;
    font-weight: 700;
    font-size: 14px;

    box-shadow:
        0 5px 15px rgba(168, 119, 30, .18);
}

.review-top h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #29201a;
}

.review-location {
    margin-top: 3px;
    font-size: 13px;
    color: #89817a;
}


/* Verified */

.verified {
    margin-left: auto;

    width: 23px;
    height: 23px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #4b9b70;
    color: #fff;

    font-size: 12px;
    font-weight: 700;
}


/* Stars */

.review-stars {
    margin-top: 20px;
    font-size: 14px;
}


/* Review Text */

.review-text {
    margin: 15px 0 18px;

    color: #5f5852;

    font-size: 15px;
    line-height: 1.75;
}


/* Footer */

.review-date {
    padding-top: 14px;
    border-top: 1px solid #eee9e3;

    color: #8a827b;
    font-size: 12px;
    font-weight: 600;
}






/* =========================================
   NUMEROLOGY PARTICLE SECTION
========================================= */

:root {
    --numerology-purple: #322079;
    --numerology-purple-light: #6244d5;
    --numerology-gold: #e8b75a;
}


.numerology-analysis-section {
    position: relative;
    overflow: hidden;

    min-height: 550px;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(98, 68, 213, 0.35),
            transparent 35%
        ),
        radial-gradient(
            circle at 80% 70%,
            rgba(232, 183, 90, 0.10),
            transparent 30%
        ),
        #322079;

    color: #fff;
}


/* Particle Canvas */

.numerologyParticles {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 0;

    pointer-events: none;
}


/* Subtle Overlay */

.numerology-bg-overlay {
    position: absolute;

    inset: 0;

    z-index: 1;

    pointer-events: none;

    background:
        radial-gradient(
            circle at center,
            transparent 0%,
            rgba(20, 10, 50, 0.15) 60%,
            rgba(15, 8, 40, 0.35) 100%
        );
}


/* Keep content above particles */

.numerology-analysis-section
.container {
    z-index: 2;
}


/* Heading */

.analysis-eyebrow {
    display: inline-block;

    margin-bottom: 14px;

    color: var(--numerology-gold);

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 2.5px;
}


.analysis-title {
    margin: 0;

    font-size: clamp(32px, 4vw, 52px);

    line-height: 1.12;

    font-weight: 700;

    letter-spacing: -1px;
}


.analysis-title span {
    color: var(--numerology-gold);
}


.analysis-description {
    max-width: 720px;

    margin: 20px auto 8px;

    color: rgba(255,255,255,.84);

    font-size: 17px;

    line-height: 1.7;
}


.analysis-subtext {
    margin: 0;

    color: rgba(255,255,255,.65);

    font-size: 14px;
}


/* =========================================
   FORM CARD
========================================= */

.analysis-form-card {
    position: relative;

    padding: 32px;

    border-radius: 22px;

    background: rgba(255,255,255,.97);

    box-shadow:
        0 25px 70px rgba(0,0,0,.35),
        0 0 60px rgba(98,68,213,.20);

    color: #222;
}


.form-card-content {
    padding-right: 20px;

    border-right: 1px solid #e8e8e8;
}


.form-icon {
    width: 48px;
    height: 48px;

    margin-bottom: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: rgba(50,32,121,.08);

    color: var(--numerology-purple);

    font-size: 23px;
}


.form-card-content h3 {
    margin-bottom: 8px;

    font-size: 23px;
    font-weight: 700;

    color: #25213a;
}


.form-card-content p {
    margin: 0;

    color: #777;

    font-size: 14px;

    line-height: 1.6;
}


/* Inputs */

.form-label {
    margin-bottom: 7px;

    font-size: 13px;
    font-weight: 600;

    color: #403b52;
}


.premium-input {
    height: 54px;

    border: 1px solid #e1dfeb;

    border-radius: 11px;

    overflow: hidden;

    transition: .25s ease;
}


.premium-input:focus-within {
    border-color: var(--numerology-purple);

    box-shadow:
        0 0 0 3px rgba(50,32,121,.08);
}


.premium-input .input-group-text {
    border: 0;

    background: #fff;

    color: var(--numerology-purple);

    font-size: 18px;
}


.premium-input .form-control {
    height: 52px;

    border: 0;

    box-shadow: none;

    font-size: 14px;
}


.premium-input .form-control::placeholder {
    color: #9b98a7;
}


/* Button */

.analysis-submit-btn {
    width: 100%;
    height: 56px;

    margin-top: 5px;

    border: 0;

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #322079,
            #6244d5
        );

    color: #fff;

    font-size: 15px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    box-shadow:
        0 10px 25px rgba(50,32,121,.30);

    transition: .3s ease;
}


.analysis-submit-btn i {
    transition: .3s ease;
}


.analysis-submit-btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 15px 35px rgba(50,32,121,.40);
}


.analysis-submit-btn:hover i {
    transform: translateX(5px);
}


/* Trust */

.analysis-trust {
    display: flex;

    align-items: center;

    gap: 14px;

    color: rgba(255,255,255,.65);

    font-size: 12px;
}


.analysis-trust i {
    color: var(--numerology-gold);

    margin-right: 4px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {

    .form-card-content {
        padding-right: 0;
        padding-bottom: 20px;

        border-right: 0;
        border-bottom: 1px solid #e8e8e8;
    }

}


@media (max-width: 575.98px) {

    .numerology-analysis-section {
        min-height: auto;
    }

    .analysis-form-card {
        padding: 22px 18px;

        border-radius: 17px;
    }

    .analysis-title {
        font-size: 27px;
    }

    .analysis-description {
        font-size: 15px;
    }

    .analysis-trust {
        flex-direction: column;

        gap: 6px;

        text-align: center;
    }

    .trust-divider {
        display: none;
    }

}



.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1200px;
    }
}

.numerology-modal-close-btn{
   position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    background: #fff;
    font-size: 22px;
    color: #000;
}

.numerology-modal-close-btn i{
        top: 0px;
    position: absolute;
    left: 7px;
    color: #000;
}




/* ==========================================
   PREMIUM FOOTER
========================================== */

:root {
    --footer-purple: #322079;
    --footer-purple-dark: #21144f;
    --footer-purple-light: #6244d5;
    --footer-gold: #e8b75a;
}


/* Main Footer */

.premium-footer {


    position: relative;

    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(98, 68, 213, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #21144f,
            #000
        );

    color: #fff;

    overflow: hidden;
}


/* Decorative Glow */

.premium-footer::before {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    right: -180px;
    bottom: -200px;

    border-radius: 50%;

    border: 1px solid rgba(232, 183, 90, 0.12);

    box-shadow:
        0 0 0 50px rgba(232, 183, 90, 0.025),
        0 0 0 100px rgba(232, 183, 90, 0.018);

    pointer-events: none;
}


/* ==========================================
   BRAND
========================================== */

.footer-logo {
    display: inline-block;

    margin-bottom: 18px;

    color: #fff;

    text-decoration: none;

    font-size: 25px;

    font-weight: 700;

    letter-spacing: -0.5px;
}


.footer-logo span {
    color: var(--footer-gold);
}


.footer-description {
    max-width: 390px;

    margin-bottom: 22px;

    color: rgba(255,255,255,.65);

    font-size: 14px;

    line-height: 1.8;
}


/* ==========================================
   SOCIAL
========================================== */

.footer-social {
    display: flex;

    gap: 10px;
}


.footer-social a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.14);

    border-radius: 10px;

    color: rgba(255,255,255,.75);

    text-decoration: none;

    transition: all .3s ease;
}


.footer-social a:hover {
    background: var(--footer-gold);

    border-color: var(--footer-gold);

    color: var(--footer-purple);

    transform: translateY(-3px);
}


/* ==========================================
   HEADINGS
========================================== */

.footer-heading {
    position: relative;

    margin-bottom: 20px;

    color: #fff;

    font-size: 15px;

    font-weight: 600;
}


.footer-heading::after {
    content: "";

    display: block;

    width: 25px;
    height: 2px;

    margin-top: 8px;

    background: var(--footer-gold);
}


/* ==========================================
   LINKS
========================================== */

.footer-links {
    padding: 0;
    margin: 0;

    list-style: none;
}


.footer-links li {
    margin-bottom: 11px;
}


.footer-links a {
    color: rgba(255,255,255,.62);

    text-decoration: none;

    font-size: 13px;

    transition: all .25s ease;
}


.footer-links a:hover {
    padding-left: 4px;

    color: var(--footer-gold);
}


/* ==========================================
   HELP
========================================== */

.footer-help-text {
    margin-bottom: 18px;

    color: rgba(255,255,255,.62);

    font-size: 13px;

    line-height: 1.7;
}


.footer-contact-btn {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 11px 18px;

    border: 1px solid rgba(232,183,90,.5);

    border-radius: 9px;

    color: var(--footer-gold);

    text-decoration: none;

    font-size: 13px;

    font-weight: 600;

    transition: all .3s ease;
}


.footer-contact-btn:hover {
    background: var(--footer-gold);

    color: var(--footer-purple);

    transform: translateY(-2px);
}


.footer-contact-btn i {
    transition: transform .3s ease;
}


.footer-contact-btn:hover i {
    transform: translateX(4px);
}


/* ==========================================
   DISCLAIMER
========================================== */

.footer-disclaimer {
    position: relative;

    display: flex;

    gap: 14px;

    margin-top: 45px;

    padding: 18px 20px;

    border: 1px solid rgba(255,255,255,.09);

    border-radius: 12px;

    background: rgba(255,255,255,.035);
}


.disclaimer-icon {
    flex: 0 0 auto;

    color: var(--footer-gold);

    font-size: 20px;
}


.footer-disclaimer strong {
    display: block;

    margin-bottom: 5px;

    color: rgba(255,255,255,.85);

    font-size: 12px;

    font-weight: 600;
}


.footer-disclaimer p {
    margin: 0;

    color: rgba(255,255,255,.48);

    font-size: 11px;

    line-height: 1.7;
}


/* ==========================================
   BOTTOM BAR
========================================== */

.footer-bottom {
    margin-top: 40px;

    padding: 18px 0;

    border-top: 1px solid rgba(255,255,255,.08);

    background: rgba(0,0,0,.12);
}


.copyright {
    margin: 0;

    color: rgba(255,255,255,.45);

    font-size: 11px;
}


.bottom-links {
    display: flex;

    justify-content: flex-end;

    align-items: center;

    gap: 10px;
}


.bottom-links a {
    color: rgba(255,255,255,.5);

    text-decoration: none;

    font-size: 11px;

    transition: color .2s ease;
}


.bottom-links a:hover {
    color: var(--footer-gold);
}


.bottom-links span {
    color: rgba(255,255,255,.25);

    font-size: 10px;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {

    .premium-footer {
        text-align: left;
    }

    .footer-description {
        max-width: 100%;
    }

    .footer-disclaimer {
        margin-top: 25px;
    }

    .bottom-links {
        justify-content: flex-start;

        flex-wrap: wrap;
    }

    .footer-bottom {
        margin-top: 30px;
    }

}




.hero-analysis-cta {
    margin-top: 25px;
}

.hero-cta-text {
    margin-bottom: 12px;

    color: #000;

    font-size: 14px;
}




.hero-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 28px;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;

    color: #000;
    font-weight: 600;
    letter-spacing: 0.3px;

    cursor: pointer;
    overflow: hidden;

    /* Animated gradient */
    background: linear-gradient(
        120deg,
        #8f5f00,
        #d4a72c,
        #f5d77a,
        #c28a16,
        #8f5f00
    );

    background-size: 300% 300%;

    animation: heroBtnGradient 5s ease infinite;

    box-shadow:
        0 8px 25px rgba(201, 151, 38, 0.25);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Gradient movement */

@keyframes heroBtnGradient {

    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }

}


/* Arrow */

.hero-btn i {
    transition:
        transform 0.3s ease;
}


/* Hover */

.hero-btn:hover {

    transform: translateY(-2px);

    box-shadow:
        0 12px 35px rgba(201, 151, 38, 0.40);
}


.hero-btn:hover i {
    transform: translateX(5px);
}


/* Click */

.hero-btn:active {
    transform: translateY(0);
}
