/*body {
    background: #050816;
    overflow-x: hidden;
}*/

/* HERO */

/*.hero-section {
    min-height: 100vh;
    background: linear-gradient(rgba(4,8,30,.8), rgba(17,12,58,.9)), url('/images/ChatGPT Image Aug 4, 2026, 09_32_37 PM.png');
    background-size: cover;
    background-position: center;
    position: relative;
}*/

    /* Moon */

    /*.hero-section::before {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: white;
        box-shadow: 0 0 80px white, 0 0 150px #ffffff;
        top: 70px;
        right: 180px;
        opacity: .15;
    }*/

/* Hero Image */

/*.hero-img {
    animation: float 5s ease-in-out infinite;
    max-width: 550px;
}*/

/* Floating */

/*@keyframes float {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.btn-warning {
    font-weight: bold;
    padding: 15px 40px;
}

.display-3 {
    line-height: 1.2;
}*/

/* Why Us */

/*.why-us {
    background: #09041f;
}

.glass-card {
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.2);
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    transition: .4s;
    color: white;
}

    .glass-card i {
        font-size: 55px;
        color: gold;
        margin-bottom: 20px;
    }

    .glass-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 0 30px gold;
    }*/

/* Services */

/*.services {
    background: #11052d;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    transition: .4s;
}

    .service-card:hover {
        transform: translateY(-12px);
        background: gold;
    }

.service-icon {
    font-size: 55px;
    margin-bottom: 20px;
}*/

/* Astrologers */

/*.astro-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: .4s;
}

    .astro-card:hover {
        transform: scale(1.05);
    }

.astro-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}*/

/* Stats */

/*.stats {
    background: #1d103d;
}

.counter {
    color: gold;
    font-size: 55px;
    font-weight: bold;
}

.stats p {
    color: white;
    font-size: 20px;
}*/



/* NAVBAR */

.astro-navbar {
    background: #0d0626;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 15px 0;
}

.navbar-brand h3 {
    font-size: 34px;
}

.nav-link {
    color: white !important;
    font-weight: 600;
    margin: 0 12px;
    position: relative;
    transition: .3s;
}

    .nav-link:hover {
        color: #ffc107 !important;
    }

    .nav-link.active {
        color: #ffc107 !important;
    }

        .nav-link.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -8px;
            height: 3px;
            width: 100%;
            background: #ffc107;
            border-radius: 20px;
        }

.phone-btn {
    padding: 12px 20px;
    border: 2px solid #ffc107;
    border-radius: 15px;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

    .phone-btn:hover {
        background: #ffc107;
        color: black;
    }

.login-btn {
    background: #ffc107;
    padding: 12px 20px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    color: black;
}

    .login-btn:hover {
        background: white;
    }
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    /* Full website background */
    background: url('/images/ChatGPT Image Aug 4, 2026, 09_32_37 PM.png') no-repeat center center fixed;
    background-size: cover;
}

/* Full width container */
.container-fluid {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Remove white space */
main {
    margin: 0;
    padding: 0;
}

/* Make all sections transparent so the background is visible */
.hero,
.services-section,
.astrologer-section,
.achievement-section,
.testimonial-section,
.footer-section {
    background: transparent !important;
}

/* HERO */

/* ===============================
            HERO SECTION
=================================*/

.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url('/images/ChatGPT Image Aug 4, 2026, 09_32_37 PM.png') center center no-repeat;
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,3,29,.90) 10%, rgba(25,12,72,.70) 55%, rgba(7,3,29,.55) 100%);
}

.hero .container {
    position: relative;
    z-index: 5;
}

