/* Partner logo sizing */
.partner-logo {
    height: 60px !important;
    width: auto !important;
    max-width: 200px !important;
    object-fit: contain !important;
}

/* Brand carousel alignment */
.brand-swiper {
    overflow: visible !important;
}

.brand-swiper .swiper-wrapper {
    justify-content: flex-start !important;
}

.brand-logos {
    overflow: hidden;
}

/* Make GetYourGuide logo 30% bigger */
.partner-logo[alt="GetYourGuide"] {
    transform: scale(1.3);
}

/* Remove only top spacing */
body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Fix container alignment */
.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (min-width: 768px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Add Venus background to hero section */
.hero-section.hero-1 {
    background-image: url('../images/venus-web.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 500px auto;
    background-attachment: local;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-section.hero-1 .hero-wrapper {
    position: relative;
    z-index: 2;
}

/* Position event info lower to cover bottom of Venus PNG */
.hero-section.hero-1 .event-info {
    position: relative;
    margin-top: 150px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section.hero-1 {
        background-size: 400px auto;
        background-position: center;
    }
    
    /* Hide CTA on mobile to avoid circle overlay */
    .sticky-cta-header {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .hero-section.hero-1 {
        background-size: 300px auto;
    }
}

/* Lineup section styling without slider */
.lineup-grid {
    max-width: 700px;
}

.lineup-image-wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.lineup-image img {
    transition: transform 0.3s ease;
}

.lineup-image-wrapper:hover .lineup-image img {
    transform: scale(1.05);
}

/* Make lineup section more balanced */
@media (min-width: 992px) {
    .lineup-section .col-lg-7 {
        flex: 0 0 auto;
        width: 50%;
    }
    .lineup-section .col-lg-5 {
        flex: 0 0 auto;
        width: 50%;
    }
}

/* Fix left side cut-off issue for boxes */
.lineup-contents,
.sponsor-contents,
.cta-contents {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* Override bg-lg centering */
.lineup-contents.bg-lg,
.sponsor-contents.bg-lg,
.cta-contents.bg-lg {
    margin: 0 !important;
    max-width: 100% !important;
}

/* Add padding to boxes */
.lineup-contents.bg-lg.custom-inner-bg,
.sponsor-contents.bg-lg.custom-inner-bg,
.cta-contents.bg-lg.custom-inner-bg {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* For larger screens, increase padding */
@media (min-width: 768px) {
    .lineup-contents.bg-lg.custom-inner-bg,
    .sponsor-contents.bg-lg.custom-inner-bg,
    .cta-contents.bg-lg.custom-inner-bg {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width: 1200px) {
    .lineup-contents.bg-lg.custom-inner-bg,
    .sponsor-contents.bg-lg.custom-inner-bg,
    .cta-contents.bg-lg.custom-inner-bg {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

/* Ensure proper container spacing inside boxes */
.lineup-contents .container,
.sponsor-contents .container,
.cta-contents .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Sold out ticket styling */
.ticket-form.sold-out {
    opacity: 0.5;
    position: relative;
}

.ticket-form.sold-out .form-check-label {
    cursor: not-allowed;
    text-decoration: line-through;
}

.ticket-form.sold-out .form-check-input {
    cursor: not-allowed;
}

.ticket-form.sold-out .form-check-input:disabled {
    opacity: 0.5;
}

.ticket-form.sold-out .form-check-label span:first-child {
    text-decoration: none;
    position: relative;
}

.ticket-form.sold-out .form-check-label span:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform: translateY(-50%);
}

/* CTA Section centered link styling */
.cta-section a {
    transition: all 0.3s ease;
}

.cta-section a:hover {
    transform: translateX(10px);
}

.cta-section a:hover .cta-text {
    color: var(--primary-color, #fff);
}

.cta-section .arrow-up-right-big {
    transition: transform 0.3s ease;
}

.cta-section a:hover .arrow-up-right-big {
    transform: rotate(45deg) scale(1.1);
}

/* Make VENUSINFUR title smaller to fix gradient issue */
.hero-section h1.extra-huge-text {
    font-size: 180px !important;
    line-height: 160px !important;
}

@media (max-width: 1399.98px) {
    .hero-section h1.extra-huge-text {
        font-size: 150px !important;
        line-height: 140px !important;
    }
}

@media (max-width: 1199.98px) {
    .hero-section h1.extra-huge-text {
        font-size: 130px !important;
        line-height: 130px !important;
    }
}

@media (max-width: 991.98px) {
    .hero-section h1.extra-huge-text {
        font-size: 90px !important;
        line-height: 100px !important;
    }
}

@media (max-width: 767.98px) {
    .hero-section h1.extra-huge-text {
        font-size: 60px !important;
        line-height: 80px !important;
    }
}

@media (max-width: 575.98px) {
    .hero-section h1.extra-huge-text {
        font-size: 48px !important;
        line-height: 50px !important;
    }
}