.right-section {
    height: 100%;
    display: flex;
    flex-direction: column;

    padding-left: 3%;
    justify-content: flex-start;
}

span.btn-arrow.register {
    margin-right: 22px;
    margin-top: -3px;
}

span.btn-arrow.delegate {
    margin-right: 17px;
    margin-top: -3px;
}

.right-section h5 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.header {
    font-weight: bold;

}

h5.header {
    font-size: 17px;
    color: #20784B
}

h4.header {
    font-size: 20px;
    color: #20784B
}

.right-section h2 {
    /*font-size: 1.75rem;*/
    font-size: 25px;
    line-height: 1.1;
    margin-top: 14px;
    margin-bottom: 20px;
}

.opportunity-text {
    font-size: 2.2rem !important;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #000;
}
.dubai-location{
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 18px;
}
.customCarousels {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    cursor: pointer;
}

.opportunity-text .normal-line {
    font-weight: 100;
}

.opportunity-text .bold-line {
    font-weight: 700;
    margin-top: 4px;
}

.action-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.action-buttons .btn {
    width: 250px;
}

button.btn.btn-gradient.btn-success.btn-sm {
    padding-left: 30px;
}

button.btn.btn-gradient.btn-primary.btn-sm {
    padding-left: 30px;
}

.footer-links {
    margin-top: 10px;
    font-size: 0.9rem;
}

.footer-links a {
    text-decoration: none;
    font-weight: 600;
    margin: 0 8px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.btn-gradient {
    position: relative;
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.3s ease;
    min-width: 180px;
    padding: 0.4rem 1.5rem;
    padding-right: 2rem;
    font-size: 0.85rem;
}

.content-body {
    margin-top: 11%;
    margin-bottom: 11%;
}
.btn-gradient .btn-arrow {
    position: absolute;
    right: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.btn-gradient:hover .btn-arrow {
    transform: translateX(4px);
}

.btn-success.btn-gradient {
    background: linear-gradient(90deg, #5BA431 0%, #01A452 100%);
    font-size: 17px;
    padding-left: 30px;
    padding: 13px

}

.btn-primary.btn-gradient {
    background: linear-gradient(90deg, #31A49E 0%, #15668C 100%);
    font-size: 16px;
    padding-left: 30px;
    padding: 13px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
    pointer-events: none;
    z-index: 2;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #4c4c4c47;
    color: #fff;
    border: none;
    width: 26px;
    height: 32px;
    font-size: 1.9rem;
    font-weight: normal;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #157a50;
}

.footerLinks {
    background: linear-gradient(90deg, #ffffff00 0%, #99D792 100%);
    color: white;
    margin-left: 30%;
}
.no-padding-dialog .rc-dialog-body {
    padding: 0 !important;
    padding-bottom: 20px !important;
}
a.ATheme_link {
    font-size: 16px;
    color: #285A27;
    letter-spacing: 0;
}

div#myCarousel {
    /*padding-left: 7%;*/
    padding-left: 100px;
    max-width: calc(var(--layout-max-width-px) * 1px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*    background: linear-gradient(
                90deg,
                #FFFFFF 50%,
                #f0ffe1 100%
        );*/
    background: linear-gradient(
            90deg,
            #faf9f4 50%,
            #f0ffe1 100%
    );
}

div#myCarousel .footerLinks {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 120px;
}

#myCarousel {
    min-height: 450px;
}

.pl-0.left-section {
    width: 60%;
}

.right-section.text-start {
    width: 40%;
}

span.btn-arrow.register {
    margin-right: 10px;
}

.Metrics_second .link_list {
    padding: 15px 20px;
}

.btn-gd-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px !important;
}

.btn-gd-new img {
    width: 22px !important;
    height: 22px !important;
}

@media only screen and (max-width: 600px) {
    .customCarousels {
        flex-direction: column;
    }

    .pl-0.left-section {
        width: 100%;
        order: 1;
    }

    .right-section.text-start {
        width: 100%;
        order: 2;
    }

    .content-body {
        margin-top: 5%;
        margin-bottom: 0px;

    }

    div#myCarousel {
        padding-left: 0%;
    }

    .footerLinks {
        margin-left: 0%;
        margin-top: 50px;
    }

    div#myCarousel .footerLinks {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        padding-left: 0px;
    }

    .btn-success.btn-gradient {
        font-size: 12px;

    }

    .btn-primary.btn-gradient {
        font-size: 12px;

    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 20px;
        height: 25px;
    }

    .owl-carousel .owl-nav {
        padding: 0px;
    }

    span.btn-arrow.register {
        margin-top: -5px;
        margin-right: 0px;
    }

    button.btn.btn-gradient.btn-success.btn-sm {
        padding-left: 25px;
    }

    button.btn.btn-gradient.btn-primary.btn-sm {
        padding-left: 25px;
    }

    .Metrics_second .link_list {
        height: auto !important;
    }

    .opportunity-text {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 1024px) {
    .customCarousels {
        flex-direction: column;
    }

    .pl-0.left-section {
        width: 100%;
        order: 1;
    }

    .right-section.text-start {
        width: 100%;
        order: 2;
    }

    .content-body {
        margin-top: 5%;
        margin-bottom: 0px;

    }

    div#myCarousel {
        padding-left: 0%;
    }

    .footerLinks {
        margin-left: 0%;
        margin-top: 50px;
    }

    div#myCarousel .footerLinks {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        padding-left: 0px;
    }

}
