@import 'general.css';

/***hero section**/
.hero-slider {
    border-radius: 30px;
}

.hero-slider .swiper-item-inner {
    border-radius: 30px;
    padding: 40px;
    background-size: cover;

}

.hero-slider-section .img-block {
    display: none;
}

.hero-slider .swiper-item-inner .swiper-item-content {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(40px);
    max-width: 570px;
    padding: 70px 70px 85px;
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.swiper-item-content .item-category {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
}

.swiper-item-content .site-btn {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    transition: all 0.5s;
}


.swiper-item-content h2 {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 25px;
    color: #fff;
}

.swiper-item-content p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
}

.swiper-arrow-wrapper,
.left-btn-wrapper {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 9;
}

.swiper-arrow-wrapper .swiper-prev-arrow,
.swiper-arrow-wrapper .swiper-next-arrow,
.left-btn-wrapper .swiper-prev-arrow,
.left-btn-wrapper .swiper-next-arrow {
    height: 70px;
    width: 70px;
    background: #fff;
    border-radius: 70px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
}

.swiper-arrow-wrapper .swiper-prev-arrow:not(.swiper-button-disabled):hover,
.swiper-arrow-wrapper .swiper-next-arrow:not(.swiper-button-disabled):hover,
.left-btn-wrapper .swiper-prev-arrow:not(.swiper-button-disabled):hover,
.left-btn-wrapper .swiper-next-arrow:not(.swiper-button-disabled):hover {
    background-color: #24BDB3;
    border-color: rgba(0, 0, 0, 30%);
}

.swiper-arrow-wrapper .swiper-prev-arrow:before,
.swiper-arrow-wrapper .swiper-next-arrow:before,
.left-btn-wrapper .swiper-prev-arrow:before,
.left-btn-wrapper .swiper-next-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/slider-arrow.svg);
    height: 38px;
    width: 38px;
    background-repeat: no-repeat;
    content: "";
}

.swiper-arrow-wrapper .swiper-prev-arrow:before,
.left-btn-wrapper .swiper-prev-arrow:before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.swiper-arrow-wrapper .swiper-prev-arrow.swiper-button-disabled,
.swiper-arrow-wrapper .swiper-next-arrow.swiper-button-disabled,
.left-btn-wrapper .swiper-prev-arrow.swiper-button-disabled,
.left-btn-wrapper .swiper-next-arrow.swiper-button-disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/**Hero Section**/
/**Service Section**/
.service-section {
    padding: 100px 0 80px;
}

.service-section .image-content-item img {
    margin-bottom: 30px;
}

