/* Intro landing — App Landing Page (Figma) */

:root {
    --intro-cyan: #B91F4D;
    --intro-cyan-dark: #8F173B;
    --intro-navy: #123768;
    --intro-slate: #706571;
    --intro-bg: #f4f7fb;
    --intro-card: #ffffff;
    --intro-border: #F0DCE4;
    --intro-success: #27B86A;
    --intro-danger: #EF2953;
    --intro-gradient-hero: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(185, 31, 77, 0.18), transparent 55%),
        radial-gradient(ellipse 60% 50% at 15% 100%, rgba(79, 124, 255, 0.12), transparent 50%);
    --intro-shadow: 0 22px 52px rgba(17, 64, 124, 0.12);
    --intro-shadow-sm: 0 12px 28px rgba(17, 64, 124, 0.08);
}

html.intro-landing,
html.intro-landing body {
    font-family: "mainFont", sans-serif;
    color: var(--intro-slate);
}

html.intro-landing .body-content {
    background: linear-gradient(180deg, #ffffff 0%, #f4f7ff 55%, #f8fafc 100%);
}

/* Header */
html.intro-landing header {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06) !important;
    padding: 10px 0 !important;
}

html.intro-landing .intro-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: nowrap;
}

html.intro-landing .intro-logo img.the-logo {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

html.intro-landing .nav_bar {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center !important;
    gap: 0.25rem 1rem;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

html.intro-landing .nav_bar li a {
    color: var(--intro-navy) !important;
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.35rem 0;
}

html.intro-landing .nav_bar li a:hover,
html.intro-landing .nav_bar li a.active {
    color: var(--intro-cyan) !important;
}

html.intro-landing .intro-header-tools {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

html.intro-landing .intro-header-tools .dropdown-toggle {
    color: var(--intro-navy);
    font-weight: 600;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
}

html.intro-landing .close-open-nav > div span {
    background: var(--intro-navy) !important;
}

html.intro-landing .dropdown-menu {
    border-color: rgba(56, 189, 248, 0.35);
}

html.intro-landing .dropdown-menu .dropdown-item {
    color: var(--intro-navy);
}

/* Hero */
html.intro-landing .hero-section.owl-carousel .item {
    min-height: 520px;
    display: flex;
    align-items: center;
}

html.intro-landing .hero-section .info_owl {
    width: 100%;
    height: auto !important;
    min-height: 480px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
    background: var(--intro-gradient-hero);
    padding: 2.5rem 0 3.5rem;
}

html.intro-landing .hero-section .hero-row {
    align-items: center;
}

html.intro-landing .hero-title {
    font-size: clamp(1.65rem, 4vw, 2.65rem);
    font-weight: 800;
    color: var(--intro-navy);
    line-height: 1.25;
    margin-bottom: 1rem;
}

html.intro-landing .hero-title .hero-title-accent {
    color: var(--intro-cyan);
    font-weight: 800;
}

html.intro-landing .hero-desc {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--intro-slate);
    margin-bottom: 1.75rem;
    max-width: 36rem;
}

html.intro-landing .hero-desc.download-app-html p {
    margin-bottom: 0.85rem;
    color: var(--intro-slate) !important;
}

html.intro-landing .hero-desc.download-app-html p:last-child {
    margin-bottom: 0;
}

html.intro-landing .hero-desc.download-app-html ul,
html.intro-landing .hero-desc.download-app-html ol {
    margin: 0.5rem 0 0.85rem;
    padding-inline-start: 1.25rem;
}

html.intro-landing .hero-stores {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

html.intro-landing .btn-store {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 1.35rem;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.88rem;
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 48px;
}

html.intro-landing .btn-store:hover {
    transform: translateY(-2px);
    box-shadow: var(--intro-shadow-sm);
    color: inherit;
    text-decoration: none;
}

html.intro-landing .btn-store--apple {
    background: #fff;
    color: var(--intro-cyan-dark);
    border: 2px solid rgba(56, 189, 248, 0.55);
}

html.intro-landing .btn-store--google {
    background: linear-gradient(135deg, var(--intro-cyan), var(--intro-cyan-dark));
    color: #fff;
    border: 2px solid transparent;
}

html.intro-landing .btn-store__icon {
    font-size: 1.4rem;
    line-height: 1;
}

html.intro-landing .btn-store--apple .btn-store__icon {
    color: var(--intro-cyan-dark);
}

html.intro-landing .btn-store--google .btn-store__icon {
    color: #fff;
}

html.intro-landing .hero-section .img_owl_index {
    position: relative !important;
    width: 100% !important;
    max-width: 440px;
    height: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    border-radius: 24px;
    overflow: hidden;
    margin-inline: auto;
    box-shadow: var(--intro-shadow);
}

html.intro-landing .hero-section .img_owl_index::after {
    display: none !important;
}

html.intro-landing .hero-section .img_owl_index img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

html.intro-landing .hero-section .ads_wol {
    max-width: none;
    margin: 0;
    position: relative;
    z-index: 2;
}

html.intro-landing .intro-sliders-section {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 3.75rem;
}

html.intro-landing .intro-sliders-section .intro-slider-item {
    width: 100%;
}

html.intro-landing .intro-sliders-section .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    transform: translateY(-50%);
    width: 100% !important;
    margin: 0;
    padding: 0 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 6;
}

html.intro-landing .intro-sliders-section .owl-nav > div,
html.intro-landing .intro-sliders-section .owl-nav button {
    pointer-events: auto;
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    background: color-mix(in srgb, var(--intro-card) 88%, transparent) !important;
    border: 1px solid var(--intro-border) !important;
    color: var(--intro-primary) !important;
    box-shadow: var(--intro-shadow-sm);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

html.intro-landing .intro-sliders-section .owl-nav > div i,
html.intro-landing .intro-sliders-section .owl-nav button i {
    font-size: 0.95rem;
    line-height: 1;
    color: inherit !important;
}

html.intro-landing .intro-sliders-section .owl-nav > div:hover,
html.intro-landing .intro-sliders-section .owl-nav button:hover {
    background: var(--intro-primary) !important;
    border-color: transparent !important;
    color: #fff !important;
    transform: scale(1.04);
}

html.intro-landing .intro-sliders-section .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 1.15rem;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 0;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--intro-card) 82%, transparent);
    border: 1px solid var(--intro-border);
    box-shadow: var(--intro-shadow-sm);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

html.intro-landing .intro-sliders-section .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    border-radius: 999px;
    background: rgba(var(--intro-primary-rgb), 0.22) !important;
    transition: width 0.25s ease, background-color 0.25s ease;
}

