* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #0f051d 0%, #1a0b2e 25%, #16213e 50%, #0f3460 75%, #533483 100%);
    color: #ffffff;
    overflow-x: hidden;
    min-height: 100vh;
}

.rajesh-disclaimer-top {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
}

.mahesh-header-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 44px;
    z-index: 999;
    padding: 20px 0;
}

.priya-navigation-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.vikram-logo-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ananya-brand-title {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(45deg, #ffd700, #ffed4e, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
    animation: glow-pulse 2s ease-in-out infinite alternate;
}

@keyframes glow-pulse {
    from { filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5)); }
    to { filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.8)); }
}

.deepak-brand-tagline {
    font-size: 0.9rem;
    color: #c0c0c0;
    font-weight: 500;
}

.kavita-nav-links {
    display: flex;
    gap: 30px;
}

.shreya-nav-link, .arjun-nav-link, .neha-nav-link, .rohit-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.shreya-nav-link:hover, .arjun-nav-link:hover, .neha-nav-link:hover, .rohit-nav-link:hover {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.3);
}

.kiran-main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sanjay-hero-section {
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.meera-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.pooja-hero-text {
    text-align: left;
}

.ravi-main-heading {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #ffffff, #ffd700, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sunita-hero-description {
    font-size: 1.3rem;
    color: #cccccc;
    margin-bottom: 40px;
    line-height: 1.6;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.amit-cta-buttons {
    display: flex;
    gap: 20px;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.varun-primary-button {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: #ffffff;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
    transform: perspective(1000px) rotateX(0deg);
}

.varun-primary-button:hover {
    transform: perspective(1000px) rotateX(-10deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 107, 53, 0.6);
}

.lakshmi-secondary-button {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.lakshmi-secondary-button:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.nisha-hero-visual {
    position: relative;
    height: 400px;
}

.rakesh-floating-cards {
    position: relative;
    width: 100%;
    height: 100%;
}

.divya-card-element, .sunil-card-element, .preeti-card-element, .mukesh-card-element {
    position: absolute;
    font-size: 4rem;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.6));
    animation: float 3s ease-in-out infinite;
}

.divya-card-element {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.sunil-card-element {
    top: 60%;
    left: 70%;
    animation-delay: 0.5s;
}

.preeti-card-element {
    top: 30%;
    right: 20%;
    animation-delay: 1s;
}

.mukesh-card-element {
    bottom: 20%;
    left: 40%;
    animation-delay: 1.5s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.anil-featured-game {
    padding: 100px 0;
    position: relative;
}

.radha-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.gopal-section-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.shilpa-section-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
}

.harsh-game-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    padding: 60px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.seema-game-image-container {
    position: relative;
}

.ramesh-game-preview {
    background: linear-gradient(135deg, #1a0b2e, #16213e);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.kavya-game-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.ramesh-game-preview:hover .kavya-game-image {
    transform: scale(1.05);
}

.manish-game-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease;
}

.ramesh-game-preview:hover .manish-game-overlay {
    opacity: 1;
}

.jyoti-play-indicator {
    font-size: 4rem;
    background: rgba(255, 107, 53, 0.9);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.jyoti-play-indicator:hover {
    transform: scale(1.1);
    background: rgba(255, 107, 53, 1);
}

.bindu-game-details {
    padding: 20px 0;
}

.suresh-game-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.anjali-game-features {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.vinod-feature-tag, .rekha-feature-tag, .dinesh-feature-tag {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.priya-game-description {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 30px;
}

.kiran-game-benefits {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.mohan-benefit-item, .nita-benefit-item, .kirti-benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}

.geeta-benefit-icon, .lalit-benefit-icon, .yogesh-benefit-icon {
    font-size: 1.5rem;
}

.satish-benefit-text, .deepa-benefit-text, .suma-benefit-text {
    font-size: 1rem;
    color: #cccccc;
    font-weight: 500;
}

.vikash-play-button {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: #ffffff;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4);
}

.vikash-play-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(255, 107, 53, 0.6);
}

.pankaj-features-section {
    padding: 100px 0;
}

.ritu-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.sachin-feature-card, .gaurav-feature-card, .rahul-feature-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.sachin-feature-card:hover, .gaurav-feature-card:hover, .rahul-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.komal-feature-icon, .poonam-feature-icon, .sneh-feature-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
    display: block;
}

.ashok-feature-title, .manoj-feature-title, .arun-feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffd700;
}

.usha-feature-text, .swati-feature-text, .lata-feature-text {
    color: #cccccc;
    line-height: 1.6;
}

.naveen-benefits-section {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px;
    margin: 50px 0;
}

.sangeeta-benefits-header {
    text-align: center;
    margin-bottom: 60px;
}

.alok-benefits-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mala-benefits-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
}

.pramod-benefits-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.vandana-benefit-card, .tejal-benefit-card, .hemant-benefit-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.vandana-benefit-card:hover, .tejal-benefit-card:hover, .hemant-benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.bharat-benefit-icon, .akash-benefit-icon, .shanti-benefit-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
    animation: benefit-glow 2s ease-in-out infinite alternate;
}

@keyframes benefit-glow {
    from { filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5)); }
    to { filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.9)); }
}

