/* JustFans Golden Theme - Custom Color Overrides */

/* ABC Arizona Flare Variable Font Import */
@font-face {
    font-family: 'ABC Arizona Flare Variable Unlicensed Trial';
    src: url('../../fonts/abc-arizona.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Global Arizona Font Configuration */
* {
    font-family: 'ABC Arizona Flare Variable Unlicensed Trial', serif !important;
}

body {
    font-family: 'ABC Arizona Flare Variable Unlicensed Trial', serif !important;
}

/* Google Fonts Import */

/* Hero Section Styles */
.hero-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.hero-video video.loading {
    opacity: 0;
}

/* Responsive video styles */
@media (max-width: 768px) {
    .hero-video video {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .hero-video video {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 2rem 0;
}

.hero-wordmark {
    font-size: 6.5rem;
    font-weight: 700;
    text-align: center;
    color: #FF9D00;
    background: #FF9D00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    animation: fadeInUp 1.2s ease-out;
}

.hero-slogan {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #FAF5F2;
    background: #FAF5F2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: fadeInUp 1.4s ease-out;
}

.hero-cta-container {
    margin-bottom: 2rem;
    text-align: center;
}

.modal-content .btn-primary{
    background: #ffffff;
    color: #000000;
}

button.btn.btn-grow.btn-lg.btn-primary.bg-gradient-primary.btn-block{
    background: #000000 !important;
    border: 2px solid #ffffff !important;
    color: #FAF5F2 !important;
}
.modal-content .btn-block{
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
    color: #000;
}
.btn-primary:focus{
    color: #ffffff !important;
}
.btn-hero-cta {
    background: #000000;
    color: #E1B945;
    border: unset !important;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.3rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    border: none;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
}

.btn-hero-cta:hover {
    background: #FAF5F2 !important;
    color: #000000 !important;
    border-color: #FAF5F2 !important;
    transform: translateY(-2px);
    /* box-shadow: 0 6px 20px rgba(195, 146, 55, 0.3); */
}

.navbar-expand-md {
    background-color: #141412 !important;
    padding: 0rem !important;
}

/* .navbar-expand-md li a{
    color: #DCCDBC !important;
    font-weight: 600 !important;
} */

.btn-hero-cta:hover {
    background: #000;
    color: #DCCDBC;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

/* Elite Sugar Life Description Section */
.elite-sugar-life-description-section {
    background: linear-gradient(135deg, rgba(195, 146, 55, 0.05) 0%, rgba(212, 168, 74, 0.1) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.elite-sugar-life-description-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(195, 146, 55, 0.02) 0%, rgba(212, 168, 74, 0.05) 100%);
    pointer-events: none;
}

/* Hand Images Styling */
.hand-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.hand-image.left-hand {
    left: 0;
    transform: translateY(-50%) translateX(-20%);
}

.hand-image.right-hand {
    right: 0;
    transform: translateY(-50%) translateX(20%);
}

.hand-img {
    max-width: 300px;
    height: auto;
    opacity: 0.8;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}



.hand-image:hover .hand-img {
    opacity: 1;
    transform: scale(1.08) rotate(2deg);
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
}

.description-content {
    position: relative;
    z-index: 3;
}

.section-heading {
    font-size: 3.2rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(237, 200, 109, 0.2);
    animation: fadeInUp 0.8s ease-out;
}

.section-description {
    font-size: 1.2rem;
    color: #000;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.cta-container {
    margin: 3rem 0;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.btn-primary-cta {
    background: #0C1511;
    color: #C39237;
    border: 2px solid #C39237;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-primary-cta:hover {
    background: #000;
    color: #DCCDBC;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

/* Testimonials Section */
.testimonials-section {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.testimonials-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.bg-image.active {
    opacity: 1;
}

.testimonials-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.testimonials-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    /* background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 3rem;
    /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); */
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: fadeInUp 0.8s ease-out;
}

.testimonial-content {
    background: rgba(44, 62, 80, 0.9);
    backdrop-filter: blur(10px);
    /* border-radius: 20px; */
    padding: 3rem;
    max-width: 800px;
    margin: 0 auto;
    /* border: 2px solid rgba(237, 200, 109, 0.3); */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.testimonial-quote {
    font-size: 1.3rem;
    color: white;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-style: italic;
    text-align: left;
}

.testimonial-author {
    text-align: right;
}

.author-name {
    font-size: 1.1rem;
    color: #EDC86D;
    font-weight: 600;
}

/* Slick Carousel Custom Styles for Testimonials */
.testimonials-slider {
    position: relative;
    z-index: 3;
    margin-bottom: 3rem;
}

.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    z-index: 4;
    backdrop-filter: blur(10px);
}

.testimonials-slider .slick-prev {
    left: 120px;
}

.testimonials-slider .slick-next {
    right: 120px;
}

.testimonials-slider .slick-prev:hover,
.testimonials-slider .slick-next:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.05);
}

.testimonials-slider .slick-prev:before,
.testimonials-slider .slick-next:before {
    display: none;
}

/* Responsive adjustments for testimonials */
@media (max-width: 768px) {
    .testimonials-section {
        min-height: 500px;
    }
    
    .testimonials-heading {
        font-size: 2.8rem;
        margin-bottom: 2rem;
        letter-spacing: 1px;
    }
    
    .testimonial-content {
        padding: 2rem;
        margin: 0 1rem;
    }
    
    .testimonial-quote {
        font-size: 1.1rem;
    }
    
    .testimonials-slider .slick-prev,
    .testimonials-slider .slick-next {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .testimonials-section {
        min-height: 450px;
    }
    
    .testimonials-heading {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
        letter-spacing: 0.5px;
    }
    
    .testimonial-content {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    .testimonial-quote {
        font-size: 1rem;
    }
}

/* Hero Section Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modern Animation Enhancements */
@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes rotateIn {
    from {
        opacity: 0;
        transform: rotate(-10deg) scale(0.8);
    }
    to {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
}

/* Staggered animation for benefit items */
.benefit-item:nth-child(1) { animation-delay: 0.1s; }
.benefit-item:nth-child(2) { animation-delay: 0.2s; }
.benefit-item:nth-child(3) { animation-delay: 0.3s; }
.benefit-item:nth-child(4) { animation-delay: 0.4s; }
.benefit-item:nth-child(5) { animation-delay: 0.5s; }
.benefit-item:nth-child(6) { animation-delay: 0.6s; }

/* Enhanced AOS Animations */
[data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos="fade-up"] {
    transform: translate3d(0, 50px, 0);
}

[data-aos="fade-down"] {
    transform: translate3d(0, -50px, 0);
}

[data-aos="fade-left"] {
    transform: translate3d(50px, 0, 0);
}

[data-aos="fade-right"] {
    transform: translate3d(-50px, 0, 0);
}

[data-aos="zoom-in"] {
    transform: scale(0.8);
}

/* Smooth transitions for all elements */
* {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Responsive Hero Section */
@media (max-width: 768px) {
    .hero-wordmark {
        font-size: 6.5rem;
        letter-spacing: 0.04em;
    }
    
    .hero-slogan {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .btn-hero-cta {
        font-size: 1.1rem;
        padding: 0.9rem 2rem;
    }
}

@media (max-width: 576px) {
    .hero-wordmark {
        font-size: 5rem;
        letter-spacing: 0.02em;
    }
    
    .hero-slogan {
        font-size: 1.5rem;
        letter-spacing: 0.5px;
    }
    
    .btn-hero-cta {
        font-size: 1rem;
        padding: 0.8rem 1.8rem;
    }
}

/* Benefits Section - Fourth Section */
.benefits-section {
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    padding: 6rem 0;
}
.last-cta-section{
    margin-top: 100px;
}

.benefits-content {
    padding: 2rem 0;
}
ul.nav.flex-column.user-side-menu li:nth-child(4) {
    display: none;
}
.benefits-heading {
    font-size: 3.2rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(237, 200, 109, 0.2);
    animation: fadeInUp 0.8s ease-out;
}

.benefit-item {
    margin-bottom: 20px;
}

.benefit-title {
    font-size: 1.8rem;
    font-weight: normal;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.benefit-text {
text-align: left;
    font-size: 1.1rem;
    color: #000;
    line-height: 1.7;
    margin-bottom: 0;
}

.benefits-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 2rem 0;
}

.benefits-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}

.benefits-image:hover {
    transform: scale(1.02);
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15); */
}

/* Call to Action Section */
.benefits-cta {
    /* padding: 3rem 0; */
    text-align: center;
}

.cta-question {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.cta-tagline {
    font-size: 3rem;
    font-weight: 700;
    color: #EDC86D;
    margin-bottom: 2rem;
    line-height: 1.2;
    /* text-shadow: 0 2px 10px rgba(195, 146, 55, 0.3); */
}

.cta-button-container {
    margin-top: 2rem;
}

.btn-benefits-cta {
    background: #0C1511;
    color: #C39237;
    border: 2px solid #C39237;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-benefits-cta:hover {
    background: #000;
    color: #DCCDBC;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
.why-choose-content  .benefit-item{
    text-align: center !important;
    transition: 0.3s ease-in-out !important;
    }
/* Responsive adjustments for Elite Sugar Life section */
@media (max-width: 768px) {
    .elite-sugar-life-description-section {
        padding: 4rem 0;
    }
    
    .section-heading {
        font-size: 2.5rem;
    }
    
    .section-description {
        font-size: 1.1rem;
    }
    
    .btn-primary-cta {
        font-size: 1.1rem;
        padding: 0.9rem 2rem;
    }
    
    .hand-img {
        max-width: 200px;
    }
    
    .hand-image.left-hand {
        transform: translateY(-50%) translateX(-30%);
    }
    
    .hand-image.right-hand {
        transform: translateY(-50%) translateX(30%);
    }
}

@media (max-width: 576px) {
    .elite-sugar-life-description-section {
        padding: 3rem 0;
    }
    
    .section-heading {
        font-size: 2rem;
    }
    
    .section-description {
        font-size: 1rem;
    }
    
    .btn-primary-cta {
        font-size: 1rem;
        padding: 0.8rem 1.8rem;
    }
    
    .hand-img {
        max-width: 150px;
    }
    
    .hand-image.left-hand {
        transform: translateY(-50%) translateX(-40%);
    }
    
    .hand-image.right-hand {
        transform: translateY(-50%) translateX(40%);
    }
}

/* Responsive adjustments for Benefits section */
@media (max-width: 768px) {
    .benefits-section {
        padding: 4rem 0;
    }
    
    .benefits-heading {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }
    
    .benefit-title {
        font-size: 1.5rem;
    }
    
    .benefit-text {
        font-size: 1rem;
    }
    
    .cta-tagline {
        font-size: 2.2rem;
    }
    
    .cta-question {
        font-size: 1.2rem;
    }
    
    .btn-benefits-cta {
        font-size: 1.1rem;
        padding: 0.9rem 2rem;
    }
}

@media (max-width: 576px) {
    .benefits-section {
        padding: 3rem 0;
    }
    
    .benefits-heading {
        font-size: 2rem;
    }
    
    .benefit-title {
        font-size: 1.3rem;
    }
    
    .cta-tagline {
        font-size: 1.8rem;
    }
    
    .benefits-list{
        gap: 0 !important;
    }
    .cta-question {
        font-size: 1.1rem;
    }
    
    .btn-benefits-cta {
        font-size: 1rem;
        padding: 0.8rem 1.8rem;
    }
    .benefit-item{
        padding: 10px;
        margin: 0;
    }
}

.home-header{
    /*height:460px;*/
    background-position: top right;
    background-repeat: no-repeat;
}

.home-box-img{
    max-width: 120px;
    max-height: 120px;
}

.home-mid-img{
    max-width: 400px;
}

.coinbasae-logo{
    height:1.3rem
}

.suggestion-header-bg {
    height: 140px !important;
}

/* JustFans Slogan Styling - "Where Beauty Meets Wealth" */
.slogan-container {
    text-align: center;
    margin: 2rem 0;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(195, 146, 55, 0.1) 0%, rgba(212, 168, 74, 0.15) 100%);
    border-radius: 20px;
    border: 2px solid rgba(195, 146, 55, 0.3);
    position: relative;
    overflow: hidden;
}

.slogan-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #C39237 0%, #D4A84A 50%, #E5B85D 100%);
}

.slogan-text {
    font-size: 2.2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #C39237 0%, #D4A84A 50%, #E5B85D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 10px rgba(195, 146, 55, 0.3);
}

.slogan-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #C39237 0%, #D4A84A 50%, #E5B85D 100%);
    margin: 1rem auto 0;
    border-radius: 2px;
    box-shadow: 0 4px 15px rgba(195, 146, 55, 0.4);
}

/* Responsive adjustments for slogan */
@media (max-width: 768px) {
    .slogan-text {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .slogan-container {
        margin: 1.5rem 0;
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .slogan-text {
        font-size: 1.5rem;
        letter-spacing: 0.5px;
    }
}

/* Slogan Hero Section Styling */
.slogan-hero-section {
    background: linear-gradient(135deg, rgba(195, 146, 55, 0.05) 0%, rgba(212, 168, 74, 0.1) 100%);
    position: relative;
    overflow: hidden;
}

.slogan-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(195, 146, 55, 0.02) 0%, rgba(212, 168, 74, 0.05) 100%);
    pointer-events: none;
}

.slogan-hero-container {
    position: relative;
    z-index: 2;
}

.slogan-hero-text {
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #C39237 0%, #D4A84A 50%, #E5B85D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 4px 20px rgba(195, 146, 55, 0.3);
    animation: sloganGlow 3s ease-in-out infinite alternate;
}

.slogan-hero-subtitle {
    font-size: 1.3rem;
    color: #5A6C7D;
    font-weight: 500;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.slogan-hero-underline {
    width: 120px;
    height: 5px;
    background: linear-gradient(135deg, #C39237 0%, #D4A84A 50%, #E5B85D 100%);
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 6px 20px rgba(195, 146, 55, 0.5);
    animation: underlineGlow 2s ease-in-out infinite alternate;
}

/* Slogan Animations */
@keyframes sloganGlow {
    0% {
        text-shadow: 0 4px 20px rgba(195, 146, 55, 0.3);
    }
    100% {
        text-shadow: 0 6px 30px rgba(195, 146, 55, 0.6);
    }
}

@keyframes underlineGlow {
    0% {
        box-shadow: 0 6px 20px rgba(195, 146, 55, 0.5);
    }
    100% {
        box-shadow: 0 8px 30px rgba(195, 146, 55, 0.8);
    }
}

/* Why Choose Elite Sugar Life Section */
.why-choose-section {
    position: relative;
    overflow: hidden;
    padding-top: 8rem !important;
    padding: 6rem 0; 
}

/* .why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.02) 0%, rgba(184, 134, 11, 0.05) 100%);
    pointer-events: none;
} */

.why-choose-content {
    position: relative;
    z-index: 2;
}
.btn-primary:active, .btn-primary:focus{
    background: #000000 !important;
}

.why-choose-heading {
    font-size: 2.6rem;
    font-weight: 700;
    color: #000000;
    background: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 3rem;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-top: 3rem;
    padding: 0 1rem;
}
.hero-content img{
    width: 180px;
}

.login-menu {
    color: #E1B945 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
}
.register-menu {
    color: #E1B945 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
}
/* .benefit-item {
    background: #faf4f2cc;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
    backdrop-filter: blur(10px);
} */
/* 
.benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;           
    height: 4px;
    background: linear-gradient(135deg, #000000 0%, #000000 50%, #000000 100%);
} */

/* .benefit-item:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 25px 50px rgba(212, 175, 55, 0.3);
    border-color: rgba(0, 0, 0, 0.7);
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(15px);
}

.benefit-icon {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
} */

.benefit-icon svg {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 4px 8px rgba(212, 175, 55, 0.2));
}

.benefit-item:hover .benefit-icon svg {
    transform: scale(1.15) rotate(8deg);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
}

.benefit-content {
    flex: 1;
    text-align: left;
}

.benefit-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.benefit-description {
    font-size: 1rem;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

/* Responsive adjustments for why choose section */
@media (max-width: 768px) {
    .why-choose-section {
        padding: 4rem 0;
    }
    
    .why-choose-heading {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    
    .benefits-list {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0;
    }
    
    .benefit-item {
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .benefit-content {
        text-align: center;
    }
    
    .benefit-icon svg {
        width: 40px;
        height: 40px;
    }
    
    .benefit-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .why-choose-section {
        padding: 3rem 0;
    }
    
    .why-choose-heading {
        font-size: 2rem;
    }
    
    .benefit-item {
        padding: 1.5rem 1rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .benefit-content {
        text-align: center;
    }
    
    .benefit-icon svg {
        width: 36px;
        height: 36px;
    }
}

/* Responsive adjustments for slogan hero */
@media (min-width: 1200px) {
    .benefits-section .container{
        max-width: 1280px;
    }
}

@media (max-width: 768px) {
    .slogan-hero-text {
        font-size: 2.8rem;
        letter-spacing: 2px;
    }
    
    .slogan-hero-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .slogan-hero-text {
        font-size: 2.2rem;
        letter-spacing: 1px;
    }
    
    .slogan-hero-subtitle {
        font-size: 1rem;
    }
}

/* Seeking Style CTA Section - Background Image with Text Overlay */
.seeking-style-cta-section {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('https://www.seeking.com/wp-content/uploads/2023/09/footer-kiss-desktop.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #2C3E50; /* Fallback color */
}

.seeking-style-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.seeking.com/wp-content/uploads/2023/09/footer-kiss-desktop.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2C3E50; /* Fallback */
}

.seeking-style-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.seeking-style-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
}

.seeking-style-heading {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.seeking-style-subheading {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.seeking-style-tagline {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.seeking-style-button-container {
    margin-top: 2rem;
}

.btn-seeking-style-main {
    background: #0C1511;
    color: #C39237;
    border: 2px solid #C39237;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-seeking-style-main:hover {
    background: #000;
    color: #DCCDBC;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

/* Responsive adjustments for Seeking Style CTA section */
@media (max-width: 768px) {
    .seeking-style-heading {
        font-size: 2.5rem;
    }
    
    .seeking-style-subheading {
        font-size: 3rem;
    }
    
    .seeking-style-tagline {
        font-size: 1.2rem;
    }
    
    .btn-seeking-style-main {
        font-size: 1.1rem;
        padding: 0.9rem 2rem;
    }
}

@media (max-width: 576px) {
    .seeking-style-heading {
        font-size: 2rem;
    }
    
    .seeking-style-subheading {
        font-size: 2.5rem;
    }
    
    .seeking-style-tagline {
        font-size: 1.1rem;
    }
    
    .btn-seeking-style-main {
        font-size: 1rem;
        padding: 0.8rem 1.8rem;
    }
}

/* Accordion Section - Fifth Section */
.accordion-section {
    background: #fefefe;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.accordion-content {
    padding: 2rem 0;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.accordion-main-heading {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
}

.accordion-subtitle {
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Custom Accordion Styling - No Bootstrap Override Issues */
.custom-accordion {
    border: none;
    background: transparent;
    box-shadow: none;
}

.custom-accordion-item {
    border: none;
    margin-bottom: 1rem;
    background: transparent;
    box-shadow: none;
    transition: all 0.3s ease;
}

.custom-accordion-item:hover {
    transform: translateX(5px);
}

.custom-accordion-header {
    border: none;
    background: transparent;
}

.custom-accordion-button {
    color: #D4AF37 !important;
    background: transparent !important;
    border: none !important;
    padding: 1.2rem 0 !important;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: left;
    box-shadow: none !important;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.custom-accordion-button.active {
   color: #D4AF37;
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 50%, #CD853F 100%);
}

.custom-accordion-button:hover {
    color: #c0392b !important;
    transform: translateX(8px);
    border-bottom-color: rgba(231, 76, 60, 0.3);
}

.custom-accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

/* Custom Arrow Styling */
.custom-accordion-arrow {
    font-size: 1.8rem;
    color: #e74c3c;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
}

.custom-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border: none;
    background: transparent;
}

.custom-accordion-content.show {
    max-height: 200px;
}

.custom-accordion-body {
    padding: 0 0 2rem 0;
    border: none;
    background: transparent;
}

.custom-accordion-body p {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.7;
    margin: 0;
    padding-left: 1.5rem;
    border-left: 4px solid #D4AF37;
    transition: all 0.3s ease;
}

.custom-accordion-item:hover .custom-accordion-body p {
    color: #000;
    border-left-color: #D4AF37;
}

/* Image Container Styling */
.accordion-image-container {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.accordion-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-image.active {
    opacity: 1;
    visibility: visible;
}

.accordion-img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    width: 500px;
    height: 500px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1.05) contrast(1.1);
}

.accordion-image.active .accordion-img {
    transform: scale(1) rotate(3deg);
    filter: brightness(1.1) contrast(1.15);
}

.accordion-image:not(.active) .accordion-img {
    transform: scale(0.8) rotate(-2deg);
    filter: brightness(0.9) contrast(0.95);
}

/* Responsive adjustments for Accordion section */
@media (max-width: 768px) {
    .accordion-section {
        padding: 4rem 0;
    }
    
    .accordion-main-heading {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }
    
    .accordion-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }
    
    .custom-accordion-button {
        font-size: 1.5rem;
        padding: 1.2rem 0 !important;
    }
    
    .custom-accordion-body p {
        font-size: 1rem;
    }
    
    .accordion-image-container {
        height: 350px;
        margin-top: 2rem;
    }
    
    .accordion-img {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 576px) {
    .accordion-section {
        padding: 3rem 0;
    }
    
    .accordion-main-heading {
        font-size: 2.2rem;
    }
    
    .custom-accordion-button {
        font-size: 1.3rem;
        padding: 1rem 0 !important;
    }
    
    .accordion-image-container {
        height: 300px;
    }
    
    .accordion-img {
        width: 250px;
        height: 250px;
    }
}

/* Hero CTA Section - Background Image with Text Overlay */
.hero-cta-section {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('https://www.seeking.com/wp-content/uploads/2023/09/footer-kiss-desktop.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #2C3E50; /* Fallback color */
}

.hero-cta-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.seeking.com/wp-content/uploads/2023/09/footer-kiss-desktop.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2C3E50; /* Fallback */
}

footer.footer.py-5 span {
    color: #141412;
}

footer.footer.py-5 i, footer.footer.py-5 svg {
    color: #141412;
    fill: #141412;
}

.accordion-section {
    margin-top: 50px;
}

.hero-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.last-cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-image: url('../img/couple.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
}

.hero-cta-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-cta-subheading {
    font-size: 4.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-cta-tagline {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-cta-button-container {
    margin-bottom: 1rem;
}

.last-cta-section .hero-cta-button-container a{
    background: #141412;
    color: #DCCDBC;
    padding: 0.5rem 2rem;
}
.last-cta-section .hero-cta-button-container a:hover{
    background: #DCCDBC;
    color: #141412;
}

.btn-hero-cta-main {
    background: #0C1511;
    color: #C39237;
    border: 2px solid #C39237;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-hero-cta-main:hover {
    background: #000;
    color: #DCCDBC;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

/* Responsive adjustments for Hero CTA section */
@media (max-width: 768px) {
    .hero-cta-section {
        min-height: 60vh;
    }
    
    .hero-cta-heading {
        font-size: 2.5rem;
        margin-bottom: 0.8rem;
    }
    
    .hero-cta-subheading {
        font-size: 3.2rem;
        margin-bottom: 1.2rem;
    }
    
    .hero-cta-tagline {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }
    
    .btn-hero-cta-main {
        font-size: 1.1rem;
        padding: 0.9rem 2rem;
    }
}

@media (max-width: 576px) {
    .hero-cta-heading {
        font-size: 2rem;
    }
    
    .hero-cta-subheading {
        font-size: 2.5rem;
    }
    
    .hero-cta-tagline {
        font-size: 1.1rem;
    }
    
    .btn-hero-cta-main {
        font-size: 1rem;
        padding: 0.8rem 1.8rem;
    }
}

/* Typography - Baskervville and Cinzel Fonts */
body {
}

h1, h2, h3, h4, h5, h6,
.hero-wordmark,
.hero-slogan,
.pre-registered-heading,
.stats-title,
.testimonials-heading,
.section-heading,
.benefit-title,
.why-choose-heading {
    /*  */
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Specific font weights for different elements */
.hero-wordmark {
    font-weight: 700;
    letter-spacing: 1px;
}

.pre-registered-heading {
    font-weight: 700;
    letter-spacing: 0.8px;
}

.stats-title {
    font-weight: 600;
    letter-spacing: 0.3px;
}

.benefit-title {
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Body text styling */
p, .benefit-description, .section-description, .pre-registered-subtitle {
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

/* Button text */
.btn {
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Pre-Registered Members Section */
.pre-registered-section {
    background: #fafafaeb;
    position: relative;
    overflow: hidden;
}

.pre-registered-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23D4AF37" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23D4AF37" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23D4AF37" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="%23D4AF37" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="%23D4AF37" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.pre-registered-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.pre-registered-subtitle {
    font-size: 1.2rem;
    color: #010101;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.members-stats-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}

.members-stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* .daddies-card {
    border-left: 5px solid #D4AF37;
} */
/* 
.babies-card {
    border-left: 5px solid #e91e63;
} */

.stats-header {
    text-align: center;
    margin-bottom: 2rem;
}

.stats-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
}

.stats-number {
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    transition: all 0.3s ease;
}

.stats-number.counter {
    position: relative;
}

.stats-number.counter::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(45deg, rgba(212, 175, 55, 0.1), rgba(233, 30, 99, 0.1)); */
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stats-number.counter.animating::after {
    opacity: 1;
}

.babies-card .stats-number {
    color: #000000;
}

.fake-members-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: -20px;
    margin-top: 1.5rem;
}

.fake-member-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -15px;
}

.fake-member-row:nth-child(odd) {
    margin-left: 20px;
}

.fake-member-row:nth-child(even) {
    margin-right: 20px;
}

.fake-member-item {
    position: relative;
    margin-left: -15px;
    z-index: 1;
}

.fake-member-item:first-child {
    margin-left: 0;
}

.fake-member-image {
    width: 60px;
    height: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
}

.member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

/* Remaining Count Styles */
.remaining-count {
    position: relative;
    margin-left: -15px;
    z-index: 1;
}

.remaining-image {
    background: linear-gradient(135deg, #D4AF37, #e91e63);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.remaining-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Responsive Design for Pre-Registered Section */
@media (max-width: 768px) {
    .pre-registered-heading {
        font-size: 2rem;
    }
    
    .pre-registered-subtitle {
        font-size: 1rem;
    }
    
    .members-stats-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .stats-title {
        font-size: 1.5rem;
    }
    
    .stats-number {
        font-size: 2.5rem;
    }
    
    .fake-member-image {
        width: 50px;
        height: 50px;
    }
    
    .fake-member-item {
        margin-left: -12px;
    }
    
    .remaining-count {
        margin-left: -12px;
    }
    
    .remaining-image {
        width: 50px;
        height: 50px;
    }
    
    .fake-member-row:nth-child(odd) {
        margin-left: 15px;
    }
    
    .fake-member-row:nth-child(even) {
        margin-right: 15px;
    }
}

@media (max-width: 576px) {
    .fake-member-image {
        width: 45px;
        height: 45px;
    }
    
    .fake-member-item {
        margin-left: -10px;
    }
    
    .remaining-count {
        margin-left: -10px;
    }
    
    .remaining-image {
        width: 45px;
        height: 45px;
    }
    
    .fake-member-row:nth-child(odd) {
        margin-left: 10px;
    }
    
    .fake-member-row:nth-child(even) {
        margin-right: 10px;
    }
    
    .members-stats-card {
        padding: 1rem;
    }
    
    .stats-number {
        font-size: 2rem;
    }
}

/* Countdown Timer Styles */
.countdown-section {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.countdown-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(225, 185, 69, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.countdown-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #FAF5F2;
    text-transform: capitalize;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(225, 185, 69, 0.5);
    -webkit-text-fill-color: #FAF5F2;
}

.countdown-subtitle {
    font-size: 1.2rem;
    color: #E1B945;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.countdown-timer {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(0, 0, 0, 0.8);
    padding: 2rem 3rem;
    border-radius: 20px;
    border: 2px solid #E1B945;
    box-shadow: 0 0 30px rgba(225, 185, 69, 0.3);
    backdrop-filter: blur(10px);
}

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.time-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #E1B945;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.time-value {
    font-size: 3rem;
    font-weight: 700;
    color: #E1B945;
    background: linear-gradient(45deg, #E1B945, #F4D03F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 15px rgba(225, 185, 69, 0.5);
    min-width: 60px;
    text-align: center;
    line-height: 1;
}

.time-separator {
    font-size: 2.5rem;
    font-weight: 700;
    color: #E1B945;
    margin: 0 0.5rem;
    text-shadow: 0 0 10px rgba(225, 185, 69, 0.5);
}

/* Responsive Design for Countdown Timer */
@media (max-width: 768px) {
    .countdown-heading {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
    
    .countdown-subtitle {
        font-size: 1rem;
    }
    
    .countdown-timer {
        padding: 1.5rem 2rem;
        gap: 0.8rem;
    }
    
    .time-unit {
        min-width: 60px;
    }
    
    .time-value {
        font-size: 2.2rem;
        min-width: 50px;
    }
    
    .time-separator {
        font-size: 1.8rem;
        margin: 0 0.3rem;
    }
    
    .time-label {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .countdown-heading {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .countdown-subtitle {
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }
    
    .countdown-timer {
        padding: 1rem 1.5rem;
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .time-unit {
        min-width: 50px;
    }
    
    .time-value {
        font-size: 1.8rem;
        min-width: 40px;
    }
    
    .time-separator {
        font-size: 1.4rem;
        margin: 0 0.2rem;
    }
    
    .time-label {
        font-size: 0.7rem;
    }
}



/* JustFans Golden Theme - Custom Color Overrides */

/* ABC Arizona Flare Variable Font Import */
@font-face {
    font-family: 'ABC Arizona Flare Variable Unlicensed Trial';
    src: url('../fonts/abc-arizona.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    /* JustFans Logo-Based Golden Color Palette */
    --justfans-gold: #EDC86D;
    /* Main logo gold - primary actions */
    --justfans-gold-light: #F4D88A;
    /* Light gold - hover states, highlights */
    --justfans-gold-lighter: #F8E4A6;
    /* Very light gold - subtle backgrounds */
    --justfans-gold-dark: #D4B55A;
    /* Darker gold - active states, borders */
    --justfans-gold-darker: #BBA247;
    /* Very dark gold - text on light backgrounds */

    /* Gradient Colors (matching logo gradient effect) */
    --justfans-gold-gradient-start: #EDC86D;
    --justfans-gold-gradient-end: #F4D88A;
    --justfans-gold-gradient: linear-gradient(135deg, var(--justfans-gold-gradient-start) 0%, var(--justfans-gold-gradient-end) 100%);

    /* Text Colors (optimized for accessibility) */
    --justfans-text-primary: #2C3E50;
    /* Dark blue-gray - main text (AAA contrast) */
    --justfans-text-secondary: #5A6C7D;
    /* Medium blue-gray - secondary text */
    --justfans-text-muted: #8B9DC3;
    /* Light blue-gray - muted text */
    --justfans-text-on-gold: #2C3E50;
    /* Dark text on gold backgrounds */
    --justfans-text-on-dark: #FFFFFF;
    /* White text on dark backgrounds */

    /* Background Colors */
    --justfans-bg-primary: #FFFFFF;
    /* Pure white - main backgrounds */
    --justfans-bg-secondary: #F8F9FA;
    /* Off-white - secondary backgrounds */
    --justfans-bg-accent: #FEFCF7;
    /* Very light gold tint - accent backgrounds */
    --justfans-bg-gold-light: #FDF6E3;
    /* Light gold background - special sections */

    /* Semantic Colors (maintaining brand consistency) */
    --justfans-success: #28A745;
    /* Green for success states */
    --justfans-warning: #F39C12;
    /* Orange for warnings (complements gold) */
    --justfans-danger: #E74C3C;
    /* Red for errors/danger */
    --justfans-info: #3498DB;
    /* Blue for information */

    /* Border and Shadow Colors */
    --justfans-border-light: rgba(237, 200, 109, 0.2);
    /* Light gold borders */
    --justfans-border-medium: rgba(237, 200, 109, 0.4);
    /* Medium gold borders */
    --justfans-border-strong: rgba(237, 200, 109, 0.6);
    /* Strong gold borders */
    --justfans-shadow-light: rgba(237, 200, 109, 0.1);
    /* Light gold shadows */
    --justfans-shadow-medium: rgba(237, 200, 109, 0.25);
    /* Medium gold shadows */
    --justfans-shadow-strong: rgba(237, 200, 109, 0.4);
    /* Strong gold shadows */
}

/* Global Typography - Apply ABC Arizona font to entire site */
body, html {
    font-family: 'ABC Arizona Flare Variable Unlicensed Trial', serif !important;
    font-weight: 400;
    line-height: 1.6;
    font-display: swap;
}

/* Override specific elements that should use different fonts */
.btn, .form-control, .navbar-brand, .nav-link, input, textarea, select {
    font-family: 'ABC Arizona Flare Variable Unlicensed Trial', serif !important;
}

/* Ensure headings maintain their specific styling */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.section-heading,
.testimonials-heading,
.benefits-heading,
.cta-tagline,
.accordion-main-heading,
.hero-cta-heading,
.hero-cta-subheading,
.slogan-text,
.slogan-hero-text,
.hero-wordmark {
    font-family: 'ABC Arizona Flare Variable Unlicensed Trial', serif !important;
    font-weight: 700 !important;
    color: #000000;
    background: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* General Button Border - Apply #C39237 border to all buttons */
.btn {
    border: 2px solid #C39237 !important;
}

.btn:hover {
    border-color: #C39237 !important;
}

/* Heading Styles - Subtle Luxury Gold */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.section-heading,
.testimonials-heading,
.benefits-heading,
.cta-tagline,
.accordion-main-heading,
.hero-cta-heading,
.hero-cta-subheading,
.slogan-text,
.slogan-hero-text,
.hero-wordmark {
    font-family: 'ABC Arizona Flare Variable Unlicensed Trial', serif !important;
    font-weight: 700 !important;
    color: #000000;
    background: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Primary Buttons - Match Hero Section Style */
.btn-primary {
    background: #000000;
    border: 2px solid #FAF5F2;
    color: #FAF5F2;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    font-family: 'ABC Arizona Flare Variable Unlicensed Trial', serif;
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
}

.btn-primary:hover {
    background: #1A2B1F;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(195, 146, 55, 0.3);
    color: #FAF5F2;
    border-color: #FAF5F2;
}

.btn-primary:active,
.btn-primary:focus {
    background: #0C1511;
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-color: #B0822F;
}

.btn-primary:disabled {
    background: var(--justfans-bg-secondary);
    color: var(--justfans-text-muted);
    border-color: var(--justfans-border-light);
    box-shadow: none;
    transform: none;
}

/* Gradient Primary Buttons - Match Hero Section Style */
.btn-primary.bg-gradient-primary {
    background: #000000 !important;
    border: 2px solid #FAF5F2 !important;
    color: #FAF5F2 !important;
    font-weight: 600;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    font-family: 'ABC Arizona Flare Variable Unlicensed Trial', serif;
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
}

.btn-primary.bg-gradient-primary:hover {
    background: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(195, 146, 55, 0.3);
    color: #000000 !important;
    border-color: #000000 !important;
}

/* Secondary Buttons */
.btn-secondary {
    background: var(--justfans-bg-secondary);
    border: 2px solid #C39237;
    color: var(--justfans-gold);
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.btn-secondary:hover {
    background: var(--justfans-gold);
    color: var(--justfans-text-on-gold);
    transform: translateY(-2px);
    border-color: #C39237;
}

/* Navigation & Header - Logo Golden Theme */
.navbar,
.navbar-expand-lg {
    /* background: linear-gradient(135deg, var(--justfans-bg-primary) 0%, var(--justfans-bg-accent) 100%); */
    /* border-bottom: 3px solid var(--justfans-gold); */
    box-shadow: 0 4px 20px var(--justfans-shadow-light);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    color: var(--justfans-gold) !important;
    font-weight: 700;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    color: var(--justfans-gold-dark) !important;
    transform: scale(1.05);
}

.nav-link {
    color: var(--justfans-text-primary) !important;
    font-weight: 500;
    padding: 0.3rem 1rem !important;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav {
    gap: 10px;
}
/* .navbar-light .navbar-nav .nav-link{
    color: #000000 !important;
    background-color: #FAF5F2 !important;
    border: 1px solid #000000 !important;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #dccdbc !important;
    background-color: #000000;
    border: 1px solid #dccdbc;
} */
.navbar-right-side li a {
    /* background: #141412; */
    /* color: #dccdbc !important; */
    /* border: 1px solid #dccdbc; */
    font-family: 'ABC Arizona Flare Variable Unlicensed Trial', serif;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.navbar-right-side li a:hover {
    background: #000000;
    color: #FAF5F2 !important;
    border: 1px solid #FAF5F2 !important;
}

.navbar .navbar-left-side{
margin: auto;
}
.nav-link:hover {
    color: var(--justfans-gold) !important;
    background: var(--justfans-bg-accent);
    transform: translateY(-1px);
}

.nav-link.active {
    color: var(--justfans-gold) !important;
    background: var(--justfans-bg-gold-light);
    border-bottom: 3px solid var(--justfans-gold);
    font-weight: 600;
}

/* Mobile Navigation */
.navbar-toggler {
    border-color: var(--justfans-gold);
    color: var(--justfans-gold);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem var(--justfans-shadow-medium);
}

/* Cards */
.card {
    border: 1px solid rgba(237, 200, 109, 0.2);
    box-shadow: 0 4px 15px rgba(237, 200, 109, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    border-color: var(--justfans-gold);
    box-shadow: 0 8px 25px rgba(237, 200, 109, 0.2);
    transform: translateY(-2px);
}

.card-header {
    background: linear-gradient(135deg, var(--justfans-bg-accent) 0%, var(--justfans-bg-secondary) 100%);
    border-bottom: 1px solid rgba(237, 200, 109, 0.3);
}

/* Forms */
.form-control:focus {
    border-color: var(--justfans-gold);
    box-shadow: 0 0 0 0.2rem rgba(237, 200, 109, 0.25);
}

.form-control:focus+.form-label {
    color: var(--justfans-gold);
}

/* Links */
a {
    color: var(--justfans-gold);
    transition: color 0.3s ease;
}

a:hover {
    color: var(--justfans-gold-dark);
    text-decoration: none;
}

/* Badges & Pills */
.badge-primary,
.badge.bg-primary {
    background: var(--justfans-gold) !important;
    color: var(--justfans-text-on-gold);
}

.badge-secondary,
.badge.bg-secondary {
    background: var(--justfans-bg-secondary) !important;
    color: var(--justfans-text-secondary);
    border: 1px solid var(--justfans-gold);
}

/* Progress Bars */
.progress-bar {
    background: linear-gradient(135deg, var(--justfans-gold) 0%, var(--justfans-gold-light) 100%);
}

/* Alerts */
.alert-primary {
    background: linear-gradient(135deg, var(--justfans-bg-accent) 0%, var(--justfans-bg-secondary) 100%);
    border: 1px solid var(--justfans-gold);
    color: var(--justfans-text-primary);
}

.alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 1px solid #28a745;
    color: #155724;
}

.alert-warning {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 1px solid #ffc107;
    color: #856404;
}

.alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border: 1px solid #dc3545;
    color: #721c24;
}

/* Tables */
.table thead th {
    background: linear-gradient(135deg, var(--justfans-bg-accent) 0%, var(--justfans-bg-secondary) 100%);
    border-bottom: 2px solid var(--justfans-gold);
    color: var(--justfans-text-primary);
    font-weight: 600;
}

.table-hover tbody tr:hover {
    background: rgba(237, 200, 109, 0.05);
}

/* Pagination */
.page-item.active .page-link {
    background: var(--justfans-gold);
    border-color: var(--justfans-gold);
    color: var(--justfans-text-on-gold);
}

.page-link {
    color: var(--justfans-gold);
    border: 1px solid rgba(237, 200, 109, 0.3);
}

.page-link:hover {
    background: var(--justfans-bg-accent);
    color: var(--justfans-gold-dark);
    border-color: var(--justfans-gold);
}

/* Dropdowns */
.dropdown-menu {
    border: 1px solid rgba(237, 200, 109, 0.2);
    box-shadow: 0 4px 15px rgba(237, 200, 109, 0.1);
}

.dropdown-item:hover {
    background: var(--justfans-bg-accent);
    color: var(--justfans-gold);
}

.dropdown-item.active {
    background: var(--justfans-gold);
    color: var(--justfans-text-on-gold);
}

/* Modals */
.modal-header {
    background: linear-gradient(135deg, var(--justfans-bg-accent) 0%, var(--justfans-bg-secondary) 100%);
    border-bottom: 1px solid rgba(237, 200, 109, 0.3);
}

.modal-footer {
    background: var(--justfans-bg-secondary);
    border-top: 1px solid rgba(237, 200, 109, 0.3);
}

/* Footer */
footer {
    /* background: linear-gradient(135deg, var(--justfans-text-primary) 0%, var(--justfans-text-secondary) 100%); */
    color: white;
    border-top: 3px solid var(--justfans-gold);
}

footer a {
    color: var(--justfans-gold-light);
}

footer a:hover {
    color: var(--justfans-gold);
}

/* Footer Slogan Styling */
.footer-slogan {
    color: var(--justfans-gold);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.footer-slogan:hover {
    opacity: 1;
    color: var(--justfans-gold-light);
}

/* Premium Components - "Where Beauty Meets Wealth" Theme */

/* Luxury Gold Accent */
.justfans-gold-accent {
    background: var(--justfans-gold-gradient);
    /* color: var(--justfans-text-on-gold); */
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 6px 20px var(--justfans-shadow-medium);
    border: 2px solid var(--justfans-gold-dark);
}

/* Premium Gold Border */
.justfans-gold-border {
    border: 3px solid var(--justfans-gold);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(237, 200, 109, 0.05) 0%, rgba(244, 216, 138, 0.1) 100%);
}

/* Luxury Gold Shadow */
.justfans-gold-shadow {
    box-shadow: 0 8px 30px var(--justfans-shadow-medium), 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Wealth Indicator Elements */
.wealth-badge {
    background: linear-gradient(135deg, var(--justfans-gold) 0%, #FFD700 50%, var(--justfans-gold-light) 100%);
    color: var(--justfans-text-on-gold);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    border: 2px solid #FFD700;
}

/* Premium Subscription Indicators */
.premium-tier {
    background: linear-gradient(135deg, var(--justfans-bg-primary) 0%, var(--justfans-bg-accent) 100%);
    border: 3px solid var(--justfans-gold);
    border-radius: 15px;
    box-shadow: 0 10px 40px var(--justfans-shadow-medium);
    position: relative;
    overflow: hidden;
}

.premium-tier::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--justfans-gold-gradient);
}

/* Beauty & Wealth Call-to-Action */
.cta-beauty-wealth {
    background: linear-gradient(135deg, var(--justfans-gold) 0%, #FFD700 50%, var(--justfans-gold-light) 100%);
    color: var(--justfans-text-on-gold);
    padding: 1rem 2rem;
    border-radius: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    border: none;
    transition: all 0.3s ease;
}

.cta-beauty-wealth:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.5);
    background: linear-gradient(135deg, #FFD700 0%, var(--justfans-gold) 50%, var(--justfans-gold-dark) 100%);
}

/* Hover Effects */
.hover-gold:hover {
    color: var(--justfans-gold) !important;
    transition: color 0.3s ease;
}

.hover-gold-bg:hover {
    background: var(--justfans-bg-accent) !important;
    transition: background 0.3s ease;
}

#age-display{
    text-align: start;
}

.navbar-light .navbar-nav .nav-link {
    /* color: #000000 !important; */
    /* background-color: #FAF5F2; */
    border: 1px solid #E1B945;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #dccdbc !important;
    background-color: #000000;
    border: 1px solid #dccdbc;
}
footer{
    background-color: #000000;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .btn-primary {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }

    .card {
        margin-bottom: 1rem;
    }
}

/* Platform-Specific Components */

/* Profile/Creator Cards */
.creator-card,
.profile-card {
    background: var(--justfans-bg-primary);
    border: 2px solid var(--justfans-border-light);
    border-radius: 12px;
    box-shadow: 0 8px 30px var(--justfans-shadow-light);
    transition: all 0.3s ease;
    overflow: hidden;
}

.creator-card:hover,
.profile-card:hover {
    border-color: var(--justfans-gold);
    box-shadow: 0 12px 40px var(--justfans-shadow-medium);
    transform: translateY(-4px);
}

/* Subscribe/Follow Buttons */
.btn-subscribe,
.btn-follow {
    background: var(--justfans-gold-gradient);
    border: 2px solid #C39237;
    color: var(--justfans-text-on-gold);
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px var(--justfans-shadow-medium);
    transition: all 0.3s ease;
}

.btn-subscribe:hover,
.btn-follow:hover {
    background: linear-gradient(135deg, var(--justfans-gold-dark) 0%, var(--justfans-gold) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--justfans-shadow-strong);
    border-color: #C39237;
}

/* Post/Content Cards */
.post-card,
.content-card {
    background: var(--justfans-bg-primary);
    border: 1px solid var(--justfans-border-light);
    border-radius: 10px;
    box-shadow: 0 4px 20px var(--justfans-shadow-light);
    transition: all 0.3s ease;
}

.post-card:hover,
.content-card:hover {
    border-color: var(--justfans-border-medium);
    box-shadow: 0 8px 30px var(--justfans-shadow-medium);
}

/* Like/Heart Buttons */
.btn-like,
.btn-heart {
    color: var(--justfans-text-muted);
    transition: all 0.3s ease;
}

.btn-like:hover,
.btn-heart:hover {
    color: var(--justfans-danger);
    transform: scale(1.1);
}

.btn-like.liked,
.btn-heart.liked {
    color: var(--justfans-danger);
}

/* Tip/Payment Buttons */
.btn-tip,
.btn-payment {
    background: linear-gradient(135deg, var(--justfans-gold) 0%, var(--justfans-warning) 100%);
    border: 2px solid #C39237;
    color: var(--justfans-text-on-gold);
    font-weight: 600;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.btn-tip:hover,
.btn-payment:hover {
    background: linear-gradient(135deg, var(--justfans-warning) 0%, var(--justfans-gold) 100%);
    transform: translateY(-1px);
    border-color: #C39237;
}

/* Message/Chat Elements */
.message-bubble {
    background: var(--justfans-bg-accent);
    border: 1px solid var(--justfans-border-light);
    border-radius: 18px;
    padding: 0.75rem 1rem;
    margin: 0.5rem 0;
}

.message-bubble.own {
    background: var(--justfans-gold-gradient);
    color: var(--justfans-text-on-gold);
    margin-left: auto;
    margin-right: 0;
}

/* Subscription Tiers */
.tier-card {
    background: var(--justfans-bg-primary);
    border: 2px solid var(--justfans-border-light);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.tier-card.featured {
    border-color: var(--justfans-gold);
    background: var(--justfans-bg-gold-light);
    transform: scale(1.05);
    box-shadow: 0 10px 40px var(--justfans-shadow-medium);
}

.tier-card:hover {
    border-color: var(--justfans-gold);
    box-shadow: 0 8px 30px var(--justfans-shadow-light);
    transform: translateY(-5px);
}

/* Status Indicators */
.status-online {
    color: var(--justfans-success);
    font-weight: 600;
}

.status-offline {
    color: var(--justfans-text-muted);
}

/* Premium Badge - Beauty Meets Wealth */
.premium-badge {
    background: linear-gradient(135deg, var(--justfans-gold) 0%, #FFD700 50%, var(--justfans-gold-light) 100%);
    color: var(--justfans-text-on-gold);
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    border: 2px solid #FFD700;
    position: relative;
    overflow: hidden;
}

.premium-badge::before {
    content: '💎';
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

/* VIP Status Indicators */
.vip-status {
    background: linear-gradient(135deg, #FFD700 0%, var(--justfans-gold) 50%, #B8860B 100%);
    color: var(--justfans-text-on-gold);
    padding: 0.75rem 1.5rem;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
    border: 2px solid #FFD700;
}

/* Wealth Level Indicators */
.wealth-level-1 {
    background: linear-gradient(135deg, #C0C0C0 0%, #E5E4E2 100%);
}

.wealth-level-2 {
    background: linear-gradient(135deg, var(--justfans-gold) 0%, #FFD700 100%);
}

.wealth-level-3 {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}

.wealth-level-4 {
    background: linear-gradient(135deg, #FFA500 0%, #FF4500 100%);
}

.wealth-level-5 {
    background: linear-gradient(135deg, #FF4500 0%, #8B0000 100%);
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    :root {
        --justfans-bg-primary: #1a1a1a;
        --justfans-bg-secondary: #2d2d2d;
        --justfans-bg-accent: #2a2a2a;
        --justfans-bg-gold-light: #3a3020;
        --justfans-text-primary: #ffffff;
        --justfans-text-secondary: #cccccc;
        --justfans-text-muted: #888888;
    }

    .card,
    .creator-card,
    .profile-card,
    .post-card,
    .content-card {
        background: var(--justfans-bg-secondary);
        color: var(--justfans-text-primary);
        border-color: var(--justfans-border-light);
    }

    .navbar {
        /* background: linear-gradient(135deg, var(--justfans-bg-secondary) 0%, var(--justfans-bg-accent) 100%); */
        background-color: #141412 !important;
    }

    .message-bubble {
        background: var(--justfans-bg-accent);
        color: var(--justfans-text-primary);
    }
}





.navbar-light .navbar-nav .nav-link{
    color: #E1B945 !important;
}