html.intro-landing .intro-sliders-section .owl-dot::after {
    display: none !important;
}

html.intro-landing .intro-sliders-section .owl-dot.active {
    width: 24px;
    background: var(--intro-primary) !important;
}

html.intro-landing .intro-section-anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    html.intro-landing .intro-sliders-section {
        padding-bottom: 3.25rem;
    }

    html.intro-landing .intro-sliders-section .owl-nav {
        padding: 0 0.35rem;
    }

    html.intro-landing .intro-sliders-section .owl-nav > div,
    html.intro-landing .intro-sliders-section .owl-nav button {
        width: 40px;
        height: 40px;
    }

    html.intro-landing .intro-sliders-section .owl-dots {
        bottom: 0.85rem;
    }
}

html.intro-landing .intro-slider-html p {
    margin-bottom: 0.85rem;
    color: var(--intro-slate) !important;
}

html.intro-landing .intro-slider-html p:last-child {
    margin-bottom: 0;
}

html.intro-landing .hero-section .owl-dots {
    bottom: 1.25rem;
}

html.intro-landing .hero-section .owl-nav {
    bottom: 0.75rem;
}

html.intro-landing .hero-section .owl-nav > div {
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, 0.1) !important;
    color: var(--intro-navy) !important;
}

html.intro-landing .hero-section .owl-nav > div:hover {
    background: var(--intro-cyan) !important;
    color: #fff !important;
}

html.intro-landing .hero-section .owl-dot.active {
    background: var(--intro-cyan) !important;
}

/* Sections */
html.intro-landing .sec-padd {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

html.intro-landing .section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2.25rem;
}

html.intro-landing .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.12);
    color: var(--intro-cyan-dark);
    font-weight: 700;
    font-size: 0.88rem;
    margin-bottom: 0.75rem;
}

html.intro-landing .section-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--intro-cyan);
}

html.intro-landing .section-title {
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    font-weight: 800;
    color: var(--intro-navy);
    margin-bottom: 0.65rem;
    line-height: 1.35;
}

html.intro-landing .section-title .text-accent {
    color: var(--intro-cyan);
}

html.intro-landing .section-sub {
    color: var(--intro-slate);
    font-size: 1.02rem;
    line-height: 1.75;
    margin: 0;
}

/* About */
html.intro-landing #who_we {
    background: #fff;
}

html.intro-landing .about-grid {
    align-items: center;
}

/* LTR: نفس الترتيب البصري (نص يسار، صور يمين) */
html.intro-landing[dir="ltr"] .about-grid {
    flex-direction: row-reverse;
}

html.intro-landing .about-copy {
    padding-inline-end: 0.5rem;
}

html.intro-landing .about-body,
html.intro-landing .about-html {
    font-size: 1.02rem;
    line-height: 1.9;
    color: var(--intro-slate);
}

/* محتوى من CKEditor: فقرات، عناوين، قوائم */
html.intro-landing .about-html p {
    margin-bottom: 1rem;
}

html.intro-landing .about-html p:last-child {
    margin-bottom: 0;
}

html.intro-landing .about-html ul,
html.intro-landing .about-html ol {
    margin: 0.75rem 0 1rem;
    padding-inline-start: 1.25rem;
}

html.intro-landing .about-html li {
    margin-bottom: 0.35rem;
}

html.intro-landing .about-html h1,
html.intro-landing .about-html h2,
html.intro-landing .about-html h3,
html.intro-landing .about-html h4 {
    color: var(--intro-navy);
    margin: 1.25rem 0 0.75rem;
    font-weight: 800;
}

html.intro-landing .about-html h1:first-child,
html.intro-landing .about-html h2:first-child,
html.intro-landing .about-html h3:first-child,
html.intro-landing .about-html h4:first-child {
    margin-top: 0;
}

html.intro-landing .about-html a {
    color: var(--intro-cyan-dark);
    text-decoration: underline;
}

html.intro-landing .about-html img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

html.intro-landing .about-visual {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html.intro-landing .about-visual .deco {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 18px;
    background: rgba(139, 92, 246, 0.12);
    z-index: 0;
}

html.intro-landing .about-visual .deco-1 {
    top: 6%;
    inset-inline-end: 4%;
    transform: rotate(12deg);
}

html.intro-landing .about-visual .deco-2 {
    bottom: 4%;
    inset-inline-start: 6%;
    transform: rotate(-10deg);
}

html.intro-landing .about-visual .img_info_JM.about-phones {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px;
    min-height: 320px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

html.intro-landing .about-visual .about-phone {
    border-radius: 28px;
    box-shadow: var(--intro-shadow);
    object-fit: cover;
    display: block;
}

/* الهاتف الأمامي (صورة 1 من الإعدادات) */
html.intro-landing .about-visual .about-phone--front {
    position: relative;
    z-index: 3;
    width: min(270px, 82vw);
    height: auto;
    max-height: 520px;
}

/* الهاتف الخلفي (صورة 2) — يتموضع خلف الجهاز الأمامي */
html.intro-landing .about-visual .about-phone--back {
    position: absolute;
    z-index: 2;
    width: min(220px, 72vw);
    height: auto;
    max-height: 450px;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 0;
}

/* Services */
html.intro-landing #our_service {
    background: linear-gradient(180deg, #e8f4fc 0%, #ffffff 100%) !important;
}

html.intro-landing .service-card {
    background: var(--intro-card) !important;
    border-radius: 20px;
    padding: 1.5rem 1.2rem;
    margin-bottom: 1rem;
    box-shadow: var(--intro-shadow-sm);
    border: 1px solid rgba(15, 23, 42, 0.05);
    min-height: calc(100% - 1rem);
    position: relative;
    overflow: visible !important;
    transition: box-shadow 0.25s, transform 0.25s;
}

html.intro-landing .service-card:hover {
    box-shadow: var(--intro-shadow);
    transform: translateY(-4px);
}

html.intro-landing .service-card::after {
    display: none !important;
}

html.intro-landing .service-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(56, 189, 248, 0.14);
    color: var(--intro-cyan-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

html.intro-landing .service-card h6 {
    color: var(--intro-navy);
    font-size: 1.05rem;
    margin-bottom: 0.55rem;
}

html.intro-landing .service-card p {
    color: var(--intro-slate);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

html.intro-landing #our_service .row {
    row-gap: 1.75rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

html.intro-landing #our_service .row > [class*="col-"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

html.intro-landing #our_service .service-card {
    margin-bottom: 0;
}

/* How we work */
html.intro-landing #how_work {
    background: var(--intro-page, var(--intro-bg));
}

html.intro-landing .how-work-carousel-wrap {
    max-width: 1040px;
    margin: 0 auto;
}

html.intro-landing .how-work-carousel-wrap .owl-how-work {
    position: relative;
}

html.intro-landing .how-phone-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--intro-card);
    border: 1px solid var(--intro-border);
    border-radius: 24px;
    box-shadow: var(--intro-shadow-sm);
    padding: 1.35rem 1rem 1.5rem;
    min-height: 100%;
}