.hero-height {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.top-badge {
    display: inline-block;
    background: linear-gradient(90deg,#6b21a8,#7c3aed);
    color: #fff;
    padding: 12px 28px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,.35);
}

.hero-title {
    font-size: 76px;
    font-weight: 800;
    line-height: 1.05;
    color: white;
}

    .hero-title span {
        color: #FFD54A;
    }

.hero-text {
    font-size: 22px;
    color: #ddd;
    line-height: 38px;
    margin: 30px 0;
    max-width: 600px;
}

.service-icons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin: 40px 0;
}

    .service-icons div {
        width: 82px;
        height: 82px;
        border-radius: 50%;
        background: rgba(255,255,255,.10);
        border: 1px solid rgba(255,255,255,.20);
        backdrop-filter: blur(15px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: .4s;
        color: white;
        font-size: 26px;
    }

        .service-icons div:hover {
            background: #FFD54A;
            color: #000;
            transform: translateY(-10px) scale(1.08);
        }

    .service-icons small {
        font-size: 11px;
        margin-top: 6px;
    }

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.btn-chat {
    background: #FFD54A;
    color: #000;
    padding: 18px 38px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: .35s;
}

    .btn-chat:hover {
        background: #fff;
        color: #000;
    }

.btn-view {
    border: 2px solid #FFD54A;
    color: white;
    padding: 18px 38px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: .35s;
}

    .btn-view:hover {
        background: #FFD54A;
        color: black;
    }

.hero-rating {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 45px;
    color: white;
    flex-wrap: wrap;
}

    .hero-rating img {
        width: 90px;
    }

    .hero-rating h3 {
        margin: 0;
        color: #FFD54A;
        font-size: 28px;
    }

    .hero-rating span {
        color: #ddd;
    }

.hero-girl {
    width: 100%;
    max-width: 620px;
    animation: floatGirl 5s ease-in-out infinite;
    position: relative;
    z-index: 6;
}

@keyframes floatGirl {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-18px);
    }

    100% {
        transform: translateY(0px);
    }
}

.moon {
    position: absolute;
    top: 70px;
    right: 90px;
    width: 170px;
    opacity: .9;
    z-index: 1;
}

.zodiac-wheel {
    position: absolute;
    right: -60px;
    top: 30px;
    width: 760px;
    opacity: .15;
    animation: rotateWheel 80s linear infinite;
}

@keyframes rotateWheel {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*==========================
    SERVICES
==========================*/

.services-section {
    padding: 100px 0;
    background: #12052d;
    position: relative;
}

.service-tag {
    background: #43236d;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
}

.service-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}

.service-subtitle {
    color: #cfcfcf;
    font-size: 18px;
    margin-top: 15px;
}

.service-box {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(15px);
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    transition: .4s;
    height: 100%;
}

    .service-box:hover {
        transform: translateY(-12px);
        box-shadow: 0 0 25px rgba(255,193,7,.4);
        border-color: #ffc107;
    }

    .service-box h4 {
        margin-top: 20px;
        color: #fff;
        font-weight: 700;
    }

    .service-box p {
        color: #ddd;
        margin-top: 15px;
    }

.icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    margin: auto;
    color: white;
}

