/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .gpa_course-container {
    margin: 0 auto;
    background: rgba(161, 175, 191, 0.20);
    overflow: hidden;
    font-family: "Montserrat", Sans-serif;
}

.gpa_dates-header {
    display: flex;
    justify-content: space-between;
    padding: 0;
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.gpa_date-item {
    text-align: center;
    flex: 1;
    padding: 20px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background-color: #fff;
}

.gpa_tour-info-wrapper {
    display: flex;
    background-color: #fff;
    padding: 32px;
}

.gpa_date-item:hover {
    background: rgba(255, 255, 255, 0.5);
}

.gpa_tour-info-container {
    padding: 32px;
}

.gpa_date-item.gpa_active {
    background: rgba(161, 175, 191, 0.20);
}

.gpa_date-item:hover {
    background: rgba(161, 175, 191, 0.20);
}

.gpa_date-item:hover .gpa_date-location, .gpa_date-item.gpa_active .gpa_date-location {
    background: var(--GPA-GRADIENT-2, radial-gradient(958% 50% at 50% 50%, var(--Color-2, #367591) 0%, var(--Color-7, #48334E) 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.gpa_date-item:hover .gpa_date-value, .gpa_date-item.gpa_active .gpa_date-value {
    background: var(--GPA-GRADIENT-2, radial-gradient(958% 50% at 50% 50%, var(--Color-2, #367591) 0%, var(--Color-7, #48334E) 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.gpa_date-location {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 28.8px */
    color: #48334E;
   
}

.gpa_date-value {
    font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 110%;
color: #48334E;
}

.gpa_hero-section {
    position: relative;
    height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), 
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 300"><rect fill="%23447799" width="800" height="300"/><circle fill="%23336688" cx="200" cy="100" r="80" opacity="0.3"/><circle fill="%23558899" cx="600" cy="150" r="60" opacity="0.4"/></svg>');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.gpa_hero-title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 38px;
}

.gpa_content-section {
    display: flex;
    gap: 40px;
}

.gpa_tab-content {
    display: none;
    width: 100%;
}

.gpa_tab-content.gpa_active {
    display: flex;
    flex-direction: column;
}

.gpa_tour-info {
    flex: 1;
}

.gpa_learning-objectives {
    flex: 1;
}

.gpa_section-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
    background: var(--GPA-GRADIENT-2, radial-gradient(958% 50% at 50% 50%, var(--Color-2, #367591) 0%, var(--Color-7, #48334E) 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.gpa_info-item {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.gpa_info-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
}

.gpa_info-value {
    font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: 150%; /* 24px */
text-transform: uppercase;
color: #48334E;
}

.gpa_price {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 38.5px */
    color: #26AD00;
}

.gpa_seats-left {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
    color: #48334E;
}

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

.gpa_learning-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    overflow: hidden;
color:  #48334E;
text-overflow: ellipsis;

}

.gpa_book-button {
    color: white;
    border:none;
    margin-top: 20px;
    background:#F99B29;
    cursor: pointer;
}

.gpa_book-button:hover {
   background: linear-gradient(90deg, #F99B29 0%, #D61C50 50%, #F99B29 100%);
}

.gpa_included-section {
    padding: 32px;
}

.gpa_included-title {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 38.5px */
    background: var(--GPA-GRADIENT-2, radial-gradient(958% 50% at 50% 50%, var(--Color-2, #367591) 0%, var(--Color-7, #48334E) 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
margin-bottom: 32px;
}

.gpa_included-list {
    margin: 0 auto;
    background-color: #fff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gpa_included-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--GPA-GRADIENT-2, #367591);
}


.gpa_checkmark {
    width: 24px;
    height: 24px;
    background: url('/wp-content/uploads/2025/08/checklist.svg') no-repeat center center;
    background-size: contain;
    border-radius: 4px;
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.gpa_included-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    overflow: hidden;
color:  #48334E;
text-overflow: ellipsis;
width: 100%;
text-align: center;

}

ul.gpa_learning-list li {
    margin-bottom: 10px;
}

    @media (max-width: 768px) {
        .gpa_dates-header {
            flex-wrap: wrap;
            gap: 0;
        }
        
        .gpa_date-item {
            min-width: 45%;
            padding: 15px 8px;
        }
        
        .gpa_tab-content.gpa_active {
            flex-direction: column;
            gap: 15px;
        }
        
        .gpa_content-section {
            padding: 20px;
        }
        
        .gpa_hero-title {
            font-size: 24px;
        }
        
        .gpa_included-section {
            padding: 0px;
        }

        .gpa_date-location {
            font-size: 14px;
        }

        .gpa_date-value {
            font-size: 24px;
        }

        .gpa_included-title {
            font-size: 24px;
        }

        .gpa_included-text {
            font-size: 14px;
        }

        .gpa_included-item {
            font-size: 14px;
        }

        .gpa_included-item .gpa_checkmark {
            width: 20px;
            height: 20px;
        }

        .gpa_tour-info-container {
            padding: 0px;
        }

        .gpa_tour-info-wrapper {
            padding: 20px;
            flex-direction: column;
        }

        .gpa_hero-section {
            height: 200px;
        }

        button.gpa_book-button {
            margin-bottom: 20px;
        }

        .gpa_included-list {
        
            padding: 10px;
        }
        
        
    }