.contact-page .site-footer {
    margin-top: 0;
}

.contact-neon-page {
    background: #030303;
    color: #fff;
    overflow: hidden;
}

.contact-neon-hero {
    position: relative;
    min-height: calc(100vh - 57px);
    display: flex;
    align-items: center;
    isolation: isolate;
    padding: 66px 0;
    background: #050505;
}

.contact-neon-hero::before,
.contact-neon-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
}

.contact-neon-hero::before {
    background:
        radial-gradient(circle at 18% 16%, rgba(75, 79, 255, 0.42), transparent 28%),
        radial-gradient(circle at 43% 72%, rgba(209, 16, 168, 0.34), transparent 30%),
        radial-gradient(circle at 82% 66%, rgba(249, 0, 91, 0.22), transparent 31%),
        linear-gradient(135deg, #030306 0%, #070510 48%, #080005 100%);
}

.contact-neon-hero::after {
    width: min(54vw, 609px);
    height: min(54vw, 538px);
    top: 40%;
    left: -2%;
    transform: translateY(-50%) rotate(0deg);
    background: url(../images/contact-us/arrow-contact.webp) center / contain no-repeat;
    opacity: 0.76;
    animation: contactArrowFloat 7s ease-in-out infinite;
}
.contact-neon-shell {
    width: min(100% - 44px, 1220px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@keyframes contactArrowFloat {
    0%, 100% {
        transform: translateY(-50%) rotate(0deg);
    }

    50% {
        transform: translateY(calc(-50% - 34px)) rotate(0deg);
    }
}

.contact-neon-content {
    position: relative;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 0;
}

.contact-neon-content h1 {
    max-width: 700px;
    margin: 0 0 20px;
    color: #fff;
    font-size: 50px;
    line-height: 0.98;
    letter-spacing: 0;
    font-weight: 700;
}

.contact-neon-content p {
    max-width: 650px;
    margin: 0 0 38px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.45;
}

.contact-neon-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.contact-neon-btn,
.contact-neon-submit {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.contact-neon-btn {
    min-width: 210px;
    padding: 0 34px;
}

.contact-neon-btn img,
.contact-neon-submit img {
    width: 10px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.contact-neon-btn-primary,
.contact-neon-submit {
    background: linear-gradient(100deg, #6740ff 0%, #b728ff 48%, #ff005c 100%);
    box-shadow: 0 18px 46px rgba(255, 0, 92, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.contact-neon-btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}
.contact-neon-btn:not(.contact-neon-btn-primary):hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 24px 60px rgba(255, 0, 92, 0.33), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.contact-neon-btn-primary,
.contact-neon-submit,
.contact-neon-btn-primary:hover,
.contact-neon-submit:hover,
.contact-neon-btn-primary:focus,
.contact-neon-submit:focus,
.contact-neon-btn-primary:active,
.contact-neon-submit:active {
    color: #fff !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    box-shadow: 0 18px 46px rgba(255, 0, 92, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}
.contact-neon-location {
    width: max-content;
    min-width: 162px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
}

.contact-neon-location span {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

.contact-neon-location strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
}

.contact-neon-location-top {
    position: absolute;
    top: -30px;
    right: 20%;
}

.contact-neon-location-bottom {
    position: absolute;
    left: 12px;
    bottom: 8px;
}

.contact-neon-form-card {
    position: relative;
    overflow: hidden;
    width: min(100%, 440px);
    margin-left: auto;
    padding: 42px 18px 28px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 28px;
    background:
        radial-gradient(circle at 84% 36%, rgba(246, 0, 104, 0.26), transparent 44%),
        radial-gradient(circle at 14% 100%, rgba(85, 64, 255, 0.24), transparent 42%),
        linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(22px);
}

.contact-neon-form-card h2 {
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.16;
    text-align: center;
    letter-spacing: 0;
}

.contact-neon-form-card label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;

    line-height: 1;
    text-transform: uppercase;
}

.contact-neon-form-card input,
.contact-neon-form-card select,
.contact-neon-form-card textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    outline: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.52);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    font-size: 13px;
}

.contact-neon-form-card input,
.contact-neon-form-card select {
    height: 48px;
    padding: 0 16px;
}

.contact-neon-form-card textarea {
    min-height: 92px;
    resize: vertical;
    padding: 14px 16px;
}

.contact-neon-form-card input::placeholder,
.contact-neon-form-card textarea::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.contact-neon-form-card input:focus,
.contact-neon-form-card select:focus,
.contact-neon-form-card textarea:focus {
    border-color: rgba(255, 255, 255, 0.36);
    box-shadow: 0 0 0 3px rgba(120, 75, 255, 0.18);
}

.contact-neon-budget {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contact-neon-budget label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.76);
    background: rgba(255, 255, 255, 0.04);
    font-size: 10px;
    text-transform: none;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.contact-neon-budget .btn-check:checked + label,
.contact-neon-budget label:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.14);
}

.contact-neon-submit {
    width: 100%;
    min-height: 40px;
    margin-top: 2px;
}

@media (max-width: 991.98px) {
    .contact-neon-hero {
        min-height: auto;
        padding: 46px 0;
    }

    .contact-neon-content {
        min-height: 500px;
    }

    .contact-neon-location-top {
        right: 8px;
    }
.contact-neon-form-card {
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .contact-neon-shell {
        width: min(100% - 28px, 1220px);
    }

    .contact-neon-content {
        min-height: auto;
        padding: 92px 0 86px;
    }

    .contact-neon-content h1 {
        font-size: 40px;
    }

    .contact-neon-actions,
    .contact-neon-btn {
        width: 100%;
    }

    .contact-neon-location-top {
        top: 0;
        right: 0;
    }

    .contact-neon-location-bottom {
        left: 0;
        bottom: 0;
    }
.contact-neon-form-card {
        padding: 30px 16px 20px;
        border-radius: 22px;
    }
}
















/* Contact Trusted Brands Section Start */
.contact-trusted-showcase {
    position: relative;
    isolation: isolate;
    padding: 80px 0 96px;
    background:
        radial-gradient(circle at 14% 22%, rgba(95, 54, 255, 0.22), transparent 30%),
        radial-gradient(circle at 88% 40%, rgba(255, 0, 92, 0.24), transparent 32%),
        linear-gradient(180deg, #030303 0%, #080006 100%);
}

.contact-trusted-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent 34%, transparent 66%, rgba(92, 0, 38, 0.44));
    pointer-events: none;
}

.contact-trusted-wrap {
    width: min(100% - 40px, 1200px);
    margin: 0 auto;
}

.contact-trusted-team-card {
    position: relative;
    overflow: hidden;
    width: min(100%, 1026px);
    margin: 0 auto;
    aspect-ratio: 16 / 6.2;
    border-radius: 28px;
    background: #111;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55), 0 0 54px rgba(255, 0, 92, 0.18);
}

.contact-trusted-team-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.42));
    pointer-events: none;
}
.contact-trusted-team-card img {
    width: 100%;
    height: 120%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.contact-trusted-logo-panel {
    position: relative;
    z-index: 2;
    width: min(100%, 1200px);
    min-height: 210px;
    margin: -8px auto 0;
    padding: 52px 64px 48px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 26px;
    background: radial-gradient(circle at 12% 84%, rgba(91, 54, 255, 0.22), transparent 34%), radial-gradient(circle at 90% 80%, rgba(255, 0, 106, 0.22), transparent 32%), linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045));
    box-shadow: 0 30px 84px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(20px);
}

.contact-trusted-logo-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 38%);
    opacity: 0.72;
    pointer-events: none;
}

.contact-trusted-logo-panel p {
    position: relative;
    z-index: 1;
    margin: 0 0 42px;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(13px, 1.1vw, 16px);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
}

.contact-trusted-logo-panel p strong {
    color: rgba(255, 255, 255, 0.92);
}

.contact-trusted-logo-marquee {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    padding: 4px 0;
    mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.contact-trusted-logo-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: clamp(34px, 6vw, 72px);
    animation: contactTrustedMarquee 22s linear infinite;
    will-change: transform;
}

.contact-trusted-logo-marquee:hover .contact-trusted-logo-track {
    animation-play-state: paused;
}

.contact-trusted-logo-track img {
    width: clamp(140px, 12vw, 153px);
    height: 66px;
    display: block;
    flex: 0 0 auto;
    object-fit: contain;
    filter: grayscale(1) brightness(0) invert(1);
    opacity: 0.74;
}
@keyframes contactTrustedMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - clamp(22px, 3vw, 39px)));
    }
}

@media (max-width: 991.98px) {
    .contact-trusted-showcase {
        padding: 58px 0 74px;
    }

    .contact-trusted-team-card {
    position: relative;
    overflow: hidden;
    width: min(100%, 1026px);
    margin: 0 auto;
    aspect-ratio: 16 / 6.2;
    border-radius: 28px;
    background: #111;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55), 0 0 54px rgba(255, 0, 92, 0.18);
}

    .contact-trusted-logo-panel {
    position: relative;
    z-index: 2;
    width: min(100%, 1200px);
    min-height: 210px;
    margin: -8px auto 0;
    padding: 52px 64px 48px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 26px;
    background: radial-gradient(circle at 12% 84%, rgba(91, 54, 255, 0.22), transparent 34%), radial-gradient(circle at 90% 80%, rgba(255, 0, 106, 0.22), transparent 32%), linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045));
    box-shadow: 0 30px 84px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(20px);
}
}

@media (max-width: 575.98px) {
    .contact-trusted-wrap {
        width: min(100% - 28px, 1120px);
    }

    .contact-trusted-team-card {
    position: relative;
    overflow: hidden;
    width: min(100%, 1026px);
    margin: 0 auto;
    aspect-ratio: 16 / 6.2;
    border-radius: 28px;
    background: #111;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55), 0 0 54px rgba(255, 0, 92, 0.18);
}

    .contact-trusted-logo-panel {
    position: relative;
    z-index: 2;
    width: min(100%, 1200px);
    min-height: 210px;
    margin: -8px auto 0;
    padding: 52px 64px 48px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 26px;
    background: radial-gradient(circle at 12% 84%, rgba(91, 54, 255, 0.22), transparent 34%), radial-gradient(circle at 90% 80%, rgba(255, 0, 106, 0.22), transparent 32%), linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045));
    box-shadow: 0 30px 84px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(20px);
}

    .contact-trusted-logo-panel p {
        margin-bottom: 28px;
    }
}
/* Contact Trusted Brands Section End */

 /* The Major Awards and Recognitions from Prestigious Platforms start */
