/*
Theme Name: Maheu, Anthony - Hello Elementor Child
Template: hello-elementor
Author: Luson Media (Max R.)
Version: 3.4.4
Updated: 2026-01-13

*/

.rounded {border-radius: 30px !important;}

/*Sticky Header*/
.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: transform 0.35s ease;
    will-change: transform;
    width: 100%;
}

.elementor-location-header.header-hidden {
    transform: translateY(-100%);
}
body.admin-bar .elementor-location-header {top: 32px;}
/*___________*/


/* ===== 3-col grid for events ===== */
#event-surround .elementor-shortcode{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 32px !important;
    align-items: stretch;
}

/* make each event behave like a normal grid item (not full-width) */
#event-surround .elementor-shortcode > article.gps-events{
    grid-column: auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    justify-self: stretch !important;
    float: none !important;
    clear: none !important;
}

/* ===== card styling (Elementor-like) ===== */
#event-surround article.gps-events{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: transparent;
    border-radius: 40px;
    padding: 32px 28px;              /* or 5% 4% if you prefer */
    box-shadow: 0 4px 44px rgba(0,0,0,.10);
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease;
    border-top: none;
}

#event-surround article.gps-events:hover{
    box-shadow: 0 4px 15px rgba(0,0,0,.10);
    transform: translateY(-3px);

}
.event-title {
    font-size: 28px !important;
    letter-spacing: -1.6px !important;
}

/* ===== responsive ===== */
@media (max-width: 1100px){
    #event-surround .elementor-shortcode{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 700px){
    #event-surround .elementor-shortcode{
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}

/*service page read more styling*/
.read-toggle {
    color: #ffffff;
    background-color: #3a69a2 !important;
    border-radius: 25px !important;
    padding: 15px 35px 15px 35px !important;
    transition: background-color 0.3s ease;
    border: none;
    font-size: 16px;
    font-weight: 500px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.read-toggle:hover {
    color: #ffffff !important;
    background-color: #d9b451 !important;
    border-radius: 25px !important;
    border: none;
}


.service .extra-content {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300 !important;
    color: #353535 !important;
    margin-top: 10px;
}

.service .extra-content a {
    color: #326AA5;
    text-decoration: none; /* optional */
}

.service .extra-content a:hover {
    color: #ffffff;
}


/*--------------------------
---VA Form Customizations---
--------------------------*/
.gpswp-va-form{
    width:100%;
}

.gpswp-va-form .form-group{
    margin-bottom:30px;
}

.gpswp-va-form label{
    display:block;
    font-size:20px;
    font-weight:600;
    color:#353535;
    margin-bottom:14px;
    text-transform: uppercase;
}

.form-control {
    color: #353535 !important;
    border-width: 1px;
    border-color: #353535 !important;
    border-radius: 5px !important;
}

.gpswp-va-form .form-control{
    width:100%;
    border:none !important;
    border-bottom:2px solid #353535 !important;
    background: #ffffff !important;
    border-radius:5px !important;
    padding: 25px !important;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #d9b451;
}

.gpswp-va-form input[type="submit"]{
    background:#3a69a2 !important;
    border:none !important;
    font-size:18px;
    color:#ffffff !important;
    box-shadow:none !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    padding: 12px 24px !important;
}
.gpswp-va-form input[type="submit"]:hover{
    background: #d9b451 !important;
    border:none !important;
    font-size:18px;
    color:#ffffff !important;
    box-shadow:none !important;
    padding: 12px 24px !important;
    text-shadow: none;
}

/* checkbox */
#vaForm .checkbox label{
    font-size:16px;
    color:#3a69a2;
}

/* divider */
#vaForm hr{
    display: none;
}


/* =========================
   PODCAST
========================= */
.podcast-widget img, .podcast-widget h2, .podcast-widget p, .podcast-widget hr {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

.podcast-widget {
    background: transparent !important;
    border: none!important;
    border-radius: 60px !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .08) !important;
    padding: 40px!important;
    margin-top: 0!important;
}
.podcast-widget h3 {font-size: 20px;}
p.podcast-title {display: block !important;font-weight: 500;font-size: 26px;margin-bottom: 30px;}
audio::-webkit-media-controls-panel {
    background: #3a69a2;
}

audio::-webkit-media-controls-play-button {
    background-color: #d9b451;
    border-radius: 50%;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    color: #fff;
}
.podcast-widget .episode-button {border-radius: 30px; margin-bottom: 10px;}