/* SFR Intro — professional dark identity theme */

body {
    font-family: "IBM Plex Sans Arabic", "myFont", sans-serif;
    color: #334155;
    font-size: 15px;
    line-height: 1.75;
}

/* ─── Section rhythm: alternating light / dark ─── */
.intro-section-light {
    background: #ffffff;
    position: relative;
}

.intro-section-light::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 44, 77, 0.08), transparent);
    pointer-events: none;
}

.intro-section-dark,
.bacg_section,
.intro-dark-section {
    background: linear-gradient(135deg, #0F2C4D 0%, #0a1d33 55%, #132f4d 100%);
    position: relative;
    overflow: hidden;
}

.intro-section-dark::before,
.bacg_section::before,
.intro-dark-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(212, 180, 131, 0.08), transparent 35%),
        radial-gradient(circle at 80% 80%, rgba(254, 155, 14, 0.06), transparent 40%);
    pointer-events: none;
}

.bacg_section > .container,
.intro-dark-section > .container,
.intro-section-dark > .container {
    position: relative;
    z-index: 1;
}

.intro-section-dark .the_title h3,
.intro-dark-section .the_title h3,
.bacg_section .the_title h3 {
    color: var(--brand-accent-light);
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 0.2px;
    margin-bottom: 14px;
}

.intro-section-dark .the_title p,
.intro-section-dark .the_title .grey-color,
.intro-dark-section .the_title p,
.bacg_section .the_title p {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    line-height: 1.9;
}

.intro-section-dark .intro-rich-text,
.intro-dark-section .intro-rich-text,
.bacg_section .intro-rich-text {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    line-height: 1.9;
}

.intro-section-dark .intro-rich-text :is(p, span, div, li, strong, em, b, i),
.intro-dark-section .intro-rich-text :is(p, span, div, li, strong, em, b, i),
.bacg_section .intro-rich-text :is(p, span, div, li, strong, em, b, i) {
    color: rgba(255, 255, 255, 0.82) !important;
}

#who_we .info_JM h4 {
    color: var(--brand-accent-light);
    font-weight: 800;
    font-size: 32px;
}

#who_we .intro-about-text {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

.intro-rich-text p:last-child {
    margin-bottom: 0;
}

.intro-rich-text ul,
.intro-rich-text ol {
    margin-bottom: 0.75rem;
    padding-inline-start: 1.25rem;
}

.intro-rich-text a {
    color: inherit;
    text-decoration: underline;
}

.intro-section-dark .intro-rich-text a,
.intro-dark-section .intro-rich-text a,
.bacg_section .intro-rich-text a {
    color: var(--brand-accent-light) !important;
}

/* ─── Light sections titles ─── */
.intro-section-light .the_title h3 {
    color: var(--brand-primary);
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 12px;
}

.intro-section-light .the_title p.grey-color,
.intro-section-light .the_title .grey-color {
    color: #64748B;
    font-weight: 500;
}

/* ─── Header / Nav ─── */
header {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 24px rgba(15, 44, 77, 0.08);
}

.nav_bar a {
    font-weight: 600;
    font-size: 14px;
    color: #334155;
    position: relative;
    padding-bottom: 6px;
}

.nav_bar a:hover,
.nav_bar a.active {
    color: var(--brand-primary);
}

.nav_bar a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: var(--brand-accent);
}

.intro-lang-switch .dropdown-toggle {
    color: var(--brand-primary);
    font-weight: 700;
}

.intro-lang-switch .dropdown-menu {
    border-color: var(--brand-accent);
}

.intro-lang-switch .dropdown-menu:after {
    border-color: var(--brand-accent) transparent transparent var(--brand-accent);
}

.intro-lang-switch .dropdown-menu .dropdown-item {
    color: var(--brand-primary);
    font-weight: 600;
}

.intro-lang-switch .dropdown-item.active,
.intro-lang-switch .dropdown-item:hover {
    background: var(--brand-accent);
    color: var(--brand-primary);
}

/* Slider hero title uses accent instead of admin green */
.ads_wol h3 {
    color: var(--brand-accent-light);
}

.owl-carousel .owl-dot.active {
    background: var(--brand-accent);
}

.owl-nav > div:hover {
    background-color: var(--brand-accent);
    color: var(--brand-primary);
}

/* ─── Service cards ─── */
.box-servess {
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(15, 44, 77, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.3s ease;
}

.box-servess:after {
    display: none;
}

.box-servess img {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 16px;
    background: var(--brand-primary);
    border-radius: 16px;
    box-sizing: border-box;
}

.box-servess:hover img {
    background: var(--brand-primary);
}

.box-servess:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(15, 44, 77, 0.18);
    background: var(--brand-accent);
}

.box-servess h6.f-b {
    color: var(--brand-primary);
    font-weight: 700;
    transition: color 0.3s ease;
}

