/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/
Description:  Child theme for Hello Elementor
Author:       AD Collective
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  hello-elementor-child
*/


/* 1rem = 10px */
html {
    font-size: 62.5%;
}

html body footer,
.home [data-elementor-type="wp-page"] {
    --e-global-color-primary: #FFFFFF;
    --e-global-color-secondary: #181818;
    --e-global-color-text: #FFFFFF;
    --e-global-color-accent: #CCFF00;
    --e-global-color-0fc9391: #ABCF19;
    --e-global-typography-primary-letter-spacing: 0;
    --e-global-typography-primary-text-transform: none;
    --e-global-typography-secondary-text-transform: none;
    --e-global-typography-accent-text-transform: none;
    background: #181818 !important;
}

header {
	background-color: transparent !important;
}

.ehp-header__elements-container {
	max-width: 126.4rem !important;
	grid-template-columns: 1fr auto auto !important;
	margin: 0 auto;
}

.ehp-header__elements-container > nav {
	margin-right: 3rem;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

html body.wp-theme-hello-elementor {
    h1 strong,
    h2 strong,
    h3 strong,
    h4 strong,
    h5 strong {
        color: var( --e-global-color-accent );
        font-weight: inherit;
    }

	h1, h2, h3, h4, h5, h6 {
        letter-spacing: 0;
    }

	h2 {
		font-size: 4.5rem;
		font-weight: 600;
	}

	h3 {
		font-size: 3.6rem;
		font-weight: 600;
	}

    h4 {
		font-size: 2.6rem;
		font-weight: 500;
	}
}

.grid-with-icons .elementor-widget-icon .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
		aspect-ratio: 1.7;
}

.icon-with-text-list .elementor-widget-icon-box {
	position: relative;
	border-top: 0.4px solid rgba(255,255,255,0.5);
	padding: 1rem 5rem 3.2rem 3.3rem;
}

.icon-with-text-list .elementor-widget-icon-box::before {
	content: url('/wp-content/uploads/2025/12/close.svg');
	top: 1.3rem;
	position: absolute;
	left: 0;
}

.icon-with-text-list  .elementor-icon-box-description {
	padding: 0 2.8rem 0 0;
}

.gallery-swiper .swiper-wrapper {
	padding: 0 10rem;
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.gallery-swiper .swiper-wrapper > * {
	aspect-ratio: 220 / 295;
	object-fit: cover;
	object-position: center;
	border-radius: 1.4rem;
	overflow: hidden;
}

.gallery-swiper .swiper-wrapper img,
.gallery-swiper .swiper-wrapper .gallery-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 1023px) {
	header:has(.ehp-header__navigation[aria-hidden="false"]) {
		background-color: #181818 !important;
	}
}

@media screen and (max-width: 767px) {
    html body.wp-theme-hello-elementor {
        h2 {
            font-size: 3rem;
        }
        
        h3 {
            font-size: 2.4rem;
        }
        
        h4 {
            font-size: 2rem;
        }
    }
}

html,
body {
    overflow-x: hidden;
}

/* TEAM SWIPER */

.full-team-swiper,
.team-swiper {
    overflow: visible !important;
    padding: 0 3.2rem !important;
}

.team-swiper .swiper-wrapper {
    padding-bottom: 7rem;
}

.swiper-pagination {
    --swiper-pagination-bottom: 0;
    --swiper-pagination-bullet-horizontal-gap: 0.75rem;
    --swiper-pagination-color: #C0FF38;
    --swiper-pagination-bullet-inactive-color: #D9D9D9;
    --swiper-pagination-bullet-width: 1.3rem;
    --swiper-pagination-bullet-height: 1.3rem;
}

.team-swiper .elementor-widget-image {
    position: relative;
    box-sizing: border-box;
    border-radius: 1.8rem; 
    padding: 3.4rem 2.9rem; 
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(232, 232, 232, 0) 100%);
    backdrop-filter: blur(9.97287px);
    border-top: 1px solid rgba(255,255,255, 0.5);
}

.full-team-swiper {
    overflow: hidden !important;
}

.full-team-swiper .swiper-slide {
    z-index: 5;
    position: relative;
}

.full-team-swiper .swiper-slide:nth-child(odd) {
    z-index: 10;
}

.full-team-swiper .swiper-slide:nth-child(4)::after {
    top: auto;
    bottom: 20%;
    opacity: .7;
    z-index: -5;
}

