body,
html {
    overflow-x: hidden;
}

.overview-slider {
    overflow: hidden;
}

.overview-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 256px 30px 30px;
    height: auto;
    display: flex !important;
    align-items: flex-end;
}

.overview-item .overview-icon {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 0;
    background: #FFF;
    width: 87px;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

.overview-item .overview-icon img {
    width: 45px;
    height: 45px;
}

.overview-item .slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
}

.overview-item .slider-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(207deg, rgba(255, 255, 255, 0.00) 35.34%, #FFF 67.43%);
}

.overview-item .slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overview-item .contant {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.overview-item .heading {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.overview-item .heading img {
    width: 36px;
    height: 36px;
    transition: 0.3s all;
}

.overview-item .heading h4 {
    margin: 0;
    color: #00669E;
    font-family: var(--e-global-typography-967dc1b-font-family), Sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}

.overview-item .contant p {
    color: var(--Neutral-Color-Black, #000);
    font-family: var(--e-global-typography-3ced308-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.overview-item:hover .heading img {
    transform: rotate(-30deg);
}

.overview-item:hover .overview-icon {
    background: #00669E;
}

.overview-item:hover .overview-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.overview-item:hover .slider-img {
    transform: scale(1.15);
}

.overview-slider .overview-item {
    margin-right: 30px;
}

.overview-slider .slick-list {
    margin-right: -30px;
    padding-inline: 80px;
}

.overview-slider .slick-track {
    display: flex;
}

.overview-slider .slick-dots {
    position: unset;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.overview-slider .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #fff;
}

.overview-slider .slick-dots li.slick-active button {
    width: 80px;
    border-radius: 60px;
    background: #fff;
}

.overview-slider .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.overview-slider .slick-dots li button:before {
    display: none;
}

.our-slider-section .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.our-slider-section::after {
    content: "";
    position: absolute;
    top: -180px;
    right: -80px;
    background: url(/wp-content/uploads/2025/12/overview-top.svg);
    width: 301.139px;
    height: 367.183px;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-slider-section::before {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -40px;
    background: url(/wp-content/uploads/2025/12/overview-bottom.svg);
    width: 557.091px;
    height: 350.931px;
    background-repeat: no-repeat;
    background-size: cover;
    top: auto;
}

/* 08-01-26 start*/
.contact-list .elementor-icon-list-item {
    word-break: break-all;
}

/* 08-01-26 end*/

@media (max-width:1280px) {
    .overview-slider .slick-list {
        padding-inline: 60px;
    }

    .overview-slider .slick-dots {
        margin-top: 40px;
    }
}

@media (max-width:1024px) {
    .overview-slider .slick-list {
        padding-inline: 40px;
    }

    .overview-slider .slick-dots {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .overview-item .heading h4 {
        font-size: 22px;
        line-height: 27px;
    }

    .overview-slider .overview-item {
        margin-right: 20px;
    }

    .overview-slider .slick-list {
        padding-inline: 20px;
        margin-right: -20px;
    }

    .our-slider-section::before {
        width: 400px;
        height: 300px;
    }
}