.awards-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
    text-align: center;
    overflow: hidden;
    width: 1300px;
    float: none;
}
.award-slider-block  {
    background: #1F1F1F;
}
.stats {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.stat {
    text-align: center;
}
.carousel-slide .caption-title,
.carousel-slide .caption-desc {
  display: none;
}
.stat-number {
    font-size: 98px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    font-family: Arada-Bold;
}

.stat-label {
    font-size: 22px;
    color: #ccc;
    font-family: Arada-Light;
    max-width: 178px;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.carousel-slide {
    flex: 0 0 70%;
    max-width: 70%;
    opacity: 0.4;
    transform: scale(0.9);
    transition: all 0.7s;
}

.carousel-slide.active {
    opacity: 1;
    transform: scale(1.25);
    z-index: 1;
}

.carousel-slide img {
    width: 100%;
    border-radius: 0px;
    display: block;
    object-fit: cover;
    object-position: center center;
    height: 550px;
    /* max-width: 1060px; */
    transition : all 0.3s;
}
/* .carousel-slide:first-child {
    transform: scale(0.70);
    margin-left: -10%;
} */
.caption-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    color: white;
    font-family: Arada-Bold;
}

.caption-desc {
    font-size: 20px;
    color: #ddd;
    max-width: 700px;
    margin: 10px auto 0;
    line-height: 1.6;
    font-family: Arada-Light;
    min-height: 96px;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 1px solid #fff;
}
.dot:first-child, .dot:last-child{
    width: 6px;
    height: 6px;
    margin-top: 2px;
}
.dot.active {
    background-color: #fff;
}

.carousel-wrapper {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
}
.carousel-slide img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
}
.awards-section .head{
    font-size: 47px;
    color: white;
    padding-bottom: 30px;
    font-family: Arada-Bold;
}
@media (max-width: 1440px){
    .awards-section .head{
        font-size: 37px;
    }
    .carousel-slide img{
        height: 430px;
    }
}
@media (max-width: 768px) {
    body.rtl .column.objectives .objective-item{
        border-left: none;
    }
    .carousel-slide img{
        height: 250px;
    }
    .highlight-box{
        max-width: 100%;
    }
    .awards-section{
        padding: 60px 0;
    }
    .awards-section .head
    .carousel-slide {
        flex: 0 0 90%;
        max-width: 90%;
    }
    .column{
        padding-left: 0;
        padding-right: 0;
    }
    .awards-section .head{
        font-size: 28px;
    }
    .stat-number {
        font-size: 36px;
    }

    .stats {
        gap: 40px;
    }
}
@media (max-width: 575px){
    .carousel-slide img{
        height: 200px;
    }
}

body.rtl .caption-desc, body.rtl .stat-label, body.rtl .objective-item span, body.rtl .highlight-box .tab-pane h4, body.rtl .focus-areas .focus-pane li{
    font-family: Cairo-Light;
}
body.rtl .caption-title, body.rtl .awards-section .head, body.rtl .objectives h2, body.rtl .focus-areas h2{
    font-family: Cairo-Bold;
}