.team-swiper .elementor-widget-image-box {
    box-sizing: border-box;
    background: linear-gradient(94.29deg, rgba(251, 251, 251, 0.3) 1.99%, rgba(45, 45, 45, 0.1) 87.82%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(0.4rem);
    border-radius: 1rem;
    padding: 1rem 1rem 2rem 2.6rem;
}

.team-swiper .elementor-widget-image-box .elementor-image-box-img {
    margin: 0 !important;
    position: absolute;
    top: 1rem;
    left: 2.6rem;
    width: 2.7rem !important;
    height: 2.7rem !important;
}

.team-swiper .elementor-widget-image-box .elementor-image-box-img img {
    display: block;
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.team-swiper .elementor-widget-image-box .elementor-image-box-title {
    text-align: left !important;
    padding: 0.5rem 0 1rem 3.3rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.team-swiper .elementor-widget-image-box .elementor-image-box-description {
    font-size: 1.6rem;
    line-height: 1.8rem;
    letter-spacing: -1px;
    font-weight: 400;
    text-align: left !important;
}

.team-swiper .swiper-slide > .elementor-widget-html {
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 1 !important;
}

.team-swiper .swiper-slide wistia-player {
    border-radius: 1rem;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

.team-swiper .swiper-slide > .elementor-widget-html::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: -1; 
    background-image: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(244, 229, 229, 0) 100%);
    border-radius: 1rem; 
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    border: 1px solid transparent; 
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.team-swiper .elementor-widget-icon-box {
    position: relative;
    margin-top: 1.3rem;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(204, 255, 0, 0.012) 0%, rgba(204, 255, 0, 0.06) 100%), linear-gradient(127.41deg, rgba(249, 249, 249, 0.06) -28.44%, rgba(24, 24, 24, 0.2) 96.07%);
    backdrop-filter: blur(6.44671px);
    border-radius: 8.5205px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.team-swiper .elementor-widget-icon-box::before {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(127.41deg, rgba(249, 249, 249, 0.06) -28.44%, rgba(24, 24, 24, 0.2) 96.07%);
    opacity: 0.05;
    box-shadow: 0px 0px 275.494px #C0FF38, 0px 0px 275.494px #C0FF38, 0px 0px 215.216px #C0FF38, 0px 0px 107.608px #C0FF38, 0px 0px 30.7451px #C0FF38, 0px 0px 15.3725px #C0FF38;
    border-radius: 8.5205px;
    z-index: -1;
}

.team-swiper .elementor-widget-icon-box .elementor-icon-box-wrapper {
    padding: 2.5rem 4rem 2.5rem 2.8rem;
    flex-direction: row-reverse !important;
    align-items: center !important;
    --icon-box-icon-margin: 0.8rem;
}

.team-swiper .elementor-widget-icon-box .elementor-icon-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 0.8rem;
}

.team-swiper .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 1.7rem;
    line-height: 1.8rem;
    font-weight: 500;
}

.team-swiper .elementor-widget-icon-box .elementor-icon-box-description {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 700;
    text-align: left !important;
}

.team-swiper .elementor-widget-icon-box .elementor-icon-box-icon svg,
.team-swiper .elementor-widget-icon-box .elementor-icon-box-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.grid-card {
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(204, 255, 0, 0.01) 0%, rgba(204, 255, 0, 0.05) 100%), linear-gradient(127.41deg, rgba(249, 249, 249, 0.06) -28.44%, rgba(24, 24, 24, 0.2) 96.07%);
    backdrop-filter: blur(0.8rem);
    border-radius: 2.8rem !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.counters .elementor-icon svg {
    width: auto;
}

.full-team-swiper {
    padding: 0 !important;
}

.full-team-swiper .elementor-image-box-content {
    position: absolute;
    top: auto;
    bottom: 2.4rem;
    left: 2rem;
    right: 2rem;
    z-index: 1;
}

.full-team-swiper .elementor-image-box-content h3 {
    font-size: 2rem;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.full-team-swiper .elementor-image-box-content .elementor-image-box-description {
    font-size: 1.1rem;
    line-height: 1;
    margin: 0;
    font-weight: 300;
    color: #fff;
}

.full-team-swiper .swiper-wrapper {
    padding-bottom: 7.2rem;
}

.swiper-button-next,
.swiper-button-prev {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    height: 3.1rem !important;
    width: 3.1rem !important;
    z-index: 30 !important;
    background-color: #181818;

    svg {
        height: 1.3rem !important;
        width: 1.3rem !important;
        color: #CCFF00;
    }

    svg,
    path {
        fill: #CCFF00;
    }
}

.full-team-swiper .swiper-button-prev {
    --swiper-navigation-top-offset: 40%;
}

.full-team-swiper .swiper-button-next {
    --swiper-navigation-top-offset: 40%;
}

.full-team-swiper .swiper-pagination {
    display: none !important;
}

.plans .typical {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.15) 0%, rgba(203, 203, 203, 0.02) 100%);
    border: 1px solid rgba(255,255,255,0.7);
    backdrop-filter: blur(8rem);
    border-radius: 2.1rem;
    padding: 7.1rem 2.8rem 4.5rem;
    gap: 0;
}


