/* Full Width Wrapper Style */
.podium-wrapper-158244bd {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    background-color: #333333;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    color: #ffffff;
    min-height: 700px;
}

/* Scene */
.podium-scene-158244bd {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 80px 20px;
    box-sizing: border-box;
    z-index: 1;
    min-height: 700px;
}

.podium-grid-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: 540px;
}

/* Roller Shade Animation Styles */
.roller-shade-158244bd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 99;
    pointer-events: none;
    transition: visibility 0s 1s;
}

.shade-layer-158244bd {
    background-color: #333333;
    width: 100%;
    height: 50%;
    transition: transform 0.85s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
}

.top-shade-158244bd {
    transform-origin: top center;
    border-bottom: 2px solid #4596D2;
}

.bottom-shade-158244bd {
    transform-origin: bottom center;
    border-top: 2px solid #4596D2;
}

/* Animation triggers */
.podium-wrapper-158244bd.is-revealed .top-shade-158244bd {
    transform: translateY(-100%);
}

.podium-wrapper-158244bd.is-revealed .bottom-shade-158244bd {
    transform: translateY(100%);
}

.podium-wrapper-158244bd.is-revealed .roller-shade-158244bd {
    visibility: hidden;
}

/* Abstract Obtuse Triangles */
.accent-triangle-158244bd {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-bottom: 120px solid rgba(69, 150, 210, 0.1);
    transform: rotate(30deg);
    pointer-events: none;
}

.triangle-one {
    top: -40px;
    left: 10%;
    transform: rotate(-15deg);
    border-bottom-width: 250px;
}

.triangle-two {
    bottom: -50px;
    right: 5%;
    transform: rotate(145deg);
    border-bottom-width: 300px;
}

.triangle-three {
    top: 40%;
    left: 70%;
    transform: rotate(75deg) scale(0.6);
}

/* Floating Wisps Glow */
.wisp-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    pointer-events: none;
    animation: wispPulse 8s infinite alternate ease-in-out;
}

.wisp-left {
    width: 400px;
    height: 400px;
    top: 10%;
    left: -10%;
    background: radial-gradient(circle, #4596D2 0%, transparent 80%);
}

.wisp-right {
    width: 500px;
    height: 500px;
    bottom: 10%;
    right: -10%;
    background: radial-gradient(circle, #4596D2 0%, transparent 80%);
}

/* Branding Title Header */
.branding-header-158244bd {
    text-align: center;
    margin-bottom: 20px;
    z-index: 2;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 1s ease 0.6s;
}

.podium-wrapper-158244bd.is-revealed .branding-header-158244bd {
    opacity: 1;
    transform: translateY(0);
}

.tagline-158244bd {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #ffffff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.partner-title-158244bd {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #4596D2;
    margin: 0;
    text-transform: uppercase;
}

/* Podium and Logo Center Stage */
.center-stage-158244bd {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    z-index: 2;
    perspective: 1200px;
}

.logo-spotlight-158244bd {
    position: relative;
    width: 180px;
    height: 180px;
    margin-bottom: -15px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(30px);
    animation: floatLogo 4s infinite ease-in-out;
}

.logo-image-158244bd {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 25px rgba(69, 150, 210, 0.7));
}

.ambient-glow-158244bd {
    position: absolute;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(69, 150, 210, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    animation: pulseGlow 3s infinite ease-in-out;
}

/* 3D Podium base styling */
.podium-base-158244bd {
    position: relative;
    width: 320px;
    height: 120px;
    transform: rotateX(40deg);
    transform-style: preserve-3d;
}

.podium-deck-158244bd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3c3c3c;
    border-radius: 50%;
    box-shadow: inset 0 0 25px rgba(0,0,0,0.8), 0 0 35px rgba(69, 150, 210, 0.2);
    border: 3px solid #4596D2;
    z-index: 3;
}

.podium-rim-glow {
    position: absolute;
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
    background: radial-gradient(circle, #4596D2 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    opacity: 0.8;
    z-index: 1;
}

.podium-front-158244bd {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, #262626 0%, #151515 100%);
    border-radius: 0 0 160px 160px / 0 0 60px 60px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.9);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.podium-logo-engrave-158244bd {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 5px;
    color: rgba(255, 255, 255, 0.25);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    transform: scaleY(0.85);
}

/* Offset Bottom Content */
.bottom-reveal-158244bd {
    text-align: center;
    max-width: 650px;
    z-index: 2;
    margin-top: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease 0.8s;
}

.podium-wrapper-158244bd.is-revealed .bottom-reveal-158244bd {
    opacity: 1;
    transform: translateY(0);
}

.description-158244bd {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 25px;
}

.btn-podium-158244bd {
    display: inline-block;
    padding: 14px 35px;
    background-color: #4596D2;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(69, 150, 210, 0.3);
    transition: all 0.3s ease;
}

.btn-podium-158244bd:hover {
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0 15px 30px rgba(255, 255, 255, 0.35);
    transform: translateY(-3px);
}

/* Animations */
@keyframes wispPulse {
    0% { transform: scale(1); opacity: 0.12; }
    100% { transform: scale(1.15); opacity: 0.18; }
}

@keyframes pulseGlow {
    0%, 100% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.7; }
}

@keyframes floatLogo {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(1deg); }
}

/* For Backend Editor: Force reveal immediately */
.elementor-editor-active .top-shade-158244bd {
    transform: translateY(-100%);
}
.elementor-editor-active .bottom-shade-158244bd {
    transform: translateY(100%);
}
.elementor-editor-active .roller-shade-158244bd {
    display: none;
}
.elementor-editor-active .branding-header-158244bd,
.elementor-editor-active .bottom-reveal-158244bd {
    opacity: 1;
    transform: translateY(0);
}
