.hero-mixed {
    background: linear-gradient(348deg, #273B4F 21.48%, #84A5AB 87.85%) !important;
    min-height: 850px !important;
}

.hero-button {
    background-color: #6FDDBC !important;
    box-shadow: 6px 6px #45907A !important;
    color: #333333 !important;
}

.new-div-hero-style {
    background: linear-gradient(180deg, #2A5B81 0%, #0D2548 100%);
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #F5F5F5;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-div-hero-style-course {
    background-color: #8A2D3B;
    border: 1px solid #FFE9A8;
    border-radius: 64px;
    padding: 7px 30px 10px 30px;
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.new-div-hero-style-title {
    font-size: 55px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.new-div-hero-style-lines {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 28px;
}

.new-div-hero-style-line1,
.new-div-hero-style-line2 {
    width: 48%;
    height: 1.5px;
    background-color: #FFE9A8;
    border-radius: 5px;

}

.new-div-hero-style-circle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #B8860B;
}

.new-div-hero-style-subtitle {
    font-size: 26px;
    color: white;
    text-align: center;
    margin-bottom: 28px;
}

.new-div-hero-imagee {
    display: none;
}

.div-hero-button {
    width: 40% !important;
}

.title-one-about {
    color: #486882 !important;
}

/* Container Layout */
.new-type-in-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    gap: 15px; /* Added gap for better spacing */
}

/* Base Tab Styling (Desktop) */
.one-type-in-hero {
    width: 48%;
    background: linear-gradient(90.23deg, #E6D5C3 44.72%, #F5F5F5 154.51%);
    box-shadow:
        0px 16px 32px 0px #00000066,
        0px 8px 12px 0px #0000003D,
        0px 4px 4px 0px #00000033,
        0px 4px 4px 0px #62A66D66 inset !important;
    position: relative;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.one-type-in-hero:hover {
    transform: translateY(-2px);
}

/* Image Positioning (Desktop) */
.one-type-in-hero img {
    width: 72px;
    height: 72px;
    position: absolute;
    right: -8px; /* Default desktop position */
    top: 50%;
    transform: translateY(-50%);
}

/* Text Styling (Desktop) */
.one-type-in-hero p {
    margin: 0;
    margin-right: 70px; /* Space for the image on the right */
    font-weight: bold;
    color: #3C4046;
    font-size: 16px;
}

/* --- LIVE Badge Styling --- */
.live-badge {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #FF4B4B 0%, #FF0000 100%);
    color: #FFFFFF;
    padding: 4px 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100px;
    box-shadow: inset 0px 6px 4px rgba(255, 255, 255, 0.4);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2)) drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.24)) drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.4));
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid white;
    margin-right: 6px;
    display: inline-block;
}

.btn-bundle {
    background-color: #486882 !important;
    box-shadow: none !important;
    margin-top: 10px !important;
}

.one-about-slider {
    background-color: #D5D9DF !important;
}

.swiper-pagination-about .swiper-pagination-bullet-active,
.swiper-pagination-join .swiper-pagination-bullet-active {
    background-color: #273B4F !important;
}

.swiper-pagination-about .swiper-pagination-bullet,
.swiper-pagination-join .swiper-pagination-bullet {
    background-color: #D5D9DF !important;
}

.registration_options {
    margin-top: 90px;
}

.subtitle-registration_options {
    color: #486882 !important;
}

.card-registration_options {
    background-color: #486882 !important;
}

.top-registration_options {
    background: linear-gradient(90.1deg, #6FDDBC 39.05%, #F5F5F5 135.16%) !important;

}

.top-registration_options p {
    color: #333333 !important;
}

.price-title-registration_options,
.title-info-registration_options, .instead-registration_options {
    color: white !important;
}

.price-registration_options {
    color: white !important;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.24);
}

.price-top-registration_options svg {
    margin-top: 10px;
}

.top-card-registration_options {
    border-bottom: 1px solid #F3F3F37A !important;
}

.one-info-registration_options p {
    color: white;
    font-size: 20px;
}

.top-registration_options img {
    border-radius: 50%;
    box-shadow:
        0px 20px 40px 0px #00000052,
        0px 8px 16px 0px #00000033,
        0px 4px 4px 0px #FFFFFF66 inset;

}