.chandan-benefit-title, .paresh-benefit-title, .ganesh-benefit-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffd700;
}

.pushpa-benefit-desc, .minakshi-benefit-desc, .ruchika-benefit-desc {
    color: #cccccc;
    line-height: 1.6;
    font-size: 1rem;
}

.naresh-about-section {
    padding: 100px 0;
}

.dipika-about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.sadhana-about-text {
    padding: 20px 0;
}

.govind-about-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    background: linear-gradient(45deg, #ffffff, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bharti-about-description {
    font-size: 1.2rem;
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 40px;
}

.jigar-about-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nidhi-about-feature, .abhay-about-feature, .shubham-about-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
}

.nitin-feature-emoji, .rashmi-feature-emoji, .daksha-feature-emoji {
    font-size: 2rem;
}

.sushma-feature-text, .vishal-feature-text, .tushar-feature-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
}

.tanvi-about-visual {
    position: relative;
    height: 400px;
}

.aniket-casino-elements {
    position: relative;
    width: 100%;
    height: 100%;
}

.poorna-element, .yash-element, .shruti-element, .karan-element {
    position: absolute;
    font-size: 4rem;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.6));
    animation: casino-float 4s ease-in-out infinite;
}

.poorna-element {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
}

.yash-element {
    top: 40%;
    right: 10%;
    animation-delay: 1s;
}

.shruti-element {
    bottom: 40%;
    left: 10%;
    animation-delay: 2s;
}

.karan-element {
    bottom: 10%;
    right: 30%;
    animation-delay: 3s;
}

@keyframes casino-float {
    0%, 100% { transform: translateY(0px) rotate(0deg) scale(1); }
    25% { transform: translateY(-15px) rotate(5deg) scale(1.1); }
    50% { transform: translateY(-30px) rotate(-5deg) scale(1); }
    75% { transform: translateY(-15px) rotate(5deg) scale(0.9); }
}

.mahendra-footer-section {
    background: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 0;
    margin-top: 100px;
}

.kaveri-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.sagar-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vidya-footer-title {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nitesh-footer-tagline {
    color: #cccccc;
    font-size: 1.1rem;
}

.archana-footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.pravin-link-group, .harish-link-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.chaitra-link-title, .madhuri-link-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 10px;
}

.dhanraj-footer-link, .smita-footer-link, .kiran-footer-link, .dilip-footer-link, .vanita-footer-link, .sandip-footer-link {
    color: #cccccc;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.dhanraj-footer-link:hover, .smita-footer-link:hover, .kiran-footer-link:hover, .dilip-footer-link:hover, .vanita-footer-link:hover, .sandip-footer-link:hover {
    color: #ffd700;
    transform: translateX(5px);
}