html.intro-landing .how-phone-card img {
    width: 100%;
    max-width: 220px;
    height: auto;
    aspect-ratio: 9 / 19;
    object-fit: cover;
    border-radius: 22px;
    margin: 0 auto 1.15rem;
    box-shadow: var(--intro-shadow);
    border: 1px solid var(--intro-border);
}

html.intro-landing .how-phone-card .how-caption {
    font-weight: 700;
    color: var(--intro-navy);
    font-size: 1rem;
    line-height: 1.65;
    padding: 0 0.35rem;
    min-height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

html.intro-landing .owl-how-work .owl-stage-outer {
    margin-bottom: 0.35rem;
}

html.intro-landing .owl-how-work .owl-dots {
    position: static;
    transform: none;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.35rem;
}

html.intro-landing .owl-how-work .owl-nav {
    position: static;
    transform: none;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.85rem;
    width: auto !important;
    margin-top: 1rem;
}

html.intro-landing .owl-how-work .owl-nav > div {
    background: var(--intro-card) !important;
    border: 1px solid var(--intro-border) !important;
    color: var(--intro-navy) !important;
    box-shadow: var(--intro-shadow-sm);
}

html.intro-landing .owl-how-work .owl-nav > div:hover {
    background: var(--intro-cyan) !important;
    border-color: transparent !important;
    color: #fff !important;
}

html.intro-landing .owl-how-work .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0;
    background: rgba(var(--intro-primary-rgb, 185, 31, 77), 0.18);
    border-radius: 999px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

html.intro-landing .owl-how-work .owl-dot::after {
    display: none;
}

html.intro-landing .owl-how-work .owl-dot.active {
    width: 28px;
    background: var(--intro-cyan) !important;
}

html.intro-landing .owl-how-work .owl-item.center .how-phone-card {
    transform: translateY(-4px);
    box-shadow: var(--intro-shadow);
}

html.intro-landing .owl-how-work .owl-item.center .how-phone-card img {
    max-width: 236px;
}

/* FAQ */
html.intro-landing #FAQ {
    background: linear-gradient(180deg, #f0f4ff 0%, #ffffff 100%) !important;
}

html.intro-landing #FAQ .nav-pills {
    justify-content: center !important;
    gap: 0.65rem;
    flex-wrap: wrap;
}

html.intro-landing #FAQ .nav-pills .nav-item {
    margin: 0;
}

html.intro-landing #FAQ .nav-pills .nav-link {
    width: auto !important;
    min-width: 130px;
    height: auto !important;
    line-height: 1.35 !important;
    padding: 0.75rem 1rem !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: var(--intro-slate) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-weight: 700;
    margin: 0 !important;
}

html.intro-landing #FAQ .nav-pills .nav-link i {
    opacity: 0.75;
}

html.intro-landing #FAQ .nav-pills .nav-link.active {
    background: linear-gradient(135deg, var(--intro-cyan), var(--intro-cyan-dark)) !important;
    color: #fff !important;
    border-color: transparent !important;
}

html.intro-landing #FAQ .nav-pills .nav-link.active i {
    opacity: 1;
    color: #fff;
}

html.intro-landing .faq-accordion .faq-item {
    background: var(--intro-card);
    border-radius: 18px;
    box-shadow: var(--intro-shadow-sm);
    border: 1px solid var(--intro-border);
    margin-bottom: 0.85rem;
    overflow: hidden;
}

html.intro-landing .faq-accordion .faq-head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem 1.15rem;
    text-align: start;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--intro-navy);
}

html.intro-landing .faq-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(56, 189, 248, 0.18);
    color: var(--intro-cyan-dark);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

html.intro-landing .faq-accordion .collapsed .faq-num {
    background: rgba(var(--intro-primary-rgb, 185, 31, 77), 0.08);
    color: var(--intro-slate);
}

html.intro-landing .faq-q {
    flex: 1;
    font-weight: 700;
    color: var(--intro-navy);
    line-height: 1.5;
}

html.intro-landing .faq-toggle {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(var(--intro-primary-rgb, 185, 31, 77), 0.08);
    color: var(--intro-slate);
    display: flex;
    align-items: center;
    justify-content: center;
}

html.intro-landing .faq-body-inner {
    padding: 0 1.15rem 1.15rem 4rem;
    color: var(--intro-slate);
    line-height: 1.85;
    font-size: 0.98rem;
}

/* Partners */
html.intro-landing #parteners {
    background: #fff;
}

html.intro-landing .partner-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.15rem;
    box-shadow: var(--intro-shadow-sm);
    border: 1px solid rgba(15, 23, 42, 0.05);
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html.intro-landing .partner-card img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

/* Contact */
html.intro-landing #connect_us {
    background: linear-gradient(180deg, #f0f4ff 0%, #ffffff 100%);
}

html.intro-landing .contact-card {
    background: #fff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: var(--intro-shadow);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

html.intro-landing .contact-card .form-label {
    display: block;
    font-weight: 700;
    color: var(--intro-navy);
    margin-bottom: 0.35rem;
    font-size: 0.92rem;
}

html.intro-landing .contact-card .form-control {
    background: #f8fafc !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 14px !important;
    padding: 0.85rem 1rem !important;
}

html.intro-landing .contact-card textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

html.intro-landing .contact-card .char-count {
    font-size: 0.85rem;
    color: var(--intro-slate);
    margin-top: 0.35rem;
}

html[dir="rtl"] .intro-landing .contact-card .char-count {
    text-align: right;
}

html[dir="ltr"] .intro-landing .contact-card .char-count {
    text-align: left;
}

html.intro-landing .contact-card input.parsley-error,
html.intro-landing .contact-card textarea.parsley-error,
html.intro-landing .contact-card select.parsley-error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.15);
}