.inner-smart-register-now {
    background-image: url(../img/event/register-problem.png) !important;
    height: 900px !important;
    background-position: center;
    border-top-right-radius: 20px;
    padding-bottom: 125px !important;
}

.info-smart-register {

    background-color: #273B4F !important;
}

.div-border-smart-register {
    height: 289px !important;
    border-top: 3px solid #F5F5F5;
    border-right: 3px solid #F5F5F5;
    border-bottom: 3px solid #F5F5F5;
}

.program-host {
    width: 90%;
    margin: 50px auto;
}

.program-host-title {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
}

.inner-program-host {
    display: flex;
    margin-top: 40px;
    align-items: flex-start;
    gap: 70px;
}

.inner-program-host-img {
    box-shadow: 0px 0px 20px 0px #00000033;
    border-radius: 12px;

}

.div-name-program-host {
    width: fit-content;
    background: linear-gradient(90deg, #486882 0%, #273B4F 100%);
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 15px 40px;
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
    border-top-right-radius: 32px;
    color: white;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 30px;
}

.div-two-program-host {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.div-two-program-host p {
    font-size: 20px;

}

.div-two-program-host span {
    color: #1A3263;
    font-weight: bold;
}

.program-host-desc {
    font-size: 20px;
    margin-bottom: 20px;
}

.program-host-info {
    background-color: #56D9A029;
    border: 2px solid #56D9A0;
    border-radius: 24px;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.one-program-host-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 7px 15px;
    border: 1px solid #56D9A0;
    border-radius: 32px;
}

.one-program-host-info p {
    font-size: 20px;
}

.image-different-smart {
    bottom: auto;
    top: -160px;
}

.left-different-smart {
    height: auto;
    flex-direction: column;
}

.inner-right-different-smart {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
}

.right-different-smart {
    flex-direction: column;
}

.div-right-different-smart-para {
    display: flex;
    justify-content: flex-end;
}

.inner-right-different-smart-para {
    font-size: 24px;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 50px;
}

.left-different-smart-para {
    color: #333333;
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 20px
}

.title-left-different-smart {
    color: #333333;
}

.title-smart-changes {
    margin-bottom: 10px !important;
}

.desc-smart-changes {
    margin-bottom: 150px;
    text-align: center;
    font-size: 20px;
}

.inner-smart-changes1 {
    justify-content: center;
}

.inner-smart-changes {
    background-color: #486882 !important;
}

.outer-smart-changes {
    background-color: #273B4F !important
}

.cols-smart {
    display: flex;
    align-items: center;
    gap: 40px;
}

.apply-problems {
    width: 90%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.apply-problems-titles {
    display: flex;
    align-items: flex-end;
}

.apply-problems-titles img {
    margin-right: -40px;
}

.apply-problems-title {
    background: linear-gradient(108.41deg, #486882 5.56%, #273B4F 91.26%);
    box-shadow: 0px 4px 4px 0px #00000040;
    font-size: 40px;
    font-weight: bold;
    padding: 22px 45px;
    border-radius: 64px;
    color: white;
}

.prev-apply {
    margin-top: 25px;
}

.cards-apply-problems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.card-apply-problems {
    width: 49%;
    background-color: #D5D9DF;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.card-apply-problems p {
    font-size: 24px;
    font-weight: bold;
}

.apply-problems-desc {
    font-size: 20px;
    text-align: center;
    width: 25%;
    margin: 20px auto;
}

.value-problems {
    background: radial-gradient(84.81% 1941% at 100% -84.65%, #547792 7.59%, #1A3263 100%);
    width: 90%;
    margin: 40px auto;
    border-radius: 24px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.value-problems-title {
    font-size: 40px;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid #FBEBC5;
    padding-bottom: 10px;
    width: fit-content;
}

.cards-value-problems {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.card-value-problems {
    width: 45%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-value-problems svg {
    width: 36px;
    height: 36px;
}

.card-value-problems p {
    font-size: 24px;
    color: white;
}

.questions-problems {
    width: 90%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.questions-problems-titles {
    display: flex;
    align-items: center;
    grid-area: 20px;
}

.questions-problems-titles p {
    font-size: 40px;
    font-weight: bold;
}

.cards-questions-problems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.card-questions-problems {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
}

.top-card-questions-problems {
    position: relative;
    display: inline-block;
    /* يجعل الحاوية تأخذ نفس عرض الصورة تماماً */
}

.top-card-questions-problems img {
    display: block;
    /* يمنع وجود أي مسافات بيضاء غريبة تحت الصورة */

    height: auto;
}

.top-card-questions-problems p {
    font-size: 24px;
    color: white;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    margin: 0;
    white-space: nowrap;
    font-weight: bold;
}

.bottom-card-questions-problems {
    box-shadow: 0px 8px 24px 0px #00000014;
    margin-top: -40px;
    width: 100%;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    font-size: 20px;
}

.bottom-card-questions-problems p {
    width: 45%;
    margin: auto;

}

.inner-decision-smart {
    background-image: url(../img/event/bg-decision-problem.png) !important;
    height: 650px;
}

.inner-left-decision-smart {
    background: linear-gradient(143.86deg, #1A3263 8.26%, #6FDDBC 126.8%) !important;

}

.bottom-decision-smart {
    width: 30%;
    bottom: -90px !important;
    border-radius: 35px !important;
}

.different-course-ress-com {
    width: 90%;
    margin: 50px auto;
}

.different-course-ress-com-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.positive-diff {
    position: relative;
}

.positive-diff img {
    width: 100%;
}

.positive-diff-top {
    position: absolute;
    top: 80px;
    padding: 0px 20px;
}

.card-positive-diff-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.positive-diff-top-title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.card-positive-diff-top p {
    color: white;
    font-size: 16px;
}

.right-smart-changes {
    width: 50%;
}


@media screen and (max-width: 1635px) {
    .bottom-decision-smart {
        width: 45% !important;
    }
}

@media screen and (max-width: 1613px) {
    .title-left-different-smart {
        font-size: 20px;
    }
}

@media screen and (max-width: 1580px) {

    .smart-register-now-para {
        width: 45%;
    }
}

@media screen and (max-width: 1523px) {
    .inner-right-different-smart-para {
        font-size: 20px;
    }

    .left-different-smart-para {
        font-size: 18px;
    }

    .info-right-different-smart {
        font-size: 17px;
    }
}

@media screen and (max-width: 1450px) {
    .div-border-smart-register {
        width: 90% !important;
    }
}

@media screen and (max-width: 1300px) {
    .card-apply-problems p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1286px) {
    .hero-mixed-left {
        bottom: auto !important;
    }
}

@media screen and (max-width: 1270px) {
    .top-card-questions-problems img {
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 1230px) {
    .card-value-problems {
        width: 48%;
    }

    .card-value-problems p {
        font-size: 20px;
    }

    .smart-register-now-para {
        font-size: 23px !important;
        padding: 0px 15px;
    }
}

.different_course_ress {
    display: none;
}

@media screen and (max-width: 1185px) {


    .bottom-decision-smart {
        width: 55% !important;
    }

    .apply-problems {
        margin: 150px auto 50px auto;
    }

    .top-card-questions-problems p {
        font-size: 20px;
    }

    .bottom-card-questions-problems p {
        width: 60%;
        font-size: 16px;
    }
}

.apply-icon-res {
    display: none;
}

.middle-decision-smart-res {
    background: linear-gradient(350.76deg, #6FDDBC -77.86%, #1A3263 113.07%) !important;

}

.top-decision-smart-res {
    height: 230px;
}

.bottom-decision-smart-res {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
}

.positive-diff-top-desc {
    color: white;
    margin-top: 10px;
    font-size: 17px;
}

@media screen and (max-width: 1003px) {
    .new-type-in-hero {
        margin-top: 20px;
    }

    .one-type-in-hero {
        height: auto;
        padding: 45px 20px 25px 20px; /* Increased top padding for the image */
        flex-direction: column;
        text-align: center;
    }

    .one-type-in-hero img {
        width: 64px;
        height: 64px;
        top: -25px; /* Positioned above the tab */
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .one-type-in-hero p {
        margin-right: 0; /* Remove right margin on mobile */
        font-size: 14px;
        line-height: 1.4;
    }

    .live-badge {
        bottom: -10px; /* Positioned inside the tab on mobile as per design */
        font-size: 12px;
        padding: 3px 10px;
    }

    .closer-hero-button {
        top: -25px !important;
    }
    .div-hero-button{
        position: relative !important;
        margin-top: 40px !important;
        bottom: auto !important;
    }
    .smart-register-now-para {
        font-size: 18px !important;
    }

    .different_course_no_res {
        display: none;
    }

    .different_course_ress {
        display: block;
    }

    .questions-problems-titles {
        margin-bottom: 20px;
    }

    .questions-problems-titles p {
        font-size: 24px;
    }

    .questions-problems-image {
        width: 40px;
        height: 64px;
    }

    .bottom-card-questions-problems p {
        width: 90%;
        font-size: 15px;
    }

    .top-card-questions-problems p {
        font-size: 17px;
    }

    .cards-questions-problems {
        flex-direction: column;
        width: 100%;
    }

    .card-questions-problems {
        width: 100%;
        margin-bottom: 20px;
    }

    .value-problems img {
        width: 150px;
        height: 150px;
        margin: -100px auto -18px auto;
    }

    .card-value-problems svg {
        width: 20px;
        height: 20px;
    }

    .card-value-problems p {
        font-size: 18px;
        width: 90%;
    }

    .value-problems-title {
        font-size: 24px;
        text-align: center;
        width: 100%;
    }

    .card-value-problems {
        width: 100%;
    }

    .cards-value-problems {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .value-problems {
        flex-direction: column;
        margin: 100px auto 50px auto;
    }

    .apply-icon {
        display: none;
    }

    .apply-icon-res {
        display: block;
    }

    .apply-problems-titles img {
        width: 60px;
        height: 96px;
        margin-right: -21px;
    }

    .apply-problems {
        margin: 60px auto 50px auto;
    }

    .apply-problems-desc {
        width: 80%;
        font-size: 16px;
        margin: 10px auto;
    }

    .card-apply-problems svg {
        width: 20px;
        height: 20px;
    }

    .card-apply-problems p {
        font-size: 16px;
    }

    .card-apply-problems {
        width: 100%;
        gap: 7px;
        padding: 20px;
        margin-bottom: 10px;
    }

    .apply-problems-title {
        font-size: 25px;
        padding: 15px 22px;
    }

    .smart-changes {
        margin-bottom: 10px;
    }

    .desc-smart-changes {
        font-size: 16px;
        margin-bottom: 100px !important;
    }

    .best-creator {
        margin: 60px auto 60px auto;
    }

    .program-host {
        margin: 10px auto;
    }

    .program-host-title {
        font-size: 28px;
    }

    .program-host-info {
        padding: 15px;
    }

    .one-program-host-info p {
        font-size: 16px;
    }

    .program-host-desc {
        text-align: center;
    }

    .div-name-program-host {
        font-size: 22px;
    }

    .inner-program-host-img {
        width: 100%;
        box-shadow: none;
        margin-top: -60px;
    }

    .inner-program-host {
        flex-direction: column-reverse;
    }

    .div-border-smart-register {
        width: 80% !important;
        margin-bottom: -74px;
    }

    .smart-register-now {
        padding: 30px 0px 160px 0px;
    }



    .smart-register-now-para {
        width: 100%;
        font-size: 16px;
    }

    .one-info-registration_options p {
        font-size: 16px;
    }

    .div-hero-button {
        width: 80% !important;
    }

    .new-div-hero-style {
        margin-top: -65px;
    }

    .new-div-hero-imagee {
        display: block;
        width: 100%;
    }

    .hero-mixed-info p {
        width: 90%;
    }

    .new-div-hero-style-lines {
        margin-bottom: 20px;
    }

    .new-div-hero-style-course {
        font-size: 16px;
    }

    .new-div-hero-style-subtitle {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .new-div-hero-style-title {
        font-size: 30px;
        margin-top: 20px;
    }

    .smart-register-now-btn {
        bottom: -39px; 
        z-index: 99;
    }

    .right-smart-changes {
        width: 90%;
    }
}

@media screen and (max-width: 700px) {
    .inner-smart-register-now {
        background-image: url(../img/event/register-problem-res.png) !important;
        background-position: top;
        height: 370px !important;
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 550px) {
    .info-smart-register {
        font-size: 17px;
        padding: 25px 15px;
    }
}

@media screen and (max-width: 411px) {
    .card-positive-diff-top p {
        font-size: 13px;
    }

    .positive-diff-top-desc {
        font-size: 14px;
    }
}