section.consist-ently {
    padding: 70px 0px;
    background: radial-gradient(circle at 33% 68%, rgba(226, 43, 177, 0.38), transparent 590px), radial-gradient(circle at 80% 63%, rgba(48, 62, 255, 0.38), transparent 590px), #000;
}
.com-mit-ment h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
}
.ex-cellence h3 {
    font-size: 14px;
    margin-top: 18px;
}
.com-mit-ment p {
    text-align: center;
    font-size: 16px;
    width: 785px;
color: rgba(255, 255, 255, 0.78);
    margin: 0 auto;
}
.wo-rldwide img {
    width: 40%;
}
.com-mit-ment {
    margin-bottom: 30px;
}
.ex-cellence {
    border: 1px solid #3a3a3a;
    margin-top: 22px;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    background: transparent;
}

.ex-cellence:hover {
    background: radial-gradient(circle at 14% 126%, rgba(226, 43, 177, 0.86) 0%, rgba(226, 43, 177, 0.48) 24%, transparent 55%), radial-gradient(circle at 85% 142%, rgba(48, 62, 255, 0.98) 0%, rgba(48, 62, 255, 0.72) 36%, transparent 66%), linear-gradient(180deg, #202020 0%, #181818 55%, #141414 100%);
}
.harm-ony img {
    filter: brightness(0) invert(1);
}
.harm-ony {
    background: transparent;
    border: 1px solid #3c3c3c;
    border-radius: 20px;
    padding: 31px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.harm-ony h2 {
    color: #FFF;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #545353;
    border-radius: 28px;
    margin: 10px 40px;
    padding: 5px 0px;
}

.inst-ruments h2 {
    text-align: center;
    font-size: 16px;
     padding: 27px 0px 13px;
}
.ra-ting {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 19px 0px 7px;
}

.ra-ting i {
    color: #cdcdcd;
    font-size: 18px;
}

.ra-ting span {
    color: #fff;
    font-size: 16px;
}
.inst-ruments {
    position: relative;
}
.inst-ruments::before {
    content: "";
    position: absolute;
    top: 33px;
    width: 440px;
    height: 2px;
    background: #ffffff;
    right: 0;
}
.inst-ruments::after {
    content: "";
    position: absolute;
    top: 33px;
    width: 440px;
    height: 2px;
    background: #ffffff;
    left: 0;
}
.dic-kinson .owl-stage-outer {
    border-radius: 0;
}
.measur-ing {
    width: 100%;
    margin-top: 34px;
    overflow: hidden;
}

.ast-ronomical,
.dic-kinson {
    width: 100%;
}

.dic-kinson .owl-stage {
    display: flex;
    align-items: stretch;
}

.dic-kinson .owl-item,
.dic-kinson .conn-aught {
    display: flex;
}

.dic-kinson .conn-aught,
.dic-kinson .harm-ony {
    width: 100%;
}

.dic-kinson .harm-ony {
    min-height: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dic-kinson .owl-item .harm-ony img {
    width: min(100%, 180px);
    max-width: 180px;
    height: 45px;
    object-fit: contain;
}

.dic-kinson .ra-ting {
    justify-content: center;
    flex-wrap: nowrap;
}

.dic-kinson .harm-ony h2 {
    width: min(100%, 140px);
    margin: 10px auto 0;
}
.inst-ruments {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 12px 0 28px;
}

.inst-ruments h2 {
    flex: 0 0 auto;
    margin: 0;
    padding: 0 16px;
    line-height: 1.25;
}

.inst-ruments::before,
.inst-ruments::after {
    position: static;
    flex: 1 1 120px;
    width: auto;
    max-width: 440px;
}

@media (max-width: 1199px) {
    .inst-ruments::before,
    .inst-ruments::after {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    section.consist-ently {
        padding: 56px 0;
    }

    .com-mit-ment p {
        width: 100%;
        max-width: 500px;
    }

    .inst-ruments::before,
    .inst-ruments::after {
        max-width: 180px;
    }

    .dic-kinson .harm-ony {
        min-height: 164px;
        padding: 26px 18px;
    }
}

@media (max-width: 767px) {
    .inst-ruments {
        gap: 12px;
        margin: 8px 0 22px;
    }

    .inst-ruments h2 {
        font-size: 14px;
        white-space: nowrap;
        padding: 0 10px;
    }

    .inst-ruments::before,
    .inst-ruments::after {
        flex-basis: 44px;
        min-width: 28px;
    }

    .dic-kinson .owl-item .harm-ony img {
        max-width: 160px;
        height: 42px;
    }

    .dic-kinson .ra-ting i {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    section.consist-ently {
        padding: 44px 0;
    }

    .measur-ing {
        margin-top: 28px;
    }

    .inst-ruments::before,
    .inst-ruments::after {
        display: none;
    }

    .inst-ruments h2 {
        width: 100%;
        white-space: normal;
        padding: 0;
    }

    .dic-kinson .harm-ony {
        min-height: 152px;
        padding: 22px 16px;
        border-radius: 16px;
    }

    .dic-kinson .harm-ony h2 {
        width: 122px;
        font-size: 14px;
    }
}
 /* The Major Awards and Recognitions from Prestigious Platforms end */
     /* Our Blogs & Tech Events Section Start */
        .contact-blog-events-media img {
            width: 100%;
            border-radius: 20px;

        }

        .contact-blog-events-visitor img {
            width: 100%;
            object-fit: cover;
            height: 229px;
            border-radius: 13px;
        }


        .contact-blog-events-duo {
            display: flex;
            gap: 20px;
        }

        .contact-blog-events-head h2 {
            margin: 14px 0px;
        }

        .contact-blog-events-head p {
            margin-bottom: 20px;
        }

        .contact-blog-events-head h3 {
            gap: 12px;
            transition: background 0.25s ease, transform 0.25s ease;
            margin: 0px auto 0px;
            padding: 0 22px;
            border-radius: 999px;
            font-size: 12px;
            line-height: 1;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid rgba(255, 255, 255, .25);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
        }

        .contact-blog-events-head h2 span {
            color: red;
        }

        .contact-blog-events-card-media img {
            width: 100%;
            border-radius: 8px;
        }

        .contact-blog-events-card-copy h2 {
            font-size: 14px;
            padding: 10px 0px;
            margin-bottom: 0;
        }

        .contact-blog-events-card-copy p {
            font-size: 11px;
            margin-bottom: -3px;
        }

        .contact-blog-events-card-copy ul {
            display: flex;
            justify-content: space-between;
            padding-left: 0;
            margin: 10px 0px;
        }

        .contact-blog-events-card-copy ul li {
            font-size: 12px;
            list-style: none
        }

        .contact-blog-events-featured .item {
            /* background: #ff3f4d; */
        }

        .contact-blog-events-featured h2 {
            color: #FFF;
            text-align: center;
            padding: 5rem 0;
            margin: 0;
            font-style: italic;
        }


        a.contact-blog-events-badge-link {
            position: absolute;
            top: 9px;
            left: 19px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            min-height: 29px;
            padding: 0 22px;
            border-radius: 999px;
            text-decoration: none;
            color: #fff;
            transition: background 0.25s ease, transform 0.25s ease;
            font-size: 12px;
            font-weight: 650;
            background: rgba(255, 255, 255, 0.34);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 14px 32px rgba(0, 0, 0, 0.16);
            backdrop-filter: blur(12px);
        }
.contact-blog-events-read {
            min-height: 29px;
            gap: 12px;
            transition: background 0.25s ease, transform 0.25s ease;
            margin: 0px auto 0px;
            padding: 0 22px;
            border-radius: 999px;
            font-size: 12px;
            line-height: 1;
            height: 32px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid rgba(255, 255, 255, .25);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
        }
        .contact-blog-events-read:hover,
        .contact-blog-events-read:focus-within {
            animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
            background: var(--global-cta-hover-bg);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 22px 42px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.08);
        }

        .contact-blog-events-read p i {
            margin-left: 6px;
        }

        section.contact-blog-events-hero {
            padding: 18px 0px;
        }

        section.contact-blog-events-list {
            margin: 0px 0px 50px;
        }

        .contact-blog-events-hero .container,
        .contact-blog-events-list .container {
            width: min(100% - 160px, 1340px);
            max-width: 1340px;
            padding-inline: 0;
        }

        .contact-blog-events-hero .row,
        .contact-blog-events-list .row {
            row-gap: 28px;
        }

        .contact-blog-events-hero .row {
            align-items: center;
        }

        .contact-blog-events-head h2 {
            font-size: clamp(26px, 3vw, 38px);
            line-height: 1.18;
        }

        .contact-blog-events-head p {
            max-width: 780px;
            font-size: clamp(14px, 1.15vw, 17px);
            line-height: 1.55;
        }

        .contact-blog-events-media,
        .contact-blog-events-visitor,
        .contact-blog-events-card-media,
        .contact-blog-events-featured .item {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
        }

        .contact-blog-events-media img {
            min-height: 360px;
            object-fit: cover;
        }

        .contact-blog-events-card-media img {
            aspect-ratio: 1 / 0.78;
            object-fit: cover;
        }

        .contact-blog-events-card-copy {
            color: #fff;
        }

        .contact-blog-events-card-copy h2 {
            line-height: 1.35;
        }

        .contact-blog-events-card-copy p {
            line-height: 1.55;
        }

        .contact-blog-events-read p {
            margin: 0;
            line-height: 1;
        }


        .contact-blog-events-carousel,
        .contact-blog-events-carousel .owl-stage-outer,
        .contact-blog-events-carousel .owl-stage,
        .contact-blog-events-carousel .owl-item {
            height: 100%;
        }

        .contact-blog-events-carousel .item {
            position: relative;
            overflow: hidden;
            width: 100%;
            aspect-ratio: 1 / 1.24;
            border-radius: 20px;
            background: #101010;
        }

        .contact-blog-events-carousel .item img {
            display: block;
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            object-position: center;
            border-radius: 20px;
        }

        .contact-blog-events-badge {
            position: absolute;
            left: 18px;
            bottom: 16px;
            z-index: 3;
        }

        a.contact-blog-events-badge-link {
            position: static;
            min-height: 29px;
        }
        .contact-blog-events-carousel.owl-carousel:not(.owl-loaded) {
            display: block;
        }

        .contact-blog-events-carousel.owl-carousel:not(.owl-loaded) .item:not(:first-child) {
            display: none;
        }

        @media (max-width: 1199px) {
            .contact-blog-events-media img {
                min-height: 320px;
            }

            .contact-blog-events-visitor img,
            .owl-carousel .owl-item img {
                height: 240px;
            }

            .contact-blog-events-card-copy ul {
                flex-direction: column;
                gap: 4px;
            }
        }

        @media (max-width: 991px) {
            section.contact-blog-events-hero {
                padding: 44px 0 20px;
            }

            .contact-blog-events-hero .container,
            .contact-blog-events-list .container {
                width: min(100% - 28px, 720px);
            }

            .contact-blog-events-hero .col-lg-4,
            .contact-blog-events-hero .col-lg-8 {
                width: 100%;
            }

            .contact-blog-events-media img {
                max-height: 420px;
                min-height: 280px;
            }

            .contact-blog-events-duo {
                margin-top: 24px;
            }

            .contact-blog-events-visitor {
                flex: 1 1 calc(50% - 10px);
            }

            .contact-blog-events-list .col-lg-3 {
                flex: 0 0 50%;
                max-width: 50%;
            }

            .contact-blog-events-card-media img,
            .owl-carousel .owl-item img {
                height: 250px;
            }
        }

        @media (max-width: 767px) {
            .contact-blog-events-head h3 {
                min-height: 36px;
                padding: 0 18px;
                font-size: 11px;
            }

            .contact-blog-events-head h2 {
                margin: 16px 0 12px;
            }

            .contact-blog-events-duo {
                gap: 14px;
            }

            .contact-blog-events-visitor img {
                height: 210px;
            }

            .contact-blog-events-list .col-lg-3 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .contact-blog-events-card-media img,
            .owl-carousel .owl-item img {
                height: 270px;
            }

            .contact-blog-events-card-copy h2 {
                font-size: 18px;
                padding-top: 14px;
            }

            .contact-blog-events-card-copy p,
            .contact-blog-events-card-copy ul li {
                font-size: 13px;
            }
        }

        
@media (max-width: 575px) {
            section.contact-blog-events-hero {
                padding-top: 34px;
            }

            section.contact-blog-events-list {
                margin-bottom: 34px;
            }

            .contact-blog-events-media img {
                min-height: 250px;
            }

            .contact-blog-events-duo {
                flex-direction: column;
            }

            .contact-blog-events-visitor {
                flex-basis: 100%;
            }

            .contact-blog-events-visitor img {
                height: 220px;
            }

            .contact-blog-events-card-media img,
            .owl-carousel .owl-item img {
                height: 235px;
                border-radius: 16px;
            }

            a.contact-blog-events-badge-link,
            .contact-blog-events-read {
                min-height: 28px;
                padding: 0 16px;
                font-size: 11px;
            }
        }

        @media (max-width: 380px) {

            .contact-blog-events-card-media img,
            .owl-carousel .owl-item img,
            .contact-blog-events-visitor img {
                height: 205px;
            }

            .contact-blog-events-card-copy h2 {
                font-size: 16px;
            }
        }

        /* Our Blogs & Tech Events Section End */

          /* Home Difference Panel Section Start */
        #contact-difference-panel-section,
        #contact-difference-panel-section * {
            box-sizing: border-box;
        }

        #contact-difference-panel-section {
            position: relative;
            overflow: hidden;
            padding: 64px 0 72px;
            color: #fff;
            background: #000;
        }

      .contact-difference-panel-wrap {
    width: min(100% - 72px, 1200px);
    margin: 0 auto;
}

        .contact-difference-panel-head {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 28px;
            align-items: start;
            margin-bottom: 22px;
        }

        .contact-difference-panel-title {
            margin: 0 0 12px;
            color: #fff;
            font-size: clamp(30px, 3.2vw, 40px);
            line-height: 1.15;
            letter-spacing: 0;
        }

        .contact-difference-panel-copy {
            max-width: 700px;
            margin: 0;
            color: rgba(255, 255, 255, 0.82);
            font-size: 16px;
            line-height: 1.55;
        }

        .contact-difference-panel-btn {
            min-height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin-top: 24px;
            padding: 0 19px;
            border-radius: 8px;
            color: #fff;
            text-decoration: none;
            background: linear-gradient(180deg, #6b6b6b 0%, #262626 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 14px 28px rgba(0, 0, 0, 0.26);
            font-size: 13px;
            line-height: 1;
            transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
        }

        .contact-difference-panel-btn:hover,
        .contact-difference-panel-btn:focus-visible {
            transform: translateY(-3px);
            color: #fff;
            background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
            box-shadow: 0 20px 38px rgba(72, 61, 255, 0.3);
            outline: 0;
        }

        .contact-difference-panel-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
            gap: 20px;
            align-items: stretch;
        }

        .contact-difference-panel-feature {
            position: relative;
            overflow: hidden;
            min-height: 386px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 12px;
            background: #151515;
            box-shadow: inset 0 -170px 130px rgba(0, 0, 0, 0.9), inset 0 -70px 70px rgba(0, 0, 0, 0.78);
        }

        .contact-difference-panel-feature::after {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse at 24% 86%, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.76) 26%, rgba(0, 0, 0, 0.38) 48%, transparent 70%), radial-gradient(ellipse at 84% 84%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 34%, transparent 66%), linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 58%, rgba(0, 0, 0, 0.96) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.34) 100%);
            pointer-events: none;
        }

        .contact-difference-panel-feature img {
            width: 100%;
            height: 100%;
            min-height: 386px;
            display: block;
            object-fit: cover;
            object-position: center top;
        }

        .contact-difference-panel-feature-copy {
            position: absolute;
            left: 40px;
            bottom: 31px;
            z-index: 2;
            max-width: 380px;
        }

        .contact-difference-panel-feature-copy h3 {
            margin: 0 0 12px;
            color: #fff;
            font-size: clamp(25px, 2.3vw, 30px);
            line-height: 1.08;
            letter-spacing: 0;
        }

        .contact-difference-panel-feature-copy p {
            max-width: 310px;
            margin: 0;
            color: rgba(255, 255, 255, 0.92);
            font-size: 13px;
    
            line-height: 1.45;
        }

        .contact-difference-panel-badge {
            position: absolute;
            right: 32px;
            bottom: 19px;
            z-index: 3;
            width: 130px;
            height: 130px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding-top: 18px;
            border-radius: 50%;
            background: #fff;
            color: #222;
            text-align: center;
            box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
        }