.ajit-disclaimer-bottom {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    padding: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .meera-hero-content, .harsh-game-showcase, .dipika-about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .ritu-features-grid, .pramod-benefits-showcase {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .kaveri-footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .ravi-main-heading {
        font-size: 2.5rem;
    }
    
    .kavita-nav-links {
        display: none;
    }
}

@media (max-width: 768px) {
    .kiran-main-content {
        padding: 0 15px;
    }
    
    .amit-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .kiran-game-benefits {
        flex-direction: column;
        gap: 15px;
        text-align: left;
    }
    
    .harsh-game-showcase {
        padding: 40px 20px;
    }
    
    .ravi-main-heading {
        font-size: 2rem;
    }
    
    .sunita-hero-description {
        font-size: 1.1rem;
    }
    
    .archana-footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.gradient-bg-animation {
    background-size: 400% 400%;
    animation: gradient-shift 8s ease infinite;
}

@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

body {
    background: linear-gradient(135deg, #0f051d 0%, #1a0b2e 25%, #16213e 50%, #0f3460 75%, #533483 100%);
    background-size: 400% 400%;
    animation: gradient-shift 12s ease infinite;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.neon-glow {
    text-shadow: 0 0 10px currentColor, 0 0 20px currentColor, 0 0 30px currentColor;
}

.pulse-animation {
    animation: pulse-glow 2s ease-in-out infinite alternate;
}

@keyframes pulse-glow {
    from { box-shadow: 0 0 20px rgba(255, 215, 0, 0.4); }
    to { box-shadow: 0 0 40px rgba(255, 215, 0, 0.8); }
}
.pradeep-privacy-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #ffffff;
}

.anjana-privacy-header {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 40px;
}

.manoj-privacy-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease-out;
}

.radha-privacy-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 10px;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.krishna-last-updated {
    font-size: 1rem;
    color: #ff6b35;
    font-weight: 600;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.deepak-privacy-content {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out 0.6s both;
}

.suresh-section {
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    animation: sectionReveal 0.8s ease-out forwards;
}

.suresh-section:nth-child(1) { animation-delay: 0.1s; }
.suresh-section:nth-child(2) { animation-delay: 0.2s; }
.suresh-section:nth-child(3) { animation-delay: 0.3s; }
.suresh-section:nth-child(4) { animation-delay: 0.4s; }
.suresh-section:nth-child(5) { animation-delay: 0.5s; }
.suresh-section:nth-child(6) { animation-delay: 0.6s; }
.suresh-section:nth-child(7) { animation-delay: 0.7s; }
.suresh-section:nth-child(8) { animation-delay: 0.8s; }
.suresh-section:nth-child(9) { animation-delay: 0.9s; }

@keyframes sectionReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kavita-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 20px;
    border-left: 4px solid #ff6b35;
    padding-left: 20px;
    transition: all 0.3s ease;
}

.kavita-section-title:hover {
    border-left-width: 8px;
    padding-left: 25px;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.nisha-section-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin-bottom: 20px;
}

.rajesh-info-list {
    margin: 20px 0;
    padding-left: 0;
}

.amit-list-item {
    list-style: none;
    margin-bottom: 15px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border-left: 3px solid #ff6b35;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.amit-list-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transition: left 0.5s ease;
}

.amit-list-item:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateX(5px);
    border-left-color: #ffd700;
    box-shadow: 0 5px 20px rgba(255, 107, 53, 0.2);
}

.amit-list-item:hover::before {
    left: 100%;
}

.pooja-list-title {
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 8px;
    display: block;
    font-size: 1.05rem;
}

.sanjay-contact-section {
    background: linear-gradient(45deg, rgba(255, 107, 53, 0.1), rgba(247, 147, 30, 0.1));
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
    text-align: center;
    border: 1px solid rgba(255, 107, 53, 0.2);
    transition: all 0.3s ease;
}

.sanjay-contact-section:hover {
    background: linear-gradient(45deg, rgba(255, 107, 53, 0.15), rgba(247, 147, 30, 0.15));
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.3);
}

.meera-contact-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 15px;
}

.vikram-contact-text {
    font-size: 1.1rem;
    color: #e0e0e0;
    margin-bottom: 20px;
}

.arjun-contact-email {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.arjun-contact-email::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #ff6b35, #ffd700);
    transition: width 0.3s ease;
}

.arjun-contact-email:hover {
    color: #ffd700;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
    transform: translateY(-2px);
}

.arjun-contact-email:hover::after {
    width: 100%;
}

.lakshmi-back-button {
    display: inline-block;
    margin-top: 40px;
    padding: 15px 30px;
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
    position: relative;
    overflow: hidden;
}

.lakshmi-back-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.lakshmi-back-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.6);
}

.lakshmi-back-button:hover::before {
    width: 300px;
    height: 300px;
}

.priya-emphasis {
    color: #ff6b35;
    font-weight: 700;
    position: relative;
}

