.ai-stat-value {
    padding: 10px !important;
}

section.bg-color-purple {
    width: 100% !important;
    overflow: hidden !important;
    padding-block: 40px;
}

div#success-stories {
    padding-top: 40px;
}

section.rci-testimonials-section.section_hero .swiper-wrapper {
    height: auto !important;
}

section.rci-testimonials-section.section_hero {
    height: auto;
}

.global-paddings {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.rci-hero-slider-section {

    padding-top: 0 !important;
}

/* .rci-slide-inner {
            margin-top: 70px !important;
        } */

.brand-logo-wrapper {

    padding-top: 0.75rem !important;
}

.video-play-icon {
    display: none;
}

.footer-location-wapper {
    background: linear-gradient(rgb(0 0 0 / 73%), rgba(0, 0, 0, 0.4)), url(assets/images/hero_slide1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

:root {
    --rc-bg: #05050d;
    --rc-surface: rgba(255, 255, 255, 0.06);
    --rc-surface-2: rgba(255, 255, 255, 0.08);
    --rc-border: rgba(255, 255, 255, 0.12);
    --rc-text: #f8f8fc;
    --rc-text-muted: rgba(255, 255, 255, 0.68);
    --rc-accent: #3f6ffb;
    --rc-accent-2: #00d4ff;
    --rc-accent-3: #7cffb2;
    --rc-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    --rc-radius: 24px;
    --rc-radius-sm: 16px;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 8px rgba(168, 127, 255, 0.3);
    }

    50% {
        box-shadow: 0 0 16px rgba(168, 127, 255, 0.6);
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.rc-section {
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
}

.rc-section.delay-1 {
    animation-delay: 0.1s;
}

.rc-section.delay-2 {
    animation-delay: 0.2s;
}

.rc-section.delay-3 {
    animation-delay: 0.3s;
}

.rc-shell {
    max-width: 1280px;
    margin: 0 auto;
}

.rc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(168, 127, 255, 0.22);
    background: rgba(168, 127, 255, 0.08);
    color: #d8c8ff;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    animation: fadeInDown 0.6s ease-out;
}

.rc-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rc-accent), var(--rc-accent-2));
    box-shadow: 0 0 12px rgba(168, 127, 255, .8);
    animation: pulse 2s ease-in-out infinite;
}

.rc-head {
    display: grid;
    gap: 18px;
    text-align: center;
    justify-items: center;
    margin-bottom: 42px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.rc-head h2 {
    margin: 0;
    color: var(--rc-text);
    font-family: Outfit, "Red Hat Display", sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    animation: slideInDown 0.7s ease-out 0.3s both;
}

.rc-head p {
    margin: 0;
    max-width: 760px;
    color: var(--rc-text-muted);
    font-size: 1.02rem;
    line-height: 1.75;
    animation: fadeInUp 0.7s ease-out 0.4s both;
}

.rc-gradient-text {
    background: linear-gradient(135deg, var(--rc-accent), var(--rc-accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rc-glass {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
    border: 1px solid var(--rc-border);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: var(--rc-shadow);
    border-radius: var(--rc-radius);
}

.rc-story-grid,
.rc-solution-grid,
.rc-brand-grid,
.rc-logo-grid,
.rc-footer-grid {
    display: grid;
    gap: 24px;
}

.rc-story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rc-story-card {
    position: relative;
    padding: 24px;
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    animation: fadeInUp 0.6s ease-out backwards;
}

.rc-story-card:nth-child(1) {
    animation-delay: 0.1s;
}

.rc-story-card:nth-child(2) {
    animation-delay: 0.2s;
}

.rc-story-card:nth-child(3) {
    animation-delay: 0.3s;
}

.rc-story-card:nth-child(n+4) {
    animation-delay: 0.4s;
}

.rc-story-card:hover,
.rc-solution-card:hover,
.rc-brand-panel:hover,
.rc-footer-card:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 127, 255, 0.34);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .32), 0 0 0 1px rgba(168, 127, 255, .08);
}

.rc-story-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    animation: fadeInLeft 0.6s ease-out 0.15s both;
}

.rc-logo-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    animation: scaleIn 0.5s ease-out;
    transition: transform 0.3s ease, background 0.3s ease;
}

.rc-logo-pill:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.12);
}

.rc-logo-pill img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: grayscale(1);
    animation: fadeInUp 0.5s ease-out 0.1s both;
}

.rc-metric-chip {
    padding: 8px 12px;
    border-radius: 999px;
    color: #fff;
    font-size: .82rem;
    background: linear-gradient(135deg, rgba(168, 127, 255, .2), rgba(0, 212, 255, .18));
    border: 1px solid rgba(255, 255, 255, .1);
    animation: scaleIn 0.5s ease-out 0.2s both;
}

.rc-story-quote {
    color: var(--rc-text);
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: 22px;
    animation: fadeInLeft 0.6s ease-out 0.25s both;
}

.rc-story-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    animation: fadeInUp 0.6s ease-out 0.35s both;
}

.rc-story-stat strong,
.rc-logo-stat strong {
    display: block;
    color: #fff;
    font-size: 1.15rem;
    animation: scaleIn 0.5s ease-out 0.4s both;
}

.rc-story-stat span,
.rc-logo-stat span {
    color: var(--rc-text-muted);
    font-size: .78rem;
    animation: fadeInUp 0.5s ease-out 0.45s both;
}

.rc-solution-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rc-solution-card {
    position: relative;
    padding: 28px;
    overflow: hidden;
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    animation: scaleIn 0.6s ease-out backwards;
}

.rc-solution-card:nth-child(1) {
    animation-delay: 0.1s;
}

.rc-solution-card:nth-child(2) {
    animation-delay: 0.2s;
}

.rc-solution-card:nth-child(3) {
    animation-delay: 0.3s;
}

.rc-solution-card:nth-child(4) {
    animation-delay: 0.4s;
}

.rc-solution-card:nth-child(n+5) {
    animation-delay: 0.5s;
}

.rc-solution-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(168, 127, 255, .4), rgba(0, 212, 255, .2), rgba(124, 255, 178, .28));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .8;
    pointer-events: none;
    animation: glow 3s ease-in-out infinite;
}

.rc-solution-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    background: radial-gradient(circle at top left, rgba(168, 127, 255, .32), rgba(0, 212, 255, .12));
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 0 24px rgba(168, 127, 255, .18);
    animation: slideInDown 0.5s ease-out 0.15s both;
    transition: transform 0.3s ease;
}

.rc-solution-card:hover .rc-solution-icon {
    transform: translateY(-5px) rotateZ(5deg);
}

