body {
    overflow-x: hidden !important;
}

@media (min-width: 992px) {
    #banner-content {
        mask-image: linear-gradient(0deg, black, black),
            url(#lqd-cutout-banner-content);
        mask-composite: exclude;
    }

    .cutout-banner-content {
        --shape-w: 550px;
        --shape-h: 128px;
        --shape-roundness: 12px;
        --shape-x: 0px;
        --shape-y: 0px;
        --shape-skew: 0deg;
        --extended-corner-r: 50px;
    }
}

.social-media-card-facebook {
    --color: #badeff;
    --index: 0;
    --cutout-x: 5rem;
    top: calc(6rem + (var(--index) * 30px));
}

.social-media-card-facebook-bg {
    background-image: linear-gradient(to bottom,
            var(--color) 0%,
            hsl(from var(--color) calc(h - 20) s calc(l + 5)) 100%);
}

.social-media-card-x {
    --color: #e6e6e6;
    --index: 1;
    --cutout-x: 5rem;
    top: calc(6rem + (var(--index) * 30px));
}

.social-media-card-x-bg {
    background-image: linear-gradient(to bottom,
            var(--color) 0%,
            hsl(from var(--color) calc(h - 20) s calc(l + 5)) 100%);
}

.social-media-card-instagram {
    --color: #ebb8fb;
    --index: 2;
    --cutout-x: 5rem;
    top: calc(6rem + (var(--index) * 30px));
}

.social-media-card-instagram-bg {
    background-image: linear-gradient(to bottom,
            var(--color) 0%,
            hsl(from var(--color) calc(h - 20) s calc(l + 5)) 100%);
}

.social-media-card-linkedin {
    --color: #b2def4;
    --index: 3;
    --cutout-x: 5rem;
    top: calc(6rem + (var(--index) * 30px));
}

.social-media-card-linkedin-bg {
    background-image: linear-gradient(to bottom,
            var(--color) 0%,
            hsl(from var(--color) calc(h - 20) s calc(l + 5)) 100%);
}

@media (min-width: 992px) {
    #testimonials-content {
        mask-image: linear-gradient(0deg, black, black),
            url(#lqd-cutout-testimonials-content);
        mask-composite: exclude;
    }

    .cutout-testimonials-content {
        --shape-w: 216px;
        --shape-h: 80px;
        --shape-roundness: 40px;
        --shape-x: 7.5rem;
        --shape-y: 0px;
        --shape-skew: 0deg;
        --extended-corner-r: 50px;
    }
}

@media (min-width: 992px) {
    #social-media-card-facebook-bg {
        mask-image: linear-gradient(0deg, black, black),
            url(#lqd-cutout-social-media-card-facebook-bg);
        mask-composite: exclude;
    }

    .cutout-social-media-card-facebook-bg {
        --shape-w: 470px;
        --shape-h: 250px;
        --shape-roundness: 35px;
        --shape-x: 5rem;
        --shape-y: 0px;
        --shape-skew: 0deg;
        --extended-corner-r: 50px;
    }
}

@media (min-width: 992px) {
    #social-media-card-x-bg {
        mask-image: linear-gradient(0deg, black, black),
            url(#lqd-cutout-social-media-card-x-bg);
        mask-composite: exclude;
    }

    .cutout-social-media-card-x-bg {
        --shape-w: 470px;
        --shape-h: 250px;
        --shape-roundness: 35px;
        --shape-x: 5rem;
        --shape-y: 0px;
        --shape-skew: 0deg;
        --extended-corner-r: 50px;
    }
}

@media (min-width: 992px) {
    #social-media-card-instagram-bg {
        mask-image: linear-gradient(0deg, black, black),
            url(#lqd-cutout-social-media-card-instagram-bg);
        mask-composite: exclude;
    }

    .cutout-social-media-card-instagram-bg {
        --shape-w: 470px;
        --shape-h: 250px;
        --shape-roundness: 35px;
        --shape-x: 5rem;
        --shape-y: 0px;
        --shape-skew: 0deg;
        --extended-corner-r: 50px;
    }
}