html.intro-landing .contact-card input.parsley-success,
html.intro-landing .contact-card textarea.parsley-success,
html.intro-landing .contact-card select.parsley-success {
    border-color: rgba(39, 184, 106, 0.55) !important;
}

html.intro-landing .contact-card .parsley-errors-list {
    list-style: none;
    margin: 0.35rem 0 0;
    padding: 0;
    font-size: 0.82rem;
    color: #ef4444;
}

html.intro-landing .contact-card .parsley-errors-list li {
    margin: 0;
}

html.intro-landing .btn-send-message {
    width: 100%;
    border-radius: 14px !important;
    padding: 0.95rem 1.25rem !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, var(--intro-cyan), var(--intro-cyan-dark)) !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #fff !important;
}

html.intro-landing .btn-send-message i {
    margin: 0 !important;
}

/* Footer */
html.intro-landing footer {
    background: var(--intro-navy) !important;
    padding: 2.5rem 0 0 !important;
    color: #e2e8f0;
}

html.intro-landing footer .logo_footer {
    max-height: 48px;
    margin-bottom: 1rem;
}

html.intro-landing footer .footer-about {
    color: #94a3b8;
    line-height: 1.85;
    font-size: 0.92rem;
    margin-bottom: 1.15rem;
}

html.intro-landing footer .social-m li a {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    width: 40px !important;
    height: 40px !important;
}

html.intro-landing footer .social-m li a:hover {
    background: var(--intro-cyan) !important;
    color: #fff !important;
}

html.intro-landing footer .Tfooter {
    color: #fff !important;
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 0.85rem;
}

html.intro-landing footer .link-footer a,
html.intro-landing footer .link-footer li {
    color: #cbd5e1 !important;
}

html.intro-landing footer .link-footer a:hover {
    color: var(--intro-cyan) !important;
}

html.intro-landing .under_footer {
    background: rgba(0, 0, 0, 0.25) !important;
    margin-top: 2rem;
    padding: 1.15rem 0 !important;
    text-align: center;
    color: var(--intro-slate);
}

html.intro-landing .under_footer a {
    color: var(--intro-slate) !important;
}

html.intro-landing .under_footer a:hover {
    color: var(--intro-primary) !important;
}

html.intro-landing .footer-made {
    margin-top: 0.35rem;
    font-size: 0.88rem;
    color: var(--intro-slate);
}

/* Mobile nav */
@media (max-width: 991.98px) {
    html.intro-landing .nav_bar a {
        color: var(--intro-navy) !important;
    }

    html.intro-landing .nav_bar a.active {
        color: var(--intro-cyan) !important;
    }

    html.intro-landing .hero-section .info_owl {
        min-height: auto;
        padding: 1.5rem 0 3rem;
    }

    html.intro-landing .hero-section .img_owl_index {
        margin-top: 1.5rem;
    }

    html.intro-landing .about-visual {
        margin-top: 2rem;
        min-height: auto;
    }

    html.intro-landing .faq-body-inner {
        padding-inline-start: 1.15rem;
    }
}

/* LTR */
html.intro-landing[dir="ltr"] .about-visual .about-phone--back {
    inset-inline-start: auto;
    inset-inline-end: 0;
}

html.intro-landing[dir="ltr"] .faq-body-inner {
    padding: 0 4rem 1.15rem 1.15rem;
}

/* ==========================================================================
   Monawib intro identity overrides
   ========================================================================== */

html.intro-landing[data-theme="dark"] {
    --intro-navy: #f4f9ff;
    --intro-slate: #a7bed9;
    --intro-bg: #111217;
    --intro-card: #0c2344;
    --intro-border: #1f426a;
    --intro-gradient-hero: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(37, 167, 255, 0.18), transparent 55%),
        radial-gradient(ellipse 60% 50% at 15% 100%, rgba(79, 124, 255, 0.12), transparent 50%);
    --intro-shadow: 0 26px 56px rgba(0, 0, 0, 0.28);
    --intro-shadow-sm: 0 14px 28px rgba(0, 0, 0, 0.24);
}

html.intro-landing,
html.intro-landing body {
    background: var(--intro-bg);
}