.rc-solution-card h3,
.rc-brand-copy h3,
.rc-step-card h3,
.rc-footer-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    animation: fadeInLeft 0.5s ease-out 0.2s both;
}

.rc-solution-card p,
.rc-brand-copy p,
.rc-step-card p,
.rc-footer-card p,
.rc-footer-card a,
.rc-footer-note,
.rc-newsletter-copy {
    color: var(--rc-text-muted);
    line-height: 1.7;
    text-decoration: none;
    animation: fadeInUp 0.5s ease-out 0.25s both;
}

.rc-solution-tag {
    display: inline-block;
    margin-top: 16px;
    color: #d4deff;
    font-size: .8rem;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    animation: slideInUp 0.5s ease-out 0.3s both;
    transition: all 0.3s ease;
}

.rc-solution-tag:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(-3px);
}

.rc-brand-grid {
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
}

.rc-brand-copy {
    padding: 24px 8px 24px 0;
    animation: fadeInLeft 0.8s ease-out;
}

.rc-brand-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
    color: #fff;
    animation: slideInLeft 0.7s ease-out 0.15s both;
}

.rc-brand-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: start;
    animation: fadeInRight 0.8s ease-out;
}

.rc-brand-panel {
    padding: 18px;
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    animation: scaleIn 0.6s ease-out backwards;
}

.rc-brand-panel:nth-child(1) {
    animation-delay: 0.2s;
}

.rc-brand-panel:nth-child(2) {
    animation-delay: 0.3s;
}

.rc-brand-panel:nth-child(3) {
    animation-delay: 0.4s;
}

.rc-brand-panel:nth-child(4) {
    animation-delay: 0.5s;
}

.rc-brand-panel.is-offset {
    transform: translateY(34px);
}

.rc-brand-panel img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 14px;
    animation: fadeInUp 0.6s ease-out 0.15s both;
    transition: transform 0.4s ease;
}

.rc-brand-panel:hover img {
    transform: scale(1.05);
}

.rc-brand-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
    font-size: .88rem;
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.rc-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    position: relative;
}

.rc-timeline::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, rgba(168, 127, 255, .2), rgba(0, 212, 255, .45), rgba(124, 255, 178, .25));
    animation: shimmer 2s ease-in-out infinite;
}

.rc-step-card {
    position: relative;
    padding: 88px 24px 24px;
    animation: slideInUp 0.6s ease-out backwards;
}

.rc-step-card:nth-child(1) {
    animation-delay: 0.1s;
}

.rc-step-card:nth-child(2) {
    animation-delay: 0.2s;
}

.rc-step-card:nth-child(3) {
    animation-delay: 0.3s;
}

.rc-step-card:nth-child(4) {
    animation-delay: 0.4s;
}

.rc-step-badge {
    position: absolute;
    top: 0;
    left: 24px;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, rgba(168, 127, 255, .24), rgba(0, 212, 255, .18));
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 0 28px rgba(168, 127, 255, .16);
    transform: translateY(-50%);
    animation: scaleIn 0.5s ease-out 0.2s both;
}

.rc-step-no {
    display: inline-block;
    margin-bottom: 10px;
    font-size: .8rem;
    color: #cfc2ff;
    letter-spacing: .08em;
    text-transform: uppercase;
    animation: fadeInUp 0.5s ease-out 0.25s both;
}

.rc-trust-wrap {
    display: grid;
    gap: 28px;
}

.rc-logo-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rc-logo-card {
    min-height: 108px;
    display: grid;
    place-items: center;
    padding: 22px;
    filter: grayscale(1);
    opacity: .8;
    transition: filter .3s ease, opacity .3s ease, transform .3s ease;
    animation: fadeInUp 0.6s ease-out backwards;
}

.rc-logo-card:nth-child(1) {
    animation-delay: 0.1s;
}

.rc-logo-card:nth-child(2) {
    animation-delay: 0.15s;
}

.rc-logo-card:nth-child(3) {
    animation-delay: 0.2s;
}

.rc-logo-card:nth-child(4) {
    animation-delay: 0.25s;
}

.rc-logo-card:nth-child(5) {
    animation-delay: 0.3s;
}

.rc-logo-card:nth-child(n+6) {
    animation-delay: 0.35s;
}

.rc-logo-card:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-4px);
}

.rc-logo-card img {
    max-width: 140px;
    max-height: 34px;
    object-fit: contain;
    animation: fadeInUp 0.5s ease-out 0.15s both;
}

.rc-trust-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.rc-logo-stat {
    padding: 20px 22px;
    animation: scaleIn 0.6s ease-out backwards;
}

.rc-logo-stat:nth-child(1) {
    animation-delay: 0.15s;
}

.rc-logo-stat:nth-child(2) {
    animation-delay: 0.25s;
}

.rc-logo-stat:nth-child(3) {
    animation-delay: 0.35s;
}

.rc-logo-stat:nth-child(4) {
    animation-delay: 0.45s;
}

.rc-footer {
    background:
        radial-gradient(circle at top left, rgba(168, 127, 255, .12), transparent 32%),
        radial-gradient(circle at top right, rgba(0, 212, 255, .08), transparent 28%),
        #070711;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.rc-footer-grid {
    grid-template-columns: 1.2fr .8fr .8fr .95fr;
    align-items: start;
}

.rc-footer-card {
    padding: 24px;
    min-height: 100%;
    animation: slideInUp 0.6s ease-out backwards;
}

.rc-footer-card:nth-child(1) {
    animation-delay: 0.15s;
}

.rc-footer-card:nth-child(2) {
    animation-delay: 0.25s;
}

.rc-footer-card:nth-child(3) {
    animation-delay: 0.35s;
}

.rc-footer-card:nth-child(4) {
    animation-delay: 0.45s;
}

.rc-footer-brand {
    display: grid;
    gap: 18px;
}

.rc-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.rc-footer-socials a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    transition: transform .25s ease, background .25s ease;
    animation: scaleIn 0.5s ease-out 0.25s both;
}

.rc-footer-socials a:hover {
    transform: translateY(-3px) scale(1.1);
    background: rgba(168, 127, 255, .14);
}