.title-block {
    display: flex;
    align-items: last baseline;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.title-block .sub-title {
    font-size: 14px;
    font-weight: 500;
    color: #24BDB3;
    text-transform: uppercase;
    display: inline-block;
}

.title-block .title-left {
    flex: 0 0 54.49%;
    max-width: 54.49%;
}

.title-block .title-right {
    flex: 0 0 45.51%;
    max-width: 45.51%;
    padding-left: 120px;
}

.image-content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.image-content-grid .image-content-item {
    flex: 0 0 calc(33.33% - 14px);
    max-width: calc(33.33% - 14px);
}

.image-content-grid .image-content-item img {
    border-radius: 30px 30px 0 0;
    width: 100%;
}

.image-content-grid .image-content-item h3 {
    font-family: "DM Serif Display", serif;
    font-size: 32px;
    line-height: 1.18;
    margin-bottom: 10px;
}

.service-section .image-content-grid .image-content-item:nth-child(2) {
    margin-top: 78px;
}

/**Service Section**/
/**Client Section**/
.client-section {
    padding-top: 133px;
    position: relative;
}

.client-section .container {
    overflow: hidden;
}

.client-section .client-slider {
    overflow: visible;
}

.client-section .client-slider .swiper-wrapper {
    align-items: center;
}

.client-section .title-block {
    margin-bottom: 40px;
}

.client-section .swiper-arrow-wrapper {
    right: 0;
    bottom: 129px;
}

.client-section .title-block .title-left {
    flex: 0 0 calc(100% - 190px);
    max-width: calc(100% - 190px);
}
.client-brochure {
    border: none;
    background: transparent;
    padding: 0;
}

/**Client Section**/
/**Product Section**/
.product-section {
    max-width: 1440px;
    padding: 0 25px;
    margin: 0 auto;
}

.product-section .title-block .title-left {
    max-width: 100%;
    flex: 0 0 100%;
}

.product-section .product-section-inner {
    padding: 64px 0 50px;
    border-radius: 30px;
    background: #F0F7F7;
}

.custom-tabbing-section {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.tab-heading-block {
    display: flex;
    margin-bottom: 50px;
    position: relative;
    gap: 10px;
    flex-wrap: wrap;
}

.tab-heading-block li a {
    height: 45px;
    line-height: 43px;
    border: 1px solid rgba(33, 33, 33, 0.2);
    font-size: 16px;
    text-align: center;
    padding: 0 25px;
    display: inline-block;
    border-radius: 30px;
    background: #fff;
    color: #212121;
    transition: all 0.5s;
}

.tab-heading-block li.active a {
    border-color: #24BDB3;
    background: #24BDB3;
    color: #fff;
}

.tab-heading-block .border-link {
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: .5s cubic-bezier(.35, 0, .25, 1);
    background: #00acc1;
    left: 0;
}

.tab-content-inner {
    display: none;
}

.tab-content-inner:first-child {
    display: block;
}

.product-section .title-block {
    margin-bottom: 25px;
}

.product-section .image-content-grid .image-content-item {
    margin-bottom: 30px;
}

.product-section .image-content-grid {
    margin-bottom: -30px;
}

.image-content-grid .image-content-item .img-wrapper {
    position: relative;
    margin-bottom: 25px;
}

.image-content-grid .image-content-item .img-wrapper .explore {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
    left: 30px;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    /* transform: scale(0); */
    cursor: pointer;
    color: #212121;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(35px);
    border: none;
}
/* 
.image-content-grid .image-content-item .img-wrapper:hover .explore {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    text-decoration: underline;
} */



/**Product Section**/

/**about-section **/
.about-section .about-wrapper {
    padding: 100px 0;
    background-color: #43454B;
    border-radius: 30px;
    position: relative;
}

.about-section .about-wrapper:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 471px;
    height: 100%;
    background-image: url(../images/about-prop.svg);
    content: "";
    background-repeat: no-repeat;
    left: auto;
}

.about-section .title-block h2 {
    color: #fff;
}

.about-section .about-wrapper .title-block {
    margin-bottom: 30px;
}

.about-section .about-img-content-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 1;
    position: relative;
}

.about-section .about-img-content-block .img-block .img-block-inner {
    display: flex;
    height: 100%;
    margin: 0 -5px;
}

.about-section .about-img-content-block .img-block {
    max-width: 52%;
    flex: 0 0 52%;
}

.about-section .about-img-content-block .content-block {
    max-width: 48%;
    flex: 0 0 48%;
    padding-left: 40px;
    color: #fff;
}