.love {
    background: linear-gradient(45deg,#ff416c,#ff4b2b);
}

.marriage {
    background: linear-gradient(45deg,#ffb347,#ffcc33);
}

.career {
    background: linear-gradient(45deg,#4facfe,#00f2fe);
}

.business {
    background: linear-gradient(45deg,#11998e,#38ef7d);
}

.horoscope {
    background: linear-gradient(45deg,#7f00ff,#e100ff);
}

.tarot {
    background: linear-gradient(45deg,#fc466b,#3f5efb);
}

.health {
    background: linear-gradient(45deg,#56ab2f,#a8e063);
}

.kundli {
    background: linear-gradient(45deg,#f7971e,#ffd200);
}


/*=============================
TOP ASTROLOGERS
==============================*/

.astrologer-section {
    padding: 100px 0;
    background: #09041d;
}

.astro-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    transition: .4s;
    overflow: hidden;
}

    .astro-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 0 35px rgba(255,193,7,.35);
        border-color: #ffc107;
    }

.astro-photo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #ffc107;
    margin-bottom: 20px;
}

.astro-card h4 {
    color: #fff;
    font-weight: 700;
}

.specialist {
    color: #ffc107;
    font-size: 15px;
}

.rating {
    color: #ffc107;
    font-size: 18px;
    font-weight: bold;
}

    .rating span {
        color: white;
        font-size: 14px;
    }

.experience {
    margin-top: 20px;
    color: #ddd;
}

.price {
    margin-top: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #ffc107;
}

.btn-chatnow {
    background: #ffc107;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 700;
    transition: .3s;
}

    .btn-chatnow:hover {
        background: white;
    }

.favorite {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 45px;
    height: 45px;
    background: #ffffff20;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}

.online-dot {
    position: absolute;
    left: 32px;
    top: 40px;
    width: 18px;
    height: 18px;
    background: #1aff00;
    border-radius: 50%;
    border: 3px solid white;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

/*==========================
ACHIEVEMENTS
==========================*/

.achievement-section {
    padding: 100px 0;
    background: linear-gradient(135deg,#12052d,#1f0b4d);
}

.counter-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 40px 20px;
    text-align: center;
    transition: .4s;
    height: 100%;
}

    .counter-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 0 30px rgba(255,193,7,.5);
        border-color: #ffc107;
    }

.counter-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    background: linear-gradient(45deg,#ffb300,#ffdd57);
    margin-bottom: 25px;
}

.counter-card h2 {
    color: #ffc107;
    font-size: 52px;
    font-weight: 700;
}

.counter-card p {
    color: white;
    font-size: 18px;
    margin-top: 15px;
}


/*=========================
TESTIMONIAL
==========================*/

.testimonial-section {
    padding: 100px 0;
    background: #0a041d;
}

.review-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(15px);
    padding: 35px;
    border-radius: 25px;
    transition: .4s;
    height: 100%;
}

    .review-card:hover {
        transform: translateY(-10px);
        border-color: #ffc107;
        box-shadow: 0 0 35px rgba(255,193,7,.45);
    }

.review-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

    .review-top img {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #ffc107;
    }

    .review-top h5 {
        color: white;
        margin: 0;
    }

    .review-top small {
        color: #cccccc;
    }

.stars {
    font-size: 24px;
    margin-bottom: 20px;
}

.review-card p {
    color: white;
    line-height: 30px;
    font-size: 17px;
}



.auth-page {
    min-height: 100vh;
    position: relative;
    background-image: url('/images/background.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 80px;
}

.auth-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 135deg, rgba(8, 2, 30, .92), rgba(45, 10, 80, .88) );
}

.auth-page .container {
    position: relative;
    z-index: 2;
}

.register-card {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 40px;
    color: white;
    box-shadow: 0 25px 60px rgba(0,0,0,.45);
}

    .register-card h2 {
        color: #ffc107;
        font-weight: 700;
    }

    .register-card p {
        color: #ddd;
    }

    .register-card label {
        color: white;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .register-card .form-control {
        height: 52px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,.25);
        background: rgba(255,255,255,.10);
        color: white;
    }

        .register-card .form-control::placeholder {
            color: rgba(255,255,255,.55);
        }

        .register-card .form-control:focus {
            background: rgba(255,255,255,.15);
            color: white;
            border-color: #ffc107;
            box-shadow: 0 0 0 3px rgba(255,193,7,.15);
        }

.register-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background: rgba(255,193,7,.15);
    border: 1px solid rgba(255,193,7,.5);
}

.btn-register {
    width: 100%;
    border: none;
    border-radius: 30px;
    padding: 14px;
    background: #ffc107;
    color: #17100a;
    font-weight: 700;
    font-size: 17px;
    transition: .3s;
}

    .btn-register:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(255,193,7,.30);
    }

.register-card a {
    color: #ffc107;
    font-weight: 600;
    text-decoration: none;
}