.contact-difference-panel-badge::before {
    content: "";
    position: absolute;
    inset: 12px 13px 9px;
    background: url(../images/final/our-ready/award_gr_leaf.webp) center / 96% auto no-repeat;
    opacity: 1;
    pointer-events: none;
    width: 125px;
    left: 2px;
    top: 11px;
}
        .contact-difference-panel-badge::after {
            content: "\2605";
            position: absolute;
            top: 19px;
            left: 50%;
            z-index: 1;
            transform: translateX(-50%);
            color: #8a35ec;
            font-size: 19px;
            line-height: 1;
        }

        .contact-difference-panel-badge strong,
        .contact-difference-panel-badge span {
            position: relative;
            z-index: 1;
        }
.contact-difference-panel-badge strong {
    margin-top: -9px;
    color: #8a35ec;
    font-size: 31px;
    line-height: 0.86;
}

        .contact-difference-panel-badge span {
            margin-top: 5px;
            color: #202020;
            font-size: 10px;
            line-height: 0.95;
        }

        .contact-difference-panel-stats {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }

        .contact-difference-panel-stat {
            min-height: 184px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 28px 24px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 12px;
            background: linear-gradient(145deg, #222 0%, #151515 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
            transition: background 0.32s ease, transform 0.32s ease, box-shadow 0.32s ease;
        }

     .contact-difference-panel-stat.is-featured {
    background: radial-gradient(circle at 14% 126%, rgba(226, 43, 177, 0.86) 0%, rgba(226, 43, 177, 0.48) 24%, transparent 55%), radial-gradient(circle at 85% 142%, rgba(48, 62, 255, 0.98) 0%, rgba(48, 62, 255, 0.72) 36%, transparent 66%), linear-gradient(180deg, #202020 0%, #181818 55%, #141414 100%);
}

        .contact-difference-panel-stats:hover .contact-difference-panel-stat.is-featured {
            background: linear-gradient(145deg, #222 0%, #151515 100%);
        }

        .contact-difference-panel-stats .contact-difference-panel-stat:hover,
        .contact-difference-panel-stats .contact-difference-panel-stat:focus-within {
            background: radial-gradient(circle at 14% 126%, rgba(226, 43, 177, 0.86) 0%, rgba(226, 43, 177, 0.48) 24%, transparent 55%), radial-gradient(circle at 85% 142%, rgba(48, 62, 255, 0.98) 0%, rgba(48, 62, 255, 0.72) 36%, transparent 66%), linear-gradient(180deg, #202020 0%, #181818 55%, #141414 100%);
            transform: translateY(-4px);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 22px 42px rgba(70, 55, 255, 0.28);
        }

        .contact-difference-panel-stat strong {
            margin-bottom: 8px;
            color: #fff;
            font-size: clamp(34px, 3vw, 40px);
            line-height: 1;
        }

        .contact-difference-panel-stat span {
            color: #fff;
            font-size: 13px;
            line-height: 1.15;
        }

        .contact-difference-panel-stat span::after {
            content: "";
            width: 100%;
            height: 1px;
            display: block;
            margin: 20px 0 17px;
            background: rgba(255, 255, 255, 0.24);
        }

        .contact-difference-panel-stat p {
            max-width: 260px;
            margin: 0;
            color: rgba(255, 255, 255, 0.84);
            font-size: 13px;
            line-height: 1.45;
        }

        @media (max-width: 991px) {
            .contact-difference-panel-wrap {
                width: min(100% - 28px, 720px);
            }

            .contact-difference-panel-head,
            .contact-difference-panel-grid {
                grid-template-columns: 1fr;
            }

            .contact-difference-panel-head {
                margin-bottom: 24px;
            }

            .contact-difference-panel-title {
                font-size: 30px;
            }

            .contact-difference-panel-feature,
            .contact-difference-panel-feature img {
                min-height: 390px;
            }

            .contact-difference-panel-feature-copy {
                left: 24px;
                right: 154px;
                bottom: 28px;
            }

            .contact-difference-panel-badge {
                right: 20px;
                bottom: 20px;
                width: 116px;
                height: 116px;
                padding-top: 16px;
            }

            .contact-difference-panel-badge::after {
                top: 16px;
                font-size: 16px;
            }

            .contact-difference-panel-badge strong {
                font-size: 27px;
            }

            .contact-difference-panel-badge span {
                font-size: 9px;
            }

            .contact-difference-panel-stats {
                grid-template-columns: 1fr;
                gap: 14px;
            }
        }

        
@media (max-width: 575px) {
            #contact-difference-panel-section {
                padding: 48px 0 56px;
            }

            .contact-difference-panel-feature,
            .contact-difference-panel-feature img {
                min-height: 430px;
            }

            .contact-difference-panel-feature-copy {
                left: 20px;
                right: 20px;
                bottom: 156px;
            }

            .contact-difference-panel-badge {
                left: 50%;
                right: auto;
                bottom: 18px;
                transform: translateX(-50%);
            }
        }

        /* Home Difference Panel Section End */

/* Client Testimonial Carousel Section Start */

        .contact-testimonials-showcase {
            position: relative;
            overflow: hidden;
            padding: 10px 0 72px;
            background: #000;
            color: #fff;
        }

        /* .contact-testimonials-showcase::before {
            content: "";
            position: absolute;
            inset: 0 0 auto;
            height: 50px;
            pointer-events: none;
            background: radial-gradient(circle at 55% -25%, rgba(218, 36, 151, 0.36), transparent 120px);
        } */

        .contact-testimonials-wrap {
            position: relative;
            z-index: 1;
            width: min(100% - 88px, 960px);
            margin: 0 auto;
            text-align: center;
        }

        .contact-testimonials-pill {
            min-height: 33px;
            margin: 0 auto 19px;
            padding: 0 22px;
            border-radius: 999px;
            font-size: 18px;
            line-height: 1;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid rgba(255, 255, 255, .25);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
        }

        .contact-testimonials-title {
            margin: 0 0 45px;
            color: #fff;
            font-size: clamp(28px, 3vw, 35px);
            line-height: 1.15;
            letter-spacing: 0;
        }

        .contact-testimonials-carousel {
            width: 100%;
            margin: 0 auto;
        }

        .contact-testimonials-carousel.owl-carousel:not(.owl-loaded) {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
        }

        .contact-testimonials-carousel.owl-carousel:not(.owl-loaded) .contact-testimonial-stack:nth-child(n+5) {
            display: none;
        }

        .contact-testimonials-carousel .owl-stage {
            display: flex;
            align-items: stretch;
        }

        .contact-testimonials-carousel .owl-item {
            display: flex;
            align-items: stretch;
        }

        .contact-testimonial-stack {
            width: 100%;
            display: grid;
            gap: 18px;
        }

        .contact-testimonial-card {
            position: relative;
            overflow: hidden;
            min-height: 254px;
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 14px;
            background: linear-gradient(180deg, #141414 0%, #0d0d0d 100%);
            color: #fff;
            text-align: left;
        }

        .contact-testimonial-card.is-copy {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 19px 18px 20px;
        }

        .contact-testimonial-card.is-copy::before,
        .contact-testimonial-card.is-copy::after {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            border-radius: inherit;
            transition: opacity 0.28s ease;
        }

        .contact-testimonial-card.is-copy::before {
            z-index: 0;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(45, 45, 45, 0.18) 52%, rgba(60, 60, 60, 0.32) 100%);
            opacity: 1;
        }

        .contact-testimonial-card.is-copy::after {
            z-index: 1;
            background: radial-gradient(circle at 8% 96%, rgba(63, 59, 255, 0.88), transparent 48%), radial-gradient(circle at 86% 86%, rgba(230, 27, 156, 0.82), transparent 58%), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(99, 20, 85, 0.32) 48%, rgba(229, 31, 147, 0.54) 100%);
            opacity: 0;
        }

        .contact-testimonial-card.is-copy:hover::after,
        .contact-testimonial-card.is-testimonial-featured::after,
        .contact-testimonial-card.is-contact-testimonial-active::after {
            opacity: 1;
        }

        .contact-testimonials-carousel:has(.contact-testimonial-card:hover) .contact-testimonial-card.is-testimonial-featured:not(:hover)::after,
        .contact-testimonials-carousel:has(.contact-testimonial-card:hover) .contact-testimonial-card.is-contact-testimonial-active:not(:hover)::after {
            opacity: 0;
        }

        .contact-testimonial-tags,
        .contact-testimonial-quote,
        .contact-testimonial-author {
            position: relative;
            z-index: 2;
        }

        .contact-testimonial-tags {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 19px;
        }

        .contact-testimonial-tag {
            min-height: 25px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            padding: 0 11px;
            border-radius: 999px;
            color: rgba(255, 255, 255, 0.94);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.1));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 8px 18px rgba(0, 0, 0, 0.22);
            font-size: 9px;
            line-height: 1;
        }

        .contact-testimonial-tag.has-flag-img {
            padding: 0;
            background: transparent;
            box-shadow: none;
        }

        .contact-testimonial-flag-img {
            display: block;
            width: 66px;
            height: 25px;
            border-radius: 999px;
            object-fit: cover;
        }

        .contact-testimonial-tag.is-demand {
            min-width: 70px;
            min-height: 25px;
            padding: 0 11px;
            color: #fff;
            background: linear-gradient(180deg, #727272 0%, #2b2b2b 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 8px 14px rgba(0, 0, 0, 0.18);
            font-size: 8px;
        }

        .contact-testimonial-flag {
            width: 17px;
            height: 11px;
            display: inline-block;
            border-radius: 2px;
            background: linear-gradient(90deg, #ef3340 0 26%, transparent 26% 100%), linear-gradient(180deg, #009a44 0 33.33%, #fff 33.33% 66.66%, #111 66.66% 100%);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24);
        }

        .contact-testimonial-quote {
            margin: 0 0 21px;
            color: rgba(255, 255, 255, 0.92);
            font-size: 10px;
    
            line-height: 1.78;
        }

        .contact-testimonial-author {
            display: flex;
            align-items: center;
            gap: 11px;
            margin-top: auto;
        }

        .contact-testimonial-avatar {
            width: 39px;
            height: 39px;
            flex: 0 0 39px;
            border-radius: 50%;
            object-fit: cover;
            object-position: 78% center;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.16);
        }

        .contact-testimonial-name {
            display: block;
            margin-bottom: 4px;
            color: #fff;
            font-size: 13px;
            line-height: 1;
        }

        .contact-testimonial-role {
            display: block;
            color: rgba(255, 255, 255, 0.82);
            font-size: 9px;
    
            line-height: 1.25;
        }

        .contact-testimonial-card.is-light {
            min-height: 318px;
            border-color: rgba(230, 54, 104, 0.28);
            background: #fff;
            color: #050505;
            padding: 22px 22px 20px;
        }

        .contact-testimonial-card.is-light::before,
        .contact-testimonial-card.is-light::after {
            display: none;
        }

        .contact-testimonial-card.is-light .contact-testimonial-tags {
            margin-bottom: 15px;
        }

        .contact-testimonial-card.is-light .contact-testimonial-flag-img {
            width: 103px;
            height: 32px;
            border-radius: 0;
        }

        .contact-testimonial-card.is-light .contact-testimonial-quote {
            margin-bottom: 24px;
            color: #050505;
            font-size: 13px;
            line-height: 1.35;
        }

        .contact-testimonial-card.is-light .contact-testimonial-avatar {
            width: 48px;
            height: 48px;
            flex-basis: 48px;
            box-shadow: none;
        }

        .contact-testimonial-card.is-light .contact-testimonial-author {
            gap: 18px;
        }

        .contact-testimonial-card.is-light .contact-testimonial-name {
            color: #050505;
            font-size: 10px;
        }

        .contact-testimonial-card.is-light .contact-testimonial-role {
            color: #050505;
            font-size: 11px;
            font-style: italic;
            line-height: 1.25;
        }

        .contact-testimonial-card.is-video {
            background: #151515;
        }

        .contact-testimonial-video-img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 72% center;
        }

        .contact-testimonial-video-shade {
            position: absolute;
            inset: auto 0 0;
            z-index: 2;
            min-height: 74px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82) 38%, rgba(0, 0, 0, 0.92) 100%);
        }

        .contact-testimonial-play {
            position: absolute;
            z-index: 3;
            left: 50%;
            top: 50%;
            width: 48px;
            height: 48px;
            border: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.86);
            box-shadow: 0 15px 28px rgba(0, 0, 0, 0.26);
            transform: translate(-50%, -50%);
            pointer-events: none;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }

        .contact-testimonial-card.is-video video.contact-testimonial-video-img {
            cursor: pointer;
        }

        .contact-testimonial-card.is-video.is-playing .contact-testimonial-play {
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.86);
        }

        .contact-testimonial-play::before {
            content: "";
            position: absolute;
            left: 19px;
            top: 15px;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            border-left: 13px solid rgba(0, 0, 0, 0.32);
        }

      .contact-testimonial-sound {
    position: absolute;
    z-index: 4;
    top: 7px;
    right: 11px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(12, 18, 22, 0.58);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

        .contact-testimonial-sound:hover,
        .contact-testimonial-sound:focus-visible {
            background: rgba(12, 18, 22, 0.78);
            outline: none;
            transform: translateY(-1px);
        }

        .contact-testimonial-sound i {
            font-size: 16px;
            line-height: 1;
        }

        .contact-testimonial-brand {
            position: absolute;
            z-index: 3;
            left: 22px;
            right: 18px;
            bottom: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #fff;
        }

        .contact-mrsool-logo-img {
            display: block;
            width: 132px;
            max-width: 100%;
            height: auto;
            object-fit: contain;
        }

        .contact-mrsool-icon {
            position: relative;
            width: 45px;
            height: 38px;
            flex: 0 0 45px;
        }

        .contact-mrsool-icon::before,
        .contact-mrsool-icon::after {
            content: "";
            position: absolute;
            background: #fff;
            transform-origin: left center;
        }

        .contact-mrsool-icon::before {
            left: 8px;
            top: 19px;
            width: 30px;
            height: 3px;
            transform: rotate(36deg);
        }

        .contact-mrsool-icon::after {
            left: 9px;
            top: 19px;
            width: 30px;
            height: 3px;
            transform: rotate(-40deg);
        }

        .contact-mrsool-dot {
            position: absolute;
            width: 8px;
            height: 8px;
            border: 2px solid #fff;
            border-radius: 50%;
            background: transparent;
        }

        .contact-mrsool-dot:nth-child(1) {
            left: 1px;
            top: 15px;
        }

        .contact-mrsool-dot:nth-child(2) {
            left: 35px;
            top: 5px;
        }

        .contact-mrsool-dot:nth-child(3) {
            left: 35px;
            bottom: 5px;
        }

        .contact-mrsool-text {
            display: flex;
            flex-direction: column;
            gap: 2px;
            color: #fff;
            font-size: 15px;
            line-height: 1;
            letter-spacing: 0;
        }

        .contact-mrsool-text small {
            font-size: 8px;
            letter-spacing: 0.06em;
        }

        .contact-testimonial-card.is-video::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            pointer-events: none;
            background: linear-gradient(135deg, rgba(47, 58, 255, 0.22), transparent 36%, rgba(223, 30, 154, 0.24) 100%);
            opacity: 0;
            transition: opacity 0.28s ease;
        }

        .contact-testimonial-card.is-video:hover::after {
            opacity: 1;
        }

        .contact-testimonials-carousel.owl-theme .owl-nav,
        .contact-testimonials-carousel.owl-theme .owl-dots {
            display: none;
        }

        @media (max-width: 991px) {
            .contact-testimonials-showcase {
                padding: 52px 0 62px;
            }

            .contact-testimonials-wrap {
                width: min(100% - 36px, 960px);
            }

            .contact-testimonials-carousel.owl-carousel:not(.owl-loaded) {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .contact-testimonials-carousel.owl-carousel:not(.owl-loaded) .contact-testimonial-stack:nth-child(n+3) {
                display: none;
            }
        }

        
@media (max-width: 575px) {
            .contact-testimonials-showcase {
                padding: 46px 0 56px;
            }

            .contact-testimonials-wrap {
                width: min(100% - 24px, 960px);
            }

            .contact-testimonials-title {
                margin-bottom: 22px;
                font-size: 27px;
            }

            .contact-testimonials-carousel.owl-carousel:not(.owl-loaded) {
                grid-template-columns: 1fr;
            }

            .contact-testimonials-carousel.owl-carousel:not(.owl-loaded) .contact-testimonial-stack:nth-child(n+2) {
                display: none;
            }

            .contact-testimonial-card {
                min-height: 246px;
            }
        }

        /* Client Testimonial Grid Refresh */

        .contact-testimonials-wrap {
            width: min(100% - 44px, 1200px);
        }

        .contact-testimonials-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 20px 18px;
            width: 100%;
            margin: 0 auto;
        }

        .contact-testimonials-grid .contact-testimonial-card {
            min-height: 255px;
            border-radius: 14px;
            border-color: rgba(255, 255, 255, 0.14);
            background: linear-gradient(180deg, #171717 0%, #111 100%);
            box-shadow: none;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy {
            padding: 18px 17px 20px;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy::before {
            background: radial-gradient(circle at 74% 8%, rgba(255, 255, 255, 0.1), transparent 78px), linear-gradient(180deg, #171717 0%, #101012 48%, #16091d 74%, #220d33 100%);
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy::after {
            background: radial-gradient(ellipse at 100% 76%, rgba(227, 0, 136, 0.98) 0%, rgba(227, 0, 136, 0.78) 24%, rgba(227, 0, 136, 0.38) 47%, rgba(227, 0, 136, 0) 72%), radial-gradient(ellipse at 54% 106%, rgba(132, 18, 201, 0.96) 0%, rgba(132, 18, 201, 0.78) 31%, rgba(132, 18, 201, 0.32) 56%, rgba(132, 18, 201, 0) 78%), radial-gradient(ellipse at 8% 108%, rgba(61, 42, 215, 0.76) 0%, rgba(61, 42, 215, 0.42) 36%, rgba(61, 42, 215, 0) 66%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(13, 4, 20, 0.08) 38%, rgba(73, 9, 84, 0.52) 71%, rgba(169, 0, 123, 0.78) 100%);
        }

        .contact-testimonials-grid:has(.contact-testimonial-card:hover) .contact-testimonial-card.is-testimonial-featured:not(:hover)::after {
            opacity: 0;
        }

        .contact-testimonials-grid .contact-testimonial-tags {
            gap: 7px;
            margin-bottom: 18px;
        }

        .contact-testimonials-grid .contact-testimonial-tag {
            min-height: 23px;
            padding: 0 11px;
            border: 1px solid rgba(255, 255, 255, 0.16);
            color: #fff;
            background: linear-gradient(180deg, rgba(104, 104, 104, 0.92) 0%, rgba(46, 46, 46, 0.98) 52%, rgba(24, 24, 24, 0.98) 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(0, 0, 0, 0.22), 0 7px 14px rgba(0, 0, 0, 0.24);
            font-size: 11px;
        }

        .contact-testimonials-grid .contact-testimonial-tag.has-flag-img {
            min-width: 57px;
            gap: 5px;
            padding: 0 9px 0 8px;
            background: linear-gradient(180deg, rgba(91, 91, 91, 0.96) 0%, rgba(37, 37, 37, 0.98) 58%, rgba(20, 20, 20, 0.98) 100%);
        }

        .contact-testimonials-grid .contact-testimonial-tag.has-flag-img::after {
            content: "UAE";
        }

        .contact-testimonials-grid .contact-testimonial-tag.has-flag-img:has(img[alt="Germany"])::after {
            content: "Germany";
        }


        .contact-testimonials-grid .contact-testimonial-tag.has-flag-img:has(img[alt="Singapore"])::after {
            content: "Singapore";
        }

        .contact-testimonials-grid .contact-testimonial-tag.has-flag-img:has(img[alt="Germany"]),
        .contact-testimonials-grid .contact-testimonial-tag.has-flag-img:has(img[alt="Singapore"]) {
            min-width: 86px;
        }

        .contact-testimonials-grid .contact-testimonial-flag-img {
            width: 13px;
            height: 13px;
            border-radius: 50%;
            object-fit: cover;
            object-position: left center;
        }

        .contact-testimonials-grid .contact-testimonial-tag.is-demand {
            min-width: 69px;
            padding: 0 10px;
        }

        .contact-testimonials-grid .contact-testimonial-avatar {
            width: 38px;
            height: 38px;
            flex-basis: 38px;
        }

        .contact-testimonials-grid .contact-testimonial-name {
            font-size: 13px;
            line-height: 1.05;
        }

        .contact-testimonials-grid .contact-testimonial-role {
            font-size: 8px;
            line-height: 1.25;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-video {
            min-height: 0;
            aspect-ratio: 176 / 217;
            background: #111;
        }

        .contact-testimonials-grid .contact-testimonial-video-img {
            object-fit: cover;
            object-position: center 18%;
        }

        .contact-testimonials-grid .contact-testimonial-play {
            top: 47%;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.88);
            box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
        }

        .contact-testimonials-grid .contact-testimonial-play::before {
            left: 20px;
            top: 16px;
            border-top-width: 9px;
            border-bottom-width: 9px;
            border-left-width: 13px;
        }

        .contact-testimonials-grid .contact-testimonial-brand {
            left: 19px;
            right: 15px;
            bottom: 14px;
        }

        .contact-testimonials-grid .contact-mrsool-logo-img {
            width: min(128px, 78%);
        }

        @media (max-width: 991px) {
        }

        
@media (max-width: 575px) {
            .contact-testimonials-wrap {
                width: min(100% - 24px, 1060px);
            }

            .contact-testimonials-grid .contact-testimonial-card {
                min-height: 250px;
            }
        }

/* Contact testimonial reference layout */
        .contact-testimonials-showcase {
            padding: 48px 0 68px;
            background: #000;
        }

        .contact-testimonials-wrap {
            width: min(100% - 160px, 1340px);
        }


        .contact-testimonials-title {
            display: block;
            max-width: 820px;
            margin: 0 auto 44px;
            color: #fff;
            font-size: clamp(28px, 3vw, 35px);
            line-height: 1.16;
            text-align: center;
        }

        .contact-testimonials-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px 16px;
            width: 100%;
        }

        .contact-testimonials-grid .contact-testimonial-card {
            min-height: 345px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.14);
            background: #121212;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy {
            padding: 18px 17px 19px;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy::before {
            background: radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.08), transparent 88px), linear-gradient(180deg, #151515 0%, #101010 52%, #120816 76%, #210b31 100%);
            opacity: 1;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy::after {
            background: radial-gradient(ellipse at 100% 88%, rgba(224, 0, 145, 0.92) 0%, rgba(224, 0, 145, 0.62) 32%, transparent 70%), radial-gradient(ellipse at 4% 108%, rgba(98, 45, 236, 0.7) 0%, rgba(98, 45, 236, 0.42) 38%, transparent 68%), linear-gradient(180deg, transparent 0%, rgba(33, 8, 43, 0.32) 54%, rgba(153, 0, 126, 0.72) 100%);
            opacity: 1;
        }

        .contact-testimonials-grid .contact-testimonial-tags {
            gap: 8px;
            margin-bottom: 20px;
        }

        .contact-testimonials-grid .contact-testimonial-quote {
            margin-bottom: 20px;
            color: #fff;
            font-size: 13.5px;
            line-height: 1.78;
        }

        .contact-testimonials-grid .contact-testimonial-avatar {
            width: 34px;
            height: 34px;
            flex-basis: 34px;
        }

        .contact-testimonials-grid .contact-testimonial-name {
            font-size: 13px;
        }

        .contact-testimonials-grid .contact-testimonial-role {
            font-size: 7px;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-video {
            min-height: 345px;
            aspect-ratio: auto;
        }

        .contact-testimonials-grid .contact-testimonial-video-img {
            object-position: center top;
        }

        .contact-testimonials-grid .contact-testimonial-video-shade {
            min-height: 60px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.96) 100%);
        }

        .contact-testimonials-grid .contact-testimonial-play {
            top: 48%;
            width: 48px;
            height: 48px;
        }

        .contact-testimonials-grid .contact-testimonial-brand {
            left: 84px;
            bottom: 7px;
        }

        .contact-testimonials-grid .contact-mrsool-logo-img {
            width: min(122px, 78%);
        }


        .contact-testimonials-grid .contact-testimonial-card.is-copy {
            isolation: isolate;
            transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover {
            overflow: visible;
            padding: 18px 17px 19px;
            border-color: transparent;
            /* background: radial-gradient(ellipse at 100% 88%, rgba(224, 0, 145, 0.92) 0%, rgba(224, 0, 145, 0.62) 32%, transparent 70%), radial-gradient(ellipse at 4% 108%, rgba(98, 45, 236, 0.7) 0%, rgba(98, 45, 236, 0.42) 38%, transparent 68%), linear-gradient(180deg, transparent 0%, rgba(33, 8, 43, 0.32) 54%, rgba(153, 0, 126, 0.72) 100%); */
            box-shadow: 0 18px 42px rgba(132, 18, 201, 0.28);
            transform: none;
            z-index: 5;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover::before {
            inset: 0;
            z-index: 1;
            border: 2px solid #eee;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
            opacity: 1;
            transform: translateX(-45px) rotate(-2deg);
            transform-origin: center center;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover::after {
            content: "";
            inset: 0;
            width: auto;
            z-index: 0;
            display: block;
            padding: 0;
            border-radius: 12px;
            background: radial-gradient(ellipse at 100% 88%, rgb(30 12 231 / 92%) 0%, rgba(224, 0, 145, 0.62) 32%, transparent 70%), radial-gradient(ellipse at 4% 108%, rgba(98, 45, 236, 0.7) 0%, rgba(98, 45, 236, 0.42) 38%, transparent 68%), linear-gradient(180deg, transparent 0%, rgba(33, 8, 43, 0.32) 54%, rgba(153, 0, 126, 0.72) 100%);
            opacity: 1;
            transform: none;
        }

        .contact-testimonials-grid .contact-testimonial-review-link {
            position: absolute;
            top: 50%;
            right: -62px;
            z-index: 4;
            width: 178px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            border: 0;
            border-radius: 0;
            color: #fff;
            background: transparent;
            font-size: 20px;
            line-height: 1;
            text-align: center;
            text-decoration: none;
            writing-mode: horizontal-tb;
            transform: translateY(-50%) rotate(-90deg);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.22s ease;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover .contact-testimonial-review-link {
            opacity: 1;
            pointer-events: auto;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy .contact-testimonial-tags,
        .contact-testimonials-grid .contact-testimonial-card.is-copy .contact-testimonial-quote,
        .contact-testimonials-grid .contact-testimonial-card.is-copy .contact-testimonial-author {
            transition: transform 0.25s ease;
            transform-origin: center center;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover .contact-testimonial-tags,
        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover .contact-testimonial-quote,
        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover .contact-testimonial-author {
            transform: translateX(-45px) rotate(-2deg);
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover .contact-testimonial-tags,
        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover .contact-testimonial-quote,
        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover .contact-testimonial-author {
            z-index: 3;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover .contact-testimonial-quote,
        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover .contact-testimonial-name,
        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover .contact-testimonial-role {
            color: #111 !important;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-copy:hover .contact-testimonial-tag {
            color: #222;
            background: #f8f8f8;
            border-color: rgba(0, 0, 0, 0.06);
            box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
        }


        .contact-testimonials-grid .contact-testimonial-card.is-video {
            cursor: pointer;
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-video:hover,
        .contact-testimonials-grid .contact-testimonial-card.is-video.is-playing {
            z-index: 4;
            border-color: rgba(255, 255, 255, 0.34);
            box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
            transform: translateY(-4px);
        }

        .contact-testimonials-grid .contact-testimonial-card.is-video.is-playing .contact-testimonial-video-shade,
        .contact-testimonials-grid .contact-testimonial-card.is-video.is-playing .contact-testimonial-brand {
            opacity: 0;
            pointer-events: none;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-video.is-video-ready .contact-testimonial-play {
            opacity: 1;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-video {
            background: #000;
        }

        .contact-testimonials-grid .contact-testimonial-card.is-video .contact-testimonial-video-img,
        .contact-testimonials-grid .contact-testimonial-card.is-video video.contact-testimonial-video-img {
            width: 100%;
            height: 100%;
            object-fit: cover !important;
            object-position: center center !important;
            background: #000;
        }

        @media (max-width: 991px) {
            .contact-testimonials-wrap {
                width: min(100% - 28px, 720px);
            }

            .contact-testimonials-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .contact-testimonials-grid .contact-testimonial-card,
            .contact-testimonials-grid .contact-testimonial-card.is-video {
                min-height: 320px;
            }
        }

        
@media (max-width: 575px) {
            .contact-testimonials-wrap {
                width: min(100% - 24px, 420px);
            }

            .contact-testimonials-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .contact-testimonials-grid .contact-testimonial-card,
            .contact-testimonials-grid .contact-testimonial-card.is-video {
                min-height: 345px;
            }
        }




        /* Client Testimonial Carousel Section End */

        /* Augment Your Digital Presence with Fluper Section Start */

        .fluper-growth-banner {
            position: relative;
            z-index: 1;
            overflow: hidden;
            padding: 30px 0 0;
            background: transparent;
        }

        .fluper-growth-banner .container {

            padding-inline: 0;
        }

        .fluper-growth-wrapper {
            position: relative;
            overflow: hidden;
            min-height: 240px;
            display: flex;
            align-items: center;
            padding: 44px 62px;
            border-radius: 22px;
            background: radial-gradient(circle at 8% 0%, rgba(73, 67, 255, 0.8), transparent 300px), radial-gradient(circle at 62% 48%, rgba(255, 24, 151, 0.68), transparent 390px), radial-gradient(circle at 96% 19%, rgba(45, 54, 255, 1), transparent 330px), linear-gradient(135deg, rgba(54, 45, 144, 0.96) 0%, rgba(24, 22, 34, 0.96) 44%, rgba(65, 18, 68, 0.94) 67%, rgba(48, 57, 232, 0.96) 100%);
            border: 1px solid rgba(255, 255, 255, 0.12);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 70px rgba(0, 0, 0, 0.36);
        }

        .fluper-growth-wrapper>.row {
            width: 100%;
            margin-inline: 0;
        }

        .fluper-growth-wrapper .col-lg-7 {
            flex: 0 0 72%;
            max-width: 72%;
            padding-inline: 0;
        }

        .fluper-growth-wrapper .col-lg-5 {
            flex: 0 0 28%;
            max-width: 28%;
            padding-inline: 0;
        }

        .fluper-growth-wrapper::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.28) 100%);
            pointer-events: none;
        }

        .fluper-growth-content {
            position: relative;
            z-index: 2;
            max-width: 820px;
        }

        .fluper-growth-title {
            color: #fff;
            font-size: clamp(24px, 2.45vw, 27px);
    
            margin: 0 0 17px;
            line-height: 1.08;
            letter-spacing: 0;
            white-space: nowrap;
        }

        .fluper-growth-text {
            color: rgba(255, 255, 255, 0.92);
            font-size: 13px;
    
            line-height: 1.75;
            max-width: 693px;
            margin: 0;
        }

        .fluper-growth-btn {
            gap: 12px;
            transition: background 0.25s ease, transform 0.25s ease;
            min-height: 33px;
            margin: 30px auto 0px;
            padding: 0 22px;
            border-radius: 999px;
            font-size: 10px;
            line-height: 1;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid rgba(255, 255, 255, .25);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
        }

        .fluper-growth-btn:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.46);
            transform: translateY(-2px);
        }

        .fluper-growth-btn i {
            font-size: 15px;
            line-height: 1;
        }

        .fluper-growth-image {
            text-align: center;
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 150px;
        }

        .fluper-growth-image img {
            width: clamp(210px, 16vw, 260px);
            max-width: 100%;
            animation: fluperFloatingStar 4s ease-in-out infinite;
            filter: drop-shadow(0 24px 34px rgba(48, 54, 255, 0.32));
        }

        @keyframes fluperFloatingStar {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-12px);
            }

            100% {
                transform: translateY(0);
            }
        }

        @media(max-width:991px) {
            .fluper-growth-banner {
                padding-top: 54px;
            }

            .fluper-growth-banner .container,
            #flp-sw-section .container {
                width: min(100% - 28px, 720px);
            }

            .fluper-growth-wrapper .col-lg-7,
            .fluper-growth-wrapper .col-lg-5 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .fluper-growth-wrapper {
                min-height: auto;
                padding: 38px 30px;
                text-align: center;
            }

            .fluper-growth-title {
                font-size: 30px;
                white-space: normal;
            }

            .fluper-growth-text {
                margin: 0 auto;
            }

            .fluper-growth-image img {
                width: 190px;
                margin-top: 34px;
            }
        }

        /* Augment Your Digital Presence with Fluper Section End */

        /* Our Blogs & Tech Events Section Start */
        .serves img {
            width: 100%;
            border-radius: 20px;

        }

        .visi-tors img {
            width: 100%;
            object-fit: cover;
            height: 229px;
            border-radius: 13px;
        }


        .tituated {
            display: flex;
            gap: 20px;
        }

        .conven-tion h2 {
            margin: 14px 0px;
        }

        .conven-tion p {
            margin-bottom: 20px;
        }

        .conven-tion h3 {
            gap: 12px;
            transition: background 0.25s ease, transform 0.25s ease;
            margin: 0px auto 0px;
            padding: 0 22px;
            border-radius: 999px;
            font-size: 12px;
            line-height: 1;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid rgba(255, 255, 255, .25);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
        }

        .conven-tion h2 span {
            color: red;
        }

        .elevate img {
            width: 100%;
            border-radius: 8px;
        }

        .invest h2 {
            font-size: 14px;
            padding: 10px 0px;
            margin-bottom: 0;
        }

        .invest p {
            font-size: 11px;
            margin-bottom: -3px;
        }

        .invest ul {
            display: flex;
            justify-content: space-between;
            padding-left: 0;
            margin: 10px 0px;
        }

        .invest ul li {
            font-size: 12px;
            list-style: none
        }

        .influential .item {
            /* background: #ff3f4d; */
        }

        .influential h2 {
            color: #FFF;
            text-align: center;
            padding: 5rem 0;
            margin: 0;
            font-style: italic;
        }


        a.fes-tival {
            position: absolute;
            top: 9px;
            left: 19px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            min-height: 29px;
            padding: 0 22px;
            border-radius: 999px;
            text-decoration: none;
            color: #fff;
            transition: background 0.25s ease, transform 0.25s ease;
            font-size: 12px;
            font-weight: 650;
            background: rgba(255, 255, 255, 0.34);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 14px 32px rgba(0, 0, 0, 0.16);
            backdrop-filter: blur(12px);
        }
.travel {
            min-height: 29px;
            gap: 12px;
            transition: background 0.25s ease, transform 0.25s ease;
            margin: 0px auto 0px;
            padding: 0 22px;
            border-radius: 999px;
            font-size: 12px;
            line-height: 1;
            height: 32px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid rgba(255, 255, 255, .25);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
        }
        .travel:hover,
        .travel:focus-within {
            animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
                animation: globalCtaIconRing 0.86s ease both;
            background: var(--global-cta-hover-bg);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 22px 42px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.08);
        }

        .travel p i {
            margin-left: 6px;
        }

        section.exhi-bition {
            padding: 18px 0px;
        }

        section.ramujan {
            margin: 0px 0px 50px;
        }

        .exhi-bition .container,
        .ramujan .container {
            width: min(100% - 160px, 1340px);
            max-width: 1340px;
            padding-inline: 0;
        }

        .exhi-bition .row,
        .ramujan .row {
            row-gap: 28px;
        }

        .exhi-bition .row {
            align-items: center;
        }

        .conven-tion h2 {
            font-size: clamp(26px, 3vw, 38px);
            line-height: 1.18;
        }

        .conven-tion p {
            max-width: 780px;
            font-size: clamp(14px, 1.15vw, 17px);
            line-height: 1.55;
        }

        .serves,
        .visi-tors,
        .elevate,
        .influential .item {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
        }

        .serves img {
            min-height: 360px;
            object-fit: cover;
        }

        .elevate img {
            aspect-ratio: 1 / 0.78;
            object-fit: cover;
        }

        .invest {
            color: #fff;
        }

        .invest h2 {
            line-height: 1.35;
        }

        .invest p {
            line-height: 1.55;
        }

        .travel p {
            margin: 0;
            line-height: 1;
        }

        .successful.owl-carousel:not(.owl-loaded) {
            display: block;
        }

        .successful.owl-carousel:not(.owl-loaded) .item:not(:first-child) {
            display: none;
        }

        @media (max-width: 1199px) {
            .serves img {
                min-height: 320px;
            }

            .visi-tors img,
            .owl-carousel .owl-item img {
                height: 240px;
            }

            .invest ul {
                flex-direction: column;
                gap: 4px;
            }
        }

        @media (max-width: 991px) {
            section.exhi-bition {
                padding: 44px 0 20px;
            }

            .exhi-bition .container,
            .ramujan .container {
                width: min(100% - 28px, 720px);
            }

            .exhi-bition .col-lg-4,
            .exhi-bition .col-lg-8 {
                width: 100%;
            }

            .serves img {
                max-height: 420px;
                min-height: 280px;
            }

            .tituated {
                margin-top: 24px;
            }

            .visi-tors {
                flex: 1 1 calc(50% - 10px);
            }

            .ramujan .col-lg-3 {
                flex: 0 0 50%;
                max-width: 50%;
            }

            .elevate img,
            .owl-carousel .owl-item img {
                height: 250px;
            }
        }

        @media (max-width: 767px) {
            .conven-tion h3 {
                min-height: 36px;
                padding: 0 18px;
                font-size: 11px;
            }

            .conven-tion h2 {
                margin: 16px 0 12px;
            }

            .tituated {
                gap: 14px;
            }

            .visi-tors img {
                height: 210px;
            }

            .ramujan .col-lg-3 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .elevate img,
            .owl-carousel .owl-item img {
                height: 270px;
            }

            .invest h2 {
                font-size: 18px;
                padding-top: 14px;
            }

            .invest p,
            .invest ul li {
                font-size: 13px;
            }
        }

        
@media (max-width: 575px) {
            section.exhi-bition {
                padding-top: 34px;
            }

            section.ramujan {
                margin-bottom: 34px;
            }

            .serves img {
                min-height: 250px;
            }

            .tituated {
                flex-direction: column;
            }

            .visi-tors {
                flex-basis: 100%;
            }

            .visi-tors img {
                height: 220px;
            }

            .elevate img,
            .owl-carousel .owl-item img {
                height: 235px;
                border-radius: 16px;
            }

            a.fes-tival,
            .travel {
                min-height: 28px;
                padding: 0 16px;
                font-size: 11px;
            }
        }

/* Our Global Presence start  */
@media (max-width: 992px) {
    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}

section.Adver-tising {
    padding: 70px 0px;
    background: radial-gradient(circle at 12% 74%, rgba(92, 64, 255, 0.38), transparent 520px), radial-gradient(circle at 54% 40%, rgba(62, 52, 172, 0.34), transparent 540px), radial-gradient(circle at 84% 48%, rgba(226, 43, 177, 0.22), transparent 520px), #090914;
}

ul#valueTab.professionals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    margin: 0 0 24px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 18px 44px rgba(0, 0, 0, 0.4);
}

ul#valueTab.professionals .indus-try {
    flex: 1 1 0;
    text-align: center;
}

ul#valueTab.professionals .tacti-cally {
    width: 100%;
    min-height: 34px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    background: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 34px;
}

ul#valueTab.professionals .tacti-cally:hover,
ul#valueTab.professionals .tacti-cally:focus {
    color: #fff;
    border: 0;
}

ul#valueTab.professionals .tacti-cally.active {
    color: #fff;
    background: linear-gradient(90deg, #8b35ff 0%, #ff006e 100%);
    box-shadow: 0 8px 22px rgba(169, 50, 255, 0.35);
}


#valueTabContent .pint-erest > .row {
    align-items: stretch;
}

#valueTabContent .pint-erest > .row > .col-lg-4,
#valueTabContent .pint-erest > .row > .col-lg-8 {
    display: flex;
}

