/*
Theme Name: Puzzle Quest Immortal
Description: A responsive single-page WordPress theme for Puzzle Quest Immortal game
Version: 1.0
Author: Custom Theme
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #fff;
    overflow-x: hidden;
}

/* Full Page Background */
.puzzle-quest-container {
    position: relative;
    min-height: 100vh;
    background: url('assets/puzzle-quest-bg.jpg') center center/cover no-repeat;
    background-attachment: scroll;
}

/* Header/Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 80px 20px 20px 20px;
}



@media screen and (max-width: 2560px) {
	
.puzzle-quest-container {
    position: relative;
    min-height: 200vh;
    background: url('assets/puzzle-quest-bg.jpg') center center/cover no-repeat;
    background-attachment: scroll;
}
}
	
}

/* Navigation */
.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5vh 3vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    margin: 0;
    flex-shrink: 0;
}

.nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
	margin-top: -170px;
	    margin-left: 100px;
}

@media screen and (max-width: 2560px) {
.nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
	margin-top: -170px;
	    margin-left: 250px;
	
}
}

@media screen and (max-width: 1920px) {
.nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
	    margin-left: 100px;
	margin-top: -120px;
}
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 3vw;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #ffd700;
}

.nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}




.buy-now-link {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.buy-now-image {
    max-width: 10vw;
    min-width: 120px;
    height: auto;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.buy-now-link:hover .buy-now-image {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.5)) brightness(1.1);
}

/* Logo Section */
.logo-section {
    text-align: center;
    margin: 18vh 0 6vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    flex-grow: 1;
}

.puzzle-quest-logo {
    max-width: 47vw;
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

/* About Text Right Positioning */
.about-text-right {
    max-width: 36vw;
    margin-left: auto;
        margin-right: -9vw;
	margin-top: 500px;
    text-align: center;
    padding: 0;
    background: transparent;
}


@media screen and (max-width: 2560px) {
.about-text-right {
    max-width: 36vw;
    margin-left: auto;
        margin-right: -9vw;
	margin-top: 300px;
    text-align: center;
    padding: 0;
    background: transparent;
}

.about-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.9);
}

.about-text-right p {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
    margin-bottom: 20px;
}

/* Content Sections */
.content-section {
    padding: 80px 20px;
    position: relative;
    background: transparent;
    margin: 100px 0;
}

.content-section.about-section {
    background: transparent;
    padding: 80px 20px;
    margin-top: 0;
}

.content-section.features-section {
    background: transparent;
}

.content-section.media-section {
    background: transparent;
}

.content-section.signup-section {
    background: transparent;
}

.section-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    font-size: 36px;
    color: #ffd700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    text-align: center;
}

/* Features List */
.features-list {
    list-style: none;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    background: rgba(0,0,0,0.7);
    padding: 40px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.features-list li {
    padding: 10px 0;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

.features-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ffd700;
    font-weight: bold;
    font-size: 18px;
}

/* Media Section */
.media-placeholder {
    width: 100%;
    max-width: 800px;
    height: 400px;
    background: rgba(0,0,0,0.8);
    border: 2px solid #ffd700;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffd700;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.media-section .section-content {
    background: rgba(0,0,0,0.6);
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    max-width: 900px;
    margin: 0 auto;
}

/* Sign Up Section */
.signup-section {
    padding: 60px 20px;
    text-align: center;

}


@media screen and (max-width: 2560px) {
	.signup-section {
    padding: 60px 20px;
    text-align: center;
			margin-top: 100px;

	}
}

@media screen and (max-width: 1920px) {
	.signup-section {
    padding: 60px 20px;
    text-align: center;
		margin-top: 2000px;

	}
}


.signup-section .section-content {
    max-width: 800px;
    margin: 0 auto;
    background: transparent;
    padding: 40px;
}

/* Icon Row */
.icon-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.icon-placeholder {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
}

.icon-placeholder:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.footer-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Form Styling */
.signup-form {
    margin: 40px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

}

.form-row {
    margin-bottom: 20px;
}

.email-input,
.dob-input {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    background: #ffffff;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.email-input::placeholder {
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
}

.email-input:focus,
.dob-input:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
}

