.about-us h2 {
    font-weight: 600;
    color: #0d307f;
    margin-bottom: 30px;
}

.bg-grey {
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(238, 245, 253, 1) 100%);
}

.about-us p {
    color: #000;
    font-weight: 400;
}

.bg-blue {
    background-color: #1627c1;
}

.bg-green {
    background-color: #2ba316;
}

.bg-purple {
    background-color: #a619e0;
}

.color-blue {
    color: #0d307f !important;
}

.btn-red {
    color: #fff;
    background-color: #e70004;
    border-color: #e70004;
    font-weight: 500;
    transition: color .35s cubic-bezier(.3, .86, .36, .95);
}

.btn-red.focus,
.btn-red:focus-visible,
.btn-red:focus,
.btn-red:hover,
.btn-red:active {
    color: #e70004 !important;
    border-color: #e70004 !important;
    background: white;
}

.btn-red:focus {
    box-shadow: 0 0 0 .2rem rgb(231 0 4 / 22%);
}

.btn-blue {
    color: #fff;
    background-color: #1627c1;
    border-color: #1627c1;
    font-weight: 500;
    transition: color .35s cubic-bezier(.3, .86, .36, .95);
    text-transform: unset;
}

.btn-blue.focus,
.btn-blue:focus-visible,
.btn-blue:focus,
.btn-blue:hover,
.btn-blue:active {
    color: #1627c1 !important;
    border-color: #1627c1 !important;
    background: white;
}

.btn-blue:focus {
    box-shadow: 0 0 0 .2rem rgb(22 39 193 / 22%);
}

.btn-red.focus .hover-icon,
.btn-red:focus .hover-icon,
.btn-red:hover .hover-icon,
.btn-red:focus-visible .hover-icon,
.btn-red:active .hover-icon,
.btn-blue.focus .hover-icon,
.btn-blue:focus .hover-icon,
.btn-blue:hover .hover-icon,
.btn-blue:focus-visible .hover-icon,
.btn-blue:active .hover-icon {
    display: block !important;
}

.btn-red.focus .actual-icon,
.btn-red:focus .actual-icon,
.btn-red:hover .actual-icon,
.btn-red:focus-visible .actual-icon,
.btn-red:active .actual-icon,
.btn-blue.focus .actual-icon,
.btn-blue:focus .actual-icon,
.btn-blue:hover .actual-icon,
.btn-blue:focus-visible .actual-icon,
.btn-blue:active .actual-icon {
    display: none;
}

.timeline .slick-list,
.timeline .slick-track {
    display: flex;
    padding: 10px 0px;
}

.timeline .slick-next:before,
.timeline .slick-prev:before {
    font-size: 30px;
}

.timeline .slick-next,
.timeline .slick-prev {
    width: 30px;
    height: 30px;
}

.moment::after {
    content: '';
    position: absolute;
    top: -25px;
    right: -20px;
    background: url('//res.cloudinary.com/funex/image/upload/v1751435035/moment-icon_bbuyet.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40px;
    width: 60px;
}

.service_card::after {
    height: 60px;
    width: 90px;
    position: absolute;
    top: -22px;
    right: -4px;
    display: flex;
    align-items: start;
    font-size: 12px;
    font-weight: bold;
    padding-top: 12px;
    text-align: center;
    color: #fff;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.service_card1::after {
    content: '2024';
    background: url(//res.cloudinary.com/funex/image/upload/v1751454034/moment1_h6sa7g.webp);
}

.service_card2::after {
    content: '2024';
    background: url('//res.cloudinary.com/funex/image/upload/v1751454078/moment2_t35ywr.webp');
}

.service_card3::after {
    content: '2021-Present';
    padding: 4px 6px;
    background: url('//res.cloudinary.com/funex/image/upload/v1751454092/moment3_rtkmne.webp');
}

.happy-customer::after {
    content: '';
    position: absolute;
    top: -35px;
    right: -155px;
    background: url('//res.cloudinary.com/funex/image/upload/v1751458614/happy-customer_blyxyb.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 60px;
    width: 100px;
}

.reviews .slick-next:before {
    color: #1627c1;
    font-size: 30px;
}

.reviews .slick-next {
    top: 98%;
    right: 0px;
}

.scroll-wrapper {
    overflow: hidden;
    width: 100%;
}

.scroll-track {
    display: flex;
    width: max-content;
    align-items: center;
    animation: scroll-loop 30s linear infinite;
    filter: opacity(0.5);
}

.scroll-track img {
    height: 80px;
    width: auto;
    margin: 0 30px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Infinite horizontal scroll */
@keyframes scroll-loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .happy-customers {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .about-us {
        text-align: center;
    }

    .moment::after {
        display: none;
    }

    .happy-customer::after {
        display: none;
    }
}