.follgender {
    width: 100%;
    min-height: 315px;
    max-height: 315px;
    overflow: hidden;
    border-radius: 0;
}

.follgender img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 315px;
    max-height: 315px;
    object-fit: cover;
    object-position: center;
    border-radius: 11px;
}


section.Adver-tising .tab-content,
section.Adver-tising .tab-pane,
section.Adver-tising .accordion-item,
section.Adver-tising .accordion-body.pint-erest {
    border: 0;
    background: transparent;
}

section.Adver-tising .accordion-body.pint-erest {
    padding: 0;
}
.professionals.nav-tabs .nav-link:focus {
    border: none;
}
.brudder {
    display: grid;
    gap: 16px;
}
.bonimenteur {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.besonnesch {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 78px;
    padding: 0px 94px 0px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(58, 55, 128, 0.72), rgba(25, 24, 58, 0.66));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 38px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.doriwwer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(135deg, #812fff 0%, #e000b8 100%);
}



.doriwwer img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.pret-oria {
    position: static;
}

.pret-oria h3 {
    margin: 0 0 2px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.pret-oria p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.25;
}

.office-tab-contact-list {
    display: grid;
    width: 100%;
    gap: 9px;
}

.office-tab-contact-card {
    display: flex;
    min-height: 57px;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 30px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
}

.office-tab-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 40px;
    height: 40px;
    color: #f3f3f3;
    background: linear-gradient(135deg, #812fff 0%, #e000b8 100%);
    border-radius: 3px;
}

.office-tab-contact-icon i {
    font-size: 27px;
    line-height: 1;
}

.office-tab-contact-copy h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
}