.plans .typical h4 {
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 1;
    margin: 0 0 0.8rem;
}

.plans .typical .elementor-widget-text-editor p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 3rem;
    color: rgba(255,255,255,0.45);
}

.plans .typical .elementor-widget-icon-box p {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
}

.plans .typical .elementor-icon-box-wrapper {
    padding: 2.3rem 0;
}

.plans .typical .elementor-widget-icon-box::after {
    display: block;
    content: '';
    background: linear-gradient(90deg,rgba(165, 157, 157, 0.3) 0%, rgba(230, 230, 230, 0.6) 100%);
    height: 0.1rem;
}

.plans .adc-plan {
    background: linear-gradient(180deg, #181818 0%, rgba(48, 48, 48, 0.4) 100%);
    border-radius: 21.7048px;
    border: 1px solid rgba(255,255,255,0.4);    
    backdrop-filter: blur(21.704757690429688px);
    box-shadow: 3px 12px 41.7px 0px #CCFF001A;
    padding: 6rem 0 5rem 5rem;
    gap: 0;
}

.plans .adc-plan .elementor-widget-icon svg {
    width: 15rem;
    height: auto;
    margin-bottom: 4.2rem;
}

.plans .adc-plan .elementor-widget-icon-box .elementor-icon-box-wrapper {
    padding: 1rem 0;
}

.plans .adc-plan .elementor-widget-icon-box:nth-child(even) .elementor-icon-box-wrapper {
    padding-right: 2rem !important;
}

.plans .adc-plan .elementor-widget-icon-box::after {
    display: block;
    content: '';
    background: linear-gradient(90deg,rgba(165, 157, 157, 0.3) 0%, rgba(230, 230, 230, 0.5) 100%);
    height: 0.1rem;
}

.plans .adc-plan .elementor-widget-icon-box p {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.25px;
}

.plans .adc-plan .elementor-widget-image {
    position: absolute;
    bottom: 1.4rem;
    right: 2rem;
    top: auto;
    left: auto;
    z-index: 1;
    max-width: 45% !important;
}

.cols-3-section {
    gap: 8.5rem !important;
}

.cols-3-section > div:not(:last-child)::before {
    content: '';
    background: url('/wp-content/uploads/2025/12/right-85.svg');
    width: 8.5rem;
    height: 3rem;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(100% + 1px);
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    transform: translateX(-100%);
    transition: transform 1s linear;
    transition-delay: 0.5s;
    /* z-index: -1; */
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: auto 100%;
    height: 1.6rem;
}

.cols-3-section > div:nth-child(1)::before {
    background: url('/wp-content/uploads/2025/12/right-105.svg');
    width: 10.5rem;
}

.cols-3-section > div:nth-child(2)::before {
    transition-delay: 1.5s;
}

.cols-3-section.visible > div:not(:last-child)::before {
    transform: translateX(0);
}

.cols-3-section > div {
    background: #181818;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 2.8rem;
}

.cols-3-section > div .elementor-widget-image {
    aspect-ratio: 343 / 260;
    overflow: hidden;
    border-radius: 2.8rem 2.8rem 0 0;
}

.gradient-background {
    background: linear-gradient(180deg, 
    rgba(115, 115, 115, 0) 0%, 
    #181818 10rem,
    #202218 85%);
    border-radius:  0 0 2.8rem 2.8rem !important;
    flex-grow: 1 !important;
}

html body .cols-3-section h4 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
}

.e-parent:has(.cols-3-section) h2 strong {
    white-space: nowrap;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 1.6rem 2rem !important;
}

.faqs-section .e-n-accordion-item {
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 0.85rem;
}

.contact-section {
    background: linear-gradient(265.13deg, rgba(204, 255, 0, 0.4) -128.27%, rgba(24, 24, 24, 0.4) 38.29%), linear-gradient(93.34deg, rgba(204, 255, 0, 0.36) -85.55%, rgba(24, 24, 24, 0.6) 29.31%);
    backdrop-filter: blur(10.05px);
    border-radius: 2rem !important;
    border: 1px solid rgba(255,255,255,0.3);
}

.icon-with-text-list .elementor-icon-box-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.icon-with-text-list .elementor-icon-box-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.2) 0%, rgba(202, 202, 202, 0.2) 100%);
    opacity: 0.1;
    box-shadow: 0px 0px 173.88px #FFFFFF, 0px 0px 99.36px #FFFFFF, 0px 0px 57.96px #FFFFFF, 0px 0px 28.98px #FFFFFF, 0px 0px 8.28px #FFFFFF, 0px 0px 4.14px #FFFFFF;
    border-radius: 4px;
}