.harsh-important-note {
    background: rgba(255, 107, 53, 0.1);
    border: 1px solid rgba(255, 107, 53, 0.3);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.harsh-important-note::before {
    content: '⚠️';
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    opacity: 0.6;
}

.harsh-important-note strong {
    color: #ff6b35;
    font-weight: 700;
}

.harsh-important-note:hover {
    background: rgba(255, 107, 53, 0.15);
    border-color: rgba(255, 107, 53, 0.5);
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .pradeep-privacy-container {
        padding: 30px 15px;
    }
    
    .deepak-privacy-content {
        padding: 30px 25px;
    }
}

@media (max-width: 768px) {
    .manoj-privacy-title {
        font-size: 2rem;
    }
    
    .deepak-privacy-content {
        padding: 25px 20px;
    }
    
    .kavita-section-title {
        font-size: 1.5rem;
        padding-left: 15px;
    }
    
    .nisha-section-text {
        font-size: 1rem;
    }
    
    .amit-list-item {
        padding: 12px 15px;
    }
    
    .sanjay-contact-section {
        padding: 25px 20px;
    }
    
    .lakshmi-back-button {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .anjana-privacy-header {
        padding-top: 20px;
        margin-bottom: 40px;
    }
    
    .manoj-privacy-title {
        font-size: 1.8rem;
    }
    
    .suresh-section {
        margin-bottom: 30px;
    }
    
    .kavita-section-title {
        font-size: 1.3rem;
        border-left-width: 3px;
        padding-left: 12px;
    }
    
    .amit-list-item:hover {
        transform: translateX(3px);
    }
}
.krishna-game-main {
    min-height: calc(100vh - 200px);
    padding: 20px 0;
}

.arjun-game-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.meera-game-header {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sunil-game-info {
    flex: 1;
    min-width: 300px;
}

.ramesh-game-title {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(45deg, #ffd700, #ffed4e, #ff6b35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    animation: titleGlow 3s ease-in-out infinite alternate;
}

@keyframes titleGlow {
    from { 
        filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
        transform: scale(1);
    }
    to { 
        filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.8));
        transform: scale(1.02);
    }
}

.priya-game-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 20px;
    font-style: italic;
}

.vikram-game-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.deepak-game-badge, .kavita-game-badge, .nisha-game-badge {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    animation: badgeFloat 2s ease-in-out infinite alternate;
}

.kavita-game-badge {
    animation-delay: 0.3s;
}

.nisha-game-badge {
    animation-delay: 0.6s;
}

@keyframes badgeFloat {
    from { transform: translateY(0px); }
    to { transform: translateY(-3px); }
}

.rajesh-game-controls {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.amit-fullscreen-btn, .pooja-refresh-btn, .sanjay-home-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 0.9rem;
}

.amit-fullscreen-btn, .pooja-refresh-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.amit-fullscreen-btn:hover, .pooja-refresh-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.sanjay-home-btn {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}

.sanjay-home-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.6);
}

.harsh-game-frame-container {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
    border: 3px solid rgba(255, 215, 0, 0.3);
}

.seema-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 5, 29, 0.95), rgba(26, 11, 46, 0.95));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: opacity 0.5s ease;
}

.kamal-loading-spinner {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.ganapati-spinner-ring, .geeta-spinner-ring, .lakshmi-spinner-ring {
    position: absolute;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.ganapati-spinner-ring {
    width: 80px;
    height: 80px;
    border-top-color: #ff6b35;
    animation-duration: 2s;
}

.geeta-spinner-ring {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
    border-top-color: #ffd700;
    animation-duration: 1.5s;
    animation-direction: reverse;
}

.lakshmi-spinner-ring {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    border-top-color: #f7931e;
    animation-duration: 1s;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.anil-loading-text {
    color: #ffd700;
    font-size: 1.2rem;
    font-weight: 600;
    animation: textPulse 2s ease-in-out infinite;
}

@keyframes textPulse {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
}

.pankaj-game-iframe {
    width: 100%;
    height: 600px;
    border: none;
    display: block;
    background: #000000;
}

.naresh-game-disclaimer {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 40px;
    margin: 40px 0;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 107, 53, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.dipika-disclaimer-content {
    max-width: 100%;
}

.sadhana-disclaimer-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffd700;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.jigar-disclaimer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.nidhi-disclaimer-item, .tanvi-disclaimer-item, .yash-disclaimer-item, .mahendra-disclaimer-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    border-left: 4px solid #ff6b35;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nidhi-disclaimer-item::before, .tanvi-disclaimer-item::before, .yash-disclaimer-item::before, .mahendra-disclaimer-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.05), transparent);
    transition: left 0.6s ease;
}

.nidhi-disclaimer-item:hover, .tanvi-disclaimer-item:hover, .yash-disclaimer-item:hover, .mahendra-disclaimer-item:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-3px);
    border-left-color: #ffd700;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.2);
}

.nidhi-disclaimer-item:hover::before, .tanvi-disclaimer-item:hover::before, .yash-disclaimer-item:hover::before, .mahendra-disclaimer-item:hover::before {
    left: 100%;
}

.abhay-disclaimer-icon, .aniket-disclaimer-icon, .shruti-disclaimer-icon, .kaveri-disclaimer-icon {
    font-size: 2.5rem;
    min-width: 50px;
    text-align: center;
    animation: iconBounce 3s ease-in-out infinite;
}

.aniket-disclaimer-icon {
    animation-delay: 0.5s;
}

.shruti-disclaimer-icon {
    animation-delay: 1s;
}

.kaveri-disclaimer-icon {
    animation-delay: 1.5s;
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-5px) scale(1.1); }
}

