.section-container:has(.sxm-mentoring-hero-section) {
    overflow-x: hidden;
}

.sxm-mentoring-hero-section {
    position: relative;
    width: 100%;
    padding: 100px 0 45px;
}

.adc-mentoring-hero-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    max-width: 124rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

strong {
    font-weight: inherit;
}

.adc-mentoring-hero-left {
    flex: 1.4;
    min-width: 30rem;
    z-index: 1;
}

.adc-mentoring-hero-title {
    margin-bottom: 2.8rem;
}

.adc-mentoring-hero-description {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 3.7rem;
    color: #FFFFFF;
    letter-spacing: 0;
    font-family: "Inter", Sans-serif;
    padding-right: 5rem;
}

.adc-mentoring-hero-left a.adc-mentoring-hero-btn {
    display: inline-block;
    padding: 1.3rem 5.2rem;
    background-color: #CCFF00;
    color: #181818;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5rem;
    transition: background-color 0.3s ease;
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
}

.adc-mentoring-hero-left a.adc-mentoring-hero-btn:hover {
    background-color: #ABCF19;
    color: #181818;
}

.adc-mentoring-trust-badges {
    display: flex;
    gap: 2.2rem;
    margin-top: 6.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.adc-mentoring-trust-badges img {
    width: 100%;
    height: auto;
}

.adc-mentoring-trust-badges img:last-child {
    width: 100%;
    height: auto;
}

/* Right Content */
.adc-mentoring-hero-right {
    flex: 1;
    min-width: 30rem;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}

/* Video Container - Direct video without frame */
.adc-mentoring-screen-content {
    position: relative;
    width: 100%;
    max-width: 41rem;
    aspect-ratio: 4/4.9;
    border-radius: 1.2rem;
    padding: 2.4rem;
    margin: 1px;
}

.adc-mentoring-screen-content::before {
    content: "";
    position: absolute;
    top: -1px; 
    bottom: -1px; 
    left: -1px; 
    right: -1px;
    background: linear-gradient(180deg, 
        rgba(245, 242, 242, 0.75) 0%, 
        transparent 100%
    );
    border-radius: 26px;
    z-index: -2;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
}

.adc-mentoring-screen-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.15) 0%, rgba(222, 219, 219, 0) 100%);
    backdrop-filter: blur(8.7347px);
    border-radius: 26px;

}

.adc-mentoring-background-gradient {
    position: absolute;
    width: 30%;
    height: 40%;
    left: 20%;
    top: 15%;
    background: #CCFF00;
    opacity: 0.9;
    z-index: -1;
    box-shadow: none;
    filter: blur(100px);
}

.adc-mentoring-video-container {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}

.adc-mentoring-video-container wistia-player,
.adc-mentoring-video-container iframe,
.adc-mentoring-video-container video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* Video Cover - REMOVED */

/* Floating Icons */
.adc-mentoring-floating-icon {
    position: absolute;
    z-index: 40;
    width: 20rem;
    height: 20rem;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s ease-out;
}

.adc-mentoring-floating-icon img {
    width: 100%;
    height: 100%;
}

/*
.adc-mentoring-floating-icon::after {
    content: "";
    position: absolute;
    top: -1px; 
    bottom: -1px; 
    left: -1px; 
    right: -1px;
    background: linear-gradient(180deg, 
        rgba(245, 242, 242, 0.75) 0%, 
        transparent 100%
    );
    border-radius: 0.8rem;
    z-index: -2;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
}

.adc-mentoring-floating-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.77rem;
    z-index: -3;
    opacity: 0.1;
    box-shadow: 0px 0px 250px #C0FF38, 0px 0px 250px #C0FF38, 0px 0px 195.3px #C0FF38, 0px 0px 97.65px #C0FF38, 0px 0px 27.9px #C0FF38, 0px 0px 13.95px #C0FF38;
}
*/

.adc-mentoring-floating-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Initial state - completely hidden */
.adc-mentoring-icon-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    opacity: 0;
}

.adc-mentoring-icon-2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    opacity: 0;
}

.adc-mentoring-icon-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    opacity: 0;
}

/* Animated state - triggered by JavaScript after page load */
.adc-mentoring-icon-1.adc-mentoring-animate {
    transform: translate(0, 0) scale(1) rotate(15deg);
    animation: flyFromCenter1 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.adc-mentoring-icon-2.adc-mentoring-animate {
    transform: translate(0, 0) scale(1) rotate(-10deg);
    animation: flyFromCenter2 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.1s;
}

.adc-mentoring-icon-3.adc-mentoring-animate {
    transform: translate(0, 0) scale(1) rotate(20deg);
    animation: flyFromCenter3 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.2s;
}

/* Keyframes for flying from center animation */
@keyframes flyFromCenter1 {
    0% {
        top: 50%;
        right: 20%;
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        top: 6%;
        right: -10rem;
        left: auto;
        transform: translate(0, 0) scale(1.3) rotate(10deg);
        opacity: 1;
    }
}

@keyframes flyFromCenter2 {
    0% {
        top: 60%;
        left: 15%;
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        top: 40%;
        left: -9rem;
        transform: translate(0, 0) scale(1) rotate(-10deg);
        opacity: 1;
    }
}

@keyframes flyFromCenter3 {
    0% {
        bottom: 20%;
        right: 35%;
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        bottom: -2rem;
        right: -10rem;
        top: auto;
        left: auto;
        transform: translate(0, 0) scale(0.6) rotate(20deg);
        opacity: 1;
    }
}


@media (max-width: 1024px) {
    .adc-mentoring-hero-left {
        max-width: 50%;
    }

    .adc-mentoring-trust-badges {
        margin-top: 3.2rem;

        img {
            max-height: 4.8rem !important;
        }
    }
}

@media (max-width: 768px) {
    .sxm-mentoring-hero-section {
        padding: 5rem 0 3.2rem;
    }

    .adc-mentoring-hero-content-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .adc-mentoring-hero-left {
        max-width: 100%;
    }

    .adc-mentoring-hero-right {
        width: 100%;
        margin-top: 0;
        min-height: auto;
		order: -1;
		display: block;
		position: relative;
        max-width: 40rem;
        padding: 0 3rem 1.6rem;
    }


    /* Keep icons absolute but make them smaller and adjust positions */
    .adc-mentoring-floating-icon {
        width: 17rem;
        height: 17rem;
    }

    .adc-mentoring-trust-badges {
        gap: 1.5rem;
        justify-content: space-between;
    }

    .adc-mentoring-trust-badges img {
        width: 100%;
        height: auto;
    }

    .adc-mentoring-hero-description {
        margin-bottom: 2.8rem;
        font-size: 1.8rem;
        padding-right: 0;
    }

    .adc-mentoring-hero-btn {
        width: 100%;
        text-align: center;
    }

    .adc-mentoring-hero-left a.adc-mentoring-hero-btn { 
        font-size: 1.8rem;
    }

    .adc-mentoring-hero-description,
    .adc-mentoring-hero-title {
        text-align: center;
    }
}