.box-servess p,
.box-servess .grey-color {
    color: #64748B;
    transition: color 0.3s ease;
}

.box-servess:hover h6.f-b,
.box-servess:hover p,
.box-servess:hover .grey-color {
    color: var(--brand-primary) !important;
}

/* ─── Pillar cards (white section) ─── */
.intro-pillar-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.intro-pillar-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 180, 131, 0.45);
}

.intro-pillar-card h5 {
    color: var(--brand-primary);
}

.intro-pillar-icon {
    background: rgba(15, 44, 77, 0.08);
    color: var(--brand-primary);
}

/* ─── Partners ─── */
#parteners.intro-section-light .owl-brands .item {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    box-shadow: 0 12px 30px rgba(15, 44, 77, 0.08);
}

#parteners.intro-section-light .owl-brands .item:hover {
    box-shadow: 0 18px 40px rgba(15, 44, 77, 0.14);
}

#parteners.intro-section-dark .owl-brands .item {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    padding: 18px 14px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#parteners.intro-section-dark .owl-brands .item:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

#parteners.intro-section-dark .owl-brands .item img {
    max-height: 64px;
    width: auto;
    object-fit: contain;
}

/* ─── FAQ tabs layout (light + dark) ─── */
#FAQ.intro-section-light .nav-pills,
#FAQ.intro-section-dark .nav-pills,
#how_work.intro-section-light .nav-pills {
    flex-wrap: wrap;
    gap: 10px 12px;
    row-gap: 12px;
}

#FAQ.intro-section-light .nav-item,
#FAQ.intro-section-dark .nav-item,
#how_work.intro-section-light .nav-item {
    flex: 0 1 auto;
    margin: 0;
}

#FAQ.intro-section-light .nav-link,
#FAQ.intro-section-dark .nav-link,
#how_work.intro-section-light .nav-link {
    width: auto;
    min-width: 120px;
    max-width: 240px;
    height: auto;
    min-height: 44px;
    line-height: 1.45;
    padding: 10px 16px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* ─── FAQ (light section) ─── */
#FAQ.intro-section-light .nav-link {
    background: #F1F5F9;
    color: #334155;
    border: 1px solid #E2E8F0;
    font-weight: 600;
    transition: all 0.3s ease;
}

#FAQ.intro-section-light .nav-link.active,
#FAQ.intro-section-light .nav-link.active:hover {
    background: var(--brand-primary) !important;
    background-image: none !important;
    color: #ffffff !important;
    border-color: var(--brand-primary) !important;
}

#FAQ.intro-section-light .nav-link:hover:not(.active) {
    background: rgba(15, 44, 77, 0.08);
    color: var(--brand-primary);
    border-color: rgba(15, 44, 77, 0.2);
}

#FAQ.intro-section-light .accordion .card {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    box-shadow: 0 8px 24px rgba(15, 44, 77, 0.06);
    border-radius: 14px !important;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#FAQ.intro-section-light .accordion .card:hover {
    border-color: rgba(15, 44, 77, 0.18);
    box-shadow: 0 12px 30px rgba(15, 44, 77, 0.1);
}

#FAQ.intro-section-light .accordion .card-header {
    background: #ffffff;
}

#FAQ.intro-section-light .accordion .card-header button {
    color: var(--brand-primary) !important;
    font-weight: 700;
    font-size: 15px;
    padding: 16px 18px;
    transition: color 0.2s ease, background 0.2s ease;
}

#FAQ.intro-section-light .accordion .card-header button:hover,
#FAQ.intro-section-light .accordion .card-header button:focus {
    color: var(--brand-primary) !important;
    outline: none;
}

#FAQ.intro-section-light .accordion .card-header button[aria-expanded="true"] {
    color: var(--brand-primary) !important;
    background: #F1F5F9;
}

#FAQ.intro-section-light .card-body {
    background: #F8FAFC;
    color: #475569;
    border-top: 1px solid #E2E8F0;
    line-height: 1.85;
}

/* ─── FAQ (dark section) ─── */
#FAQ.intro-section-dark .nav-link {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-weight: 600;
    transition: all 0.3s ease;
}

#FAQ.intro-section-dark .nav-link.active,
#FAQ.intro-section-dark .nav-link.active:hover {
    background: var(--brand-accent-light) !important;
    background-image: none !important;
    color: var(--brand-primary) !important;
    border-color: var(--brand-accent-light) !important;
}

#FAQ.intro-section-dark .nav-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
}

#FAQ.intro-section-dark .accordion .card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 14px !important;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#FAQ.intro-section-dark .accordion .card:hover {
    border-color: rgba(212, 180, 131, 0.35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

#FAQ.intro-section-dark .accordion .card-header {
    background: transparent;
}

#FAQ.intro-section-dark .accordion .card-header button {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 700;
    font-size: 15px;
    padding: 16px 18px;
    transition: color 0.2s ease, background 0.2s ease;
}