.office-tab-contact-copy p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
}

.office-tab-contact-copy a,
.office-tab-contact-copy a:hover {
    color: #ffffff;
    text-decoration: none;
}

.contact-partner-profile-card {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: radial-gradient(circle at 77% 22%, rgba(255, 0, 88, 0.58), transparent 120px), radial-gradient(circle at 68% 19%, rgba(55, 44, 255, 0.56), transparent 100px), radial-gradient(circle at 58% 20%, rgba(21, 224, 172, 0.36), transparent 34px), linear-gradient(180deg, #191a1e 0%, #101116 55%, #16121e 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 60px rgba(0, 0, 0, 0.34);
}

.contact-partner-profile-copy {
    position: relative;
    z-index: 3;
    padding: 30px 30px 0;
}

.contact-partner-profile-copy h3 {
    margin: 0 0 11px;
    color: #fff;
    font-size: clamp(28px, 2.65vw, 34px);
    line-height: 1.04;
    letter-spacing: 0;
    text-align: center;
    
}

.contact-partner-profile-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}

.contact-partner-profile-photo {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: -8px 0 -1px;
}

.contact-partner-profile-photo img {
    display: block;
    width: min(100%, 480px);
    height: 467px;
    object-fit: cover;
    object-position: bottom center;
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.18));
    margin-top: -85px;
}