html.intro-landing .body-content {
    background:
        radial-gradient(circle at top left, rgba(185, 31, 77, 0.08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f4f8ff 55%, #f4f7fb 100%);
}

html.intro-landing[data-theme="dark"] .body-content {
    background:
        radial-gradient(circle at top left, rgba(37, 167, 255, 0.12), transparent 26%),
        linear-gradient(180deg, #111217 0%, #1A1C23 52%, #111217 100%);
}

html.intro-landing header {
    border-bottom: 1px solid rgba(185, 31, 77, 0.08);
    padding: 14px 0 !important;
}

html.intro-landing[data-theme="dark"] header {
    background: rgba(7, 26, 51, 0.88) !important;
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

html.intro-landing .intro-header-row {
    gap: 1.25rem;
}

html.intro-landing .intro-logo img.the-logo {
    max-height: 56px;
}

html.intro-landing .nav_bar {
    gap: 0.25rem 1.2rem;
}

html.intro-landing .nav_bar li a {
    border-radius: 999px;
    font-size: 0.96rem;
    font-weight: 700;
    padding: 0.5rem 0.1rem;
    transition: color 0.2s ease, background-color 0.2s ease;
}

html.intro-landing .nav_bar li a:hover,
html.intro-landing .nav_bar li a.active {
    color: var(--intro-cyan) !important;
}

html.intro-landing .intro-header-tools {
    gap: 0.65rem;
}

html.intro-landing .intro-header-tools .dropdown-toggle {
    align-items: center;
    border: 1px solid rgba(185, 31, 77, 0.12);
    border-radius: 999px;
    box-shadow: var(--intro-shadow-sm);
    color: var(--intro-navy);
    display: inline-flex;
    gap: 0.55rem;
    min-height: 44px;
    padding: 0.55rem 1rem;
}

html.intro-landing[data-theme="dark"] .intro-header-tools .dropdown-toggle {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--intro-navy);
}

html.intro-landing .intro-header-tools .dropdown-menu {
    border: 1px solid rgba(185, 31, 77, 0.12);
    border-radius: 20px;
    box-shadow: var(--intro-shadow);
    padding: 0.5rem;
}

html.intro-landing[data-theme="dark"] .intro-header-tools .dropdown-menu {
    background: rgba(12, 35, 68, 0.98);
    border-color: rgba(255, 255, 255, 0.06);
}

html.intro-landing .intro-header-tools .dropdown-item {
    border-radius: 14px;
    color: var(--intro-navy);
    font-weight: 700;
    padding: 0.65rem 0.85rem;
}

html.intro-landing .intro-header-tools .dropdown-item:hover {
    background: rgba(185, 31, 77, 0.08);
    color: var(--intro-cyan-dark);
}

html.intro-landing .intro-header-tools .dropdown-item:focus,
html.intro-landing .intro-header-tools .dropdown-item.active,
html.intro-landing .intro-header-tools .dropdown-item:active,
html.intro-landing .intro-header-tools .dropdown-item.selected,
html.intro-landing .dropdown-menu .dropdown-item:focus,
html.intro-landing .dropdown-menu .dropdown-item.active,
html.intro-landing .dropdown-menu .dropdown-item:active,
html.intro-landing .dropdown-menu .dropdown-item.selected {
    background: rgba(var(--intro-primary-rgb), 0.12) !important;
    color: var(--intro-primary) !important;
    outline: none;
    box-shadow: none;
}

html.intro-landing[data-theme="dark"] .intro-header-tools .dropdown-item:focus,
html.intro-landing[data-theme="dark"] .intro-header-tools .dropdown-item.active,
html.intro-landing[data-theme="dark"] .intro-header-tools .dropdown-item:active,
html.intro-landing[data-theme="dark"] .intro-header-tools .dropdown-item.selected,
html.intro-landing[data-theme="dark"] .dropdown-menu .dropdown-item:focus,
html.intro-landing[data-theme="dark"] .dropdown-menu .dropdown-item.active,
html.intro-landing[data-theme="dark"] .dropdown-menu .dropdown-item:active,
html.intro-landing[data-theme="dark"] .dropdown-menu .dropdown-item.selected {
    background: rgba(var(--intro-primary-rgb), 0.22) !important;
    color: #fff !important;
}

html.intro-landing .close-open-nav > div {
    background: transparent;
    border: 1px solid rgba(185, 31, 77, 0.12);
    border-radius: 999px;
    box-shadow: var(--intro-shadow-sm);
    padding: 0.7rem;
}

html.intro-landing .hero-section .info_owl {
    padding: 3rem 0 4rem;
}

html.intro-landing .hero-section .img_owl_index {
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: var(--intro-shadow);
}

html.intro-landing[data-theme="dark"] .hero-section .img_owl_index {
    border-color: rgba(255, 255, 255, 0.06);
}

html.intro-landing .btn-store,
html.intro-landing .btn-send-message,
html.intro-landing .intro-choice-btn {
    border-radius: 999px !important;
    font-weight: 800;
    min-height: 52px;
}

html.intro-landing .btn-send-message {
    background: linear-gradient(135deg, var(--intro-cyan), var(--intro-cyan-dark));
    box-shadow: 0 16px 34px rgba(185, 31, 77, 0.22);
}

html.intro-landing .btn-send-message:hover {
    background: linear-gradient(135deg, var(--intro-cyan-dark), var(--intro-cyan));
}

html.intro-landing .section-badge {
    background: rgba(185, 31, 77, 0.1);
    border: 1px solid rgba(185, 31, 77, 0.08);
}

html.intro-landing .section-head {
    margin-bottom: 2.5rem;
}

html.intro-landing .service-card,
html.intro-landing .how-phone-card,
html.intro-landing .faq-item,
html.intro-landing .partner-card,
html.intro-landing .contact-card,
html.intro-landing .intro-static-card {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    box-shadow: var(--intro-shadow-sm);
}

html.intro-landing[data-theme="dark"] .service-card,
html.intro-landing[data-theme="dark"] .how-phone-card,
html.intro-landing[data-theme="dark"] .faq-item,
html.intro-landing[data-theme="dark"] .faq-accordion .faq-item,
html.intro-landing[data-theme="dark"] .partner-card,
html.intro-landing[data-theme="dark"] .contact-card,
html.intro-landing[data-theme="dark"] .intro-static-card {
    background: rgba(12, 35, 68, 0.88);
    border-color: rgba(255, 255, 255, 0.05);
}

html.intro-landing[data-theme="dark"] .faq-accordion .faq-head {
    background: transparent;
    color: var(--intro-navy);
}

html.intro-landing[data-theme="dark"] .faq-accordion .faq-q {
    color: var(--intro-navy) !important;
}

html.intro-landing[data-theme="dark"] .faq-accordion .faq-body-inner {
    color: var(--intro-slate) !important;
}

html.intro-landing[data-theme="dark"] .faq-accordion .faq-num,
html.intro-landing[data-theme="dark"] .faq-accordion .faq-toggle {
    background: rgba(255, 255, 255, 0.08) !important;
    color: var(--intro-navy) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

html.intro-landing[data-theme="dark"] .faq-accordion .collapsed .faq-num {
    background: rgba(255, 255, 255, 0.05) !important;
    color: var(--intro-slate) !important;
}

html.intro-landing .service-card {
    padding: 1.5rem;
    height: 100%;
}

html.intro-landing .service-card-icon {
    align-items: center;
    background: rgba(185, 31, 77, 0.12);
    border-radius: 20px;
    color: var(--intro-cyan-dark);
    display: inline-flex;
    font-size: 1.3rem;
    height: 64px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 64px;
}

html.intro-landing .how-phone-card {
    padding: 1.35rem 1rem 1.5rem;
}

html.intro-landing .how-phone-card img {
    border-radius: 22px;
}

html.intro-landing .how-phone-card .how-caption {
    color: var(--intro-navy) !important;
}

html.intro-landing .faq-item {
    margin-bottom: 1rem;
    overflow: hidden;
}

html.intro-landing .faq-head {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--intro-navy);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.25rem 1.35rem;
    width: 100%;
}

html.intro-landing .faq-num {
    align-items: center;
    background: rgba(185, 31, 77, 0.1);
    border-radius: 14px;
    color: var(--intro-cyan-dark);
    display: inline-flex;
    font-weight: 800;
    height: 40px;
    justify-content: center;
    min-width: 40px;
}

html.intro-landing .faq-body-inner {
    color: var(--intro-slate);
}

html.intro-landing .partner-card {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 132px;
    padding: 1rem;
}

html.intro-landing .partner-card img {
    max-height: 74px;
    object-fit: contain;
}

html.intro-landing .contact-card,
html.intro-landing .intro-static-card {
    padding: 1.5rem;
}

html.intro-landing .contact-card .form-control,
html.intro-landing .intro-static-card input,
html.intro-landing .intro-static-card textarea {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--intro-border);
    border-radius: 18px;
    box-shadow: none;
    color: var(--intro-navy);
    min-height: 50px;
    padding: 0.85rem 1rem;
}

html.intro-landing .contact-card textarea.form-control {
    min-height: 150px;
}

html.intro-landing[data-theme="dark"] .contact-card .form-control,
html.intro-landing[data-theme="dark"] .intro-static-card input,
html.intro-landing[data-theme="dark"] .intro-static-card textarea {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--intro-navy);
}

html.intro-landing .contact-card .form-control::placeholder {
    color: #90a1b8;
}

html.intro-landing .char-count {
    color: var(--intro-slate);
    font-size: 0.88rem;
    font-weight: 700;
    margin-top: 0.65rem;
}

html.intro-landing footer {
    background: transparent;
    padding-top: 1rem;
}

html.intro-landing footer .row:first-child {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 32px;
    box-shadow: var(--intro-shadow-sm);
    margin: 0;
    padding: 2rem 1.4rem;
}

html.intro-landing[data-theme="dark"] footer .row:first-child {
    background: rgba(12, 35, 68, 0.88);
    border-color: rgba(255, 255, 255, 0.05);
}

html.intro-landing .footer-about,
html.intro-landing .link-footer li,
html.intro-landing .link-footer li a,
html.intro-landing .under_footer,
html.intro-landing .under_footer a,
html.intro-landing .footer-made {
    color: var(--intro-slate);
}

html.intro-landing .social-m li a {
    align-items: center;
    background: rgba(185, 31, 77, 0.1);
    border-radius: 14px;
    color: var(--intro-cyan-dark);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

html.intro-landing .social-m li a:hover {
    background: linear-gradient(135deg, var(--intro-cyan), var(--intro-cyan-dark));
    color: #ffffff;
}

html.intro-landing .under_footer {
    padding: 1.2rem 0 0;
}

html.intro-landing .under_footer .container {
    border-top: 1px solid rgba(185, 31, 77, 0.08);
    padding-top: 1.25rem;
}

html.intro-landing .under-footer-bar {
    width: 100%;
}

html.intro-landing .under-footer-copy,
html.intro-landing .under-footer-privacy {
    padding-inline: 0.25rem;
}

@media (min-width: 768px) {
    html.intro-landing .under-footer-copy,
    html.intro-landing .under-footer-privacy {
        margin-top: 0 !important;
    }
}

html.intro-landing[data-theme="dark"] .under_footer .container {
    border-top-color: rgba(255, 255, 255, 0.06);
}

html.intro-landing .intro-static-page {
    padding: 7.5rem 0 4rem;
}

html.intro-landing .intro-static-card__head {
    margin-bottom: 1.5rem;
}

html.intro-landing .intro-static-card__body {
    color: var(--intro-slate);
    font-size: 1rem;
    line-height: 1.95;
}

html.intro-landing .intro-static-card__body p:last-child {
    margin-bottom: 0;
}

html.intro-landing .intro-delete-title {
    color: var(--intro-navy);
    font-size: 1.35rem;
    font-weight: 800;
}

html.intro-landing .intro-choice-btn {
    padding-inline: 1.65rem;
}

html.intro-landing .intro-choice-btn--yes {
    background: linear-gradient(135deg, var(--intro-cyan), var(--intro-cyan-dark));
    color: #ffffff;
}

html.intro-landing .intro-choice-btn--no {
    background: rgba(239, 41, 83, 0.1);
    border: 1px solid rgba(239, 41, 83, 0.15);
    color: var(--intro-danger);
}

html.intro-landing .loader {
    background: rgba(7, 26, 51, 0.52);
    backdrop-filter: blur(16px);
}

@media (max-width: 991.98px) {
    html.intro-landing .nav_bar.active {
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        background: rgba(255, 255, 255, 0.82) !important;
        border-inline-start: 1px solid rgba(185, 31, 77, 0.12);
        box-shadow: var(--intro-shadow);
    }

    html.intro-landing[data-theme="dark"] .nav_bar.active {
        background: rgba(26, 28, 35, 0.78) !important;
        border-inline-start-color: rgba(255, 255, 255, 0.08);
    }

    html.intro-landing .nav_bar li a {
        padding: 0.75rem 0.35rem;
    }

    html.intro-landing .intro-header-tools {
        gap: 0.45rem;
    }
}

@media (max-width: 767.98px) {
    html.intro-landing .hero-section .info_owl {
        padding: 2rem 0 3rem;
    }

    html.intro-landing .service-card,
    html.intro-landing .contact-card,
    html.intro-landing .intro-static-card {
        border-radius: 24px;
        padding: 1.25rem;
    }

    html.intro-landing footer .row:first-child {
        border-radius: 26px;
        padding: 1.6rem 1.1rem;
    }
}

/* ==========================================================================
   Monawib intro-site identity final layer
   ========================================================================== */

html.intro-landing {
    --intro-primary: #B91F4D;
    --intro-primary-rgb: 185, 31, 77;
    --intro-primary-dark: #8F173B;
    --intro-primary-dark-rgb: 143, 23, 59;
    --intro-secondary: #922ACB;
    --intro-secondary-rgb: 146, 42, 203;
    --intro-accent: #EF2953;
    --intro-accent-rgb: 239, 41, 83;
    --intro-success: #27B86A;
    --intro-success-rgb: 39, 184, 106;
    --intro-warning: #FFB000;
    --intro-warning-rgb: 255, 176, 0;
    --intro-bg: #F7F7F8;
    --intro-page: #F7F7F8;
    --intro-card: #FFFFFF;
    --intro-card-muted: #FBF7F9;
    --intro-border: #F0DCE4;
    --intro-border-strong: #DEB8C6;
    --intro-navy: #2E2630;
    --intro-slate: #706571;
    --intro-muted: #9E949D;
    --intro-cyan: var(--intro-primary);
    --intro-cyan-dark: var(--intro-primary-dark);
    --intro-danger: var(--intro-accent);
    --intro-gradient-brand: linear-gradient(135deg, #922ACB 0%, #B91F4D 54%, #EF2953 100%);
    --intro-gradient-soft: linear-gradient(135deg, rgba(var(--intro-secondary-rgb), 0.09), rgba(var(--intro-primary-rgb), 0.08));
    --intro-shadow: 0 24px 58px rgba(93, 23, 51, 0.13);
    --intro-shadow-sm: 0 14px 34px rgba(93, 23, 51, 0.08);
}

html.intro-landing[data-theme="dark"] {
    --intro-primary: #E33A68;
    --intro-primary-rgb: 227, 58, 104;
    --intro-primary-dark: #F2557E;
    --intro-primary-dark-rgb: 242, 85, 126;
    --intro-secondary: #B86AF0;
    --intro-secondary-rgb: 184, 106, 240;
    --intro-accent: #FF6687;
    --intro-accent-rgb: 255, 102, 135;
    --intro-success: #51D48B;
    --intro-success-rgb: 81, 212, 139;
    --intro-warning: #FFC24B;
    --intro-warning-rgb: 255, 194, 75;
    --intro-bg: #111217;
    --intro-page: #111217;
    --intro-card: #1A1C23;
    --intro-card-muted: #242733;
    --intro-border: #3A2A34;
    --intro-border-strong: #57404C;
    --intro-navy: #F7F1F4;
    --intro-slate: #CFC1C9;
    --intro-muted: #A997A2;
    --intro-shadow: 0 26px 64px rgba(0, 0, 0, 0.36);
    --intro-shadow-sm: 0 16px 38px rgba(0, 0, 0, 0.28);
}

html.intro-landing,
html.intro-landing body,
html.intro-landing .body-content {
    background:
        linear-gradient(180deg, rgba(var(--intro-primary-rgb), 0.035), transparent 300px),
        var(--intro-page) !important;
    color: var(--intro-slate);
}

html.intro-landing header {
    background: color-mix(in srgb, var(--intro-card) 92%, transparent) !important;
    border-bottom: 1px solid color-mix(in srgb, var(--intro-border) 74%, transparent) !important;
    box-shadow: 0 12px 34px rgba(93, 23, 51, 0.08) !important;
}

@supports not (background: color-mix(in srgb, white, transparent)) {
    html.intro-landing header {
        background: var(--intro-card) !important;
    }
}

html.intro-landing .nav_bar li a,
html.intro-landing .intro-header-tools .dropdown-toggle,
html.intro-landing .dropdown-menu .dropdown-item {
    color: var(--intro-navy) !important;
}

html.intro-landing .nav_bar li a:hover,
html.intro-landing .nav_bar li a.active,
html.intro-landing .dropdown-menu .dropdown-item:hover {
    color: var(--intro-primary) !important;
}

html.intro-landing .dropdown-menu .dropdown-item:focus,
html.intro-landing .dropdown-menu .dropdown-item.active,
html.intro-landing .dropdown-menu .dropdown-item:active,
html.intro-landing .dropdown-menu .dropdown-item.selected {
    background: rgba(var(--intro-primary-rgb), 0.12) !important;
    color: var(--intro-primary) !important;
}

html.intro-landing .intro-header-tools .dropdown-toggle,
html.intro-landing .close-open-nav > div,
html.intro-landing .intro-header-tools .dropdown-menu {
    background: var(--intro-card) !important;
    border-color: var(--intro-border) !important;
    box-shadow: var(--intro-shadow-sm) !important;
}

html.intro-landing .close-open-nav > div span {
    background: var(--intro-primary) !important;
}

html.intro-landing .hero-section .info_owl {
    background:
        var(--intro-gradient-soft),
        linear-gradient(180deg, var(--intro-card), var(--intro-page)) !important;
}

html.intro-landing .hero-title,
html.intro-landing .section-title,
html.intro-landing .service-card h6,
html.intro-landing .faq-q,
html.intro-landing .how-phone-card .how-caption,
html.intro-landing .intro-delete-title,
html.intro-landing footer .Tfooter {
    color: var(--intro-navy) !important;
}

html.intro-landing .hero-title .hero-title-accent,
html.intro-landing .section-title .text-accent,
html.intro-landing .about-html a,
html.intro-landing .link-footer a:hover {
    color: var(--intro-primary) !important;
}

html.intro-landing .hero-desc,
html.intro-landing .section-sub,
html.intro-landing .about-body,
html.intro-landing .about-html,
html.intro-landing .service-card p,
html.intro-landing .faq-body-inner,
html.intro-landing .footer-about,
html.intro-landing .link-footer li,
html.intro-landing .link-footer li a,
html.intro-landing .under_footer,
html.intro-landing .under_footer a,
html.intro-landing .footer-made {
    color: var(--intro-slate) !important;
}

html.intro-landing .section-badge,
html.intro-landing .faq-num,
html.intro-landing .faq-toggle,
html.intro-landing .service-card-icon,
html.intro-landing .social-m li a {
    background: rgba(var(--intro-primary-rgb), 0.1) !important;
    border: 1px solid rgba(var(--intro-primary-rgb), 0.16) !important;
    color: var(--intro-primary) !important;
}

html.intro-landing .section-badge::before {
    background: var(--intro-primary) !important;
}

html.intro-landing .btn-store--google,
html.intro-landing .btn-send-message,
html.intro-landing .intro-choice-btn--yes,
html.intro-landing #FAQ .nav-pills .nav-link.active,
html.intro-landing .social-m li a:hover {
    background: var(--intro-gradient-brand) !important;
    border-color: transparent !important;
    color: #FFFFFF !important;
    box-shadow: 0 16px 34px rgba(var(--intro-primary-rgb), 0.22);
}

html.intro-landing .btn-store--apple,
html.intro-landing .intro-choice-btn--no,
html.intro-landing #FAQ .nav-pills .nav-link {
    background: var(--intro-card) !important;
    border: 1px solid var(--intro-border) !important;
    color: var(--intro-primary) !important;
}

html.intro-landing #who_we,
html.intro-landing #how_work,
html.intro-landing #parteners,
html.intro-landing #our_service,
html.intro-landing #FAQ,
html.intro-landing #connect_us {
    background:
        linear-gradient(180deg, rgba(var(--intro-primary-rgb), 0.025), transparent 240px),
        var(--intro-page) !important;
}

html.intro-landing .service-card,
html.intro-landing .how-phone-card,
html.intro-landing .faq-item,
html.intro-landing .partner-card,
html.intro-landing .contact-card,
html.intro-landing .intro-static-card,
html.intro-landing footer .row:first-child {
    background: color-mix(in srgb, var(--intro-card) 92%, transparent) !important;
    border: 1px solid color-mix(in srgb, var(--intro-border) 78%, transparent) !important;
    border-radius: 24px !important;
    box-shadow: var(--intro-shadow-sm) !important;
}

@supports not (background: color-mix(in srgb, white, transparent)) {
    html.intro-landing .service-card,
    html.intro-landing .how-phone-card,
    html.intro-landing .faq-item,
    html.intro-landing .partner-card,
    html.intro-landing .contact-card,
    html.intro-landing .intro-static-card,
    html.intro-landing footer .row:first-child {
        background: var(--intro-card) !important;
    }
}

html.intro-landing .hero-section .img_owl_index,
html.intro-landing .about-visual .about-phone,
html.intro-landing .how-phone-card img {
    border: 1px solid var(--intro-border) !important;
    box-shadow: var(--intro-shadow) !important;
}

html.intro-landing .about-visual .deco {
    background: linear-gradient(135deg, rgba(var(--intro-secondary-rgb), 0.12), rgba(var(--intro-primary-rgb), 0.08)) !important;
    border: 1px solid rgba(var(--intro-primary-rgb), 0.08);
}

html.intro-landing .contact-card .form-label {
    color: var(--intro-navy) !important;
}

html.intro-landing .contact-card .form-control,
html.intro-landing .intro-static-card input,
html.intro-landing .intro-static-card textarea {
    background: var(--intro-card-muted) !important;
    border-color: var(--intro-border) !important;
    color: var(--intro-navy) !important;
}

html.intro-landing .contact-card .form-control:focus,
html.intro-landing .intro-static-card input:focus,
html.intro-landing .intro-static-card textarea:focus {
    border-color: var(--intro-primary) !important;
    box-shadow: 0 0 0 0.22rem rgba(var(--intro-primary-rgb), 0.14) !important;
}

html.intro-landing .contact-card .form-control::placeholder,
html.intro-landing .char-count {
    color: var(--intro-muted) !important;
}

html.intro-landing footer {
    background:
        linear-gradient(180deg, transparent, rgba(var(--intro-primary-rgb), 0.045)),
        var(--intro-page) !important;
}

html.intro-landing .under_footer .container {
    border-top-color: var(--intro-border) !important;
}

html.intro-landing .loader {
    background: color-mix(in srgb, var(--intro-page) 72%, transparent) !important;
    backdrop-filter: blur(16px);
}

html.intro-landing .toast,
html.intro-landing #toast-container > div {
    background-color: var(--intro-card) !important;
    border: 1px solid var(--intro-border);
    border-radius: 16px !important;
    box-shadow: var(--intro-shadow) !important;
    color: var(--intro-navy) !important;
}

