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

.volunteer-gradient{
    background: linear-gradient(45deg, #f8ca14, #f7931e, #ff0000, #f8ca14);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 3s ease-in-out infinite;
    font-weight: 900;
}
@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.volunteer-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;
}
.volunteer_container{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 150px 0;   
    overflow: hidden;     
}

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

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

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

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

.volunteer-gt-logo:hover {
    transform: scale(1.05);
}
.volunteer-form-button-wrap{
    margin-top: 50px;
}
.volunteer-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;  
    
}
.volunteer-form-button:hover {
    background-position: right center;
}
/* Marquee Frame */
.marquee-frame {
    width: 300px;
    height: 120px;
    background: #1a4992;
    border: 3px dashed #f8ca14;
    border-radius: 15px;
    margin: 0 auto 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-text {
    text-align: center;
}

.gaming-text {
    font-size: 2.5rem;
    font-weight: 800;
    color: #87ceeb;
    margin: 0;
    line-height: 1;
}

.thiruvizha-text {
    font-size: 2.5rem;
    font-weight: 800;
    color: #f8ca14;
    margin: 0;
    line-height: 1;
}

.sub-banner {
    background: #f8ca14;
    padding: 5px 15px;
    border-radius: 20px;
    margin-top: 10px;
    display: inline-block;
}

.banner-text {
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stars {
    color: #f8ca14;
    margin: 0 8px;
    font-size: 0.6rem;
}

/* Gaming Controller */
.gaming-controller {
    width: 120px;
    height: 60px;
    margin: 0 auto 20px;
    position: relative;
}

.controller-body {
    width: 100%;
    height: 100%;
    background: #1a4992;
    border-radius: 30px;
    position: relative;
    border: 2px solid #f8ca14;
}

.controller-buttons {
    position: absolute;
    top: 15px;
    right: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.button {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
}

.joysticks {
    position: absolute;
    top: 20px;
    left: 15px;
    display: flex;
    gap: 15px;
}

.joystick {
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50%;
}

/* Speakers */
.speakers {
    position: relative;
    width: 400px;
    height: 60px;
    margin: 0 auto;
}

.speaker {
    position: absolute;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ff0000, #f8ca14);
    border-radius: 50%;
    border: 2px dashed #f8ca14;
}

.speaker.left {
    left: 0;
    transform: rotate(-15deg);
}

.speaker.right {
    right: 0;
    transform: rotate(15deg);
}

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

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

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

.detail-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(248, 202, 20, 0.3);
}

.detail-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.2rem;
}

.calendar-icon {
    background: #1a4992;
    color: white;
}

.location-icon {
    background: #ff0000;
    color: white;
}

.detail-text {
    text-align: left;
}

.detail-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}

.location-icon + .detail-text .detail-label {
    color: #f8ca14;
}

/* Responsive Design */
@media (max-width: 768px) {
    .volunteer_container{
        padding: 120px 0;        
    }
    .marquee-frame {
        width: 280px;
        height: 110px;
    }

    .gaming-text,
    .thiruvizha-text {
        font-size: 2rem;
    }

    .volunteer-heading {
        font-size: 2rem;
    }

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

    .speakers {
        width: 300px;
    }

    .speaker {
        width: 50px;
        height: 50px;
    }

    .volunteer-gt-logo {
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .marquee-frame {
        width: 250px;
        height: 100px;
    }

    .gaming-text,
    .thiruvizha-text {
        font-size: 1.8rem;
    }

    .volunteer-heading {
        font-size: 1.8rem;
    }

    .speakers {
        width: 250px;
    }

    .speaker {
        width: 40px;
        height: 40px;
    }

    .volunteer-gt-logo {
        max-width: 300px;
    }
}

        

.volunteer_content_2 ,.volunteer_content_3,.volunteer_content_4{   
    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;
}

.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;
}

/* Key Information Content */
.key-info-content {
    padding: 20px 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;
}

.rocket-icon {
    background: #ff0000;
}

.clock-icon {
    background: #ff0000;
}

.hand-icon {
    background: #ff6b35;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hand-emoji {
    font-size: 1.8rem;
}

/* 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;
}

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

.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;
}

.important-note {
    background: rgba(26, 73, 146, 0.8);
    border: 1px solid #f8ca14;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.note-icon {
    font-size: 1.5rem;
    color: #ff0000;
    flex-shrink: 0;
    margin-top: 2px;
}

.important-note p {
    margin: 0;
    font-size: 1.1rem;
    /* line-height: 1.5; */
}

.important-note strong {
    color: #f8ca14;
}

/* SKY Logo Placeholder */
.sky-logo-placeholder {
    background: #000000;
    border: 2px solid #f8ca14;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    min-width: 80px;
}

.skull-icon {
    font-size: 2rem;
    margin-bottom: 5px;
}

.sky-text {
    color: #f8ca14;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

/* Responsive Design for Event Sections */
@media (max-width: 768px) {
    .section-header h3 {
        font-size: 1.5rem;
    }
    
    .info-list li {
        font-size: 1rem;
    }
    
    .important-note p {
        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;
    }
    
}

@media (max-width: 480px) {
    .event-section {
        padding: 20px;
    }
    
    .section-header h3 {
        font-size: 1.3rem;
    }
    
    .info-list li {
        font-size: 0.95rem;
    }
    
    .important-note p {
        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;
    }
}

/* Responsive Design for Guidelines Section */
@media (max-width: 768px) {
    .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;
    }
}

@media (max-width: 480px) {
    .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;
    }
}

/* WHY VOLUNTEER Section */
.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;
}

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

/* 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;
}