.contact-partner-profile-links {
    position: relative;
    z-index: 4;
    display: grid;
    gap: 12px;
    padding: 21px 24px;
    background: linear-gradient(100deg, #6230ff 0%, #ff0061 100%);
}

.contact-partner-profile-links a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
}

.contact-partner-profile-links a:hover {
    color: #fff;
}

.contact-partner-profile-links i {
    flex: 0 0 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 991px) {
    .contact-partner-profile-card {
        min-height: 530px;
        margin-top: 26px;
    }
}
article.schwerpunkt {
    border: 1px solid #424141;
    padding: 20px;
    border-radius: 10px;
    margin-top: 22px;
}
.udiodateien h3 {
    font-size: 12px;
}

.udiodateien h2 {
    font-size: 27px;
    margin-bottom: 115px;
}
.bonimenteur span code {
    font-size: 20px;
}
span.escroc {
    margin: 0px;
    font-size: 17px;
    background: #e315a5;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    width: 175px;
    gap: 10px;
}
span.esc-roc {
    margin: 0px;
    font-size: 17px;
    background: #a700fa;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    width: 175px;
    gap: 10px;
}
span.es-croc {
    margin: 0px;
    font-size: 17px;
    background: #3a3afc;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    width: 175px;
    gap: 10px;
}

