.header-logo {
    width: 70px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to right, #2f4da0, #5a8de1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}

@media only screen and (max-width: 767px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .swiper-button-next img,
    .swiper-button-prev img {
        width: 25px;
        height: 25px;

    }
}

.swiper-button-next {
    right: 30px;
}

.swiper-button-prev {
    left: 30px;
}

.swiper-button-next img,
.swiper-button-prev img {
    width: 33px;
    height: 33px;
    object-fit: contain;
    filter: invert(1);
    transition: transform 0.2s;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .swiper-button-next img,
    .swiper-button-prev img {
        width: 25px;
        height: 25px;

    }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: linear-gradient(to right, #1f3b8a, #4c7ccf);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.swiper-button-next:hover img,
.swiper-button-prev:hover img {
    transform: scale(1.1);
}

.swiper-button-next:active,
.swiper-button-prev:active {
    transform: translateY(-50%) scale(0.95);
    background: linear-gradient(to right, #1a2f6b, #3d6bb3);
}

.span-design {
    color: #3252a5;
    font-family: cursive;
}

.about-shape {
    position: absolute;
    width: 70px;
    height: 70px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 8px;
}

.about-shape img {
    width: 50px;
    height: 50px;
}

.about-shape-1 {
    top: -33px;
    left: 130px;
    background: linear-gradient(135deg, #fce3ec, #ffe8cc);
    /* soft pink-orange blend */
}

.about-shape-2 {
    top: -33px;
    right: 130px;
    background: linear-gradient(135deg, #e0f7fa, #f1f8e9);
    /* soft aqua-green blend */
}

.about-shape-3 {
    bottom: -33px;
    left: 130px;
    background: linear-gradient(135deg, #f3e5f5, #e1f5fe);
    /* soft lavender-blue blend */
}

.about-shape-4 {
    bottom: -33px;
    right: 130px;
    background: linear-gradient(135deg, #fff3e0, #e0f2f1);
    /* soft peach-mint blend */
}

@media only screen and (max-width: 767px) {
    .about-shape-1 {

        left: 50px;

    }

    .about-shape-2 {

        right: 45px;

    }

    .about-shape-3 {

        left: 50px;

    }

    .about-shape-4 {
        right: 45px;

    }
}

.single-services-item .content p {
    line-height: 24px !important;
    margin-bottom: 0;
    color: #000;
}

.single-services-item .image {
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #ccc
}

.single-services-item .image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-letter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 55% center, rgb(145, 96, 77) -20%, rgb(22, 24, 31) 34%, rgb(117, 119, 134) 280%);
    background: linear-gradient(to right, #1f3b8a, #4c7ccf);
    border-radius: 20px;
}

.news-letter-box h1 {
    color: #fff;
    font-size: 44px;

}

.news-letter-box p {
    color: #fff;
    font-size: 18px;
}

.about-img {
    width: 450px;
}

@media only screen and (max-width: 767px) {
    .about-img {
        width: 313px;
    }

}

.contact-detail-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.map-box {
    padding: 10px;
    padding: 20px 10px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.cont-box {
    padding: 35px 25px 35px 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.add-box {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-image: linear-gradient(to right, #2f4da0, #5a8de1);

}

.add-box img {
 width: 50px;
     filter: invert(1);

}

/* .cont-box h4{
    font-size: 20px;
}
.cont-box p{
    font-size: 15px;
    line-height: 23px !important;
} */