/* Footer styles */
.vl-footer1-section-area.footer-inner {
    background-color: white !important;
    padding: 30px 0 20px;
}

.footer-logo img {
    max-height: 40px;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
    margin: 0 15px;
}

.footer-menu ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-menu ul li a:hover {
    color: #666;
}

.footer-social ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    list-style: none;
    margin-left: 20px;
}

.footer-social ul li a {
    display: inline-block;
    font-size: 24px;
    color: #333;
}

/* Copyright area styles - ensure proper display */
.copyright-area {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 20px !important;
    border-top: 1px solid #e8e8e8 !important;
    margin-top: 20px !important;
    width: 100% !important;
}

.copyright-area p {
    margin: 0 !important;
    font-size: 14px !important;
    color: #666 !important;
    display: block !important;
}

.copyright-area ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.copyright-area ul li {
    display: inline-block !important;
}

.copyright-area ul li a {
    font-size: 14px !important;
    color: #666 !important;
    text-decoration: none !important;
    display: inline-block !important;
}

@media (max-width: 767px) {
    .footer-logo {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .footer-menu ul {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-menu ul li {
        margin: 5px 0;
    }
    
    .footer-social {
        text-align: center;
    }
    
    .footer-social ul {
        justify-content: center;
        margin-top: 15px;
    }
    
    .copyright-area {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .copyright-area ul {
        margin-top: 10px !important;
    }
}

/* Community Collaboration Section */
.community-collaboration-area {
    padding: 80px 0 100px;
    /* background-color: #fff; */
}

.community-collaboration-area .section-title {
    font-size: 42px;
    font-weight: 600;
    color: #333;
    margin-bottom: 60px;
}

.community-collaboration-area .collaboration-item {
    padding: 0 30px;
    margin-bottom: 30px;
}

.collaboration-logo {
    display: block;
    margin: 0 auto 40px;
    max-height: 130px;
    width: auto;
}

.community-collaboration-area .collaboration-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: left;
}

@media (max-width: 991px) {
    .community-collaboration-area .collaboration-item {
        margin-bottom: 50px;
    }
    
    .community-collaboration-area .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

/* Winner Prize Pool Section */
.prize-pool-area {
    padding: 80px 0 100px;
    /* background-color: #fff; */
}

.prize-pool-area .section-title {
    font-size: 42px;
    font-weight: 600;
    color: #333;
    margin-bottom: 60px;
}

.prize-pool-area .prize-item {
    padding: 0 10px;
    margin-bottom: 30px;
}

.prize-image {
    display: block;
    margin: 0 auto 40px;
    /* max-height: 130px; */
    width: auto;
}

.prize-pool-area .prize-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: left;
}

@media (max-width: 991px) {
    .prize-pool-area .prize-item {
        margin-bottom: 50px;
    }
    
    .prize-pool-area .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

/* Winner Prize Pool Section */
.cta-area {
    position: relative;
    margin: 0;
    /* background-color: #fff; */
}

.cta-area .section-title {
    font-size: 38px;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
    text-align: start;
}

.cta-area .heading2 p{
    color: white;
    margin-bottom: 10px;
    text-align: start;
}

.cta-area .prize-item {
    padding: 0 10px;
    margin-bottom: 30px;
}

.prize-image {
    display: block;
    margin: 0 auto 40px;
    /* max-height: 130px; */
    width: auto;
}

.cta-area .prize-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: left;
}

.cta-area .wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .cta-area .prize-item {
        margin-bottom: 50px;
    }
    
    .cta-area .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

/* Beach running section styles */
.beach-images-container {
    position: relative;
    width: 100%;
    height: 550px;
    margin-bottom: 30px;
}

.beach-image {
    position: absolute;
    width: 70%;
    border-radius: 15px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
    overflow: hidden;
    /* background: #fff; */
    padding: 10px;
    transition: transform 0.3s ease;
}

.beach-image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-image {
    top: 0;
    left: 0;
    z-index: 1;
    /* height: 280px; */
}

.bottom-image {
    bottom: 0;
    right: 0;
    z-index: 2;
    /* height: 300px; */
}

.beach-image:hover {
    transform: translateY(-5px);
}

@media (max-width: 991px) {
    .beach-images-container {
        height: 450px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .beach-images-container {
        height: 400px;
    }
    
    .top-image, .bottom-image {
        width: 80%;
    }
}

/* Sponsorship Partners Section */
.sponsorship-partners-area {
    padding: 80px 0 10px!important;
    /* background-color: #fff; */
}

.sponsorship-partners-area .section-title {
    font-size: 42px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}

.partner-item {
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-logo {
    max-width: 120px;
    height: auto;
    margin-bottom: 10px;
}

.partner-name {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

/* Run Category Section */
.run-category-area {
    padding: 80px 0;
    /* background-color: #fff; */
}

.run-category-area .section-title {
    font-size: 42px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.category-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.category-card {
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    color: white;
    padding: 40px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center right;
}

.blue-card {
    background-color: #0096d6;
    background-image: url('https://images.unsplash.com/photo-1571008887538-b36bb32f4d84?q=80&w=1000&auto=format&fit=crop');
}

.green-card {
    background-color: #7ed957;
    background-image: url('https://images.unsplash.com/photo-1571008887538-b36bb32f4d84?q=80&w=1000&auto=format&fit=crop');
}

.runner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,150,214,0.85) 0%, rgba(0,150,214,0.7) 50%, rgba(0,150,214,0) 100%);
    z-index: 1;
}

.green-card .runner-overlay {
    background: linear-gradient(90deg, rgba(126,217,87,0.85) 0%, rgba(126,217,87,0.7) 50%, rgba(126,217,87,0) 100%);
}

.category-content {
    position: relative;
    z-index: 2;
    text-align: left;
}

.category-card h3 {
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
    line-height: 1;
}

.category-card h2 {
    font-size: 90px;
    font-weight: 800;
    color: white;
    line-height: 1;
    margin-bottom: 15px;
}

.register-btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.register-btn a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.yellow-btn {
    background-color: #ffff00;
}

.blue-btn {
    background-color: #0096d6;
}

.blue-btn a {
    color: white;
}

.category-tagline {
    margin-top: 5px;
}

.category-tagline p {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 1.1;
}

.section-padding {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .category-card {
        height: 220px;
        padding: 20px;
    }
    
    .category-card h2 {
        font-size: 60px;
    }
    
    .category-card h3 {
        font-size: 30px;
    }
    
    .category-tagline p {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .sponsorship-partners-area .section-title,
    .run-category-area .section-title {
        font-size: 32px;
    }
    
    .partner-logo {
        max-width: 150px;
    }
}

/* Merchandise Slider Styles */
.gallery2-section-area {
    padding: 80px 0 100px !important;
}

.merch-slider-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 30px;
}

.merch-slider {
    margin: 0 -15px;
}

.merch-slide-item {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.merch-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    background: #fff;
    margin-bottom: 20px;
    aspect-ratio: 1 / 1.2; /* Maintain aspect ratio */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px; /* Ensure minimum height */
}

.merch-image-container:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(255, 255, 255, 0.2);
}

.merch-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Changed from cover to contain */
    object-position: center;
    transition: transform 0.4s ease;
    max-height: 100%;
    max-width: 100%;
    padding: 10px; /* Add some padding to prevent edge cutting */
}

.merch-image-container:hover img {
    transform: scale(1.05); /* Reduced scale to prevent overflow */
}

.merch-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3), transparent);
    padding: 35px 25px 25px;
    transform: translateY(15px);
    opacity: 0;
    transition: all 0.4s ease;
}

