
/* =========================================================
   Sani Teb Home Redesign
   RTL / Bootstrap 5
========================================================= */

:root {
    --st-primary: #1769aa;
    --st-primary-dark: #0d4777;
    --st-primary-soft: #eaf5ff;
    --st-teal: #0e9f9a;
    --st-green: #31a66a;
    --st-purple: #7566d9;
    --st-orange: #e99a3d;
    --st-red: #d95d70;
    --st-text: #18324a;
    --st-muted: #6d7d8d;
    --st-border: #e5edf3;
    --st-bg: #f6fafd;
    --st-white: #fff;
    --st-shadow: 0 18px 50px rgba(20, 70, 105, .09);
    --st-radius: 24px;
}

html {
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    color: var(--st-text);
    background: #fff;
    font-family: inherit;
}

.st-hero {
    position: relative;
    overflow: hidden;
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 90px 0 80px;
    background:
        radial-gradient(circle at 85% 15%, rgba(31, 139, 211, .14), transparent 30%),
        linear-gradient(135deg, #f7fcff 0%, #eef8ff 52%, #f8fcff 100%);
}

.st-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.st-hero-glow-1 {
    width: 330px;
    height: 330px;
    left: -140px;
    bottom: -150px;
    background: rgba(23, 105, 170, .08);
}

.st-hero-glow-2 {
    width: 180px;
    height: 180px;
    right: 45%;
    top: -80px;
    background: rgba(14, 159, 154, .08);
}

.st-eyebrow,
.st-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    font-size: .88rem;
    font-weight: 800;
    color: var(--st-primary);
    letter-spacing: -.1px;
}

.st-dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background: var(--st-teal);
    box-shadow: 0 0 0 6px rgba(14, 159, 154, .11);
}

.st-hero-title {
    max-width: 650px;
    margin: 0;
    color: var(--st-primary-dark);
    font-size: clamp(2.35rem, 5vw, 4.4rem);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -2px;
}

.st-hero-title span {
    display: block;
    color: var(--st-primary);
}

.st-hero-text {
    max-width: 600px;
    margin: 24px 0 0;
    color: var(--st-muted);
    font-size: 1.12rem;
    line-height: 2;
}

.st-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.st-btn-primary,
.st-btn-call,
.st-btn-outline {
    border-radius: 14px;
    padding: 12px 22px;
    font-weight: 800;
    transition: .25s ease;
}

.st-btn-lg {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.st-btn-primary {
    color: #fff;
    border: 1px solid var(--st-primary);
    background: var(--st-primary);
    box-shadow: 0 12px 28px rgba(23, 105, 170, .22);
}

.st-btn-primary:hover {
    color: #fff;
    background: var(--st-primary-dark);
    border-color: var(--st-primary-dark);
    transform: translateY(-2px);
}

.st-btn-call {
    color: var(--st-primary-dark);
    border: 1px solid rgba(23, 105, 170, .18);
    background: rgba(255, 255, 255, .8);
}

.st-btn-call:hover {
    color: var(--st-primary);
    background: #fff;
    transform: translateY(-2px);
}

.st-btn-outline {
    color: var(--st-primary);
    border: 1px solid rgba(23, 105, 170, .25);
    background: #fff;
}

.st-btn-outline:hover {
    color: #fff;
    background: var(--st-primary);
}

.st-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 25px;
    color: #61788b;
    font-size: .88rem;
    font-weight: 700;
}

.st-hero-trust i {
    color: var(--st-teal);
    margin-left: 5px;
}

.st-hero-visual {
    position: relative;
    min-height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-hero-image-wrap {
    width: min(100%, 520px);
    padding: 18px;
    border-radius: 42% 58% 58% 42% / 45% 42% 58% 55%;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 35px 80px rgba(20, 77, 111, .13);
    transform: rotate(2deg);
}

.st-hero-image {
    display: block;
    width: 100%;
    border-radius: 38% 62% 58% 42% / 44% 45% 55% 56%;
    transform: rotate(-2deg);
}

.st-hero-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 17px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    box-shadow: var(--st-shadow);
    backdrop-filter: blur(10px);
}