.team-swiper {
    position: relative;
}

.gallery-swiper::before,
.gallery-swiper::after,
.team-swiper::before,
.team-swiper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    width: 20%;
    z-index: 10;
    pointer-events: none;
    height: 150%;
}

.e-parent:has(.team-swiper) + .e-parent {
    position: relative;
    z-index: 1;
}

.team-swiper::before {
    left: calc((100vw - 100%) / -2);
    width: calc((100vw - 100%) / 2 + 250px);
    background: linear-gradient(
        to right, 
        #181818 10%, 
        rgba(24, 24, 24, 0.9) 65%, 
        rgba(24, 24, 24, 0) 100%
    );
}

.team-swiper::after {
    right: calc((100vw - 100%) / -2);
    width: calc((100vw - 100%) / 2 + 250px);
    background: linear-gradient(
        to left, 
        #181818 10%, 
        rgba(24, 24, 24, 0.9) 65%, 
        rgba(24, 24, 24, 0) 100%
    );
}

.gallery-swiper::before {
    left: 0;
    width: 15%;
    background: linear-gradient(
        to right, 
        #181818 0%,
        rgba(24, 24, 24, 0) 100%
    );
}

.gallery-swiper::after {
    right: 0;
    width: 15%;
    background: linear-gradient(
        to left, 
        #181818 0%,
        rgba(24, 24, 24, 0) 100%
    );
}

@media screen and (min-width: 1200px) {
    .gallery-swiper::before {
        width: calc((100vw - 1200px) / 2 + 150px);
        background: linear-gradient(
            to right, 
            #181818 10%,
            rgba(24, 24, 24, 0) 100%
        );
    }

    .gallery-swiper::after {
        width: calc((100vw - 1200px) / 2 + 150px);
        background: linear-gradient(
            to left, 
            #181818 10%,
            rgba(24, 24, 24, 0) 100%
        );
    }
}

.team-swiper .swiper-button-prev {
    left: -2rem !important;
}

.team-swiper .swiper-button-next {
    right: -2rem !important;
}

/* Grid with images */
.grid-with-images {
    position: relative;
    gap: 2.2rem 3.2rem !important;
    background: radial-gradient(
        circle 20vw at 50% 40%, 
        rgba(204, 255, 0, 0.15) 0%,
        rgba(204, 255, 0, 0.05) 40%,
        transparent 70%
    );
}

.grid-with-images > div {
    aspect-ratio: 170/280;
    object-fit: cover;
    object-position: center;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
}

.grid-with-images > div:nth-child(2),
.grid-with-images > div:nth-child(5),
.grid-with-images > div:nth-child(8),
.grid-with-images > div:nth-child(11) {
    transform: translateY(-10.5rem);
}

.grid-with-images::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: -11rem !important;
    left: -0.1rem !important;
    right: -0.1rem !important;
    bottom: -0.1rem !important;
    width: auto !important;
    height: auto !important;
    z-index: 9 !important;
    pointer-events: none !important;
    background: radial-gradient(
        circle at center, 
        transparent 25%,          
        rgba(24, 24, 24, 0.8) 65%, 
        #181818 90%               
    );
}

.grid-with-images::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 10 !important;
    pointer-events: none !important;
    -webkit-backdrop-filter: blur(6px) !important;
    backdrop-filter: blur(6px) !important;

    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 50%,
        black 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 50%,
        black 120%
    );
}

.grid-with-images > div > wistia-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button.adc-view-more-btn,
button.adc-view-more-btn:hover {
    border: none;
    color: var(--e-global-color-accent);
    background: transparent;
    font-family: "Inter", Sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 2.4rem;
}