.rc-footer-links {
    display: grid;
    gap: 12px;
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.rc-footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.rc-newsletter {
    display: grid;
    gap: 14px;
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.rc-newsletter-form {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.rc-newsletter-form input {
    height: 52px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1.5px solid rgba(168, 127, 255, .2);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    outline: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: slideInUp 0.6s ease-out 0.2s both;
}

.rc-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.rc-newsletter-form input:focus {
    border-color: rgba(168, 127, 255, .5);
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 0 20px rgba(168, 127, 255, 0.2);
}

.rc-newsletter-form input:hover {
    border-color: rgba(168, 127, 255, .35);
    background: rgba(255, 255, 255, .08);
}

.rc-newsletter-form button {
    height: 52px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, var(--rc-accent), #6c47ff);
    box-shadow: 0 12px 30px rgba(108, 71, 255, .3);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: slideInUp 0.6s ease-out 0.25s both;
}

.rc-newsletter-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(108, 71, 255, .45);
}

.rc-newsletter-form button:active {
    transform: translateY(0);
}



.rc-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: var(--rc-text-muted);
    font-size: .92rem;
}

@media (max-width: 991px) {

    .rc-story-grid,
    .rc-solution-grid,
    .rc-timeline,
    .rc-logo-grid,
    .rc-trust-stats,
    .rc-footer-grid,
    .rc-brand-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rc-timeline::before {
        display: none;
    }

    .rc-brand-panel.is-offset {
        transform: none;
    }
}

@media (max-width: 767px) {

    .rc-story-grid,
    .rc-solution-grid,
    .rc-brand-grid,
    .rc-brand-panels,
    .rc-timeline,
    .rc-logo-grid,
    .rc-trust-stats,
    .rc-footer-grid,
    .rc-story-stats {
        grid-template-columns: 1fr;
    }

    .rc-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Mobile Language Widget Responsive */
    #google_translate_element {
        bottom: 20px;
        left: 20px;
        padding: 8px 10px;
    }

    .goog-te-gadget .goog-te-combo {
        font-size: 12px !important;
        padding: 8px 28px 8px 10px !important;
        background-size: 14px !important;
        background-position: right 6px center !important;
    }

    .goog-te-menu2 {
        font-size: 12px !important;
    }

    .goog-te-menu2-item {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }

    .floating-chat-widgets {
        bottom: 20px;
        right: 20px;
    }

    .chat-widget-btn {
        width: 48px;
        height: 48px;
    }
}

/* ===== Ambient Background Animation ===== */
.rc-ambient-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    pointer-events: none;
    overflow: hidden;
    background: var(--rc-bg, #05050d);
}