.presence-lead-card {
    margin-top: 28px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background: radial-gradient(circle at 78% 12%, rgba(255, 0, 120, 0.22), transparent 270px), radial-gradient(circle at 25% 82%, rgba(68, 58, 255, 0.24), transparent 280px), rgba(15, 16, 44, 0.76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 58px rgba(0, 0, 0, 0.28);
}

.presence-lead-form h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.presence-lead-form label,
.presence-lead-label {
    display: block;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

.presence-lead-form input,
.presence-lead-form select,
.presence-lead-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9px;
    outline: 0;
    color: #fff;
    background: rgba(5, 6, 22, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    font-size: 13px;
}

.presence-lead-form input,
.presence-lead-form select {
    height: 42px;
    padding: 0 16px;
}

.presence-lead-form textarea {
    min-height: 84px;
    resize: vertical;
    padding: 13px 16px;
}

.presence-lead-form input::placeholder,
.presence-lead-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.66);
}

.presence-lead-form input:focus,
.presence-lead-form select:focus,
.presence-lead-form textarea:focus {
    border-color: rgba(255, 255, 255, 0.26);
    box-shadow: 0 0 0 3px rgba(116, 64, 255, 0.18);
}

.presence-lead-budget {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.presence-lead-budget label {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(5, 6, 22, 0.54);
    font-size: 10px;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
}

.presence-lead-budget .btn-check:checked + label,
.presence-lead-budget label:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.1);
}