#FAQ.intro-section-dark .accordion .card-header button:hover,
#FAQ.intro-section-dark .accordion .card-header button:focus {
    color: var(--brand-accent-light) !important;
    outline: none;
}

#FAQ.intro-section-dark .accordion .card-header button[aria-expanded="true"] {
    color: var(--brand-accent-light) !important;
    background: rgba(255, 255, 255, 0.06);
}

#FAQ.intro-section-dark .card-body {
    background: rgba(0, 0, 0, 0.12);
    color: rgba(255, 255, 255, 0.82);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.85;
}

/* ─── Contact ─── */
#connect_us.intro-section-light .the_title h3 {
    color: var(--brand-primary);
}

#connect_us.intro-section-dark .form-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 20px 60px rgba(15, 44, 77, 0.1);
    border: 1px solid rgba(15, 44, 77, 0.06);
}

#connect_us .form-control {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    font-weight: 500;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#connect_us .form-control:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(15, 44, 77, 0.1);
}

.btn-main {
    background: var(--brand-primary) !important;
    background-image: none !important;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-main:hover {
    background: #1a3e63 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 44, 77, 0.25);
}

/* ─── Download app ─── */
.intro-section-dark .download-app-content h3 {
    color: var(--brand-accent-light) !important;
}

.intro-section-dark .download-app-content p,
.intro-section-dark .download-app-content .grey-color {
    color: rgba(255, 255, 255, 0.85);
}

.intro-section-light .download-app-content h3 {
    color: var(--brand-primary) !important;
}

.intro-section-light .download-app-content p,
.intro-section-light .download-app-content .grey-color {
    color: #64748B;
}

.download-store-link:hover {
    border-color: var(--brand-primary);
    color: var(--brand-primary);
}

.download-app-content h3 {
    color: var(--brand-primary);
}

#provider_join.intro-section-dark .provider-join-content h3 {
    color: var(--brand-accent-light);
}

#provider_join.intro-section-dark .provider-join-content .grey-color,
#provider_join.intro-section-dark .provider-join-content .intro-rich-text {
    color: rgba(255, 255, 255, 0.85);
}

#provider_join .provider-join-image {
    max-height: 420px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.28));
}

#provider_join .provider-join-content .btn-main {
    min-width: 220px;
}

/* ─── How work ─── */
#how_work.intro-section-light .nav-link {
    background: #F1F5F9;
    color: #334155;
    border: 1px solid #E2E8F0;
    font-weight: 600;
    transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
    #FAQ.intro-section-light .nav-link,
    #FAQ.intro-section-dark .nav-link,
    #how_work.intro-section-light .nav-link {
        max-width: 200px;
        font-size: 14px;
        padding: 10px 14px;
    }
}

@media (max-width: 767.98px) {
    #FAQ.intro-section-light .nav-pills,
    #FAQ.intro-section-dark .nav-pills,
    #how_work.intro-section-light .nav-pills {
        justify-content: center !important;
    }

    #FAQ.intro-section-light .nav-item,
    #FAQ.intro-section-dark .nav-item,
    #how_work.intro-section-light .nav-item {
        flex: 1 1 calc(50% - 12px);
        max-width: calc(50% - 6px);
    }

    #FAQ.intro-section-light .nav-link,
    #FAQ.intro-section-dark .nav-link,
    #how_work.intro-section-light .nav-link {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        font-size: 13px;
        padding: 10px 12px;
    }
}

@media (max-width: 575.98px) {
    #FAQ.intro-section-light .nav-item,
    #FAQ.intro-section-dark .nav-item,
    #how_work.intro-section-light .nav-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

#how_work.intro-section-light .nav-link.active,
#how_work.intro-section-light .nav-link.active:hover {
    background: var(--brand-primary) !important;
    background-image: none !important;
    color: #ffffff !important;
    border-color: var(--brand-primary) !important;
}

#how_work.intro-section-light .nav-link:hover:not(.active) {
    background: rgba(15, 44, 77, 0.08);
    color: var(--brand-primary);
    border-color: rgba(15, 44, 77, 0.2);
}

.how_work_screens {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
    padding: 12px 0 36px;
    list-style: none;
    margin: 0;
}

.how_work_screens__item {
    flex: 0 1 220px;
    max-width: 260px;
    text-align: center;
}