.about-section .about-img-content-block .content-block .sub-text {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.about-section .about-img-content-block .right-top-img-wrap {
    margin-bottom: 10px;
}

.about-section .about-img-content-block .img-block .left-img,
.about-section .about-img-content-block .img-block .right-img {
    padding: 0 5px;
    max-width: 50%;
    flex: 0 0 50%;
}

.about-section .about-img-content-block .img-block img {
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.about-section .about-img-content-block .left-img-wrap,
.about-section .about-img-content-block .right-top-img-wrap,
.about-section .about-img-content-block .right-bottom-img-wrap {
    position: relative;
}

.about-section .about-img-content-block .left-img-wrap {
    padding-bottom: 205.5%;
}

.about-section .about-img-content-block .right-top-img-wrap {
    padding-bottom: 124%;
}

.about-section .about-img-content-block .right-bottom-img-wrap {
    padding-bottom: 78.2%;
}

.about-section .tickmark-list {
    margin-bottom: 50px;
}

.about-section .counter-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

.about-section .counter-block .counter-block-inner {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 40%);
    margin-bottom: 40px;
}

.about-section .counter-block .counter-block-inner p {
    font-size: 24px;
    margin-bottom: 20px;

}

.about-section .counter-block .counter-block-inner span {
    font-size: 44px;
    line-height: 0.6;
    font-weight: 600;
}

.about-section {
    max-width: 1440px;
    padding: 0 25px;
    margin: 30px auto 0 auto;
}

/* testimonial-section  */
.testimonial-section {
    padding: 100px 0 90px
}

.testimonial-section .title-block {
    max-width: 41%;
    flex: 0 0 41%;
    align-items: flex-start;
    margin-bottom: 0;
}

.testimonial-section .slider-wrapper {
    max-width: 59%;
    flex: 0 0 59%;
    margin-left: auto;
}

.testimonial-section .title-block .title-left {
    max-width: 100%;
}

.testimonial-section .title-block .title-left h2 {
    line-height: 1.1;
}

.testimonial-slider .swiper-arrow-wrapper {
    display: none;
}

.testimonial-section .left-btn-wrapper {
    position: relative;
    right: auto;
    left: 0;
    bottom: auto;

}

.testimonial-section .testimonial-inner {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-section .title-block .title-block-inner {
    margin-left: auto;
    max-width: 469px;
    padding-right: 120px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-left: 25px;
}

.testimonial-section .testimnonial-slide-inner {
    background-color: #F0F7F7;
    border: 1px solid #D9F1EF;
    border-radius: 30px;
    box-shadow: 0px 10px 0px rgba(155, 199, 197, 0.3);
    padding: 40px 45px;
    text-align: center;
    height: 100%;
}

.testimonial-section .swiper-slide {
    padding-bottom: 11px;
    height: auto !important;
}

.testimonial-section .testimnonial-slide-inner .img-block {
    height: 110px;
    width: 110px;
    border: 6px solid #fff;
    border-radius: 50%;
    margin: 0 auto 13px auto;
}

.testimonial-section .testimnonial-slide-inner .img-block img {
    object-fit: cover;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.testimonial-section .testimnonial-slide-inner h3 {
    font-size: 24px;
    font-weight: 700;
}

.testimonial-section .testimnonial-slide-inner .designation {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.testimonial-section .testimnonial-slide-inner p {
    font-size: 18px;
}

.mfp-close {
    padding: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    opacity: 1;
}

/* POP UP CSS  */

.mfp-container {
    padding: 0 50px !important;
}

.mfp-content {
    height: calc(100vh - 140px);
}

.mfp-iframe-holder {

    padding-top: 70px !important;
}

.mfp-iframe-holder .mfp-close {

    top: -40px;

    display: flex !important;

    align-items: center;

    justify-content: center;

    padding: 5px !important;

    background-color: #fff !important;

    border-radius: 50% !important;

    opacity: 1 !important;

    width: auto !important;

    color: #000 !important;

    height: 30px !important;

    width: 30px !important;

    right: -30px !important;

}

/* MEDIA  */
@media(max-width:1199px) {

    .testimonial-section .testimnonial-slide-inner {
        padding: 30px;
    }

    .main-menu-wrapper {
        justify-content: flex-end;
    }

    .testimonial-section .testimnonial-slide-inner .img-block {
        height: 100px;
        width: 100px;
    }

    .testimonial-section .title-block {
        max-width: 32%;
        flex: 0 0 32%;
    }

    .testimonial-section .title-block .title-block-inner {
        padding-right: 25px;
    }

    .testimonial-section .slider-wrapper {
        max-width: 68%;
        flex: 0 0 68%;
    }

    .about-section .tickmark-list {
        margin-bottom: 30px;
    }

    .about-section .about-img-content-block .content-block .sub-text {
        font-size: 20px;
    }

    .about-section .counter-block .counter-block-inner p {
        font-size: 22px;
    }

    .about-section .counter-block .counter-block-inner span {
        font-size: 40px;
    }

    .about-section .about-wrapper {
        padding: 60px 0;
    }

    .hero-slider-section .banner-title {
        font-size: 62px;
    }

    .hero-slider-section .item-category {
        font-size: 24px;
    }

    .swiper-arrow-wrapper .swiper-prev-arrow,
    .swiper-arrow-wrapper .swiper-next-arrow,
    .left-btn-wrapper .swiper-prev-arrow,
    .left-btn-wrapper .swiper-next-arrow {
        height: 60px;
        width: 60px;
    }

    .title-block .title-right {
        padding-left: 70px;
    }

    .image-content-grid .image-content-item h3 {
        font-size: 30px;
    }

    .service-section .image-content-item img {
        margin-bottom: 20px;
    }

    .service-section,
    .testimonial-section {
        padding: 60px 0;
    }

    .client-section .swiper-arrow-wrapper {
        bottom: 119px;
    }

    .client-section {
        padding-bottom: 60px;
    }

    .tab-heading-block li a {
        padding: 0 16px;
    }

    .tab-heading-block {
        margin-bottom: 30px;
    }
}

@media(max-width:991px) {
    .about-section .about-img-content-block .left-img-wrap {
        padding-bottom: 170.5%;
    }
    .about-section .about-img-content-block .right-top-img-wrap {
        padding-bottom: 97%;
    }
    .about-section .about-img-content-block .right-bottom-img-wrap {
        padding-bottom: 70.2%;
    }
    .testimonial-section .title-block .title-block-inner {
        margin: 0;
        max-width: 100%;
        flex-direction: row;
        align-items: center;
        width: 100%;
        padding-bottom: 30px;
    }

    .testimonial-section .title-block .title-left {
        max-width: none;
        flex: 1;
        padding-right: 10px;
    }

    .testimonial-section .title-block,
    .testimonial-section .slider-wrapper {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .about-section .about-img-content-block .img-block,
    .about-section .about-img-content-block .content-block {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .about-section .about-img-content-block .content-block {
        padding: 20px 0 0 0;
    }

    .hero-slider .swiper-item-inner {
        padding: 40px 40px 113px;
    }

    .title-block .title-left,
    .title-block .title-right {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }

    .title-block {
        margin-bottom: 30px;
    }

    .client-section .swiper-arrow-wrapper {
        bottom: auto;
        top: -100px;
    }

    .client-section .title-block .title-left {
        flex: 0 0 calc(100% - 170px);
        max-width: calc(100% - 170px);
    }

    .product-section .product-section-inner {
        padding: 60px 0;
    }

    .tab-heading-block {
        flex-wrap: wrap;
    }

    .tab-heading-block li {
        width: 100%;
    }

    .tab-heading-block li a {
        width: 100%;
        text-align: left;
        position: relative;
    }

    .tab-heading-block li>a:before {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        height: 15px;
        width: 15px;
        background-image: url(../images/acc-arrow.svg);
        content: '';
        background-size: 15px 15px;
        transition: all 0.5s;
        transform-origin: center;
    }

    .tab-heading-block li.active>a:before {
        transform: translateY(-50%) rotate(180deg);
        filter: brightness(0) invert(1);
    }

    .tab-content-inner {
        margin-top: 20px;
    }

    .product-section .image-content-grid {
        margin-bottom: 0px;
    }

    .testimonial-section .slider-wrapper {
        padding: 0 25px;
    }
}

@media(max-width:767px) {

    .footer-top .footer-top-right ul li a img,
    .footer-top .footer-top-right ul li.address img {
        margin-right: 16px;
        max-width: 17px;
        margin-top: 7px;
    }

    .about-section {
        margin-top: 0;
    }

    .site-footer,
    .about-section,
    .product-section {
        padding: 0;
    }

    .product-section .product-section-inner,
    .about-section .about-wrapper,
    .site-footer .site-footer-inner {
        border-radius: 0;
    }

    .swiper-arrow-wrapper .swiper-prev-arrow:before,
    .swiper-arrow-wrapper .swiper-next-arrow:before,
    .left-btn-wrapper .swiper-prev-arrow:before,
    .left-btn-wrapper .swiper-next-arrow:before {
        background-size: 25px;
        background-position: center;
        text-align: left;
    }

    .mfp-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mfp-iframe-holder {
        padding-top: 30px !important;
    }

    .mfp-iframe-holder .mfp-close {
        right: 0 !important;
    }

    .site-footer {
        margin-bottom: 0px;
    }

    .image-content-grid .image-content-item .img-wrapper .explore {
        height: 70px;
        width: 70px;
        font-size: 14px;
        bottom: 20px;
        left: 20px;
    }

    .testimonial-section .testimnonial-slide-inner {
        padding: 25px;
    }

    .testimonial-section .testimnonial-slide-inner p {
        font-size: 16px;
    }

    .testimonial-section .title-block .title-block-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonial-section .title-block .title-left {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .about-section .counter-block .counter-block-inner {
        margin-bottom: 30px;
    }

    .about-section .counter-block {
        margin-bottom: -30px;
    }

    .about-section .counter-block .counter-block-inner p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-section .tickmark-list {
        margin-bottom: 20px;
    }

    .about-section .about-img-content-block .content-block .sub-text {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .about-section .counter-block .counter-block-inner span {
        font-size: 36px;
    }

    .about-section .about-wrapper {
        padding: 40px 0;
    }

    .tab-heading-block {
        margin-bottom: 0;
    }

    .product-section .product-section-inner {
        padding: 40px 0;
    }

    .client-section .swiper-arrow-wrapper {
        top: auto;
        bottom: 80px;
    }

    .hero-slider-section .banner-title {
        font-size: 52px;
    }

    .hero-slider-section .item-category {
        font-size: 22px;
    }

    .swiper-arrow-wrapper .swiper-prev-arrow,
    .swiper-arrow-wrapper .swiper-next-arrow,
    .left-btn-wrapper .swiper-prev-arrow,
    .left-btn-wrapper .swiper-next-arrow {
        height: 50px;
        width: 50px;
    }

    .hero-slider .swiper-item-inner {
        padding: 0;
    }

    .hero-slider .swiper-item-inner .swiper-item-content {
        max-width: 100%;
        padding: 25px;
    }

    .swiper-item-content .site-btn {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        padding: 0 15px;
    }

    .hero-slider-section .img-block {
        display: block;
    }

    .hero-slider .swiper-item-inner {
        background-image: none !important;
    }

    .hero-slider .swiper-item-inner .swiper-item-content {
        background: #F0F7F7;
    }

    .hero-slider .swiper-item-content .item-category,
    .hero-slider-section .banner-title,
    .hero-slider-section .swiper-item-content p {
        color: #000;
    }

    .hero-slider-section .img-block {
        position: relative;
        padding-bottom: 68%;
        border-radius: 30px 30px 0 0;
    }

    .hero-slider-section .img-block img {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 30px 30px 0 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .hero-slider .swiper-item-inner .swiper-item-content {
        border-radius: 0 0 30px 30px;
    }

    .hero-slider .swiper-arrow-wrapper {
        bottom: 44%;
        width: 100%;
        justify-content: space-between;
        right: auto;
        display: none;
    }

    .hero-slider .swiper-arrow-wrapper .swiper-next-arrow.swiper-button-disabled,
    .hero-slider .swiper-arrow-wrapper .swiper-prev-arrow.swiper-button-disabled {
        opacity: 1;
    }

    .hero-slider .swiper-arrow-wrapper .swiper-next-arrow.swiper-button-disabled:before,
    .hero-slider .swiper-arrow-wrapper .swiper-prev-arrow.swiper-button-disabled:before {
        opacity: 0.7;
    }

    .swiper-item-content p {
        font-size: 16px;
    }

    .image-content-grid .image-content-item h3 {
        font-size: 28px;
    }

    .image-content-grid .image-content-item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .service-section .image-content-grid .image-content-item:nth-child(2) {
        margin-top: 0;
    }

    .service-section .image-content-item img,
    .image-content-grid .image-content-item .img-wrapper {
        margin-bottom: 10px;

    }

    .service-section,
    .testimonial-section {
        padding: 40px 0;
    }

    .client-section {
        padding-bottom: 40px;
    }

    .product-section .image-content-grid .image-content-item {
        margin-bottom: 0px;
    }

    .about-section .counter-block .counter-block-inner {
        padding: 0 20px;
    }

}

@media(max-width:575px) {
    .about-section .about-img-content-block .left-img-wrap {
        padding-bottom: 124%;
    }

    .hero-slider .swiper-arrow-wrapper {
        bottom: 46%;
    }

    .about-section .counter-block .counter-block-inner {
        margin-bottom: 20px;
    }

    .about-section .counter-block {
        margin-bottom: -20px;
    }

    .product-section .product-section-inner {
        padding: 25px 0;
    }

    .hero-slider-section .banner-title {
        font-size: 42px;
    }

    .hero-slider .swiper-item-inner .swiper-item-content {
        padding: 25px;
    }

    .swiper-arrow-wrapper .swiper-prev-arrow,
    .swiper-arrow-wrapper .swiper-next-arrow,
    .left-btn-wrapper .swiper-prev-arrow,
    .left-btn-wrapper .swiper-next-arrow {
        height: 40px;
        width: 40px;
    }

    .hero-slider-section .item-category {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .hero-slider-section .img-block {
        padding-bottom: 80%;
    }

    .image-content-grid .image-content-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .client-section .title-block .title-left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .client-section .title-block {
        margin-bottom: 53px;
    }

    .client-section .swiper-arrow-wrapper {
        bottom: 80px;
    }

    .about-section .about-img-content-block .img-block .img-block-inner {
        flex-wrap: wrap;
    }

    .about-section .about-img-content-block .img-block .left-img,
    .about-section .about-img-content-block .img-block .right-img {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .about-section .about-img-content-block .img-block .right-img {
        margin-top: 10px;
    }
}

@media(max-width:425px) {
    .hero-slider .swiper-arrow-wrapper {
        bottom: 49%;
    }

    .about-section .counter-block .counter-block-inner {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .mfp-iframe-scaler {
        padding-top: 90%;
    }
}

@media(max-width:375px) {
    .hero-slider-section .banner-title {
        font-size: 28px;
    }

    .hero-slider .swiper-arrow-wrapper {
        bottom: 57%;
    }
}

.pdf-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}