.presence-lead-submit {
    width: 100%;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(100deg, #6636ff 0%, #f12bbe 48%, #ff123f 100%);
    box-shadow: 0 18px 42px rgba(255, 0, 100, 0.24);
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.presence-lead-submit i {
    font-size: 16px;
}

.presence-lead-submit:hover {
    color: #fff;
}


@media (max-width: 575px) {
    .presence-lead-card {
        padding: 22px 18px;
        border-radius: 14px;
    }
}


.presence-lead-form-wrap .presence-lead-card {
    margin-top: 22px;
}
.kohlenberg p {
    font-size: 16px;
}
.kohlenberg h2 {
    font-size: 40px;
    font-weight: bold;
}
/* Our Global Presence end   */
/* Our Clients start  */
.justif-ication {
    position: relative;
    padding: 80px 0 0px;
    overflow: hidden;
    background: radial-gradient(circle at 16% 28%, rgba(126, 65, 210, 0.42), transparent 260px), radial-gradient(circle at 88% 38%, rgba(219, 47, 176, 0.36), transparent 320px), #000;
}

        .vis-ibi-lity {
            max-width: 1150px;
            margin: 0 auto 55px;
            padding: 0 20px;
            text-align: center;
        }
        .suspen-ding {
            display: inline-block;
            margin-bottom: 22px;
            padding: 11px 24px;
            border-radius: 50px;
            background: #ffffff;
            color: #000000;
            font-size: 18px;
            line-height: 1;
        }
        .vis-ibi-lity h2 {
            margin: 0 0 28px;
            color: #ffffff;
            font-size: 50px;
            line-height: 1.15;
            font-weight: 700;
        }

            .vis-ibi-lity h2 span {
            display: block;
            margin-top: 4px;
            color: #ffffff;
        }

        .vis-ibi-lity p {
            max-width: 1080px;
            margin: 0 auto;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.7;
        }

        .marquee-wrapper {
            position: relative;
        }

        .laun-ched {
            width: 100%;
            margin: 22px 0;
            overflow: hidden;
        }

        .hum-anity {
            display: flex;
            align-items: center;
            width: max-content;
            animation: marqueeLeft 42s linear infinite;
            will-change: transform;
        }

        .laun-ched:nth-child(2) .hum-anity {
            animation-name: marqueeRight;
            animation-duration: 46s;
                margin: 30px 0px;
        }

        .laun-ched:nth-child(3) .hum-anity {
            animation-duration: 50s;
        }

        .laun-ched:hover .hum-anity {
            animation-play-state: paused;
        }
.sim-ulate {
    width: 220px;
    height: 73px;
    margin-right: 20px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* border: 1px solid #ededed; */
    /* border-radius: 16px; */
    /* background: #ffffff; */
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

        .sim-ulate:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
        }

      .sim-ulate img {
    width: 100%;
    max-width: 155px;
    max-height: 66px;
    display: block;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

        .marquee-wrapper::before,
        .marquee-wrapper::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 110px;
            z-index: 5;
            pointer-events: none;
        }

        /* .marquee-wrapper::before {
            left: 0;
            background: linear-gradient(to right,
                    #ffffff 0%,
                    rgba(255, 255, 255, 0) 100%);
        }

        .marquee-wrapper::after {
            right: 0;
            background: linear-gradient(to left,
                    #ffffff 0%,
                    rgba(255, 255, 255, 0) 100%);
        } */

        @keyframes marqueeLeft {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }

        @keyframes marqueeRight {
            from {
                transform: translateX(-50%);
            }

            to {
                transform: translateX(0);
            }
        }

        @media (max-width: 1199px) {
            .justif-ication {
                padding: 70px 0;
            }

            .sim-ulate {
                width: 200px;
                height: 105px;
            }
        }

        @media (max-width: 991px) {
            .vis-ibi-lity {
                margin-bottom: 45px;
            }

            .sim-ulate {
                width: 180px;
                height: 95px;
                margin-right: 16px;
                padding: 16px;
            }

            .sim-ulate img {
                max-width: 125px;
                max-height: 58px;
            }

            .marquee-wrapper::before,
            .marquee-wrapper::after {
                width: 70px;
            }
        }

        @media (max-width: 767px) {
            .justif-ication {
                padding: 55px 0;
            }

            .vis-ibi-lity {
                margin-bottom: 35px;
            }

            .suspen-ding {
                padding: 10px 19px;
                font-size: 15px;
            }

            .vis-ibi-lity h2 {
                margin-bottom: 20px;
            }

            .laun-ched {
                margin: 16px 0;
            }

            .sim-ulate {
                width: 150px;
                height: 82px;
                margin-right: 12px;
                padding: 13px;
                border-radius: 12px;
            }

            .sim-ulate img {
                max-width: 105px;
                max-height: 48px;
            }

            .marquee-wrapper::before,
            .marquee-wrapper::after {
                width: 40px;
            }
        }

        @media (max-width: 480px) {
            .justif-ication {
                padding: 45px 0;
            }

            .vis-ibi-lity {
                padding: 0 15px;
            }

            .vis-ibi-lity h2 {
                font-size: 31px;
            }

            .vis-ibi-lity p {
                font-size: 14px;
                line-height: 1.6;
            }

            .sim-ulate {
                width: 130px;
                height: 72px;
                margin-right: 10px;
                padding: 11px;
            }

            .sim-ulate img {
                max-width: 92px;
                max-height: 42px;
            }

            .marquee-wrapper::before,
            .marquee-wrapper::after {
                width: 25px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .hum-anity {
                animation-play-state: paused;
            }
        }
      /* Our Clients end  */
/* Contact verified trust signals carousel fallback */
.dic-kinson .ange-lou.owl-carousel:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.dic-kinson .ange-lou.owl-carousel.owl-loaded {
    display: block;
}

.dic-kinson .ange-lou.owl-carousel:not(.owl-loaded) .conn-aught {
    min-width: 0;
}

@media (max-width: 1199px) {
    .dic-kinson .ange-lou.owl-carousel:not(.owl-loaded) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 991px) {
    .dic-kinson .ange-lou.owl-carousel:not(.owl-loaded) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .dic-kinson .ange-lou.owl-carousel:not(.owl-loaded) {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}