.shubham-disclaimer-text, .poorna-disclaimer-text, .karan-disclaimer-text, .sagar-disclaimer-text {
    flex: 1;
}

.shubham-disclaimer-text strong, .poorna-disclaimer-text strong, .karan-disclaimer-text strong, .sagar-disclaimer-text strong {
    display: block;
    color: #ffd700;
    font-size: 1.1rem;
    margin-bottom: 8px;
    font-weight: 700;
}

.shubham-disclaimer-text p, .poorna-disclaimer-text p, .karan-disclaimer-text p, .sagar-disclaimer-text p {
    color: #e0e0e0;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1200px) {
    .arjun-game-container {
        padding: 0 15px;
    }
    
    .pankaj-game-iframe {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .meera-game-header {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
    
    .ramesh-game-title {
        font-size: 2rem;
    }
    
    .rajesh-game-controls {
        justify-content: center;
        width: 100%;
    }
    
    .amit-fullscreen-btn, .pooja-refresh-btn, .sanjay-home-btn {
        padding: 10px 16px;
        font-size: 0.8rem;
    }
    
    .pankaj-game-iframe {
        height: 400px;
    }
    
    .naresh-game-disclaimer {
        padding: 25px 20px;
    }
    
    .sadhana-disclaimer-title {
        font-size: 1.6rem;
    }
    
    .jigar-disclaimer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .nidhi-disclaimer-item, .tanvi-disclaimer-item, .yash-disclaimer-item, .mahendra-disclaimer-item {
        padding: 15px;
    }
    
    .abhay-disclaimer-icon, .aniket-disclaimer-icon, .shruti-disclaimer-icon, .kaveri-disclaimer-icon {
        font-size: 2rem;
        min-width: 40px;
    }
}

@media (max-width: 480px) {
    .krishna-game-main {
        padding: 15px 0;
    }
    
    .meera-game-header {
        margin-bottom: 20px;
        padding: 20px 15px;
    }
    
    .ramesh-game-title {
        font-size: 1.8rem;
    }
    
    .vikram-game-badges {
        justify-content: center;
    }
    
    .deepak-game-badge, .kavita-game-badge, .nisha-game-badge {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    .pankaj-game-iframe {
        height: 350px;
    }
    
    .rajesh-game-controls {
        flex-direction: column;
        gap: 10px;
    }
    
    .amit-fullscreen-btn, .pooja-refresh-btn, .sanjay-home-btn {
        width: 100%;
        max-width: 200px;
    }
}

.harsh-game-frame-container:fullscreen {
    border-radius: 0;
    border: none;
}

.harsh-game-frame-container:fullscreen .pankaj-game-iframe {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
}

.amit-fullscreen-btn:active, .pooja-refresh-btn:active {
    transform: scale(0.95);
}

.seema-loading-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

@media (orientation: landscape) and (max-height: 500px) {
    .meera-game-header {
        padding: 15px 20px;
    }
    
    .ramesh-game-title {
        font-size: 1.5rem;
    }
    
    .naresh-game-disclaimer {
        padding: 20px;
    }
    
    .sadhana-disclaimer-title {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
}