﻿.ut_container{
    /* display: flex; ---Changed by M.Shawky 11/006/2025 */
    padding: 24px 40px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 16px; */
    border-radius: 8px;
    background: var(--white, #FFF);
    margin-top: 30px;
}

.ut_expression_container{
    color: var(--description, #40484F);
    text-align: start;
    font-size: 19px;
    line-height: 120%; /* 22.8px */
}

.ut_content{
    color: var(--description, #40484F);
    text-align: start !important;
    font-size: 19px;
    font-weight: 500;
    line-height: 120%; /* 22.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.ut_img{
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}

.ut_unfound_container{
    color: var(--description, #40484F);
    text-align: center;
    font-size: 19px;
    line-height: 120%; /* 22.8px */
}



/* --------------- Start UT New carousel CSS ---------------------*/

.ar-AE .ut-carousel {
    direction: ltr;
}

 .carousel .tns-nav > [aria-selected="true"] {
    background: var(--primary-color);
    width: 20px !important;
    height: 10px !important;
    border-radius: 50px !important;
} 

.ut-show-more-container{
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 16px 24px;

    background: var(--white, #FFF);
}

.ut-show-more-btn{
    display: flex;
    height: 48px;
    padding: 10px 32px 13px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;

    border-radius: 8px;
    background: var(--primary, #C0392B);

    color: var(--white, #FFF);

    /* H6 */
    font-family: var(--font-family, Dubai);
    font-size: var(--font-size-h6, 19px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 22.8px */
}

/* --------------- End UT New carousel CSS ---------------------*/


@media (max-width: 768px) {
    .ut_container{
        padding: 24px;
    }

}