.how_work_screens__frame {
    position: relative;
    padding: 10px;
    background: linear-gradient(145deg, #ffffff 0%, #f1f5f9 100%);
    border-radius: 28px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 14px 40px rgba(15, 44, 77, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.how_work_screens__item:hover .how_work_screens__frame {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(15, 44, 77, 0.16);
}

.how_work_screens__frame img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    aspect-ratio: 9 / 19.5;
    object-fit: cover;
    object-position: top center;
    background: #0F2C4D;
}

.how_work_screens__caption {
    margin-top: 14px;
    color: var(--brand-primary);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
}

.how_work_screens__empty {
    text-align: center;
    color: #64748B;
    padding: 40px 20px;
    font-size: 16px;
}

.how_work img {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 10px 30px rgba(15, 44, 77, 0.12);
}

.how_work li:hover img {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 16px 36px rgba(15, 44, 77, 0.18);
}

/* ─── Footer (light) ─── */
footer {
    background: #ffffff;
    color: #334155;
    border-top: 1px solid rgba(15, 44, 77, 0.08);
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 44, 77, 0.1), transparent);
    pointer-events: none;
}

footer .Tfooter {
    color: var(--brand-primary);
    font-weight: 800;
    font-size: 16px;
}

footer .link-footer li,
footer .link-footer li a {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer .link-footer li a:hover {
    color: var(--brand-primary);
}

footer .link-footer li i {
    color: var(--brand-primary);
}

.under_footer {
    background: linear-gradient(135deg, #0F2C4D 0%, #0a1d33 100%);
    padding: 22px 0 20px;
    border-top: none;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

.under_footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(212, 180, 131, 0.08), transparent 35%),
        radial-gradient(circle at 80% 80%, rgba(254, 155, 14, 0.06), transparent 40%);
    pointer-events: none;
}

.under_footer > .container {
    position: relative;
    z-index: 1;
}

.intro-provider-join {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.intro-provider-join a {
    color: var(--brand-accent-light);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-inline-start: 4px;
    transition: color 0.2s ease;
}

.intro-provider-join a:hover {
    color: var(--brand-accent, #FE9B0E);
}

.intro-under-footer-row {
    row-gap: 14px;
}

.intro-under-footer-copy {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.intro-under-footer-copy a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-weight: 600;
}

.intro-under-footer-copy a:hover {
    color: var(--brand-accent-light);
}

.intro-footer-legal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    text-align: center;
}

.intro-footer-legal a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.intro-footer-legal a:hover {
    color: var(--brand-accent-light);
}

.intro-footer-legal-sep {
    color: rgba(255, 255, 255, 0.35);
    font-size: 13px;
    line-height: 1;
    user-select: none;
}

footer .social-m li a {
    background: var(--brand-primary);
    color: #ffffff;
    transition: background 0.2s ease, transform 0.2s ease;
}

footer .social-m li a:hover {
    background: #1a3e63;
    transform: translateY(-2px);
}

@media (min-width: 768px) {
    .intro-under-footer-copy {
        text-align: start;
    }

    .intro-footer-legal {
        justify-content: flex-end;
    }
}

footer .link-footer li i {
    margin-inline-end: 10px;
    min-width: 16px;
}

footer .link-footer li {
    line-height: 1.8;
}

/* ─── Certificates page ─── */
.intro-certificates-page {
    background: #f8fafc;
    min-height: 60vh;
}

.intro-certificates-hero {
    background: linear-gradient(135deg, #0F2C4D 0%, #0a1d33 55%, #132f4d 100%);
    padding: 48px 0 40px;
    text-align: center;
}

.intro-certificates-hero h1 {
    color: var(--brand-accent-light);
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 10px;
}

.intro-certificates-hero p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    font-size: 16px;
}

.intro-certificates-empty p {
    color: #64748b;
    font-size: 16px;
}

.intro-certificate-card {
    text-decoration: none !important;
    color: inherit;
}

.intro-certificate-card__inner {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(15, 44, 77, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.intro-certificate-card:hover .intro-certificate-card__inner {
    transform: translateY(-4px);
    border-color: rgba(254, 155, 14, 0.45);
    box-shadow: 0 14px 32px rgba(15, 44, 77, 0.12);
}

.intro-certificate-card__inner img {
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.intro-certificate-card__title {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #0F2C4D;
}

.social-m li a {
    background: rgba(212, 180, 131, 0.2);
    color: var(--brand-accent-light);
    transition: transform 0.25s ease, background 0.25s ease;
}

.social-m li a:hover {
    background: var(--brand-accent);
    color: #0F2C4D;
    transform: translateY(-2px);
}

/* ─── Scroll reveal animations ─── */
.intro-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.intro-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.intro-reveal-delay-1 { transition-delay: 0.08s; }
.intro-reveal-delay-2 { transition-delay: 0.16s; }
.intro-reveal-delay-3 { transition-delay: 0.24s; }
.intro-reveal-delay-4 { transition-delay: 0.32s; }

@media (max-width: 767.98px) {
    .intro-section-dark .the_title h3,
    .intro-dark-section .the_title h3,
    .bacg_section .the_title h3,
    .intro-section-light .the_title h3 {
        font-size: 24px;
    }

    .nav_bar a.active::after {
        display: none;
    }
}