.st-hero-card i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: var(--st-primary);
    background: var(--st-primary-soft);
    font-size: 1.3rem;
}

.st-hero-card strong,
.st-hero-card small {
    display: block;
}

.st-hero-card strong {
    font-size: .95rem;
}

.st-hero-card small {
    margin-top: 3px;
    color: var(--st-muted);
    font-size: .76rem;
}

.st-hero-card-top {
    top: 30px;
    right: 5px;
}

.st-hero-card-bottom {
    left: 5px;
    bottom: 25px;
}

.st-avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: var(--st-teal);
}

.st-trust-strip {
    position: relative;
    z-index: 4;
    margin-top: -35px;
}

.st-trust-item {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px;
    border: 1px solid var(--st-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20, 70, 105, .07);
}

.st-trust-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: var(--st-primary);
    background: var(--st-primary-soft);
    font-size: 1.35rem;
}

.st-trust-item strong,
.st-trust-item span {
    display: block;
}

.st-trust-item strong {
    font-size: .93rem;
}

.st-trust-item span {
    margin-top: 3px;
    color: var(--st-muted);
    font-size: .75rem;
}

.st-section {
    padding: 100px 0;
}

.st-section-soft {
    background: var(--st-bg);
}

.st-section-heading {
    max-width: 720px;
    margin: 0 auto 48px;
}

.st-section-heading h2,
.st-content-title {
    margin: 0;
    color: var(--st-primary-dark);
    font-weight: 900;
    font-size: clamp(1.85rem, 3vw, 2.65rem);
    letter-spacing: -.7px;
}

.st-section-heading p {
    margin: 14px auto 0;
    color: var(--st-muted);
    line-height: 1.95;
}

.st-service-card {
    position: relative;
    height: 100%;
    min-height: 300px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--st-border);
    border-radius: var(--st-radius);
    background: #fff;
    box-shadow: 0 10px 32px rgba(25, 67, 97, .06);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.st-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: var(--st-primary);
}

.st-service-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--st-shadow);
    border-color: rgba(23, 105, 170, .18);
}

.st-service-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 19px;
    color: var(--st-primary);
    background: var(--st-primary-soft);
    font-size: 1.65rem;
}

.st-service-card h3 {
    margin-bottom: 12px;
    font-size: 1.22rem;
    font-weight: 850;
}

.st-service-card p {
    min-height: 58px;
    margin: 0;
    color: var(--st-muted);
    line-height: 1.9;
    font-size: .92rem;
}

.st-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: var(--st-primary);
    text-decoration: none;
    font-weight: 800;
}

.st-service-link:hover {
    color: var(--st-primary-dark);
}