@media (min-width: 992px) {
    #social-media-card-linkedin-bg {
        mask-image: linear-gradient(0deg, black, black),
            url(#lqd-cutout-social-media-card-linkedin-bg);
        mask-composite: exclude;
    }

    .cutout-social-media-card-linkedin-bg {
        --shape-w: 470px;
        --shape-h: 250px;
        --shape-roundness: 35px;
        --shape-x: 5rem;
        --shape-y: 0px;
        --shape-skew: 0deg;
        --extended-corner-r: 50px;
    }
}

.site-header-nav {
    height: 68px;
}

@media (min-width: 992px) {
    .custom-section-1 .cs-tm-w {
        width: 48.333333% !important;
    }
}

.custom-choce-section-a i {
    font-size: 14px;
    margin-top: 5px;
}

.custom-choce-section-a {
    padding: 3px 7px;
}

@media only screen and (max-width: 768px) {
    .cstm-width-fix {
        max-height: 350px !important;
        width: 100% !important;
        padding-bottom: 15px;
    }
}

footer {
    background-color: #2b2b2b;
    color: #ccc;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-logo {
    width: 200px;
    display: block;
    margin-bottom: 20px;
}

.footer-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    text-align: left;
}

html[dir="rtl"] .footer-title {
    text-align: right;
}

.footer a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: 0.3s;
}

.footer a:hover {
    color: #00bcd4;
}

.subscribe-input {
    border: none;
    padding: 12px 20px;
    border-radius: 30px 0 0 30px;
    flex: 1;
    outline: none;
    background-color: #333;
    color: white;
}

.subscribe-input::placeholder {
    color: #aaa;
}

.subscribe-btn {
    background-color: #00bcd4;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 0 30px 30px 0;
    padding: 12px 25px;
    transition: background-color 0.3s ease;
}

.subscribe-btn:hover {
    background-color: #019aa7;
}

html[dir="rtl"] .subscribe-input {
    border-radius: 0 30px 30px 0 !important;
}

html[dir="rtl"] .subscribe-btn {
    border-radius: 30px 0 0 30px !important;
}

html[dir="rtl"] .important-links,
.subscribe-section {
    text-align: right;
}

html[dir="rtl"] .important-links a {
    text-align-last: right;
}

.important-links {
    text-align: center;
}

.important-links a {
    text-align-last: left;
}

.important-links a::before {
    content: "–";
    display: inline-block;
    color: #019aa7;
    font-weight: bold;
    margin-inline-end: 8px;
    font-size: 16px;
    vertical-align: text-top;
    line-height: 1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    color: #777;
}

.social-icons a {
    color: #ccc;
    font-size: 20px;
    margin: 0 8px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #00bcd4;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.icon-text i {
    color: #00bcd4;
    font-size: 18px;
}

@media (max-width: 768px) {
    .subscribe-form {
        flex-direction: column;
        gap: 10px;
    }

    .subscribe-input,
    .subscribe-btn {
        width: 100%;
        border-radius: 30px !important;
    }

    html[dir="rtl"] .subscribe-input,
    html[dir="rtl"] .subscribe-btn {
        border-radius: 30px !important;
    }
}

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

.client-text {
    font-size: 18px;
    font-weight: 600;
    color: #444;
}

.logo-box {
    width: 150px;
    height: 150px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.logo-box:hover {
    transform: scale(1.05);
}

.logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cstm-owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .client-text {
        text-align: center;
        margin-bottom: 30px;
    }
}

.owl-dots {
    display: none !important;
}

.whatsapp-chat {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 100000;
}

.whatsapp-chat img {
    height: 60px;
}

@media (max-width: 991px) {
    .whatsapp-chat {
        bottom: 35px;
        right: 30px;
    }

    .whatsapp-chat img {
        height: 45px;
    }
}

p,
a {
    font-size: 1.3rem !important;
}