@media (max-width: 991.98px) {
    html.intro-landing .intro-header-row {
        flex-wrap: nowrap;
        gap: 0.65rem;
    }

    html.intro-landing .intro-logo img.the-logo {
        max-height: 44px;
    }

    html.intro-landing .close-open-nav {
        display: block !important;
        flex-shrink: 0;
        z-index: 1050;
        cursor: pointer;
    }

    html.intro-landing .close-open-nav > div {
        width: 100%;
        height: 100%;
    }

    html.intro-landing .intro-header-tools {
        flex-shrink: 0;
        gap: 0.35rem;
    }

    html.intro-landing .intro-header-tools .dropdown-toggle {
        font-size: 0.78rem;
        padding: 0.35rem 0.65rem;
        white-space: nowrap;
    }

    html.intro-landing .nav_bar {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        width: min(300px, 88vw) !important;
        height: 100vh !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 5.75rem 1.35rem 2rem !important;
        flex-grow: 0 !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        z-index: 1040;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        background: rgba(255, 255, 255, 0.82) !important;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border-inline-start: 1px solid rgba(185, 31, 77, 0.12) !important;
        box-shadow: var(--intro-shadow) !important;
    }

    html.intro-landing[dir="rtl"] .nav_bar {
        right: 0 !important;
        left: auto !important;
        transform: translate3d(100%, 0, 0);
    }

    html.intro-landing[dir="ltr"] .nav_bar {
        left: 0 !important;
        right: auto !important;
        transform: translate3d(-100%, 0, 0);
    }

    html.intro-landing[data-theme="dark"] .nav_bar {
        background: rgba(26, 28, 35, 0.78) !important;
        border-inline-start-color: rgba(255, 255, 255, 0.08) !important;
    }

    html.intro-landing .nav_bar.active {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        transform: translate3d(0, 0, 0) !important;
    }

    html.intro-landing .nav_bar li {
        display: block;
        width: 100%;
        margin: 0 !important;
    }

    html.intro-landing .nav_bar li a {
        display: block;
        padding: 0.85rem 0.35rem !important;
        border-bottom: 1px solid color-mix(in srgb, var(--intro-border) 65%, transparent);
    }

    html.intro-landing .nav_bar li:last-child a {
        border-bottom: 0;
    }

    html.intro-landing body.intro-nav-open {
        overflow: hidden;
    }

    html.intro-landing body.intro-nav-open::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(17, 24, 39, 0.45);
        z-index: 1035;
    }

    html.intro-landing .hero-section .info_owl {
        min-height: auto !important;
        height: auto !important;
        overflow: visible !important;
        padding: 1.5rem 0 2.5rem !important;
    }

    html.intro-landing .hero-section .hero-row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html.intro-landing .hero-section .ads_wol {
        max-width: none;
        text-align: center;
    }

    html.intro-landing .hero-title {
        font-size: clamp(1.35rem, 6.4vw, 1.95rem);
    }

    html.intro-landing .hero-desc {
        font-size: 0.96rem;
        line-height: 1.75;
        max-width: none;
        margin-inline: auto;
    }

    html.intro-landing .hero-stores {
        justify-content: center;
    }

    html.intro-landing .hero-section .img_owl_index {
        max-width: min(320px, 88vw);
        margin-top: 1.25rem !important;
    }

    html.intro-landing .section-head {
        padding-inline: 0.35rem;
    }

    html.intro-landing .sec-padd {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
}

@media (max-width: 575.98px) {
    html.intro-landing header {
        padding: 10px 0 !important;
    }

    html.intro-landing .intro-header-tools .dropdown-toggle span {
        display: none;
    }

    html.intro-landing .hero-stores {
        flex-direction: column;
        align-items: stretch;
    }

    html.intro-landing .btn-store {
        width: 100%;
        justify-content: center;
    }

    html.intro-landing .hero-section .img_owl_index {
        max-width: min(280px, 84vw);
    }

    html.intro-landing .about-visual .about-phone--front,
    html.intro-landing .about-visual .about-phone--back {
        max-width: 58%;
    }
}
