/* Cosplay Page Styles - Based on Volunteer Page */

.cosplay-section{
    background-image: url(../img/sky/hero-bg-Final.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.cosplay_container{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 150px 0;   
    overflow: hidden;     
}

/* Cosplay Content Styles */
.cosplay_content_1 {
    background-color: #00000080;
    border-radius: 15px;
    padding: 40px 20px;
    color: white;
    text-align: center;
    margin-bottom: 50px;
}

/* Logo Section Styles */
.cosplay-logo-section {
    position: relative;
    margin-bottom: 50px;
}

.gt-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.cosplay-gt-logo {
    max-width: 500px;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
    transition: transform 0.3s ease;
}

.cosplay-gt-logo:hover {
    transform: scale(1.05);
}

.cosplay-form-button-wrap{
    margin-top: 50px;
}

.cosplay-form-button{
    font-size: 17px;
    font-weight: 700;
    font-family: "Chakra Petch";
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    overflow: hidden;
    border-radius: 0;
    padding: 18px 30px;
    background-size: 200% auto;    
    transition: 0.5s;
    clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 77%, 100% 100%, 0 100%, 0 80%, 0 30%, 7% 0) !important;
    background-image: linear-gradient(to right, #facb3f 0%, #faa64d 50%, #facb3f 100%);
    color: #1a4992;  
    text-decoration: none;
}

.cosplay-form-button:hover {
    background-position: right center;
    color: #1a4992;
    text-decoration: none;
}

/* Main Content */
.cosplay-heading {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cosplay-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: white;
    max-width: 800px;
    margin: 0 auto 40px;
    text-transform: capitalize;
}

.event-dates {
    margin-top: 30px;
}

.dates-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f8ca14;
    margin: 0;
    text-transform: uppercase;
}

/* Event Details */
.event-details {
    max-width: 600px;
    margin: 0 auto;
}

.cosplay_content_2 ,.cosplay_content_3,.cosplay_content_4,.cosplay_content_5,.cosplay_content_6,.cosplay_content_7{   
    margin-bottom: 50px;
}

/* Key Information Banner */
.key-info-banner {
    background-color: #00000080;
    border: 1px solid #f8ca14;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}

.banner-logo {
    /* flex: 0 0 auto; */
}

.banner-gt-logo {
    max-width: 120px;
    height: auto;
    width: 100%;
}

.banner-sky-logo {
    max-width: 100px;
    height: auto;
    width: 100%;
}

.banner-title h2 {
    color: #f8ca14;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

/* Event Sections */
.event-section {
    background-color: #00000080;
    border-left: 5px solid #f8ca14;
    border-radius: 0px 10px 10px 0px;
    padding: 30px;
    margin-bottom: 20px;
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 15px;
}

.header-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.day1-icon {
    background: #ff6b35;
    color: white;
}

.day2-icon {
    background: #9c27b0;
    color: white;
}

.rules-icon {
    background: #ff0000;
}

.criteria-icon {
    background: #f8ca14;
    color: #1a4992;
}

.info-icon {
    background: #2196f3;
    color: white;
}

.timing-icon {
    background: #4caf50;
    color: white;
}

.faq-icon {
    background: #ff9800;
    color: white;
}

.section-header h3 {
    color: #f8ca14;
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

.section-content {
    color: white;
}

.section-content ul li strong{ 
   margin-right: 15px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.info-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.star-icon {
    color: #f8ca14;
    font-size: 1.2rem;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Day Info Styles */
.day-info {
    margin-bottom: 25px;
}

.day-info p {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.day-date, .day-format, .day-prize {
    color: white;
}

/* Prize Breakdown */
.prize-breakdown {
    margin-bottom: 25px;
}

.prize-breakdown h4 {
    color: #f8ca14;
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.prize-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prize-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

/* Categories Section */
.categories-section {
    margin-bottom: 25px;
}

.categories-section h4 {
    color: #f8ca14;
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.category-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(248, 202, 20, 0.3);
    transition: transform 0.3s ease;
}

.category-item:hover {
    transform: translateY(-5px);
}

.category-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.8rem;
}

.comics-icon {
    background: #ff6b35;
    color: white;
}

.anime-icon {
    background: #9c27b0;
    color: white;
}

.gaming-icon {
    background: #4caf50;
    color: white;
}

.movie-icon {
    background: #2196f3;
    color: white;
}

.category-item h5 {
    color: #f8ca14;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.category-item p {
    color: white;
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
}

/* Day Rules */
.day1-rules, .day2-rules {
    margin-top: 25px;
}

.day1-rules h4, .day2-rules h4 {
    color: #f8ca14;
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.rules-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rules-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.5;
}

/* Tokyo Game Show Section */
.tokyo-game-show {
    background: rgba(248, 202, 20, 0.1);
    border: 2px solid #f8ca14;
    border-radius: 15px;
    padding: 20px;
    margin: 25px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.tokyo-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffd700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #1a4992;
    flex-shrink: 0;
}

.tokyo-game-show p {
    margin: 0;
    font-size: 1.1rem;
    color: white;
}

/* Rules Grid */
.rules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.rule-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(248, 202, 20, 0.3);
}

.rule-item h4 {
    color: #f8ca14;
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rule-item h4 i {
    color: #f8ca14;
}

.rule-item p {
    color: white;
    margin: 0;
    line-height: 1.5;
}

/* Judging Criteria */
.judging-intro h4 {
    color: #f8ca14;
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.criteria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.criteria-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(248, 202, 20, 0.3);
}

.criteria-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.criteria-points {
    background: #f8ca14;
    color: #1a4992;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.criteria-item h5 {
    color: #f8ca14;
    font-size: 1.1rem;
    margin: 0;
    text-transform: uppercase;
}

.criteria-item p {
    color: white;
    margin: 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

/* Event Timings */
.timing-info p {
    color: white;
    margin-bottom: 15px;
}

.timing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.timing-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 1.1rem;
    color: white;
}

.time-icon {
    margin-right: 15px;
    font-size: 1.2rem;
}

.timing-note {
    color: #f8ca14 !important;
    font-style: italic;
    font-size: 0.95rem;
}

/* FAQ Section */
.faq-grid {
    display: grid;
    gap: 20px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(248, 202, 20, 0.3);
}

.faq-item h4 {
    color: #f8ca14;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.faq-item p {
    color: white;
    margin: 0;
    line-height: 1.6;
}

.faq-link {
    color: #f8ca14;
    text-decoration: underline;
    font-weight: 600;
}

.faq-link:hover {
    color: #facb3f;
}

/* Contact Person */
.contact-person {
    background-color: #00000080;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
}

.person-info h4 {
    color: #f8ca14;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.person-info p {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.person-info p i {
    color: #f8ca14;
}

/* Guidelines Section */
.guidelines-section {
    background-color: #00000080;
    border-left: 5px solid #f8ca14;
    border-radius: 0px 10px 10px 0px;
    padding: 30px;
    margin-bottom: 20px;
}

.guidelines-subtitle {
    text-align: center;
    margin-bottom: 30px;
}

.guidelines-subtitle p {
    color: white;
    font-size: 1.1rem;
    margin: 0;
}

.guidelines-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.dos-column, .donts-column {
    background: #ffffff1a;
    border-radius: 15px;
    padding: 25px;
}

.dos-header h4 {
    color: #4CAF50;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    text-align: center;
}

.donts-header h4 {
    color: #f44336;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    text-align: center;
}

.dos-column {
    border: 2px solid #4CAF50;
}

.donts-column {
    border: 2px solid #f44336;
}

.guidelines-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guidelines-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
}

.check-icon {
    color: #4CAF50;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

.x-icon {
    color: #f44336;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* WHY VOLUNTEER Section (reused for schedule) */
.why-volunteer-section {
    background-color: #00000080;
    border-left: 5px solid #f8ca14;
    border-radius: 0px 10px 10px 0px;
    padding: 30px;
    margin-bottom: 30px;
}

.why-volunteer-content {
    color: white;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: white;
}

/* Contact Banner Section */
.contact-banner {
    background: #f8ca14;
    border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    font-size: 1.8rem;
    color: #1a4992;
    flex-shrink: 0;
}

.contact-text {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.contact-label {
    font-weight: 700;
    font-size: 1.1rem;
    color: #000000;
    text-transform: uppercase;
}

.contact-email {
    font-weight: 800;
    font-size: 1.2rem;
    color: #1a4992;
    text-decoration: underline;
}

.contact-slogan {
    font-weight: 700;
    font-size: 1.1rem;
    color: #000000;
    text-transform: uppercase;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cosplay_container{
        padding: 120px 0;        
    }
    
    .cosplay-heading {
        font-size: 2rem;
    }

    .cosplay-description {
        font-size: 1rem;
    }

    .cosplay-gt-logo {
        max-width: 400px;
    }
    
    .section-header h3 {
        font-size: 1.5rem;
    }
    
    .info-list li {
        font-size: 1rem;
    }
    
    .header-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .key-info-banner{
        padding: 20px
    }
    
    .banner-content {
        gap: 15px;
    }
    
    .banner-title h2 {
        font-size: 1.5rem;
    }
    
    .guidelines-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .dos-header h4,
    .donts-header h4 {
        font-size: 1.3rem;
    }
    
    .guidelines-list li {
        font-size: 0.95rem;
    }
    
    .guidelines-subtitle p {
        font-size: 1rem;
    }

    .category-grid {
        grid-template-columns: 1fr;
    }

    .rules-grid {
        grid-template-columns: 1fr;
    }

    .criteria-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .cosplay-heading {
        font-size: 1.8rem;
    }

    .cosplay-gt-logo {
        max-width: 300px;
    }
    
    .event-section {
        padding: 20px;
    }
    
    .section-header h3 {
        font-size: 1.3rem;
    }
    
    .info-list li {
        font-size: 0.95rem;
    }
    
    .header-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .star-icon {
        font-size: 1.1rem;
        margin-right: 12px;
    }
    
    .key-info-banner{
        padding: 15px
    }
    
    .banner-content {
        gap: 10px;
    }
    
    .banner-title h2 {
        font-size: 1.2rem;
    }
    
    .guidelines-section {
        padding: 20px;
    }
    
    .dos-column, .donts-column {
        padding: 20px;
    }
    
    .dos-header h4,
    .donts-header h4 {
        font-size: 1.2rem;
    }
    
    .guidelines-list li {
        font-size: 0.9rem;
    }
    
    .check-icon,
    .x-icon {
        font-size: 1.1rem;
        margin-right: 12px;
    }

    .category-item {
        padding: 15px;
    }

    .rule-item {
        padding: 15px;
    }

    .criteria-item {
        padding: 15px;
    }

    .faq-item {
        padding: 15px;
    }

    .tokyo-game-show{
        flex-direction: column;
    }
}
