/* ATRE Hero Banner Styles */

/* Main Section */
.atre-hero-section {
    width: 100%;
    overflow: hidden;
    background-color: #10568B;
}
/* 2 column container  */
.col-container {
    display: flex;
    justify-content: start;
    gap: 45px;
    flex-wrap: wrap;
}

/* Banner Image Container */
.atre-hero-banner {
    width: 80%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #C29B40;
}

.atre-banner-image {
    width: 80%;
    height: auto;
    overflow: hidden;
}

.atre-banner-image img {
    width: 80%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Content Section */
.atre-hero-content {
    background-color: #1a2b42;
    border-top: 1px solid #C29B40;
    /*width: 100%;*/
    padding: 0;
}

/* Left Column - Info */
.atre-info-column {
    padding: 60px 45px 80px 0px;
    color: #ffffff;
}

.atre-info-content {
    max-width: 600px;
    
}

.atre-main-title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: 'Georgia', serif;
}

.atre-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #e0e0e0;
    font-weight: 300;
}

.atre-host-info {
    margin-bottom: 40px;
    font-size: 0.95rem;
    line-height: 1.6;
}



/* Sponsors Section */
.atre-sponsors {
    margin-top: 50px;
}

.atre-sponsor-item {
    text-align: center;
    margin-bottom: 20px;
}

.atre-sponsor-logo {
    max-width: 150px;
    height: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.atre-sponsor-logo:hover {
    opacity: 1;
}

/* Right Column - Program Info */
.atre-program-column {
    padding: 60px 0px 80px 20px;
    display: flex;
    align-items: left;
    justify-content: start;
    color: #ffffff;
}

.atre-program-content {
    width: 100%;
    max-width: 600px;
}

.atre-program-box {
    border: 1px solid #C29B40;
    padding: 20px;
    background-color: #1a2b42;
    height: fit-content;
}

.atre-program-box h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 25px;
    color: #ffffff;
}

.atre-program-schedule {
    margin-bottom: 25px;
}

.atre-schedule-item {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #e0e0e0;
    font-weight: 300;
}

.atre-program-description {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #e0e0e0;
}

/* Contact Info */
.atre-contact-info {
    margin-bottom: 30px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #e0e0e0;
}

.atre-email-link {
    color: #C29B40;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.atre-email-link:hover {
    color: #ffffff;
}

.atre-phone {
    font-weight: 400;
    color: #ffffff;
}

/* Buttons 
.atre-button-group {
    margin-bottom: 0;
}

.atre-btn {
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #C29B40;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.atre-btn:hover {
    background-color: #C29B40;
    color: #0a1929;
    transform: translateY(-2px);
}

.atre-btn-listen {
    border-color: #C29B40;
}

.atre-btn-episodes {
    border-color: #C29B40;
}

.atre-bottom-button {
    display: none;
}*/

/* Buttons */
.atre-button-group {
    margin-bottom: 0;
}

.atre-btn {
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #C29B40;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: block;
}

.atre-btn:hover {
    background-color: #C29B40;
    color: #0a1929;
    transform: translateY(-2px);
}

.atre-btn-listen {
    border-color: #C29B40;
}

.atre-btn-episodes {
    border-color: #C29B40;
}

/* logos */
.sothebys-footer {
    
    padding: 0px 0px;
    min-height: 200px;
    margin-top: 48px;
}

.sothebys-logo {
    margin-bottom: 50px;
}

.sothebys-logo img {
    max-width: 200px;
    width: 80%;
    height: auto;
}

.association-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.logo-item {
    flex: 1;
    min-width: 80px;
    max-width: 150px;
}

.logo-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .association-logos {
        justify-content: center;
        gap: 20px;
    }

    .logo-item {
        min-width: 100px;
    }

    .sothebys-footer {
        margin-top: 60px;
    }
}


/* Responsive Styles */
@media (max-width: 1500px) {
    .atre-info-column,
    .atre-program-column {
        padding: 40px 30px;
        
    }

    .atre-main-title {
        font-size: 1.5rem;
    }

    .atre-program-box {
        padding: 30px;
    }

    .atre-button-group .col-md-6:last-child {
        display: none;
    }
    
    .atre-btn {
        font-size: .75rem;
    }
    .atre-bottom-button {
        display: block;
    }

    .atre-program-content {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .atre-info-column,
    .atre-program-column {
        padding: 40px 30px;
        width: 100%;
    }

    .atre-main-title {
        font-size: 1rem;
    }

    .atre-program-box {
        padding: 20px;
    }

    .atre-button-group .col-md-6:last-child {
        display: none;
    }

    

    .atre-bottom-button {
        display: block;
    }

    .sothebys-footer {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .atre-info-column,
    .atre-program-column {
        padding: 30px 20px;
        
    }

    .atre-main-title {
        font-size: 1.75rem;
    }

    .atre-program-title {
        font-size: 1.5rem;
    }

    .atre-program-box {
        padding: 25px;
        border-width: 1px;
    }

    .atre-sponsor-logo {
        max-width: 120px;
    }

    .atre-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .sothebys-footer {
        margin-top: 60px;
    }
}

@media (max-width: 576px) {
    .atre-info-column,
    .atre-program-column {
        padding: 25px 15px;
    }

    .atre-main-title {
        font-size: 1.5rem;
    }

    .atre-subtitle {
        font-size: 1rem;
    }

    .atre-program-box {
        padding: 20px;
    }

    .atre-sponsor-item {
        margin-bottom: 15px;
    }

    .sothebys-footer {
        margin-top: 60px;
    }
}