.st-service-teal .st-service-icon { color: var(--st-teal); background: #e8fbfa; }
.st-service-green .st-service-icon { color: var(--st-green); background: #eaf9f0; }
.st-service-purple .st-service-icon { color: var(--st-purple); background: #f0efff; }
.st-service-orange .st-service-icon { color: var(--st-orange); background: #fff5e8; }
.st-service-red .st-service-icon { color: var(--st-red); background: #fff0f3; }

.st-service-teal::before { background: var(--st-teal); }
.st-service-green::before { background: var(--st-green); }
.st-service-purple::before { background: var(--st-purple); }
.st-service-orange::before { background: var(--st-orange); }
.st-service-red::before { background: var(--st-red); }

.st-image-panel {
    position: relative;
    padding: 15px;
    border-radius: 34px;
    background: #fff;
    box-shadow: var(--st-shadow);
}

.st-image-panel img {
    width: 100%;
    display: block;
    min-height: 430px;
    object-fit: cover;
    border-radius: 26px;
}

.st-image-badge {
    position: absolute;
    right: -15px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 18px;
    color: #fff;
    background: var(--st-primary);
    box-shadow: 0 18px 40px rgba(23, 105, 170, .25);
}

.st-image-badge i {
    font-size: 1.6rem;
}

.st-image-badge strong,
.st-image-badge span {
    display: block;
}

.st-image-badge span {
    margin-top: 3px;
    font-size: .75rem;
    opacity: .85;
}

.st-content-text {
    margin: 18px 0 28px;
    color: var(--st-muted);
    line-height: 2;
}

.st-benefits {
    display: grid;
    gap: 15px;
}

.st-benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.st-benefit-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--st-teal);
    background: #e8fbfa;
    font-weight: 900;
}

.st-benefit strong,
.st-benefit span {
    display: block;
}

.st-benefit strong {
    font-size: .95rem;
}

.st-benefit span {
    margin-top: 3px;
    color: var(--st-muted);
    font-size: .82rem;
}

.st-steps {
    position: relative;
}

.st-step {
    position: relative;
    height: 100%;
    padding: 30px 24px;
    text-align: center;
    border: 1px solid var(--st-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(20, 70, 105, .05);
}

.st-step-number {
    position: absolute;
    top: 15px;
    left: 17px;
    color: #b7c8d6;
    font-size: .78rem;
    font-weight: 900;
}

.st-step-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 20px;
    color: var(--st-primary);
    background: var(--st-primary-soft);
    font-size: 1.6rem;
}

.st-step h3 {
    margin-bottom: 10px;
    font-size: 1.08rem;
    font-weight: 850;
}

.st-step p {
    margin: 0;
    color: var(--st-muted);
    line-height: 1.8;
    font-size: .86rem;
}

.st-stats {
    padding: 65px 0;
    color: #fff;
    background:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,.09), transparent 25%),
        linear-gradient(135deg, #0e4d7f, #1769aa);
}

.st-stat {
    height: 100%;
    text-align: center;
    padding: 10px 10px;
}

.st-stat-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.12);
    font-size: 1.3rem;
}

.st-stat strong,
.st-stat span {
    display: block;
}

.st-stat strong {
    font-size: 2rem;
    line-height: 1;
}

.st-stat span {
    margin-top: 9px;
    font-size: .85rem;
    opacity: .82;
}

.st-testimonials {
    background: var(--st-bg);
}

.st-review {
    max-width: 820px;
    margin: 0 auto;
    padding: 42px 65px;
    text-align: center;
    border: 1px solid var(--st-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--st-shadow);
}

.st-stars {
    color: #f1ad36;
    font-size: 1.15rem;
    letter-spacing: 4px;
}

.st-review p {
    margin: 20px auto 25px;
    color: var(--st-text);
    font-size: 1.04rem;
    line-height: 2.15;
}

.st-review-author {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-align: right;
}

.st-review-avatar {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--st-primary);
    font-weight: 800;
}

.st-review-author strong,
.st-review-author span {
    display: block;
}

.st-review-author span {
    margin-top: 3px;
    color: var(--st-muted);
    font-size: .75rem;
}

.st-carousel-btn {
    width: 44px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    opacity: 1;
    color: var(--st-primary);
    border: 1px solid var(--st-border);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 70, 105, .08);
}

.st-carousel-btn:hover {
    color: #fff;
    background: var(--st-primary);
}

.st-faq {
    max-width: 920px;
}

.st-faq .accordion-item {
    margin-bottom: 13px;
    overflow: hidden;
    border: 1px solid var(--st-border);
    border-radius: 16px !important;
    background: #fff;
    box-shadow: 0 7px 24px rgba(20, 70, 105, .04);
}

.st-faq .accordion-button {
    padding: 20px 22px;
    color: var(--st-text) !important;
    background: #fff;
    box-shadow: none;
    font-size: .98rem;
    font-weight: 800;
}

.st-faq .accordion-button:not(.collapsed) {
    color: var(--st-primary);
    background: var(--st-primary-soft);
}

.st-faq .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

.st-faq .accordion-body {
    padding: 0 22px 22px;
    color: var(--st-muted);
    line-height: 2;
    background: var(--st-primary-soft);
}

.st-request {
    padding: 40px 0 100px;
}