@media screen and (max-width: 1344px) {
    .team-swiper .swiper-button-prev,
    .full-team-swiper .swiper-button-prev {
        left: 2rem !important;
    }

    .team-swiper .swiper-button-next,
    .full-team-swiper .swiper-button-next {
        right: 2rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .full-team-swiper .swiper-slide::after {
        opacity: 0.3 !important;
    }

    .cols-3-section {
        gap: 3rem !important;
    }

    .cols-3-section > div:nth-child(1)::before {
        width: 5rem !important;
    }

    .cols-3-section > div:nth-child(2)::before {
        width: 3rem !important;
    }

    .full-team-swiper .elementor-image-box-content {
        left: 1rem;
        right: 1rem;
    }

    .full-team-swiper .elementor-image-box-content h3 {
        font-size: 1.6rem !important;
    }
}

@media screen and (min-width: 1316px) {
    .full-team-swiper {
        margin: 0 -5.8rem !important;
        padding: 0 5.8rem !important;
    }

    .full-team-swiper::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        z-index: 9;
        pointer-events: none;
        background-color: #181818;
        width: 5.8rem;
    }

    .full-team-swiper::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        bottom: 0;
        z-index: 9;
        pointer-events: none;
        background-color: #181818;
        width: 5.8rem;
    }

    .full-team-swiper .swiper-button-prev {
        left: 0 !important;
    }

    .full-team-swiper .swiper-button-next {
        right: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    header .ehp-header__site-link-container {
        order: -1;
    }

    .ehp-header[data-responsive-breakpoint=tablet-portrait] .ehp-header__menu {
        align-items: flex-end !important;
    }

    .ehp-header[data-responsive-breakpoint=tablet-portrait] .ehp-header__menu li a {
        font-size: 1.6rem !important;
    }

    .ehp-header[data-responsive-breakpoint=tablet-portrait] .ehp-header__button {
        justify-content: flex-start !important;
        font-size: 1.6rem !important;
        padding-bottom: 1rem !important;
    }
}

@media screen and (max-width: 767px) {
    html body .icon-with-text-list .elementor-widget-icon-box {
        padding: 1rem 5rem 1.6rem 3.3rem;
    }

    .team-swiper .elementor-widget-image-box .elementor-image-box-img {
        top: 1.6rem;
        left: 1.6rem;
    }

    .team-swiper .elementor-widget-image-box {
        padding: 1.6rem;
    }

    .team-swiper .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
        padding: 2rem 1.6rem;
    }

    .team-swiper .elementor-widget-icon-box .elementor-icon-box-title {
        font-size: 1.4rem;
    }

    .team-swiper .elementor-widget-icon-box .elementor-icon-box-description {
        font-size: 1.6rem;
    }

    .counters .elementor-icon-box-icon,
    .counters .elementor-icon svg {
        display: none !important;
    }
    .plans .typical h4 {
        font-size: 2.4rem;
    }

    .plans .typical,
    .plans .adc-plan {
        padding: 4.5rem 2.8rem;
    }

    .cols-3-section > div:not(:last-child)::before {
        display: none !important;
    }

    .team-swiper::before {
        width: 15%;
        background: linear-gradient(
            to right, 
            #181818 10%, 
            rgba(24, 24, 24, 0) 100%
        );
    }

    .team-swiper::after {
        width: 15%;
        background: linear-gradient(
            to left, 
            #181818 10%, 
            rgba(24, 24, 24, 0) 100%
        );
    }


    .team-swiper .swiper-button-prev {
        left: 1rem !important;
    }

    .team-swiper .swiper-button-next{
        right: 1rem !important;
    }

    .full-team-swiper .elementor-image-box-content {
        left: 0.8rem;
        right: 0.8rem;
        bottom: auto;
        top: 85%;
    }

    .full-team-swiper .elementor-image-box-content h3 {
        font-size: 1.2rem !important;
    }

    .full-team-swiper {
        padding: 0 0.5rem !important;
    }

    .full-team-swiper .swiper-button-next {
        right: 0 !important;
    }

    .full-team-swiper .swiper-button-prev {
        left: 0 !important;
    }

    .plans .adc-plan .elementor-widget-image {
        position: static !important;
        max-width: 100% !important;
        -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    }

    .swiper-pagination {
        --swiper-pagination-bottom: 5rem;
    }

    .mobile-static {
        position: static !important;
    }

    .grid-with-images {
        gap: 2.2rem 1.8rem !important;
    }

    .plans .typical .elementor-icon-box-wrapper {
        padding: 1rem 0;
    }

    .plans .typical .elementor-icon-box-wrapper .elementor-icon-box-description {
        font-size: 1.6rem;
        line-height: 1.3;
    }
}