/* Footer Text */
.footer-text {
    max-width: 600px;
    margin: 40px auto;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.footer-text p {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

/* Logo Row */
.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.footer-logo-placeholder {
    padding: 20px;
    border-radius: 10px;
    min-width: 120px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.footer-logo-placeholder:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.footer-logo {
    max-width: 200px;
    height: auto;
    object-fit: contain;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 101;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.mobile-menu-toggle:hover {
    background: rgba(255,255,255,0.1);
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        padding: 3vh 4vw 2vh 4vw;
        min-height: 100vh;
    }
    
    .main-nav {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 3vh 4vw;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    
    .nav-container {
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        z-index: 100;
    }
    
    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        width: 100%;
        background: rgba(0,0,0,0.95);
        padding: 30px 20px;
        border-radius: 10px;
        margin: 0 20px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.5);
        backdrop-filter: blur(10px);
    }
    
    .mobile-menu-toggle {
        display: block;
        position: relative;
        top: 0;
        right: 0;
    }
    
    .nav-links.mobile-hidden {
        display: none;
    }
    
    .buy-now-link {
        margin: 20px 0 0 0;
        align-self: center;
        display: block;
    }
    
    .buy-now-image {
        max-width: 20vw;
        min-width: 80px;
    }
    
    .puzzle-quest-logo {
        max-width: 320px;
    }
    
    .logo-section {
        margin: 15vh 0 5vh 0;
    }
    
    .puzzle-quest-logo {
        max-width: 80vw;
        width: 90%;
    }
    
    .about-text-right {
        margin: 0 auto;
        max-width: 90vw;
        padding: 0;
        text-align: center;
    }
    
    .about-title {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .about-text-right p {
        font-size: 16px;
        line-height: 1.7;
        text-align: center;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .game-description h2 {
        font-size: 20px;
    }
    
    .game-description p {
        font-size: 14px;
    }
    
    .content-section {
        padding: 50px 15px;
        margin: 50px 0;
    }
    
    .features-list {
        padding: 0 20px;
    }
    
    .media-placeholder {
        height: 250px;
    }
    
    /* Mobile Footer Styling */
    .icon-row {
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .icon-placeholder {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .signup-form {
        margin: 30px 0;
    }
    
    .email-input,
    .dob-input {
        padding: 12px 15px;
        font-size: 12px;
    }
    
    .footer-text {
        font-size: 11px;
        margin: 30px auto;
        padding: 0 10px;
    }
    
    .logo-row {
        gap: 30px;
        margin-top: 30px;
    }
    
    .footer-logo-placeholder {
        padding: 15px;
        min-width: 100px;
        font-size: 12px;
    }

}

/* Large screens - maintain viewport-based scaling */
@media (min-width: 1200px) {
    .nav-links a {
        font-size: max(1vw, 14px);
    }
}

/* Extra Large screens - maintain consistent viewport scaling */
@media (min-width: 2560px) {
    .puzzle-quest-container {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 200vh;
    }
    
    .hero-section {
        min-height: 100vh;
    }
    
    .nav-links a {
        font-size: max(0.7vw, 16px);
    }
    
    .about-title {
        font-size: max(2vw, 28px);
    }
    
    .about-text-right p {
        font-size: max(1vw, 14px);
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 10px;
        min-height: 100vh;
    }
    
    .main-nav {
        padding: 15px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    
    .nav-links {
        margin: 0 10px;
        padding: 25px 15px;
    }
    
    .puzzle-quest-logo {
        max-width: 350px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .nav-links a {
        font-size: 14px;
    }
    
    .buy-now-image {
        max-width: 90px;
    }
    
    .mobile-menu-toggle {
        font-size: 24px;
        padding: 8px;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Additional styling for better visual hierarchy */
.section-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    text-align: center;
    color: #fff;
}

/* Footer */
.site-footer {
   /* background: rgba(0,0,0,0.9); */
    padding: 40px 20px;
    text-align: center;
    color: #fff;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ffd700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}
