.merch-image-container:hover .merch-overlay {
    transform: translateY(0);
    opacity: 1;
}

.merch-info h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.merch-info p {
    color: #f5f5f5;
    font-size: 15px;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}

/* Header Section Improvements */
.gallery2-section-area .heading2 h5 {
    color: #7ed957 !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.gallery2-section-area .heading2 h2 {
    color: white !important;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.gallery2-section-area .heading2 p {
    color: #cccccc !important;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
}

/* Custom Navigation Improvements */
.merch-slider-nav {
    position: absolute;
    top: 50%;
    left: -15px;
    right: -15px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 15;
}

.merch-prev,
.merch-next {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #7ed957, #7ed957);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(126,217,87,0.85);
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.merch-prev:hover,
.merch-next:hover {
    background: linear-gradient(135deg, #7ed957, rgba(126,217,87,0.85));
    transform: scale(1.15);
    box-shadow: 0 12px 35px rgba(126,217,87,0.85);
}

.merch-prev:active,
.merch-next:active {
    transform: scale(1.05);
}

/* Owl Carousel Custom Dots Improvements */
.merch-slider.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
    padding: 0;
}

.merch-slider.owl-carousel .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.merch-slider.owl-carousel .owl-dot.active {
    background: linear-gradient(135deg, #7ed957, rgba(126,217,87,0.85));
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.3);
}

.merch-slider.owl-carousel .owl-dot:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}

/* Container and Row Improvements */
.gallery2-section-area .container {
    max-width: 1400px;
}

.gallery2-section-area .row.align-items-center {
    margin-bottom: 60px;
}

/* Responsive Design Improvements */
@media (max-width: 1200px) {
    .merch-slider-wrapper {
        padding: 0 20px;
    }
    
    .gallery2-section-area .heading2 h2 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .gallery2-section-area {
        padding: 60px 0 80px !important;
    }
    
    .merch-image-container {
        aspect-ratio: 1 / 1.1;
    }
    
    .merch-image-container img {
        padding: 8px;
    }
    
    .merch-info h4 {
        font-size: 18px;
    }
    
    .merch-info p {
        font-size: 14px;
    }
    
    .merch-prev,
    .merch-next {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .gallery2-section-area .heading2 h2 {
        font-size: 36px;
    }
    
    .gallery2-section-area .heading2 p {
        font-size: 16px;
    }
    
    .gallery2-section-area .row.align-items-center {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .gallery2-section-area {
        padding: 50px 0 70px !important;
    }
    
    .merch-slider-wrapper {
        padding: 0 10px;
    }
    
    .merch-image-container {
        aspect-ratio: 1 / 1;
        margin-bottom: 15px;
    }
    
    .merch-image-container img {
        padding: 6px;
    }
    
    .merch-overlay {
        padding: 25px 20px 20px;
    }
    
    .merch-info h4 {
        font-size: 16px;
    }
    
    .merch-info p {
        font-size: 13px;
    }
    
    .merch-prev,
    .merch-next {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }
    
    .merch-slider-nav {
        left: -5px;
        right: -5px;
    }
    
    .gallery2-section-area .heading2 h2 {
        font-size: 32px;
    }
    
    .gallery2-section-area .heading2 h5 {
        font-size: 14px;
    }
    
    .gallery2-section-area .heading2 p {
        font-size: 15px;
        margin-top: 15px;
    }
    
    .gallery2-section-area .row.align-items-center {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .merch-slider.owl-carousel .owl-dots {
        margin-top: 35px;
    }
}

@media (max-width: 480px) {
    .gallery2-section-area .heading2 h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .merch-image-container {
        aspect-ratio: 1 / 0.9;
        margin-bottom: 10px;
    }
    
    .merch-image-container img {
        padding: 5px;
    }
    
    .merch-slider {
        margin: 0 -10px;
    }
    
    .merch-slide-item {
        padding: 0 10px;
    }
} 

/* Registration Section Styles */
.registration-section-area {
    padding: 120px 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.registration-section-area::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="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.registration-section-area .section-title {
    font-size: 56px !important;
    font-weight: 800 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    position: relative !important;
    text-align: center !important;
    text-shadow: none !important;
}

.registration-section-area .section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 6px;
    background: linear-gradient(90deg, #fbff51, #7ed957) !important;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(251, 255, 81, 0.5) !important;
}

.registration-subtitle {
    font-size: 20px !important;
    color: #666 !important;
    max-width: 700px;
    margin: 0 auto 80px !important;
    line-height: 1.6;
    text-align: center !important;
    font-weight: 400 !important;
}

.registration-form-container {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    border-radius: 30px !important;
    padding: 60px !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2) !important;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.registration-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg, #fbff51, #7ed957, #0096d6, #fbff51);
    background-size: 200% 100%;
    animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Category Selection Styles */
.category-section {
    margin-bottom: 50px;
}

.category-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 30px;
    min-height: 300px; /* Ensure minimum height */
}

.category-option {
    position: relative;
    height: 100%;
}

.category-radio {
    display: none;
}

.category-label {
    display: block;
    cursor: pointer;
    margin: 0;
    height: 100%;
}

.category-card {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: 3px solid #e9ecef;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
    min-height: 280px; /* Ensure minimum height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(251, 255, 81, 0.15), rgba(126, 217, 87, 0.15));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.category-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg) translateX(-100%);
    transition: transform 0.6s ease;
}

.category-radio:checked + .category-label .category-card {
    border-color: #fbff51;
    box-shadow: 0 15px 40px rgba(251, 255, 81, 0.4);
    transform: translateY(-8px) scale(1.02);
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}

.category-radio:checked + .category-label .category-card::before {
    opacity: 1;
}

.category-radio:checked + .category-label .category-card::after {
    transform: rotate(45deg) translateX(100%);
}

.category-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fbff51, #7ed957);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: #333;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 20px rgba(251, 255, 81, 0.3);
    position: relative;
    z-index: 2;
    flex-shrink: 0; /* Prevent icon from shrinking */
}

.category-radio:checked + .category-label .category-icon {
    background: linear-gradient(135deg, #7ed957, #0096d6);
    color: white;
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 12px 30px rgba(126, 217, 87, 0.4);
}

.category-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-info h4 {
    font-size: 28px;
    font-weight: 800;
    color: #333;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.category-info p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.category-distance {
    display: inline-block;
    background: linear-gradient(135deg, #fbff51, #7ed957);
    color: #333;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(251, 255, 81, 0.3);
    position: relative;
    z-index: 2;
    margin-top: auto; /* Push to bottom */
}

/* Form Section Styles */
.form-section {
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.form-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-header {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 3px solid #f0f0f0;
    position: relative;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #fbff51, #7ed957);
    border-radius: 2px;
}

.section-header i {
    color: #fbff51;
    margin-right: 15px;
    font-size: 24px;
    background: linear-gradient(135deg, #fbff51, #7ed957);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Form Group Styles */
.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.required {
    color: #dc3545;
    font-weight: 700;
    margin-left: 2px;
}

.form-control, .form-select {
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 16px 20px;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #f8f9fa;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.form-control:focus, .form-select:focus {
    border-color: #fbff51;
    box-shadow: 0 0 0 0.3rem rgba(251, 255, 81, 0.25);
    background: white;
    outline: none;
    transform: translateY(-2px);
}

.form-control.is-valid, .form-select.is-valid {
    border-color: #7ed957;
    background: white;
    box-shadow: 0 0 0 0.2rem rgba(126, 217, 87, 0.25);
}

.form-control.is-invalid, .form-select.is-invalid {
    border-color: #dc3545;
    background: white;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.invalid-feedback {
    font-size: 13px;
    color: #dc3545;
    margin-top: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    display: none; /* Hide by default */
}

/* Only show invalid feedback when form is validated */
.was-validated .invalid-feedback {
    display: flex;
}

.invalid-feedback::before {
    content: '⚠';
    font-size: 14px;
}

/* Terms and Conditions */
.terms-check {
    padding: 25px;
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
    border-radius: 15px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.terms-check:hover {
    background: white;
    border-color: #fbff51;
    box-shadow: 0 8px 25px rgba(251, 255, 81, 0.2);
    transform: translateY(-2px);
}

.form-check-input {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.form-check-input:checked {
    background-color: #fbff51;
    border-color: #fbff51;
    box-shadow: 0 0 0 0.2rem rgba(251, 255, 81, 0.25);
}

.form-check-label {
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
    font-weight: 500;
}

.terms-link {
    color: #fbff51;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.terms-link:hover {
    color: #7ed957;
    text-decoration: underline;
}

/* Register Button */
.btn-register {
    width: 100%;
    background: linear-gradient(135deg, #fbff51, #7ed957);
    border: none;
    border-radius: 20px;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(251, 255, 81, 0.4);
}

.btn-register::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.btn-register:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 50px rgba(251, 255, 81, 0.6);
    color: #333;
}

.btn-register:hover::before {
    left: 100%;
}

.btn-register:active {
    transform: translateY(-2px) scale(1.01);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .registration-form-container {
        padding: 50px 40px;
        margin: 0 20px;
    }
    
    .registration-section-area .section-title {
        font-size: 48px;
    }
    
    .registration-subtitle {
        font-size: 18px;
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .registration-section-area {
        padding: 80px 0;
    }
    
    .registration-section-area .section-title {
        font-size: 42px;
    }
    
    .registration-subtitle {
        font-size: 17px;
        margin-bottom: 50px;
    }
    
    .registration-form-container {
        padding: 40px 30px;
        margin: 0 15px;
    }
    
    .category-options {
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: auto;
    }
    
    .category-card {
        padding: 25px 20px;
        min-height: 200px;
    }
    
    .category-info h4 {
        font-size: 24px;
    }
    
    .category-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
    
    .section-header {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-control, .form-select {
        padding: 14px 16px;
        font-size: 15px;
    }
    
    .tab-btn {
        padding: 12px 20px;
        font-size: 13px;
        min-width: 120px;
    }
    
    .btn-prev, .btn-next, .btn-register {
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .registration-section-area {
        padding: 60px 0;
    }
    
    .registration-section-area .section-title {
        font-size: 32px;
    }
    
    .registration-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .registration-form-container {
        padding: 30px 20px;
        border-radius: 20px;
        margin: 0 10px;
    }
    
    .section-header {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .form-group {
        margin-bottom: 18px;
    }
    
    .form-control, .form-select {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .btn-register {
        padding: 16px 25px;
        font-size: 16px;
    }
    
    .category-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .category-info h4 {
        font-size: 20px;
    }
    
    .category-info p {
        font-size: 14px;
    }
    
    .category-card {
        padding: 20px 15px;
        min-height: 180px;
    }
    
    .tab-btn {
        padding: 10px 15px;
        font-size: 12px;
        min-width: 100px;
        gap: 6px;
    }
    
    .tab-btn i {
        font-size: 14px;
    }
    
    .btn-prev, .btn-next {
        padding: 10px 18px;
        font-size: 13px;
    }
    
    .tab-navigation {
        margin-top: 30px;
        padding-top: 20px;
    }
    
    .form-section {
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .registration-section-area {
        padding: 50px 0;
    }
    
    .registration-section-area .section-title {
        font-size: 28px;
    }
    
    .registration-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .registration-form-container {
        padding: 25px 15px;
        margin: 0 5px;
        border-radius: 15px;
    }
    
    .section-header {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-control, .form-select {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .form-label {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .category-card {
        padding: 15px 12px;
        min-height: 160px;
    }
    
    .category-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .category-info h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .category-info p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .category-distance {
        font-size: 11px;
        padding: 5px 12px;
    }
    
    .btn-register {
        padding: 14px 20px;
        font-size: 15px;
        letter-spacing: 0.5px;
    }
    
    .tab-btn {
        padding: 8px 12px;
        font-size: 11px;
        min-width: 80px;
        gap: 4px;
        border-radius: 12px;
    }
    
    .tab-btn i {
        font-size: 12px;
    }
    
    .btn-prev, .btn-next {
        padding: 8px 15px;
        font-size: 12px;
    }
    
    .tab-navigation {
        margin-top: 25px;
        padding-top: 15px;
        gap: 10px;
    }
    
    .form-section {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    
    .tab-nav {
        gap: 8px;
        margin-bottom: 25px;
    }
    
    .form-tabs {
        margin-bottom: 30px;
    }
} 

/* Tab System Styles */
.form-tabs {
    margin-bottom: 40px;
}

.tab-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-btn {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 140px;
    justify-content: center;
    text-decoration: none;
}

.tab-btn:hover {
    background: #e9ecef;
    border-color: #fbff51;
    color: #333;
    transform: translateY(-2px);
}

.tab-btn.active {
    background: linear-gradient(135deg, #fbff51, #7ed957);
    border-color: #fbff51;
    color: #333;
    box-shadow: 0 8px 25px rgba(251, 255, 81, 0.3);
    transform: translateY(-2px);
}

.tab-btn i {
    font-size: 16px;
}

.tab-content {
    position: relative;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.3s ease;
}

.tab-pane.active {
    display: block;
}

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

.tab-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.btn-prev, .btn-next {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-prev:hover, .btn-next:hover {
    background: #e9ecef;
    border-color: #fbff51;
    color: #333;
    transform: translateY(-2px);
}

.btn-register {
    background: linear-gradient(135deg, #fbff51, #7ed957);
    border: none;
    border-radius: 12px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 25px rgba(251, 255, 81, 0.3);
}

.btn-register:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(251, 255, 81, 0.4);
}

/* Compact form styles for tabs */
.tab-pane .form-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.tab-pane .section-header {
    font-size: 20px;
    margin-bottom: 25px;
}

.tab-pane .form-group {
    margin-bottom: 20px;
}

.tab-pane .form-control, .tab-pane .form-select {
    padding: 14px 18px;
    font-size: 15px;
}

/* Responsive tab design */
@media (max-width: 768px) {
    .tab-nav {
        flex-direction: column;
        gap: 8px;
    }
    
    .tab-btn {
        min-width: auto;
        width: 100%;
        padding: 12px 20px;
        font-size: 13px;
    }
    
    .tab-navigation {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-prev, .btn-next, .btn-register {
        width: 100%;
        justify-content: center;
    }
} 

/* Ensure dropdowns are not cut off by parent containers */
.tab-pane {
    overflow: visible !important;
}

.form-section {
    overflow: visible !important;
}

.registration-form-container {
    overflow: visible !important;
}

/* Smart dropdown positioning */
.custom-dropdown {
    position: relative;
    width: 100%;
    z-index: 1000;
}

.custom-dropdown .dropdown-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #fbff51;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(-10px);
}

.custom-dropdown .dropdown-menu.show {
    max-height: 400px;
    opacity: 1;
    transform: translateY(0);
    overflow-y: auto;
}

/* Ensure dropdown appears above other elements */
.custom-dropdown .dropdown-menu.show {
    z-index: 10000;
}

/* Custom Dropdown Styles */
.custom-dropdown {
    position: relative;
    width: 100%;
    z-index: 1000;
}

.custom-dropdown .dropdown-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #fbff51;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(-10px);
}

.custom-dropdown .dropdown-menu.show {
    max-height: 400px;
    opacity: 1;
    transform: translateY(0);
    overflow-y: auto;
}

/* Ensure dropdown appears above other elements */
.custom-dropdown .dropdown-menu.show {
    z-index: 10000;
}

.dropdown-toggle {
    width: 100%;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 16px 20px;
    font-size: 16px;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.dropdown-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(251, 255, 81, 0.1), transparent);
    transition: left 0.6s ease;
}

.dropdown-toggle:hover::before {
    left: 100%;
}

.dropdown-toggle:hover {
    background: white;
    border-color: #fbff51;
    box-shadow: 0 0 0 0.3rem rgba(251, 255, 81, 0.25);
    transform: translateY(-2px);
}

.dropdown-toggle.active {
    background: white;
    border-color: #fbff51;
    box-shadow: 0 0 0 0.3rem rgba(251, 255, 81, 0.25);
    transform: translateY(-2px);
}

.dropdown-toggle.active i {
    transform: rotate(180deg);
}

.selected-text {
    color: #495057;
    font-weight: 500;
}

.dropdown-toggle.active .selected-text {
    color: #333;
    font-weight: 600;
}

.dropdown-toggle i {
    color: #fbff51;
    font-size: 14px;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, #fbff51, #7ed957);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dropdown-item {
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.dropdown-item:last-child {
    border-bottom: none;
}

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

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

.dropdown-item:hover {
    background: linear-gradient(135deg, rgba(251, 255, 81, 0.1), rgba(126, 217, 87, 0.1));
    color: #333;
    font-weight: 600;
    transform: translateX(5px);
}

.dropdown-item.selected {
    background: linear-gradient(135deg, #fbff51, #7ed957);
    color: #333;
    font-weight: 700;
}

.dropdown-item.selected::after {
    content: '✓';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #333;
}

/* Validation states for custom dropdowns */
.custom-dropdown.is-valid .dropdown-toggle {
    border-color: #7ed957;
    background: white;
    box-shadow: 0 0 0 0.2rem rgba(126, 217, 87, 0.25);
}

.custom-dropdown.is-invalid .dropdown-toggle {
    border-color: #dc3545;
    background: white;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    animation: shake 0.5s ease-in-out;
}

/* Responsive dropdown */
@media (max-width: 768px) {
    .dropdown-toggle {
        padding: 14px 16px;
        font-size: 15px;
    }
    
    .dropdown-item {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .custom-dropdown .dropdown-menu {
        border-radius: 12px;
        max-height: 300px;
        overflow-y: auto;
    }
    
    .custom-dropdown {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .dropdown-toggle {
        padding: 12px 14px;
        font-size: 14px;
        border-radius: 12px;
    }
    
    .dropdown-item {
        padding: 10px 14px;
        font-size: 13px;
    }
    
    .custom-dropdown .dropdown-menu {
        border-radius: 10px;
        max-height: 250px;
        top: calc(100% + 3px);
    }
    
    .dropdown-toggle i {
        font-size: 12px;
    }
    
    .selected-text {
        font-size: 14px;
    }
} 

/* Fix scroll-to-top button causing horizontal scroll on mobile */
@media (max-width: 767px) {
    .progress-wrap {
        right: 5% !important;
        bottom: 20px !important;
        height: 50px !important;
        width: 50px !important;
        z-index: 9999 !important;
        max-width: calc(100vw - 20px) !important;
    }
    
    .progress-wrap::after,
    .progress-wrap::before {
        height: 50px !important;
        width: 50px !important;
        line-height: 50px !important;
        font-size: 16px !important;
    }
    
    .progress-wrap.progress2 {
        right: 5% !important;
        bottom: 20px !important;
        height: 50px !important;
        width: 50px !important;
        max-width: calc(100vw - 20px) !important;
    }
    
    .progress-wrap.progress2::after,
    .progress-wrap.progress2::before {
        height: 50px !important;
        width: 50px !important;
        line-height: 50px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .progress-wrap {
        right: 3% !important;
        bottom: 15px !important;
        height: 45px !important;
        width: 45px !important;
        max-width: calc(100vw - 15px) !important;
    }
    
    .progress-wrap::after,
    .progress-wrap::before {
        height: 45px !important;
        width: 45px !important;
        line-height: 45px !important;
        font-size: 14px !important;
    }
    
    .progress-wrap.progress2 {
        right: 3% !important;
        bottom: 15px !important;
        height: 45px !important;
        width: 45px !important;
        max-width: calc(100vw - 15px) !important;
    }
    
    .progress-wrap.progress2::after,
    .progress-wrap.progress2::before {
        height: 45px !important;
        width: 45px !important;
        line-height: 45px !important;
        font-size: 14px !important;
    }
} 

/* Additional fix for very small screens */
@media (max-width: 360px) {
    .progress-wrap,
    .progress-wrap.progress2 {
        right: 2% !important;
        bottom: 10px !important;
        height: 40px !important;
        width: 40px !important;
        max-width: calc(100vw - 10px) !important;
    }
    
    .progress-wrap::after,
    .progress-wrap::before,
    .progress-wrap.progress2::after,
    .progress-wrap.progress2::before {
        height: 40px !important;
        width: 40px !important;
        line-height: 40px !important;
        font-size: 12px !important;
    }
} 

/* Payment Section Styles */
.payment-methods {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}

.payment-method-option {
    position: relative;
}

.payment-radio {
    display: none;
}

.payment-label {
    display: block;
    cursor: pointer;
    margin: 0;
}

.payment-card {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: 3px solid #e9ecef;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 20px;
}

.payment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(251, 255, 81, 0.15), rgba(126, 217, 87, 0.15));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.payment-radio:checked + .payment-label .payment-card {
    border-color: #fbff51;
    box-shadow: 0 15px 40px rgba(251, 255, 81, 0.4);
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}

.payment-radio:checked + .payment-label .payment-card::before {
    opacity: 1;
}

.payment-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #fbff51, #7ed957);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 20px rgba(251, 255, 81, 0.3);
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.payment-radio:checked + .payment-label .payment-icon {
    background: linear-gradient(135deg, #7ed957, #0096d6);
    color: white;
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 12px 30px rgba(126, 217, 87, 0.4);
}

.payment-info {
    flex: 1;
    text-align: left;
}

.payment-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.payment-info p {
    font-size: 14px;
    color: #666;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Bank Information Section */
.bank-info-section {
    margin-top: 30px;
    padding: 25px;
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
    border-radius: 15px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.bank-info-section:hover {
    background: white;
    border-color: #fbff51;
    box-shadow: 0 8px 25px rgba(251, 255, 81, 0.2);
    transform: translateY(-2px);
}

.bank-details {
    margin-top: 20px;
}

.bank-account {
    padding: 20px;
    background: white;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.bank-account:hover {
    border-color: #fbff51;
    box-shadow: 0 8px 25px rgba(251, 255, 81, 0.2);
    transform: translateY(-2px);
}

.bank-account h5 {
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.bank-account p {
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.bank-account p strong {
    color: #333;
    font-weight: 600;
}

.payment-amount {
    margin-top: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #fbff51, #7ed957);
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(251, 255, 81, 0.3);
}

.payment-amount h5 {
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.amount-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.amount-label {
    font-size: 24px;
    font-weight: 800;
    color: #333;
}

/* File Upload Styles */
.file-upload-container {
    position: relative;
    border: 3px dashed #e9ecef;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #f8f9fa;
    overflow: hidden;
}

.file-upload-container:hover {
    border-color: #fbff51;
    background: white;
    box-shadow: 0 8px 25px rgba(251, 255, 81, 0.2);
    transform: translateY(-2px);
}

.file-upload-container.dragover {
    border-color: #7ed957;
    background: linear-gradient(135deg, rgba(126, 217, 87, 0.1), rgba(251, 255, 81, 0.1));
    transform: scale(1.02);
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-upload-info {
    position: relative;
    z-index: 1;
}

.file-upload-info i {
    font-size: 48px;
    color: #fbff51;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #fbff51, #7ed957);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.file-upload-info p {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 600;
}

.file-upload-info small {
    color: #666;
    font-size: 13px;
}

/* File Preview */
.file-preview {
    margin-top: 15px;
    padding: 15px;
    background: white;
    border-radius: 10px;
    border: 2px solid #e9ecef;
    display: none;
}

.file-preview.show {
    display: block;
}

.file-preview img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.file-preview .file-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.file-preview .remove-file {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-preview .remove-file:hover {
    background: #c82333;
    transform: scale(1.05);
}

/* Payment Instructions */
.payment-instructions {
    margin-top: 30px;
    padding: 25px;
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
    border-radius: 15px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.payment-instructions:hover {
    background: white;
    border-color: #fbff51;
    box-shadow: 0 8px 25px rgba(251, 255, 81, 0.2);
    transform: translateY(-2px);
}

.payment-instructions h6 {
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
}

.payment-instructions ol {
    margin: 0;
    padding-left: 20px;
}

.payment-instructions li {
    color: #666;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}

/* Responsive Design for Payment Section */
@media (max-width: 991px) {
    .payment-card {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .payment-info {
        text-align: center;
    }
    
    .payment-info h4 {
        font-size: 18px;
    }
    
    .payment-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .bank-account {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .bank-account h5 {
        font-size: 16px;
    }
    
    .payment-amount {
        padding: 15px;
    }
    
    .amount-label {
        font-size: 20px;
    }
    
    .file-upload-container {
        padding: 30px 15px;
    }
    
    .file-upload-info i {
        font-size: 36px;
    }
    
    .file-upload-info p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .payment-methods {
        gap: 15px;
    }
    
    .payment-card {
        padding: 15px;
    }
    
    .payment-info h4 {
        font-size: 16px;
    }
    
    .payment-info p {
        font-size: 13px;
    }
    
    .payment-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .bank-info-section {
        padding: 20px;
    }
    
    .bank-account {
        padding: 12px;
    }
    
    .bank-account h5 {
        font-size: 15px;
    }
    
    .bank-account p {
        font-size: 13px;
    }
    
    .payment-amount {
        padding: 12px;
    }
    
    .amount-label {
        font-size: 18px;
    }
    
    .file-upload-container {
        padding: 25px 12px;
    }
    
    .file-upload-info i {
        font-size: 32px;
    }
    
    .file-upload-info p {
        font-size: 13px;
    }
    
    .payment-instructions {
        padding: 20px;
    }
    
    .payment-instructions h6 {
        font-size: 15px;
    }
    
    .payment-instructions li {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .payment-card {
        padding: 12px;
    }
    
    .payment-info h4 {
        font-size: 15px;
    }
    
    .payment-info p {
        font-size: 12px;
    }
    
    .payment-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .bank-info-section {
        padding: 15px;
    }
    
    .bank-account {
        padding: 10px;
    }
    
    .bank-account h5 {
        font-size: 14px;
    }
    
    .bank-account p {
        font-size: 12px;
    }
    
    .payment-amount {
        padding: 10px;
    }
    
    .amount-label {
        font-size: 16px;
    }
    
    .file-upload-container {
        padding: 20px 10px;
    }
    
    .file-upload-info i {
        font-size: 28px;
    }
    
    .file-upload-info p {
        font-size: 12px;
    }
    
    .payment-instructions {
        padding: 15px;
    }
    
    .payment-instructions h6 {
        font-size: 14px;
    }
    
    .payment-instructions li {
        font-size: 12px;
    }
} 