.rc-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.5;
    animation: orbFloat 25s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.rc-orb-1 {
    width: 80vw;
    height: 80vw;
    max-width: 800px;
    max-height: 800px;
    background: radial-gradient(circle, var(--rc-accent, #3f6ffb) 0%, transparent 60%);
    top: -20%;
    left: -10%;
    animation-duration: 30s;
}

.rc-orb-2 {
    width: 60vw;
    height: 60vw;
    max-width: 600px;
    max-height: 600px;
    background: radial-gradient(circle, var(--rc-accent-2, #00d4ff) 0%, transparent 60%);
    bottom: -10%;
    right: -10%;
    animation-duration: 35s;
    animation-delay: -10s;
}

.rc-orb-3 {
    width: 50vw;
    height: 50vw;
    max-width: 500px;
    max-height: 500px;
    background: radial-gradient(circle, var(--rc-accent-3, #7cffb2) 0%, transparent 60%);
    top: 40%;
    left: 60%;
    animation-duration: 40s;
    animation-delay: -20s;
    opacity: 0.25;
}

@keyframes orbFloat {
    0% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(6%, 12%) scale(1.1);
    }

    66% {
        transform: translate(-6%, 6%) scale(0.9);
    }

    100% {
        transform: translate(10%, -6%) scale(1.05);
    }
}

/* ===== LIGHT MODE OVERRIDES ===== */
html[data-theme="light"] {
    --rc-bg: #f8fafc;
    --rc-surface: #ffffff;
    --rc-surface-2: #f1f5f9;
    --rc-border: #cbd5e1;
    --rc-text: #0f172a;
    --rc-text-muted: #475569;
    --rc-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

html[data-theme="light"] body {
    background: var(--rc-bg) !important;
    color: var(--rc-text) !important;
}

/* Ambient Background Tweaks */
html[data-theme="light"] .rc-ambient-bg {
    background: var(--rc-bg) !important;
}

html[data-theme="light"] .rc-orb {
    opacity: 0.1 !important;
}

/* Generic Text Overrides */
html[data-theme="light"] p,
html[data-theme="light"] span:not(.rc-gradient-text):not([class*="icon"]):not(.rc-card-tag):not(.rci-dh-link):not(.goog-te-combo):not([class*="step-no"]),
html[data-theme="light"] [style*="color:#94a3b8"],
html[data-theme="light"] [style*="color: #94a3b8"],
html[data-theme="light"] .text-color-secondary {
    color: var(--rc-text-muted) !important;
}

html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] h4,
html[data-theme="light"] h5,
html[data-theme="light"] h2.heading-h2,
html[data-theme="light"] [style*="color:#fff"],
html[data-theme="light"] [style*="color: #fff"],
html[data-theme="light"] [style*="color: white"] {
    color: var(--rc-text) !important;
}

html[data-theme="light"] strong,
html[data-theme="light"] b {
    color: #1e293b !important;
}

/* Sections and Wrappers */
html[data-theme="light"] section.bg-color-purple,
html[data-theme="light"] section.rc-section,
html[data-theme="light"] section,
html[data-theme="light"] footer {
    /* background: var(--rc-bg) !important; */
}

/* Cards and containers */
html[data-theme="light"] .rc-card,
html[data-theme="light"] .rci-glass-card,
html[data-theme="light"] .rc-ai-premium-card,
html[data-theme="light"] .step-card-content,
html[data-theme="light"] .rc-step-card,
html[data-theme="light"] .rc-solution-card,
html[data-theme="light"] .rc-story-card,
html[data-theme="light"] .rc-brand-panel,
html[data-theme="light"] .testi-card,
html[data-theme="light"] .pf-item,
html[data-theme="light"] .rci-accordion-item,
html[data-theme="light"] .rc-footer-card,
html[data-theme="light"] [style*="background:rgba(255,255,255,0.04)"],
html[data-theme="light"] [style*="background: rgba(255, 255, 255, 0.04)"] {
    background: var(--rc-surface) !important;
    border-color: var(--rc-border) !important;
    box-shadow: var(--rc-shadow) !important;
    color: var(--rc-text) !important;
}

/* Stats */
html[data-theme="light"] div[style*="background:rgba(0,212,255,0.08)"],
html[data-theme="light"] div[style*="background:rgba(168,127,255,0.08)"],
html[data-theme="light"] div[style*="background:rgba(127,255,0,0.08)"],
html[data-theme="light"] .step-indicator {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
}

html[data-theme="light"] .rc-ai-premium-card:hover,
html[data-theme="light"] .rc-story-card:hover,
html[data-theme="light"] .rc-solution-card:hover,
html[data-theme="light"] .rc-brand-panel:hover {
    background: var(--rc-surface-2) !important;
    border-color: #3f6ffb !important;
}

/* Desktop Header Specific */
html[data-theme="light"] .rci-desktop-header {
    background: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

html[data-theme="light"] .rci-dh-link {
    color: #334155 !important;
}

html[data-theme="light"] .rci-dh-link:hover {
    color: #3f6ffb !important;
}

html[data-theme="light"] .rci-dh-dropdown-content {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
}

html[data-theme="light"] .rci-dh-dropdown-content a {
    color: #334155 !important;
}

html[data-theme="light"] .rci-dh-dropdown-content a:hover {
    background: #f1f5f9 !important;
    color: #1e293b !important;
}

/* Nested Content Targeting */
html[data-theme="light"] .testi-info h4 {
    color: #0f172a !important;
}

html[data-theme="light"] .testi-text {
    color: #334155 !important;
}

html[data-theme="light"] .rci-accordion-item.active {
    background: #f1f5f9 !important;
    border-color: #94a3b8 !important;
}

html[data-theme="light"] .rc-story-modern-next {
    background: #0f172a !important;
    color: #ffffff !important;
}

html[data-theme="light"] .rc-story-modern-prev {
    background: #ffffff !important;
    color: #0f172a !important;
}

<link href="{{ asset('assets/css/site-pages.css') }}" rel="stylesheet" />.rci-industries-dropdown {
    position: relative
}

.rci-industries-dropdown .rci-dh-dropdown-content {
    min-width: 210px
}

html[data-theme="dark"] .rci-desktop-header {
    background: rgba(8, 9, 18, .88) !important
}

.wf-force-outline-none[tabindex="-1"]:focus {
    outline: none;
}

section.rci-faq-section.section_hero {
    height: auto;
}

section.bg-color-purple {
    width: 100% !important;
    overflow: hidden !important;
}

.video-testimonial-bg {
    width: 100% !important;
    overflow: hidden !important;
}

body {
    transition: opacity ease-in 0.2s;
}

body[unresolved] {
    opacity: 0;
    display: block;
    overflow: hidden;
    position: relative;
}



.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}

html.lenis,
html.lenis body {
    height: auto;
    /* overflow-x: hidden !important; */
}

.worked-logo-wrapper {

    overflow: hidden;
    height: 100;
}

.rci-hero-slider-section {
    height: auto;
}

.splide01-track {
    height: 100px !important;
}

.rci-hero-slider-section {
    position: relative;
    width: 100%;
    background: #05050d;
    overflow: hidden;
    height: auto !important;
}

.pricing_wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.pricing_wrapper::-webkit-scrollbar {
    display: none;
}

[fs-cc="banner"],
[fs-cc="manager"],
[fs-cc="preferences"],
[fs-cc="interaction"] {
    display: none
}

.fusion-element-highlight {
    outline: 2px solid rgb(26, 115, 235) !important;
    outline-style: solid !important;
}

.fusion-element-selected {
    outline: 4px solid rgb(26, 115, 235) !important;
    outline-style: solid !important;
    outline-offset: 0px !important;
}

.fusion-selection-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.05) !important;
    z-index: 2147483647 !important;
    cursor: crosshair !important;
    pointer-events: none !important;
}

.fusion-selection-tooltip {
    position: fixed !important;
    background: #1f2937 !important;
    color: white !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    z-index: 2147483648 !important;
    pointer-events: none !important;
    transform: translate(-50%, -100%) translateY(-10px) !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.fusion-selection-tooltip::after {
    content: '' !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border: 5px solid transparent !important;
    border-top-color: #1f2937 !important;
}


@keyframes fusion-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fusion-label-bounce {
    0% {
        opacity: 0;
        transform: translateY(-10px) scale(0.9);
    }

    50% {
        opacity: 1;
        transform: translateY(0) scale(1.05);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/*   Section wrapper   */
.rci-hero-slider-section {
    position: relative;
    width: 100%;
    background: #05050d;
    overflow: hidden;
}

/*   Swiper container   */
.rci-hero-swiper {
    width: 100%;
    height: 92vh;
    min-height: 560px;
    max-height: 860px;
}

/*   Individual Slide   */
.rci-slide {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Dark overlay on slide BG */
.rci-slide-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(120deg,
                    rgba(5, 5, 18, 0.82) 0%,
                    rgba(5, 5, 18, 0.55) 55%,
                    rgba(5, 5, 18, 0.25) 100%); */
    z-index: 1;
}

/*   Slide inner positioning   */
.rci-slide-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    align-items: center;
    height: 100%;
}

/*   Glassmorphic Card   */
.rci-glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 40px 48px;
    max-width: 640px;
    box-shadow:
        0 8px 48px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    /* entrance animation */
    animation: rciCardIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes rciCardIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Reset animation on non-active slides */
.swiper-slide:not(.swiper-slide-active) .rci-glass-card {
    animation: none;
}

/*   Badge   */
.rci-slide-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(168, 127, 255, 0.12);
    border: 1px solid rgba(168, 127, 255, 0.35);
    border-radius: 999px;
    padding: 6px 16px 6px 10px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c8adff;
    margin-bottom: 20px;
}

.rci-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3f6ffb;
    flex-shrink: 0;
    animation: rciBlink 1.4s ease-in-out infinite;
}

@keyframes rciBlink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/*   Heading   */
.rci-slide-title {
    font-family: 'Outfit', 'Red Hat Display', sans-serif;
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.22;
    margin: 0 0 28px 0;
    letter-spacing: -0.02em;
}

.rci-accent {
    background: linear-gradient(135deg, #3f6ffb 0%, #6c47ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/*   Stats bar   */
.rci-slide-stats {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rci-stat {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    padding: 0 12px;
}

.rci-stat:first-child {
    padding-left: 0;
}

.rci-stat strong {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}

.rci-stat span {
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}

.rci-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

/*   Navigation Arrows   */
.rci-nav-prev,
.rci-nav-next {
    position: absolute;
    bottom: 44px;
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: background 0.2s, transform 0.2s;
}

.rci-nav-prev {
    right: 116px;
    left: auto;
}

.rci-nav-next {
    right: 60px;
    left: auto;
}

.rci-nav-prev::after,
.rci-nav-next::after {
    display: none;
}

.rci-nav-prev:hover,
.rci-nav-next:hover {
    background: rgba(168, 127, 255, 0.25);
    transform: scale(1.05);
}

/*   Pagination   */
.rci-pagination {
    position: absolute !important;
    bottom: 56px !important;
    left: 60px !important;
    right: auto !important;
    width: auto !important;
    z-index: 10;
    display: flex;
    gap: 8px;
    align-items: center;
}

.rci-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
    transition: all 0.35s ease;
}

.rci-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: #3f6ffb;
}

/*   Progress bar   */
.rci-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #3f6ffb, #6c47ff);
    z-index: 10;
    transition: width 0.1s linear;
}

/*   Logo marquee wrapper   */
.rci-logo-marquee-wrap {
    background: rgba(255, 255, 255, 0.025);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/*   Responsive   */
@media (max-width: 900px) {
    .rci-hero-swiper {
        height: 80vh;
        max-height: 700px;
    }

    .rci-slide-inner {
        padding: 0 24px;
        justify-content: center;
    }

    .rci-glass-card {
        max-width: 100%;
        padding: 32px 28px;
        text-align: center;
    }

    .rci-slide-actions {
        justify-content: center;
    }

    .rci-slide-stats {
        justify-content: center;
    }
}

@media (max-width: 580px) {
    .portfolio-filters {
        display: flex;
        justify-content: left !important;
        gap: 8px;
        margin-bottom: 0px !important;
        flex-wrap: nowrap !important;
    }

    .pf-btn {

        padding: 9px 16px !important;

        font-size: 0.7rem !important;
        flex: 1 0 98px;

    }

    .rci-hero-swiper {
        height: 70vh;
        min-height: 300px;
        max-height: 600px;
    }

    .rci-hero-slider-section {

        height: 73vh !important;
    }

    .section-hero-glow-wrapper {
        display: none;
    }

    .rci-glass-card {
        padding: 24px 20px;
    }

    .rci-slide-title {
        font-size: 1.7rem;
    }

    .rci-stat strong {
        font-size: 0.95rem;
    }

    .rci-stat span {
        font-size: 0.65rem;
    }

    .rci-nav-prev {
        right: 80px;
        bottom: 32px;
        width: 40px;
        height: 40px;
    }

    .rci-nav-next {
        right: 28px;
        bottom: 32px;
        width: 40px;
        height: 40px;
    }

    .rci-pagination {
        bottom: 44px !important;
        left: 24px !important;
    }
}

/* Make text look crisper and more legible in all browsers */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
    outline: 0.125rem solid #4d65ff;
    outline-offset: 0.125rem;
}

/* Set color style to inherit */
.inherit-color * {
    color: inherit;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
    margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
    margin-bottom: 0 !important;
}


/* Make sure containers never lose their center alignment */
.container-medium,
.container-small,
.container-large {
    margin-right: auto !important;
    margin-left: auto !important;
}



/* Apply "..." after 3 lines of text */
.text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Apply "..." after 1 lines of text */
.text-style-1lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* These classes are never overwritten */
.hide {
    display: none !important;
}

@media screen and (max-width: 991px) {

    .hide,
    .hide-tablet {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .hide-mobile-landscape {
        display: none !important;
    }
}

@media screen and (max-width: 479px) {
    .hide-mobile {
        display: none !important;
    }
}

.margin-0 {
    margin: 0rem !important;
}

.padding-0 {
    padding: 0rem !important;
}

.spacing-clean {
    padding: 0rem !important;
    margin: 0rem !important;
}

.margin-top {
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
}

.padding-top {
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
}

.margin-right {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
}

.padding-right {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
}

.margin-bottom {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.padding-bottom {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.margin-left {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
}

.padding-left {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
}

.margin-horizontal {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.padding-horizontal {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.margin-vertical {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.padding-vertical {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}


/* New Navbar Design */
.rd-navbar {
    --_action-btn-size: 64px;
    --_curve-round-gap: 6px;
    --_curve-round-radius: 16px;
    --_middle-size: calc(var(--_action-btn-size) + var(--_curve-round-radius) + (var(--_curve-round-gap) * 2));
    --_link-column-size: calc((100vw - var(--_middle-size)) / 4);
    --_top-offset: 80px;
    --_left-offset: calc(50% - (var(--_middle-size) / 2));
    --_right-offset: calc(50% + (var(--_middle-size) / 2));
    --_cutfix: 10px;
    --_left-offset-cutfix: calc(var(--_left-offset) - var(--_cutfix));
    --_right-offset-cutfix: calc(var(--_right-offset) + var(--_cutfix));
}

.rd-navbar_wrapper {
    --_shadow-rgb: 48, 255, 151;
}

.rd-navbar {
    display: grid;
    grid-template-columns: 1fr 1fr auto 1fr 1fr;
}

.rd-navbar_wrapper[data-wf--new-navbar--variant="secondary"] .rd-navbar_curve-shape {
    display: none;
}

.rd-navbar_btn {
    clip-path: inset(0 round var(--color--navbar--btn-border-radius));
}

.rd-navbar_btn_content {
    clip-path: inset(var(--color--navbar--btn-border-width) round calc(var(--color--navbar--btn-border-radius) - var(--color--navbar--btn-border-width)));
}

.rd-navbar_btn_bg {
    background: conic-gradient(from var(--_gradient-angle) at 8.04% 51.79%, #FBFAF6 0deg, rgba(251, 250, 246, 0.00) 360deg), var(--color--solid--primary--500);
    animation: gradient-angle-rotate 3s linear infinite;
}

.rd-navbar_dropdown_list:not(.w--open) {
    opacity: 0;
    visibility: hidden;
}

.rd-navbar_block_card:is(:hover, :focus-visible) .rd-navbar_block_card_image {
    transform: scale(1.2);
}

[data-wf--navbar-dropdown-block--variant="regular"] .rd-navbar_dropdown_block_shape {
    left: 14rem;
}

[data-wf--navbar-dropdown-block--variant="reversed"] .rd-navbar_dropdown_block_shape {
    right: 6.625rem;
}

.rd-navbar_dropdown_block {
    box-shadow: 0px 4px 16px -2px rgba(15, 23, 42, 0.08);
}

.rd-navbar_link.w--open {
    color: #3f6ffb;
}

.rd-navbar_overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.rd-navbar_wrapper:has(.w-dropdown-toggle[aria-expanded="true"]) .rd-navbar_overlay,
.rd-navbar_overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.rd-navbar_block_link {
    -webkit-tap-highlight-color: transparent;
}

.rd-navbar_block_link:not(:hover, :focus-visible) .rd-navbar_block_link_icon {
    opacity: 0;
}

.rd-navbar_block_link:is(:hover, :focus-visible) {
    background-color: rgba(15, 115, 248, 0.15);
    box-shadow: 0 1px 0 var(--color--solid--primary--500);
}

.rd-navbar_block_card:is(:hover, :focus-visible) .rd-navbar_block_card_header_arrow {
    color: var(--color--solid--primary--500);
}

@media screen and (max-width: 767px) {
    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar {
        padding: 16px 0 22px;
        grid-template-columns: 1fr 1fr var(--_middle-size) 1fr 1fr;
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="secondary"] .rd-navbar {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar_btn {
        justify-self: center;
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="secondary"] .rd-navbar_btn {
        grid-column: 1/-1;
        order: -1;
        margin: 7px 20px 20px;
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar_btn::after {
        content: '';
        position: absolute;
        inset: 0;
        box-shadow: inset 0 3px 4px #30ff9766;
        pointer-events: none;
        border-radius: var(--color--navbar--btn-border-radius);
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar_btn_icon {
        font-size: 2rem;
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar_btn_text {
        display: none;
    }

    .rd-navbar_wrapper {
        padding-bottom: 0;
    }

    .rd-navbar_bg {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar_bg {
        clip-path: polygon(0 0, var(--_left-offset) 0, var(--_left-offset) var(--_top-offset), var(--_right-offset) var(--_top-offset), var(--_right-offset) 0, 100% 0, 100% 100%, 0 100%);
    }

    .rd-navbar_curve-shape {
        clip-path: polygon(var(--_left-offset-cutfix) 0, var(--_right-offset-cutfix) 0, var(--_right-offset-cutfix) 100%, var(--_left-offset-cutfix) 100%);
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar_btn {
        --color--navbar--btn-border-radius: 18px;
        width: var(--_action-btn-size);
        height: var(--_action-btn-size);
        transform: translateY(-60%);
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar_btn_content {
        padding: 5px;
    }

    .rd-navbar_dropdown_block {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar_dropdown_block {
        padding-bottom: 150px;
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="secondary"] .rd-navbar_dropdown_block {
        padding-bottom: 180px;
    }

    .rd-navbar_dropdown_list {
        max-height: 100vh;
        overflow-y: auto;
    }

    .rd-navbar_dropdown_list:not(.w--open) {
        transform: translateY(100%);
    }

    .rd-navbar_dropdown.cc-hide_mobile {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar {
        padding: 4px 0;
    }

    .rd-navbar_link_text {
        display: none;
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar_btn {
        transform: translateY(-40%);
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar_dropdown_block {
        padding-bottom: 115px;
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="secondary"] .rd-navbar_dropdown_block {
        padding-bottom: 155px;
    }

    .f-logo-block {
        padding-bottom: 5rem;
    }
}

@media screen and (min-width: 768px) {
    .rd-navbar_link.cc-hide_desktop {
        display: none;
    }

    .rd-navbar_wrapper[data-wf--new-navbar--variant="primary"] .rd-navbar_curve-shape,
    .rd-navbar_link_icon {
        display: none;
    }

    .rd-navbar_dropdown .rd-navbar_link {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .rd-navbar_dropdown_list {
        bottom: 96px;
        padding-bottom: 28px;
    }

    .rd-navbar_link:is(:hover, :focus-visible) {
        color: #3f6ffb;
    }

    .rd-navbar_dropdown_list {
        transition: all .6s cubic-bezier(0.45, 0, 0.55, 1);
    }
}

.rc-theme-btn {
    background: rgba(168, 127, 255, 0.1);
    border: 1px solid rgba(168, 127, 255, 0.3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3f6ffb;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rc-theme-btn:hover {
    background: rgba(168, 127, 255, 0.25);
    color: #fff;
    transform: scale(1.05);
}

.rc-theme-btn svg {
    width: 18px;
    height: 18px;
}

@media screen and (min-width: 768px) {

    .brand-logo-wrapper,
    .rd-navbar_wrapper {
        display: none !important;
    }

    /* Ensure translate element respects the desktop navbar layout */
    #desktop-translate-wrapper #google_translate_element {
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        margin: 0 !important;
        display: block !important;
    }
}

@media screen and (max-width: 767px) {

    .rci-desktop-header,
    .hide-mobile {
        display: none !important;
    }
}

.rci-desktop-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 60px;
    background: rgba(5, 5, 13, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rci-dh-logo img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.rci-dh-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.rci-dh-link {
    color: #f8f8fc;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.rci-dh-link:hover {
    color: #3f6ffb;
}

/* Start a project hover */
a.rci-dh-link[style*="border-radius: 99px"]:hover {
    background: rgba(168, 127, 255, 0.25) !important;
    border-color: rgba(168, 127, 255, 0.6) !important;
    box-shadow: 0 4px 16px rgba(168, 127, 255, 0.2) !important;
}

.rci-dh-dropdown {
    position: relative;
    padding: 10px 0;
}

.rci-dh-dropdown-content {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    background: rgba(15, 15, 23, 0.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.rci-dh-dropdown:hover .rci-dh-dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}

.rci-dh-dropdown-content a {
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 24px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    transition: background 0.3s, color 0.3s;
}

.rci-dh-dropdown-content a:hover {
    background: rgba(168, 127, 255, 0.1);
    color: #fff;
}

.rci-dh-right {
    min-width: 150px;
    display: flex;
    justify-content: flex-end;
}

/* Apply spacing for the hero section since the header is absolute */
.rci-hero-slider-section {
    padding-top: 20px !important;
}

@media (max-width: 991px) {
    .rci-hero-anim-right {
        display: none !important;
    }
}

.rci-tech-network {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
    animation: rci-float-net 6s ease-in-out infinite;
}

.rci-wire {
    fill: none;
    stroke: rgba(168, 127, 255, 0.3);
    stroke-width: 1.5;
}

.rci-wire-curved {
    fill: none;
    stroke: rgba(0, 212, 255, 0.3);
    stroke-width: 1.5;
    stroke-dasharray: 6 6;
    animation: rci-dash-flow 10s linear infinite;
}

.rci-packet {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: url(#rciGlow);
}

.rci-p1 {
    stroke: #00d4ff;
    animation: rci-trace-packet 3s linear infinite;
}

.rci-p2 {
    stroke: #3f6ffb;
    animation: rci-trace-packet 2.5s linear infinite 1s;
}

.rci-p3 {
    stroke: #00ff99;
    animation: rci-trace-packet 3s linear infinite 2s;
}

.rci-p4 {
    stroke: #ffaa00;
    animation: rci-trace-packet 3.5s linear infinite 0.5s;
}

.rci-node-pulse {
    animation: rci-pulse-node 2s infinite alternate ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

.rci-node-ring {
    animation: rci-spin-ring 15s linear infinite;
    transform-origin: 200px 200px;
}

.rci-node-ring-reverse {
    animation: rci-spin-ring-reverse 20s linear infinite;
    transform-origin: 200px 200px;
}

.rci-node-center-square {
    animation: rci-rotate-square 15s linear infinite;
    transform-origin: 200px 200px;
}

.rci-tech-text {
    animation: rci-blink 4s step-end infinite;
}

@keyframes rci-float-net {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    50% {
        transform: translateY(-52%) rotate(1.5deg);
    }

    100% {
        transform: translateY(-50%) rotate(0deg);
    }
}

@keyframes rci-dash-flow {
    from {
        stroke-dashoffset: 200;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes rci-trace-packet {
    0% {
        stroke-dasharray: 0 100;
        stroke-dashoffset: 0;
        opacity: 0;
    }

    10% {
        stroke-dasharray: 5 100;
        opacity: 1;
    }

    90% {
        stroke-dasharray: 5 100;
        opacity: 1;
    }

    100% {
        stroke-dasharray: 0 100;
        stroke-dashoffset: -100;
        opacity: 0;
    }
}

@keyframes rci-pulse-node {
    0% {
        filter: drop-shadow(0 0 5px rgba(168, 127, 255, 0.4));
        transform: scale(0.95);
        opacity: 0.8;
    }

    100% {
        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 1));
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes rci-spin-ring {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rci-spin-ring-reverse {
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rci-rotate-square {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rci-blink {

    0%,
    95% {
        opacity: 1;
    }

    96%,
    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

html[data-theme="light"] .rci-tech-text {
    fill: #334155;
}

html[data-theme="light"] .rci-node-center-square {
    stroke: #334155;
}

html[data-theme="light"] .rci-wire {
    stroke: rgba(0, 0, 0, 0.2) !important;
}

html[data-theme="light"] .rci-wire-curved {
    stroke: rgba(0, 0, 0, 0.3) !important;
}

html[data-theme="light"] .rci-packet {
    filter: none !important;
}

.rc-services-wrap {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 28px
}

.rc-services-head {
    text-align: center;
    margin-bottom: 56px
}

.rc-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(168, 127, 255, 0.12);
    color: #3f6ffb;
    border: 1px solid rgba(168, 127, 255, 0.35);
    border-radius: 999px;
    padding: 7px 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px
}

.rc-tag-pill::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #3f6ffb;
    border-radius: 50%;
    display: inline-block
}

.rc-services-head h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.2
}

.rc-services-head h2 em {
    color: #3f6ffb;
    font-style: normal
}

.rc-services-head p {
    color: #94a3b8;
    font-size: 1rem;
    margin: 0
}

.rc-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

@media(max-width:1024px) {
    .rc-services-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:600px) {
    .rc-services-grid {
        grid-template-columns: 1fr
    }
}

.rc-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 36px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden
}

.rc-card:hover {
    transform: translateY(-10px);
    border-color: rgba(168, 127, 255, 0.6);
    background: rgba(168, 127, 255, 0.07);
    box-shadow: 0 20px 40px rgba(168, 127, 255, 0.15)
}

.rc-card-icon {
    width: 72px;
    height: 72px;
    background: rgba(168, 127, 255, 0.15);
    background: rgb(79 123 251);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 20px;
    border: 1px solid rgba(168, 127, 255, 0.2);
    transition: transform 0.3s ease;
    color: white;
}

.rc-card:hover .rc-card-icon {
    transform: scale(1.1)
}

.rc-card h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.3
}

.rc-card p {
    color: #94a3b8;
    font-size: 0.88rem;
    line-height: 1.7;
    margin: 0
}

.rc-card-num {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 2.6rem;
    font-weight: 800;
    color: rgba(168, 127, 255, 0.07);
    line-height: 1
}

.rc-card-tag {
    display: inline-block;
    background: rgba(168, 127, 255, 0.12);
    color: #3f6ffb;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 12px;
    border: 1px solid rgba(168, 127, 255, 0.25)
}

.cs_card-block {
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.cs_card-block:nth-child(even) {
    transform: translateX(80px);
}

.cs_card-block.rci-visible {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 991px) {
    #success-stories .rc-story-modern-card {
        min-width: 300px !important;
        flex-basis: 300px !important;
        height: 580px !important;
    }
}

@media (max-width: 767px) {
    #success-stories {
        padding: 90px 0 !important;
    }

    #success-stories .rc-story-modern-card {
        min-width: 82vw !important;
        flex-basis: 82vw !important;
        height: 520px !important;
        border-radius: 26px !important;
    }
}

.rc-ai-premium-card:hover {
    transform: translateY(-12px);
    border-color: inherit;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)) !important;
}

.rc-ai-premium-card:hover .ai-card-overlay {
    opacity: 1 !important;
}

.rc-ai-premium-card:hover .ai-icon-box {
    transform: scale(1.15);
    box-shadow: 0 12px 32px currentColor;
    box-shadow: 0 12px 32px rgba(0, 212, 255, 0.25) !important;
}

@media (max-width: 991px) {
    #ai-solutions {
        padding: 80px 0 !important;
    }

    #ai-solutions .rc-head {
        margin-bottom: 50px !important;
    }
}

@media (max-width: 600px) {
    #ai-solutions {
        padding: 60px 0 !important;
    }

    .rc-ai-premium-card {
        padding: 32px 20px !important;
    }

    .rc-ai-premium-card:hover {
        transform: translateY(-8px);
    }
}

.portfolio-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.pf-btn {
    background: rgb(9 147 220);
    border: 1px solid rgba(168, 127, 255, 0.3);
    color: #000;
    padding: 12px 28px;
    border-radius: 99px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pf-btn.active,
.pf-btn:hover {
    background: rgb(16 35 29);
    border-color: rgba(168, 127, 255, 0.8);
    color: #fff;
    box-shadow: 0 4px 16px rgba(168, 127, 255, 0.2);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 30px;
}

.pf-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    height: 340px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pf-item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pf-item:hover {
    box-shadow: 0 20px 40px rgba(168, 127, 255, 0.15);
    border-color: rgba(168, 127, 255, 0.3);
    background: rgba(255, 255, 255, 0.06);
}

.pf-item:hover img {
    transform: scale(1.08) translateY(-8px);
}

/* Animation for the first right to left marquee */
@keyframes servicesslide {
    0% {
        transform: translateX(calc(0% + 50px));
    }

    100% {
        transform: translateX(-100%);
    }
}

.text-animate {
    animation: servicesslide 20s infinite linear;
    /* Adjust the seconds for a slower or faster animation */
}


/* Animation for the second left to right marquee */
@keyframes servicesslidealt {
    0% {
        transform: translateX(calc(0% + 50px));
    }

    100% {
        transform: translateX(-100%);
    }
}

.text-animate-alt {
    animation: servicesslidealt 20s infinite linear;
    /* Adjust the seconds for a slower or faster animation */
    animation-direction: reverse;
}

.rc-trust-card {
    padding: 26px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
    text-align: center;
}

.rc-trust-card strong {
    display: block;
    font-size: 1.8rem;
    color: #fff;
}

.rc-trust-card span {
    color: rgba(255, 255, 255, .6);
    font-size: .9rem;
}

.rc-logo-marquee {
    overflow: hidden;
    position: relative;
}

.rc-logo-marquee-track {
    display: flex;
    gap: 60px;
    animation: rcScroll 28s linear infinite;
}

.rc-logo-box {
    height: 90px;
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
    opacity: .7;
    transition: .3s;
}

.rc-logo-box img {
    max-height: 36px;
}

.rc-logo-box:hover {
    filter: none;
    opacity: 1;
    transform: translateY(-4px);
}

@keyframes rcScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@media(max-width:991px) {
    .rc-trust-card {
        padding: 20px
    }

    #trusted-logos div[style*="grid-template-columns"] {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media(max-width:767px) {
    .rc-logo-marquee-track {
        gap: 30px
    }

    .rc-logo-box {
        min-width: 120px
    }
}

/* Testimonials Styles */
.rci-testi-swiper {
    overflow: visible !important;
    cursor: grab;
}

.rci-testi-swiper:active {
    cursor: grabbing;
}

.testi-card {
    background: var(--rc-surface);
    border: 1px solid var(--rc-border);
    border-radius: var(--rc-radius);
    padding: 40px;
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* height: 100%; */
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.rci-testi-slide {
    height: auto;
}

.testi-card:hover {
    border-color: rgba(168, 127, 255, 0.4);
    transform: translateY(-5px);
}

.testi-stars {
    color: #facc15;
    font-size: 1.3rem;
    letter-spacing: 3px;
    line-height: 1;
}

.testi-text {
    font-size: 1.125rem;
    color: var(--rc-text);
    line-height: 1.6;
    font-style: italic;
}

.testi-user {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
}

.testi-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.testi-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.testi-info h4 {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.2;
}

.testi-info span {
    color: var(--rc-text-muted);
    font-size: 0.85rem;
    font-weight: 500;
}

/* Split FAQ Styles */
.rci-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    align-items: start;
}

@media (max-width: 991px) {
    .rci-faq-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

.rci-faq-left {
    position: sticky;
    top: 120px;
}

.rci-accordion-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.rci-accordion-item.active {
    background: rgba(168, 127, 255, 0.06);
    border-color: rgba(168, 127, 255, 0.4);
}

.rci-accordion-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.rci-accordion-icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: #3f6ffb;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rci-accordion-item.active .rci-accordion-icon {
    transform: rotate(45deg);
}

.rci-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.rci-accordion-content p {
    padding: 0 32px 32px 32px;
    margin: 0;
    color: var(--rc-text-muted);
    line-height: 1.7;
    font-size: 1.05rem;
}

.text-color-main {
    color: #f2f2f2;
}

.rc-form-input:focus {
    border-color: var(--rc-accent) !important;
    box-shadow: 0 0 0 4px rgba(168, 127, 255, 0.1) !important;
    background: rgba(0, 0, 0, 0.25) !important;
}

@media (max-width: 991px) {
    .rc-contact-grid {
        grid-template-columns: 1fr !important;
        gap: 56px !important;
    }

    .rc-form-card {
        padding: 32px !important;
    }
}

.placeholder {
    color: gray;
}

.selected {
    color: black;
}

html[data-theme="light"] .rc-form-input {
    background: rgba(255, 255, 255, 0.5) !important;
    /* color: #ffffff !important; */
}

html[data-theme="light"] .rc-form-input:focus {
    /* background: #ffffff !important; */
}

html[data-theme="light"] .rc-form-input::placeholder {
    color: #000000 !important;
}

html[data-theme="light"] select::selection {
    color: #000000 !important;
}

html[data-theme="light"] .rc-contact-method div svg {
    color: currentColor !important;
}

@font-face {
    font-family: FigtreeVF;
    src: url(chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2) format("woff2 supports variations"), url(chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2) format("woff2-variations");
    font-weight: 100 1000;
    font-display: swap
}

/* Language Selector Container */
#google_translate_element {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
}

/* Style the Google Translate select to match modern design */
.goog-te-gadget {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    background: transparent !important;
}

.goog-te-gadget .goog-te-combo {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background: rgba(20, 20, 30, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px !important;
    padding: 12px 36px 12px 16px !important;
    margin: 0 !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.8)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px !important;
    min-width: 180px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.goog-te-gadget .goog-te-combo:hover {
    background: rgba(30, 28, 45, 0.98) !important;
    border-color: rgba(168, 127, 255, 0.6) !important;
    box-shadow: 0 6px 20px rgba(168, 127, 255, 0.15) !important;
}

.goog-te-gadget .goog-te-combo:focus {
    outline: none !important;
    border-color: rgba(168, 127, 255, 0.8) !important;
}

/* Hide Google branding and "Powered by" text */
.goog-te-gadget span,
.goog-te-gadget a,
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0 !important;
}

/* Hide Google Translate banner */
.goog-te-banner-frame.skiptranslate,
iframe.skiptranslate,
.goog-te-banner-frame,
.skiptranslate iframe,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

/* Fix body shift */
body {
    top: 0 !important;
    position: static !important;
}

/* Remove top bar */
body>.skiptranslate {
    display: none !important;
}

/* Floating Chat Widgets */
.floating-chat-widgets {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 9999;
}

.chat-widget-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.chat-widget-btn:hover {
    transform: scale(1.15) translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.chat-widget-btn::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 70px;
    background: rgba(17, 17, 17, 0.95);
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.chat-widget-btn:hover::before {
    opacity: 1;
    visibility: visible;
    right: 74px;
}


.chat-widget-btn svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

@media (max-width: 768px) {
    .floating-chat-widgets {
        bottom: 20px;
        right: 20px;
        gap: 12px;
    }

    .chat-widget-btn {
        width: 50px;
        height: 50px;
    }

    .chat-widget-btn svg {
        width: 26px;
        height: 26px;
    }

    #google_translate_element {
        bottom: 99px;
        left: -3px;
        display: none;
    }

    .goog-te-gadget .goog-te-combo {
        min-width: 150px !important;
        padding: 10px 32px 10px 14px !important;
        font-size: 13px !important;
    }

    .chat-widget-btn::before {
        display: none;
    }
}

/* Demo content styles */
.demo-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
    border-radius: 20px;
    z-index: 1;
    max-width: 500px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.demo-content h1 {
    margin-bottom: 20px;
    font-size: 28px;
}

.demo-content p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.demo-content button {
    margin-top: 20px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #3f6ffb, #00d4ff);
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.2s;
}

.demo-content button:hover {
    transform: scale(1.05);
}