.st-request-box {
    position: relative;
    overflow: hidden;
    padding: 55px;
    border-radius: 32px;
    color: #fff;
    background:
        radial-gradient(circle at 95% 15%, rgba(255,255,255,.14), transparent 28%),
        linear-gradient(135deg, #0d4777, #1769aa);
    box-shadow: 0 25px 60px rgba(23, 105, 170, .18);
}

.st-request-box h2 {
    margin: 0;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 900;
}

.st-request-box p {
    max-width: 600px;
    margin: 15px 0 0;
    line-height: 2;
    opacity: .82;
}

.st-kicker-light {
    color: #aee4ff;
}

.st-request-box > .row > .col-lg-5 {
    background: rgba(255,255,255,.96);
    padding: 22px;
    border-radius: 22px;
    color: var(--st-text);
}

.st-contact {
    padding: 20px 0 100px;
}

.st-contact-card {
    min-height: 165px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--st-border);
    border-radius: 22px;
    color: var(--st-text);
    background: #fff;
    transition: .25s ease;
}

.st-contact-card:hover {
    color: var(--st-primary);
    transform: translateY(-5px);
    box-shadow: var(--st-shadow);
}

.st-contact-card i {
    margin-bottom: 14px;
    color: var(--st-primary);
    font-size: 1.8rem;
}

.st-contact-card strong,
.st-contact-card span {
    display: block;
}

.st-contact-card span {
    margin-top: 7px;
    color: var(--st-muted);
    font-size: .85rem;
}

.st-floating-call {
    display: none;
}

@media (max-width: 991.98px) {
    .st-hero {
        padding: 65px 0 70px;
        min-height: auto;
    }

    .st-hero-visual {
        min-height: 420px;
    }

    .st-hero-card-top {
        right: 0;
    }

    .st-hero-card-bottom {
        left: 0;
    }

    .st-section {
        padding: 75px 0;
    }

    .st-request-box {
        padding: 38px;
    }
}

@media (max-width: 767.98px) {
    .st-hero-title {
        font-size: 2.35rem;
        letter-spacing: -1px;
    }

    .st-hero-text {
        font-size: 1rem;
    }

    .st-hero-actions {
        flex-direction: column;
    }

    .st-hero-actions .btn {
        width: 100%;
    }

    .st-hero-trust {
        display: grid;
        gap: 9px;
    }

    .st-hero-visual {
        min-height: 350px;
    }

    .st-hero-card {
        padding: 5px 10px;
    }

    .st-hero-card-top {
        top: -45px;
        right: -10px;
    }

    .st-hero-card-bottom {
        left: -5px;
        bottom: 0;
    }

    .st-hero-card small {
        font-size: .68rem;
    }

    .st-trust-strip {
        margin-top: -20px;
    }

    .st-trust-item {
        padding: 13px;
    }

    .st-trust-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 1.05rem;
    }

    .st-trust-item strong {
        font-size: .82rem;
    }

    .st-trust-item span {
        font-size: .67rem;
    }

    .st-service-card {
        min-height: auto;
    }

    .st-image-panel img {
        min-height: 300px;
    }

    .st-image-badge {
        right: 5px;
        bottom: 15px;
    }

    .st-review {
        padding: 32px 24px 38px;
    }

    .st-carousel-btn {
        position: relative;
        display: inline-grid;
        margin: 18px 4px 0;
        top: auto;
        left: auto;
        right: auto;
    }

    .st-request-box {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .st-request-box > .row > .col-lg-5 {
        padding: 17px;
    }

    .st-contact {
        padding-bottom: 120px;
    }

    .st-floating-call {
        position: fixed;
        z-index: 1000;
        right: 16px;
        left: 16px;
        bottom: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 54px;
        border-radius: 16px;
        color: #fff;
        text-decoration: none;
        background: var(--st-primary);
        box-shadow: 0 14px 35px rgba(13, 71, 119, .28);
        font-weight: 800;
    }

    .st-floating-call:hover {
        color: #fff;
    }
}


@media (max-width: 767.98px) {
    [data-aos="fade-left"],
    [data-aos="fade-right"] {
        transform: none !important;
    }
}