.container-full {
    max-width: 1550px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

body {
    /* background: url('../Images/ring-orange.jpg') #fff; */
    background-repeat: repeat-y;
    background-position: top 900px center;
    background-size: 100% auto;
    margin-top: 100px;
}

p:last-of-type {
    margin-bottom: 0;
}

.navbar>.container {
    padding: 0;
}

.section-title h1 {
    font-size: 80px;
    font-weight: 300;
    line-height: 100%;
}


.section-title h2 {
    font-weight: 500;
    /* line-height: 100%; */
}

.section-title h2 span {
    color: #652600;
}

.section-title .typed-title {
    display: block;
}

.hero.hero-slider-layout .hero-slide::before {
    display: none;
}

header.main-header {
    position: relative;
}

.section-title h1,
.hero-video-content {
    color: #fff;
}

h1.text-anime-style-2 {
    min-height: 180px;
}

.typed-title+span {
    display: none;
}

.dark-section h2,
.dark-section p {
    color: #fff;
}


.digital-success-box {
    background: #190B7F;
    background: linear-gradient(90deg, rgba(25, 11, 127, 1) 0%, rgba(0, 77, 109, 1) 72%);
    border-radius: 0;
}

.digital-success-box::before {
    display: none;
}

.why-choose-item::before {
    background: linear-gradient(90deg, rgba(255, 152, 0, 0.08) 50%, rgba(255, 152, 0, 0) 100%);
}

.why-choose-image .video-gallery-image {
    margin-bottom: 0;
}

.agency-social-btn .readmore-btn img {
    filter: invert(1);
}


.agency-social-item .icon-box a i {
    color: #fff;
}

.agency-social-item .icon-box.youtube a {
    background-color: #FF0000;
}

.agency-social-item .icon-box.linkedin a {
    background-color: #0077B5;
}

.agency-social-item .icon-box.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.agency-social-item .icon-box.youtube a::before {
    background-color: #FF0000;
}

.agency-social-item .icon-box.linkedin a::before {
    background-color: #0077B5;
}

.agency-social-item .icon-box.instagram a::before {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.agency-social-item:hover .icon-box a .fa-brands {
    color: #fff;
}

.work-process-icon-box img {
    filter: invert(1);
}

.digital-slider-brand .digital-features-item {
    border: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    /* background: linear-gradient(90deg, rgba(25, 11, 127, 1) 0%, rgba(0, 77, 109, 1) 72%); */
}

.digital-slider-brand .digital-features-item::before {
    display: none;
}

.digital-slider-brand .section-title h3 {
    color: #000;
}


.digital-slider-brand div p {
    color: #000;
}

.digital-slider-brand .agency-supports-logo {
    background-color: transparent;
}

.digital-slider-brand h3,
.digital-slider-brand p {
    color: #fff;

}

.testimonial-company-logo img {
    filter: invert(1);
}

.testimonial-benefits-box h3 {
    color: #fff;
}

.testimonial-benefits-box ul {
    color: #fff;
}

.work-together-btn a img {
    filter: invert(1);
}

.footer-work-together .work-together-btn a span {
    color: #fff;
}

.footer-work-together .work-together-btn a:hover span {
    color: #fff;
}

.footer-main {
    background: #652600;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #02050A;
    z-index: 999;
}

.loading {
    left: 50%;
    top: 50%;
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    transform: translate(-50%, -50%) !important;

}

.loading:before {
    color: #333;
    content: attr(data-loading-text);
}

.loading:after {
    top: 0;
    left: 0;
    width: 0;
    opacity: 1;
    color: #ffffff;
    overflow: hidden;
    position: absolute;
    content: attr(data-loading-text);
    animation: loading 6s infinite;
}

.loading-container,
.loading {
    width: auto;
    height: auto;
    border-radius: 0;
    line-height: 100%;
    border: 0 !important;
}

@keyframes loading {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.header-btn .offcanvas {
    background-color: #fff !important;
}

.header-btn .offcanvas .btn-close {
    filter: invert(0);
}

.about-agency {
    padding: 0;
}


.page-services,
.digital-success,
.page-team,
.how-it-work,
.join-agency,
.why-choose-us,
.our-features,
.digital-slider-brand,
.our-portfolio,
.our-testimonial,
.who-we-are {
    padding: 0;
}

.digital-success {
    padding-bottom: 0;
}



/* Common Padding margin*/

.margin-0 {
    margin: 0;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 1280px) {

    .mt-40 {
        margin-top: 35px;
    }

    .mt-60 {
        margin-top: 45px;
    }

    .mt-80 {
        margin-top: 40px;
    }

    .mt-100 {
        margin-top: 70px;
    }

    .mb-40 {
        margin-bottom: 35px;
    }

    .mb-60 {
        margin-bottom: 45px;
    }

    .mb-80 {
        margin-bottom: 40px;
    }

    .mb-100 {
        margin-bottom: 70px;
    }

    .pt-40 {
        padding-top: 35px;
    }

    .pt-60 {
        padding-top: 45px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .pt-100 {
        padding-top: 70px;
    }

    .pb-40 {
        padding-bottom: 35px;
    }

    .pb-60 {
        padding-bottom: 45px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }

}


/* Common Padding margin */

header .light-bg.btn-default::after {
    display: none;
}

header .light-bg.btn-default {
    background-color: #fff;
    color: #652600;
}

header .light-bg.btn-default:hover {
    color: #fff;
}
.light-bg.btn-default:hover {
    background-color: #e9a523;
}

/* Header */


.light-bg.btn-default {
    background-color: #652600;
    color: #fff;
}

header .light-bg.btn-default:hover {
    color: #fff;
}

.light-bg.btn-default:hover {
    background-color: #e9a523;
}

.light-bg.btn-default::before {
    background-color: #fff;
    border: 1px solid #652600;
}

.light-bg.btn-default:hover::before {
    background-color: #652600;
    right: -15px;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M16.8569 9.67962L8.24994 18.2866L6.83594 16.8726L15.4419 8.26562H7.85694V6.26562H18.8569V17.2656H16.8569V9.67962Z' fill='%23fff'/%3E%3C/svg%3E");
}

/* Second btn */
.two-btn .btn-two.light-bg.btn-default {
    background-color: #e9a523;
    color: #fff;
}


.two-btn .btn-two.light-bg.btn-default:hover {
    background-color: #652600;
}

.two-btn .btn-two.light-bg.btn-default::before {
    background-color: #fff;
    border: 1px solid #054661;
    /* box-shadow: inset 0 0 17px 0px #cfcfcf */
}

.two-btn .btn-two.light-bg.btn-default:hover::before {
    background-color: #652600;
    right: -15px;
    box-shadow: none;
    border-color: #652600;

}




/* Fixed Social Media */
.social-info {
    position: fixed;
    top: 50%;
    background-color: #fff;
    box-shadow: 1px 0px 28px rgba(131, 139, 154, 0.49);
    z-index: 99;
    border-radius: 20px;
    transform: rotate(-90deg);
    left: -14px;
}

.social-info .social {
    /* position: fixed;
    top: 35%; */
    width: 112px;
    height: 37px;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #fff;
    z-index: 99;
    border-radius: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-info .social strong {
    color: #652600;
    line-height: normal;
    font-size: 14px;
}

.slider-three .slider-info .social a {
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0.3;
}

.social-info strong+span {
    display: inline-flex;
    padding-left: 2px;
    padding-right: 2px;
}

.social-info span a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;

}

.social-info span a:hover>i {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    width: 25px;
    height: 25px;
}

.social-info span a {
    color: #000;

}

.social-info span a+a {
    margin-left: 8px;
}

.social-info span a i {
    width: 25px;
    height: 25px;
    background-color: #652600;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.7s ease-in-out;
}

.social-info span a.instagram:hover i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-info span a.youtube:hover i {
    background-color: #FF0000;
}

.social-info span a.linkedin:hover i {
    background-color: #0077B5;
}

.social-info span a.facebook:hover i {
    background-color: #0077B5;
}

.social-info span a i::before {
    transform: rotate(90deg);
}

/* Fixed Social Media */
.image-block img {
    border-radius: 20px;
    overflow: hidden;
}

.image-block.border-radious img {
    border-radius: 0;
    overflow: hidden;
}

/* Contact Button */
.contact-sticky {
    position: fixed;
    top: 50%;
    /* background-color: #fff; */
    z-index: 99;
    border-radius: 100%;
    transform: rotate(270deg);
    right: -25px;
}

.contact-sticky a {
    margin: 0;
}

.contact-sticky a::before {
    display: none;
}

.contact-sticky a.btn-default {
    padding: 6px 14px;
    font-size: 13px;
}

/* Contact Button */
/* BG Text Move Animation */

.sticky-text {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
}

.sticky-text.load-active {
    opacity: 1;
}

.scroll {
    width: 100%;
    display: flex;
    justify-content: center;
}

.scroll div+div {
    margin-left: 10px;
}


.scroll div {
    display: flex;
    justify-content: space-between;
}

.sticky-text .line-odd {
    display: flex;
    justify-content: center;
}

/* TEXT STYLE */
.scroll div {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.09;
    color: #000;
    animation: move1 490s linear infinite;
}

.scroll div:nth-child(2) {
    animation: move2 490s linear infinite;
    animation-delay: -20s;
}

/* movement animations */
@keyframes move1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes move2 {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* -------------------------------------------------------
   SPACING & ROTATION — controlled by class names
-------------------------------------------------------- */


/* odd rows */
.line-odd {
    transform: rotate(355deg);
}

/* even rows */
.line-even {
    transform: rotate(-5deg);
}

/* Custom property applied via class */

/* BG Text Move Animation */
/* Flip Animation Image logo */
.flip-container {
    position: relative;
    width: 150px;
    height: 80px;
    perspective: 1000px;
    margin: 0 auto;
}

.flip-container-inner {
    width: 100%;
    height: 100%;
    /* transform-style: preserve-3d;
    animation: autoFlip 5s infinite ease-in-out; */
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    overflow: hidden;
    border-radius: 0;
}

.back {
    transform: rotateY(180deg);
}

@keyframes autoFlip {
    0% {
        transform: rotateY(0deg);
    }

    45% {
        transform: rotateY(180deg);
    }

    55% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.flip-container-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Flip Animation Image logo */

.custom-arrow-right i {
    font-size: 22px;
    color: #652600;
    transition: 0.5s ease-in-out;
    transform: rotate(315deg);
}

.custom-arrow-right:hover i {
    color: #000;
    transform: rotate(360deg);
}

html:has(.offcanvas.offcanvas-end.show) {
    content: "";
    overflow: hidden;
}

/* Footer */

.hover-link {
    position: relative;
}

.hover-link:hover::after {
    width: 100%;
}

.hover-link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    transition: 0.8s ease-in-out;
    left: 0;
    bottom: 0;
}

.footer-main .footer-links h3 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-main .footer-links ul li a {
    color: #fff;
}

.footer-main .footer-links ul li a:hover {
    color: #e9a523;
}

.footer-main .footer-links ul li a:hover::after {
    background-color: #e9a523;
}

.footer-contact-item {
    margin-bottom: 15px;
}

.footer-contact-item .icon-box {
    transition: 0.4s ease-in-out;
}

.footer-contact-item:hover .icon-box {
    animation: rotation infinite 3s linear;
    bottom: 40px;
}

.footer-contact-box h3 {
    color: #fff;
    margin-bottom: 20px;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.footer-contact-content a {
    color: #fff;
    display: inherit;
    width: max-content;
}

.footer-contact-content a:hover {
    color: #652600;
}

.footer-contact-content a:hover::after {
    background-color: #652600;
}

.footer-contact-item .icon-box {
    border-color: #fff;
}

.footer-contact-item:hover .icon-box {
    border-color: #652600;
}

.footer-contact-item .icon-box i {
    color: #fff;
    font-size: 20px;
}

.footer-contact-item:hover .icon-box i {
    color: #652600;
}

.footer-newsletter-form h3 {
    color: #fff;
}

.footer-newsletter-form .form-group .form-control::placeholder {
    color: #fff;
}

.footer-social-links ul li a {
    border-color: #fff;

}

.footer-social-links ul li a i {
    color: #fff;
}

.footer-social-links ul li a:hover {
    border-color: #652600;

}

.footer-social-links ul li a:hover i {
    color: #652600;
}

.footer-copyright {
    border-color: #fff;
    padding: 15px 0px;
    margin-top: 50px;
}



.footer-copyright .footer-copyright-text p {
    color: #fff;
}

.footer-copyright-text {
    display: flex;
    justify-content: space-between;
}

.footer-copyright-text a {
    color: #e9a523;
    transition: 0.4s ease-in-out;
}

.footer-copyright-text a:hover {
    color: #fff;
}

.footer-logo img {
    object-fit: cover;
}

.footer-logo {
    margin-bottom: 20px;
}

/* Footer */

/* Sidebar Contact */
.header-contact-box i {
    font-size: 35px;
}

.header-contact-box-content a {
    color: #000;
}

.header-contact-box-content a:hover {
    color: #652600;
}

.header-contact-box-content a:hover::after {
    background-color: #652600;
}

.header-social-links.sidebar-social-links ul li a {
    border-color: #000;
}

.header-social-links.sidebar-social-links ul li a:hover {
    border-color: #652600;
}

.header-social-links.sidebar-social-links ul li a i {
    color: #000;
}

.header-social-links.sidebar-social-links ul li a:hover {
    color: #652600;
}

/* Sidebar Contact */


#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(34, 34, 34, 0.3);
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.fixd-middle-content-block {
    z-index: 999;
}

.experts-rating-video-image .video-play-button a {
    background-color: #652600;
}

.experts-counter-content h2 {
    color: #652600;
}

.team-social-list ul li a {
    border-color: #fff;
}

.team-social-list ul li a i {
    color: #fff;
}

.team-social-list ul li:hover a {
    border-color: #652600;
}

.team-social-list ul li:hover a {
    background-color: #652600;
}

.team-social-list ul li:hover a i {
    color: #fff;
}

.our-Project-nav ul li a.active-btn,
.our-Project-nav ul li a:hover {
    color: #fff;
}

.map-loaction iframe {
    width: 100%;
    height: 450px;
}

/*  Footer  */
ul.footer-links {
    list-style: none;
}

.footer-contact-content h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}

.footer-contact-content p {
    color: #fff;
    font-size: 14px;
}

.social-footer-info {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.footer-links li {
    color: #fff;
}

.footer-contact-item .icon-box {
    width: 50px;
    height: 50px;
}

.below-logo-media li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.below-logo-media li a {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    transition: 0.4s ease-in-out;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.below-logo-media li a+a {
    margin-left: 10px;
}

.below-logo-media li a i {
    color: #fff;
    font-size: 20px;
}

.below-logo-media li a:hover {
    border-color: #e9a523;
    margin-top: -15px;
}

.below-logo-media li a:hover i {
    color: #e9a523;
    transform: scale(1.04);
}

.work-together-content::before {
    display: none;
}

.our-faq-section .accordion-item {
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

.footer-main {
    padding-top: 60px;
}

.footer-links ul li {
    margin-bottom: 8px;
}

/*  Footer  */

/* Common Round radious  */
.digital-features-item,
.digital-success-box {
    border-radius: 20px;
    overflow: hidden;
}

/* Common Round radious  */


/* Common Bg Section Animation icons */
/* .about-agency::before {
    content: '';
    background: url('../Images/trofy.png') no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 290px;
    height: 290px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
} */

/* .page-team::before {
    content: "";
    background: url('../Images/new-trofy.png') no-repeat;
    background-size: contain;
} */

/* Common Bg Section Animation icons */

/* Body Logo  */
.bg-logo {
    position: fixed;
    width: 1700px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -99;
}

.bg-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Body Logo  */

.our-Project-nav ul li a {
    background-color: #fff;
    border-color: #004d6d;
}

/* Bottom To top scroll */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #e9a523;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 35px;
    transition: all 0.3s ease;
    opacity: 0;
}

#return-to-top.top-active {
    opacity: 1;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    font-size: 19px;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #004d6d;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* Bottom To top scroll */

.swiper .swiper-slide {
    display: none;
}

.digital-features-item .swiper .swiper-slide {
    display: block;
}

.swiper.swiper-initialized .swiper-slide {
    display: inline-block;
    height: auto;
}

/* .hero.hero-slider-layout .hero-slide {
    height: 100%;
}

.hero-slider-layout .swiper.swiper-initialized .swiper-slide {
    height: 810px;
}

.hero-slider-layout .swiper.swiper-initialized .swiper-slide .slide {
    height: 100%;
}

.hero.hero-slider-layout {
    min-height: auto;
} */

.radious-image {
    border-radius: 20px;
}

.section-title h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

p {
    line-height: 22px;
}

/* Swiper Dots */
.video-reel-slider .testimonial-pagination {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    margin-bottom: 0;
}

.teacher-slider .testimonial-pagination {
    margin-top: 25px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.our-achievements-slider .testimonial-pagination {
    margin-top: 25px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.video-reel-slider .testimonial-pagination .swiper-pagination-bullet,
.our-achievements-slider .testimonial-pagination .swiper-pagination-bullet,
.teacher-slider .testimonial-pagination .swiper-pagination-bullet {
    position: relative;
    height: 6px;
    width: 6px;
    background: var(--accent-color);
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
}

.video-reel-slider .testimonial-pagination .swiper-pagination-bullet:before,
.our-achievements-slider .testimonial-pagination .swiper-pagination-bullet:before,
.teacher-slider .testimonial-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.video-reel-slider .testimonial-pagination .swiper-pagination-bullet-active,
.our-achievements-slider .testimonial-pagination .swiper-pagination-bullet-active,
.teacher-slider .testimonial-pagination .swiper-pagination-bullet-active {
    background: var(--accent-color);
}

.video-reel-slider .testimonial-pagination .swiper-pagination-bullet-active:before,
.our-achievements-slider .testimonial-pagination .swiper-pagination-bullet-active:before,
.teacher-slider .testimonial-pagination .swiper-pagination-bullet-active:before {
    border: 1px solid var(--accent-color);
    height: 14px;
    width: 14px;
}

.our-achievements-slider .swiper {
    padding-bottom: 0;
}

.teacher-slider .swiper {
    padding-bottom: 0px;
}

.page-team .col-lg-3 .team-item{
    height: auto;
}

.team-item:hover .team-image img{
    transform: inherit !important;
}

/* Swiper Dots */

.video-reel-slider h3 {
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
}


.digital-features-item .agency-supports-logo {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
}

/* .digital-features-item .agency-supports-logo {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
}

.digital-features-item .swiper-wrapper {
    margin: 0 -8px;
    flex-wrap: wrap;
    width: auto;
}

.digital-features-item .swiper-wrapper .swiper-slide {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 20px;
} */

.agency-supports-slider {
    margin-top: 20px;
}

div .image-block figure,
figure img {
    height: 100%;
    display: flex;
}