@font-face {
  font-family: 'Vazir-FD';
  src: url('../fonts/Vazir-FD.eot');
  src: url('../fonts/Vazir-FD.ttf') format('truetype'),
    url('../fonts/Vazir-FD.woff') format('woff'),
    url('../fonts/Vazir-FD.woff2') format('woff2');
}

/* ======================== Documentation redesign ======================== */
.documentation-page {
    overflow: hidden;
    color: #17345f;
    background: #ffffff;
}

.documentation-page .doc-hero {
    position: relative;
    padding: 104px 0 118px;
    overflow: hidden;
    background:
        radial-gradient(circle at 13% 20%, rgba(253, 176, 34, 0.12), transparent 24%),
        radial-gradient(circle at 89% 82%, rgba(42, 98, 193, 0.1), transparent 27%),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 52%, #f7faff 100%);
}

.documentation-page .doc-hero::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    left: -190px;
    bottom: -190px;
    border: 1px solid rgba(42, 98, 193, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(42, 98, 193, 0.025), 0 0 0 108px rgba(42, 98, 193, 0.02);
}

.documentation-page .doc-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
    gap: clamp(64px, 8vw, 118px);
    align-items: center;
}

.documentation-page .doc-hero-copy {
    max-width: 670px;
}

.documentation-page .doc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #e79a0b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.15px;
}

.documentation-page .doc-kicker::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 99px;
    background: #fdb022;
}

.documentation-page h1 {
    margin: 0;
    color: #0b3b91;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.75;
    letter-spacing: -0.55px;
}

.documentation-page .doc-hero-subtitle {
    max-width: 600px;
    margin: 24px 0 0;
    color: #60738a;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}

.documentation-page .doc-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 42px;
}

.documentation-page .doc-hero-points span {
    position: relative;
    padding-right: 18px;
    color: #34516f;
    font-size: 13px;
    font-weight: 700;
}

.documentation-page .doc-hero-points span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border: 2px solid #fdb022;
    border-radius: 50%;
    transform: translateY(-50%);
}

.documentation-page .doc-hero-visual {
    position: relative;
    min-height: 430px;
}

.documentation-page .doc-paper {
    position: absolute;
    width: min(88%, 470px);
    height: 330px;
    border-radius: 24px;
}

.documentation-page .doc-paper-back {
    top: 24px;
    left: 7%;
    border: 1px solid rgba(42, 98, 193, 0.13);
    background: #edf4ff;
    transform: rotate(-5deg);
}

.documentation-page .doc-paper-main {
    top: 48px;
    right: 2%;
    padding: 44px 42px;
    border: 1px solid rgba(42, 98, 193, 0.14);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 70px rgba(11, 59, 145, 0.13);
}

.documentation-page .doc-paper-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.documentation-page .doc-paper-heading span {
    width: 48%;
    height: 11px;
    border-radius: 99px;
    background: #2a62c1;
}

.documentation-page .doc-paper-heading i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fdb022;
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.38);
}

.documentation-page .doc-paper-line {
    width: 72%;
    height: 7px;
    margin-top: 14px;
    border-radius: 99px;
    background: #dbe5f3;
}

.documentation-page .doc-paper-line-long {
    width: 100%;
}

.documentation-page .doc-paper-line-short {
    width: 54%;
}

.documentation-page .doc-flow {
    display: grid;
    grid-template-columns: 38px 1fr 38px 1fr 38px;
    align-items: center;
    margin: 34px 0;
}

.documentation-page .doc-flow span {
    width: 38px;
    height: 38px;
    border: 8px solid #e6effc;
    border-radius: 12px;
    background: #2a62c1;
}

.documentation-page .doc-flow span:last-child {
    background: #fdb022;
}

.documentation-page .doc-flow i {
    height: 2px;
    background: repeating-linear-gradient(90deg, #9eb7d7 0 5px, transparent 5px 9px);
}

.documentation-page .doc-check-card {
    position: absolute;
    right: -18px;
    bottom: 14px;
    width: 185px;
    padding: 22px;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 48px rgba(11, 59, 145, 0.14);
}

.documentation-page .doc-check-card span {
    display: flex;
    gap: 12px;
    align-items: center;
}

.documentation-page .doc-check-card span + span {
    margin-top: 14px;
}

.documentation-page .doc-check-card span::before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 6px;
    background: #e7f0ff;
    box-shadow: inset 0 0 0 5px #2a62c1;
}

.documentation-page .doc-check-card i {
    width: 90px;
    height: 6px;
    border-radius: 99px;
    background: #dce6f3;
}

.documentation-page .doc-visual-badge {
    position: absolute;
    top: 6px;
    right: 25%;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #0b3b91, #2a62c1);
    box-shadow: 0 16px 35px rgba(11, 59, 145, 0.22);
}

.documentation-page .doc-visual-badge svg {
    width: 31px;
    height: 31px;
}

.documentation-page .doc-section {
    padding: 108px 0;
}

.documentation-page .doc-section-head {
    max-width: 800px;
    margin-bottom: 54px;
}

.documentation-page .doc-section-head h2 {
    margin: 0;
    color: #0b3b91;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.75;
    letter-spacing: -0.35px;
}

.documentation-page .doc-section-head > p {
    margin: 20px 0 0;
    color: #687b90;
    font-size: 15px;
    line-height: 2.05;
}

.documentation-page .doc-section-head-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.documentation-page .doc-section-head-center .doc-kicker {
    justify-content: center;
}

.documentation-page .doc-accordion-list {
    width: 100%;
    border-top: 1px solid #dbe5f1;
}

.documentation-page .doc-accordion {
    border-bottom: 1px solid #dbe5f1;
    transition: background-color 180ms ease;
}

.documentation-page .doc-accordion[open] {
    background: linear-gradient(90deg, rgba(42, 98, 193, 0.035), transparent 58%);
}

.documentation-page :is(.doc-accordion, .doc-insight, .doc-process-item) > summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.documentation-page :is(.doc-accordion, .doc-insight, .doc-process-item) > summary::-webkit-details-marker {
    display: none;
}

.documentation-page .doc-accordion > summary {
    display: flex;
    min-height: 94px;
    padding: 22px 26px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.documentation-page .doc-accordion-title {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 22px;
}

.documentation-page .doc-accordion-title i {
    flex: 0 0 40px;
    color: #e79a0b;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 1px;
}

.documentation-page .doc-accordion-title strong {
    color: #173f70;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.8;
}

.documentation-page :is(.doc-accordion, .doc-insight, .doc-process-item) > summary > svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: #2a62c1;
    transition: transform 180ms ease;
}

.documentation-page :is(.doc-accordion, .doc-insight, .doc-process-item)[open] > summary > svg {
    transform: rotate(180deg);
}

.documentation-page .doc-accordion-body {
    padding: 0 88px 34px 72px;
}

.documentation-page .doc-accordion-body p,
.documentation-page .doc-insight > div p,
.documentation-page .doc-process-item > div p {
    margin: 0;
    color: #5d7188;
    font-size: 15px;
    line-height: 2.25;
}

.documentation-page .doc-overview-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(48px, 6vw, 88px);
}

.documentation-page .doc-overview-item {
    padding: 34px 0 0;
    border-top: 1px solid #dbe5f1;
}

.documentation-page .doc-overview-title {
    display: flex;
    align-items: center;
    gap: 18px;
}

.documentation-page .doc-overview-title span {
    color: #e79a0b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.documentation-page .doc-overview-title h3 {
    margin: 0;
    color: #173f70;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.8;
}

.documentation-page .doc-overview-item p {
    margin: 22px 0 0;
    color: #5d7188;
    font-size: 15px;
    line-height: 2.25;
}

.documentation-page .doc-risks {
    background: #f8faff;
}

.documentation-page .doc-insight-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 72px;
}

.documentation-page .doc-insight {
    overflow: hidden;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 20px;
    background: #ffffff;
}

.documentation-page .doc-insight > summary {
    display: flex;
    min-height: 86px;
    padding: 24px 28px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #123d73;
    font-size: 18px;
    font-weight: 850;
}

.documentation-page .doc-insight > div {
    padding: 0 28px 30px;
}

.documentation-page .doc-outputs {
    background: #ffffff;
}

.documentation-page .doc-output-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 42px;
    border-top: 1px solid #dbe5f1;
}

.documentation-page .doc-output-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
    min-height: 148px;
    padding: 32px 0;
    border-bottom: 1px solid #dbe5f1;
}

.documentation-page .doc-output-item > span {
    color: #e79a0b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.documentation-page .doc-output-item h3 {
    margin: 0;
    color: #143d70;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.8;
}

.documentation-page .doc-output-item p {
    margin: 8px 0 0;
    color: #6a7d91;
    font-size: 14px;
    line-height: 1.95;
}

.documentation-page .doc-process {
    background:
        radial-gradient(circle at 90% 10%, rgba(253, 176, 34, 0.08), transparent 25%),
        #f8faff;
}

.documentation-page .doc-process-list {
    counter-reset: doc-process;
    width: 100%;
    border-top: 1px solid #dbe5f1;
}

.documentation-page .doc-process-item {
    border-bottom: 1px solid #dbe5f1;
}

.documentation-page .doc-process-item > summary {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 24px;
    gap: 24px;
    min-height: 96px;
    padding: 22px 26px;
    align-items: center;
}

.documentation-page .doc-process-item > summary > span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(42, 98, 193, 0.16);
    border-radius: 16px;
    color: #2a62c1;
    background: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.documentation-page .doc-process-item > summary > strong {
    color: #123d73;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.8;
}

.documentation-page .doc-process-item > div {
    padding: 0 106px 34px 72px;
}

@media (max-width: 1199.98px) {
    .documentation-page .doc-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
        gap: 58px;
    }

    .documentation-page .doc-output-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .documentation-page .doc-hero {
        padding: 82px 0 92px;
    }

    .documentation-page .doc-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 54px;
    }

    .documentation-page .doc-hero-copy {
        max-width: 720px;
    }

    .documentation-page .doc-hero-visual {
        width: 100%;
        max-width: 640px;
        min-height: 420px;
        margin-inline: auto;
    }

    .documentation-page .doc-section {
        padding: 84px 0;
    }

    .documentation-page .doc-overview-list,
    .documentation-page .doc-insight-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .documentation-page .doc-overview-list {
        gap: 46px;
    }
}

@media (max-width: 767.98px) {
    .documentation-page .doc-hero {
        padding: 58px 0 68px;
    }

    .documentation-page .doc-hero-grid {
        gap: 44px;
    }

    .documentation-page .doc-kicker {
        margin-bottom: 14px;
    }

    .documentation-page h1 {
        line-height: 1.65;
    }

    .documentation-page .doc-hero-subtitle {
        margin-top: 18px;
        font-size: 15px;
    }

    .documentation-page .doc-hero-points {
        gap: 10px 18px;
        margin-top: 30px;
    }

    .documentation-page .doc-hero-visual {
        min-height: 320px;
    }

    .documentation-page .doc-paper {
        height: 245px;
        border-radius: 19px;
    }

    .documentation-page .doc-paper-back {
        top: 18px;
    }

    .documentation-page .doc-paper-main {
        top: 34px;
        padding: 30px 26px;
    }

    .documentation-page .doc-paper-heading {
        margin-bottom: 22px;
    }

    .documentation-page .doc-flow {
        grid-template-columns: 30px 1fr 30px 1fr 30px;
        margin: 24px 0;
    }

    .documentation-page .doc-flow span {
        width: 30px;
        height: 30px;
        border-width: 6px;
        border-radius: 10px;
    }

    .documentation-page .doc-check-card {
        right: 0;
        bottom: 0;
        width: 150px;
        padding: 17px;
        border-radius: 16px;
    }

    .documentation-page .doc-check-card i {
        width: 66px;
    }

    .documentation-page .doc-visual-badge {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .documentation-page .doc-section {
        padding: 66px 0;
    }

    .documentation-page .doc-section-head {
        margin-bottom: 36px;
    }

    .documentation-page .doc-section-head h2 {
        font-size: 20px;
    }

    .documentation-page .doc-overview-item {
        padding-top: 28px;
    }

    .documentation-page .doc-accordion > summary {
        min-height: 82px;
        padding: 19px 10px;
        gap: 16px;
    }

    .documentation-page .doc-accordion-title {
        gap: 12px;
    }

    .documentation-page .doc-accordion-title i {
        flex-basis: 32px;
    }

    .documentation-page .doc-accordion-title strong,
    .documentation-page .doc-insight > summary,
    .documentation-page .doc-process-item > summary > strong {
        font-size: 17px;
    }

    .documentation-page .doc-accordion-body {
        padding: 0 52px 28px 10px;
    }

    .documentation-page .doc-insight-list {
        gap: 16px;
        margin-top: 50px;
    }

    .documentation-page .doc-insight {
        border-radius: 17px;
    }

    .documentation-page .doc-insight > summary {
        min-height: 78px;
        padding: 20px;
    }

    .documentation-page .doc-insight > div {
        padding: 0 20px 24px;
    }

    .documentation-page .doc-output-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .documentation-page .doc-output-item {
        min-height: 0;
        padding: 25px 0;
    }

    .documentation-page .doc-process-item > summary {
        grid-template-columns: 48px minmax(0, 1fr) 22px;
        gap: 14px;
        min-height: 84px;
        padding: 18px 8px;
    }

    .documentation-page .doc-process-item > summary > span {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .documentation-page .doc-process-item > div {
        padding: 0 70px 28px 8px;
    }
}

/* Assessments and the unified site navigation */
.saman-header-nav {
    position: relative;
    z-index: 100;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 12px 34px rgba(11, 59, 145, .07);
}

.saman-header-nav::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(42, 98, 193, .2) 18%, #fdb022 50%, rgba(42, 98, 193, .2) 82%, transparent);
}

.saman-navbar {
    position: relative;
    display: flex;
    min-height: 90px;
    align-items: center;
}

.saman-navbar-brand {
    display: inline-flex;
    width: 148px;
    margin-left: 38px;
    flex: 0 0 auto;
    align-items: center;
}

.saman-navbar-brand img {
    display: block;
    width: 100%;
    height: 62px;
    object-fit: contain;
}

.saman-nav-links {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 5px;
    list-style: none;
}

.saman-nav-links > li > a,
.saman-nav-links > li > button {
    position: relative;
    display: inline-flex;
    min-height: 48px;
    padding: 0 17px;
    align-items: center;
    gap: 7px;
    border: 0;
    border-radius: 13px;
    color: #264562;
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease;
}

.saman-nav-links > li > a::after,
.saman-nav-links > li > button::after {
    content: "";
    position: absolute;
    right: 17px;
    bottom: 5px;
    left: 17px;
    height: 2px;
    border-radius: 5px;
    background: #fdb022;
    transform: scaleX(0);
    transition: transform .2s ease;
}

.saman-nav-links > li > a:hover,
.saman-nav-links > li > button:hover,
.saman-nav-links > li > a.is-active,
.saman-nav-links > li > button.is-active {
    color: #174f9f;
    background: #f3f7fd;
}

.saman-nav-links > li > a:hover::after,
.saman-nav-links > li > button:hover::after,
.saman-nav-links > li > a.is-active::after,
.saman-nav-links > li > button.is-active::after { transform: scaleX(1); }

.saman-nav-links > li > button > svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: transform .2s ease;
}

.saman-nav-dropdown { position: relative; }

.saman-dropdown-panel {
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    display: grid;
    width: 580px;
    padding: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    visibility: hidden;
    border: 1px solid rgba(42, 98, 193, .13);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(11, 59, 145, .16);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.saman-dropdown-panel::before {
    content: "";
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    height: 20px;
}

.saman-nav-dropdown:hover .saman-dropdown-panel,
.saman-nav-dropdown:focus-within .saman-dropdown-panel {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.saman-nav-dropdown:hover > button > svg,
.saman-nav-dropdown:focus-within > button > svg { transform: rotate(180deg); }

.saman-dropdown-panel > a {
    display: flex;
    min-width: 0;
    min-height: 66px;
    padding: 12px 14px;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
    color: #294967;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.saman-dropdown-panel > a:hover {
    color: #174f9f;
    background: #f3f7fd;
    transform: translateX(-2px);
}

.saman-dropdown-panel > a > svg {
    width: 38px;
    height: 38px;
    padding: 8px;
    flex: 0 0 auto;
    border: 1px solid rgba(42, 98, 193, .14);
    border-radius: 11px;
    fill: none;
    stroke: #2a62c1;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.saman-dropdown-panel span { display: grid; min-width: 0; gap: 2px; }
.saman-dropdown-panel strong { color: inherit; font-size: 14px; }
.saman-dropdown-panel small { color: #718398; font-size: 13px; font-weight: 500; }
.saman-tests-panel { width: 390px; grid-template-columns: 1fr; }

.saman-mobile-toggle {
    display: none;
    width: 48px;
    height: 48px;
    margin-right: auto;
    padding: 12px;
    border: 1px solid rgba(42, 98, 193, .16);
    border-radius: 14px;
    background: #f5f8fd;
}

.saman-mobile-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    border-radius: 3px;
    background: #1c4f91;
}

.saman-mobile-menu { width: min(88vw, 390px) !important; direction: rtl; }
.saman-mobile-menu .offcanvas-header { padding: 28px 24px 20px; border-bottom: 1px solid #e2e9f2; }
.saman-mobile-menu .offcanvas-header .btn-close { width: 18px; height: 18px; margin: 0 auto 0 0 !important; padding: 8px; flex: 0 0 auto; box-sizing: content-box; }
.saman-mobile-menu .offcanvas-header > div { display: grid; gap: 3px; }
.saman-mobile-menu .offcanvas-header span { color: #e09a16; font-size: 13px; font-weight: 900; }
.saman-mobile-menu .offcanvas-header strong { color: #163f6d; font-size: 19px; }
.saman-mobile-menu .offcanvas-body { display: grid; padding: 18px 24px 30px; align-content: start; gap: 7px; }
.saman-mobile-link,
.saman-mobile-group summary { display: flex; min-height: 52px; padding: 0 14px; align-items: center; justify-content: space-between; border-radius: 12px; color: #294967; font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.saman-mobile-group summary::-webkit-details-marker { display: none; }
.saman-mobile-group summary svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s ease; }
.saman-mobile-group[open] summary { color: #174f9f; background: #f3f7fd; }
.saman-mobile-group[open] summary svg { transform: rotate(180deg); }
.saman-mobile-group > div { display: grid; margin: 6px 14px 12px 0; padding-right: 16px; gap: 2px; border-right: 2px solid #fdb022; }
.saman-mobile-group > div a { padding: 10px 12px; border-radius: 9px; color: #60758b; font-size: 13px; font-weight: 700; }
.saman-mobile-group > div a:hover { color: #174f9f; background: #f5f8fd; }
.saman-mobile-account { display: flex; min-height: 52px; margin-top: 14px; padding: 0 16px; align-items: center; gap: 11px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, #0b3b91, #2a62c1); font-size: 14px; font-weight: 900; }
.saman-mobile-account svg { width: 21px; height: 21px; fill: none; stroke: #fdb022; stroke-width: 1.8; }

.assessment-catalog-page,
.assessment-page { color: #294967; background: #f7f9fc; }

.assessment-catalog-hero,
.assessment-intro { position: relative; overflow: hidden; background: linear-gradient(135deg, #092e68 0%, #174f9f 58%, #2a62c1 100%); }
.assessment-catalog-hero::before,
.assessment-intro::before { content: ""; position: absolute; top: -210px; left: -100px; width: 500px; height: 500px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018); }
.assessment-catalog-hero-inner { position: relative; display: grid; min-height: 390px; grid-template-columns: minmax(0, 1fr) 220px; gap: 80px; align-items: center; }
.assessment-catalog-hero-inner > div { max-width: 730px; }
.assessment-eyebrow { display: inline-flex; color: #fdb022; font-size: 14px; font-weight: 900; }
.assessment-catalog-hero h1,
.assessment-intro h1 { margin: 13px 0 15px; color: #fff; font-size: 25px; font-weight: 900; line-height: 1.8; }
.assessment-catalog-hero p,
.assessment-intro-copy > p { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .78); font-size: 15px; line-height: 2.15; }
.assessment-hero-mark { display: grid; width: 170px; height: 170px; place-items: center; border: 1px solid rgba(255, 255, 255, .17); border-radius: 45px; background: rgba(255, 255, 255, .08); transform: rotate(-7deg); }
.assessment-hero-mark svg { width: 84px; height: 84px; fill: none; stroke: #fdb022; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.assessment-catalog { padding-top: 90px; padding-bottom: 110px; }
.assessment-catalog-card { display: grid; min-height: 270px; padding: 42px 46px; grid-template-columns: 82px minmax(0, 1fr) auto; gap: 34px; align-items: center; border: 1px solid rgba(42, 98, 193, .14); border-radius: 24px; background: #fff; box-shadow: 0 22px 65px rgba(11, 59, 145, .08); }
.assessment-catalog-card-icon { display: grid; width: 82px; height: 82px; place-items: center; border-radius: 23px; color: #fff; background: linear-gradient(145deg, #0b3b91, #2a62c1); box-shadow: 0 15px 32px rgba(42, 98, 193, .22); }
.assessment-catalog-card-icon svg { width: 42px; height: 42px; fill: none; stroke: #fdb022; stroke-width: 1.7; stroke-linecap: round; }
.assessment-catalog-card-content > span { color: #d38a00; font-size: 13px; font-weight: 900; }
.assessment-catalog-card h2 { margin: 8px 0 11px; color: #143f70; font-size: 22px; font-weight: 900; }
.assessment-catalog-card p { max-width: 710px; margin: 0; color: #667a90; font-size: 15px; line-height: 2; }
.assessment-catalog-meta { display: flex; margin-top: 20px; flex-wrap: wrap; gap: 20px; }
.assessment-catalog-meta span { display: inline-flex; align-items: center; gap: 7px; color: #597188; font-size: 13px; font-weight: 700; }
.assessment-catalog-meta svg { width: 19px; height: 19px; fill: none; stroke: #2a62c1; stroke-width: 1.8; }
.assessment-start-link { display: inline-flex; min-height: 54px; padding: 0 24px; align-items: center; justify-content: center; gap: 10px; border-radius: 15px; color: #17345f; background: #fdb022; box-shadow: 0 12px 26px rgba(253, 176, 34, .25); font-size: 14px; font-weight: 900; white-space: nowrap; }
.assessment-start-link:hover { color: #17345f; transform: translateY(-2px); }
.assessment-start-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }

.assessment-intro-grid { position: relative; display: grid; min-height: 460px; grid-template-columns: minmax(0, 1fr) 390px; gap: 90px; align-items: center; }
.assessment-intro-copy { max-width: 760px; }
.assessment-intro-facts { display: flex; margin-top: 29px; gap: 10px; }
.assessment-intro-facts span { display: inline-flex; min-height: 46px; padding: 0 15px; align-items: center; gap: 7px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 13px; color: rgba(255, 255, 255, .8); background: rgba(255, 255, 255, .06); font-size: 13px; }
.assessment-intro-facts strong { color: #fdb022; font-size: 17px; }
.assessment-intro-note { display: flex; padding: 28px; align-items: flex-start; gap: 17px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 21px; background: rgba(255, 255, 255, .08); backdrop-filter: blur(8px); }
.assessment-intro-note > svg { width: 40px; height: 40px; flex: 0 0 auto; fill: none; stroke: #fdb022; stroke-width: 1.7; }
.assessment-intro-note > div { display: grid; gap: 7px; }
.assessment-intro-note strong { color: #fff; font-size: 18px; }
.assessment-intro-note span { color: rgba(255, 255, 255, .73); font-size: 14px; line-height: 2; }
.assessment-workspace { padding-top: 88px; padding-bottom: 118px; }
.assessment-progress { max-width: 1060px; margin: 0 auto 26px; }
.assessment-progress-copy { display: flex; margin-bottom: 11px; align-items: center; justify-content: space-between; color: #6c7f92; font-size: 13px; }
.assessment-progress-copy strong { color: #2a62c1; font-size: 13px; }
.assessment-progress-track { height: 7px; overflow: hidden; border-radius: 20px; background: #e3eaf3; }
.assessment-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2a62c1, #4e83d9, #fdb022); transition: width .35s ease; }
.assessment-form { max-width: 1060px; margin: auto; }
.assessment-step { padding: 44px 48px 18px; border: 1px solid rgba(42, 98, 193, .13); border-radius: 24px; background: #fff; box-shadow: 0 22px 65px rgba(11, 59, 145, .075); }
.assessment-step-head { display: flex; margin-bottom: 20px; padding-bottom: 30px; align-items: center; gap: 18px; border-bottom: 1px solid #e4ebf3; }
.assessment-step-head > span { display: grid; width: 54px; height: 54px; place-items: center; flex: 0 0 auto; border-radius: 16px; color: #17345f; background: #fdb022; font-family: sans-serif; font-size: 16px; font-weight: 900; }
.assessment-step-head h2 { margin: 0 0 5px; color: #143f70; font-size: 22px; font-weight: 900; }
.assessment-step-head p { margin: 0; color: #738499; font-size: 14px; }
.assessment-question { margin: 0; padding: 30px 0; border: 0; border-bottom: 1px solid #edf1f6; }
.assessment-question:last-child { border-bottom: 0; }
.assessment-question legend { display: flex; width: 100%; margin: 0 0 20px; align-items: flex-start; gap: 12px; color: #294967; font-size: 15px; font-weight: 800; line-height: 2; }
.assessment-question legend > span { display: grid; width: 32px; height: 32px; margin-top: -1px; place-items: center; flex: 0 0 auto; border: 1px solid rgba(42, 98, 193, .16); border-radius: 10px; color: #2a62c1; background: #f5f8fd; font-size: 13px; }
.assessment-options { display: grid; padding-right: 44px; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.assessment-options label { position: relative; margin: 0; cursor: pointer; }
.assessment-options input { position: absolute; opacity: 0; pointer-events: none; }
.assessment-options label > span { display: flex; min-height: 45px; padding: 0 8px; align-items: center; justify-content: center; border: 1px solid #dce5ef; border-radius: 12px; color: #687d92; background: #fff; font-size: 13px; font-weight: 700; transition: color .2s ease, border .2s ease, background .2s ease, box-shadow .2s ease; }
.assessment-options label:hover > span { color: #1c56a4; border-color: rgba(42, 98, 193, .38); background: #f6f9fd; }
.assessment-options input:focus-visible + span { outline: 3px solid rgba(42, 98, 193, .18); outline-offset: 2px; }
.assessment-options input:checked + span { color: #fff; border-color: #2a62c1; background: linear-gradient(135deg, #174f9f, #2a62c1); box-shadow: 0 8px 19px rgba(42, 98, 193, .2); }
.assessment-question.is-invalid { margin-right: -16px; margin-left: -16px; padding-right: 16px; padding-left: 16px; border-radius: 14px; background: #fff8f7; }
.assessment-question-error { margin: 10px 44px 0 0; color: #b93831; font-size: 13px; }
.assessment-navigation { display: flex; margin-top: 24px; align-items: center; justify-content: space-between; gap: 14px; }
.assessment-navigation button { display: inline-flex; min-height: 52px; padding: 0 22px; align-items: center; justify-content: center; gap: 10px; border-radius: 14px; font: inherit; font-size: 14px; font-weight: 900; }
.assessment-navigation button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.assessment-back-button { border: 1px solid #d9e3ee; color: #526b83; background: #fff; }
.assessment-next-button,
.assessment-submit-button { margin-right: auto; border: 0; color: #fff; background: linear-gradient(135deg, #0b3b91, #2a62c1); box-shadow: 0 12px 26px rgba(42, 98, 193, .19); }
.assessment-submit-button { background: linear-gradient(135deg, #d99009, #fdb022); color: #17345f; }
.assessment-navigation button:disabled { opacity: .7; cursor: wait; }
.assessment-form-alert { margin-top: 20px; padding: 14px 17px; border: 1px solid #f1c3bf; border-radius: 12px; color: #a5332d; background: #fff5f4; font-size: 13px; }
.assessment-result-host { max-width: 1060px; margin: auto; }
.assessment-result { padding: 48px; border: 1px solid rgba(42, 98, 193, .13); border-radius: 24px; background: #fff; box-shadow: 0 22px 65px rgba(11, 59, 145, .08); }
.assessment-result-summary { display: grid; padding-bottom: 42px; grid-template-columns: 190px minmax(0, 1fr); gap: 46px; align-items: center; border-bottom: 1px solid #e3eaf2; }
.assessment-score-ring { --score: 0; position: relative; display: grid; width: 180px; height: 180px; place-items: center; align-content: center; border-radius: 50%; background: radial-gradient(circle at center, #fff 62%, transparent 63%), conic-gradient(#2a62c1 calc(var(--score) * 1%), #e6edf5 0); }
.assessment-score-ring::after { content: ""; position: absolute; width: 135px; height: 135px; border: 1px solid rgba(42, 98, 193, .1); border-radius: 50%; }
.assessment-score-ring strong,
.assessment-score-ring span { position: relative; z-index: 1; }
.assessment-score-ring strong { color: #173f70; font-size: 25px; font-weight: 900; }
.assessment-score-ring span { margin-top: 3px; color: #74869a; font-size: 13px; }
.assessment-result-summary h2 { margin: 8px 0 11px; color: #143f70; font-size: 22px; font-weight: 900; }
.assessment-result-summary p { max-width: 680px; margin: 0; color: #667b91; font-size: 14px; line-height: 2.1; }
.assessment-result-actions { display: flex; margin-top: 22px; flex-wrap: wrap; gap: 10px; }
.assessment-result-actions a { display: inline-flex; min-height: 46px; padding: 0 18px; align-items: center; border-radius: 12px; color: #fff; background: #2a62c1; font-size: 13px; font-weight: 900; }
.assessment-result-actions .assessment-result-secondary { color: #49647d; border: 1px solid #d9e3ee; background: #fff; }
.assessment-dimensions { display: grid; padding-top: 40px; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; row-gap: 23px; }
.assessment-dimension-row > div:first-child { display: flex; margin-bottom: 9px; align-items: center; justify-content: space-between; gap: 15px; }
.assessment-dimension-row strong { color: #294967; font-size: 14px; }
.assessment-dimension-row span { color: #708399; font-size: 13px; }
.assessment-dimension-track { height: 7px; overflow: hidden; border-radius: 10px; background: #e5ebf3; }
.assessment-dimension-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2a62c1, #fdb022); transition: width .6s ease; }

.profile-section-nav { display: grid; width: min(100%, 430px); margin-top: 40px; margin-bottom: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.profile-section-nav a { display: flex; width: 100%; min-height: 54px; padding: 0 16px; align-items: center; justify-content: flex-start; gap: 11px; border: 1px solid #dce5ef; border-radius: 14px; color: #4c667e; background: #fff; box-shadow: 0 8px 22px rgba(11, 59, 145, .05); font-size: 13px; font-weight: 800; }
.profile-section-nav a:hover { color: #1c56a4; border-color: rgba(42, 98, 193, .3); }
.profile-section-nav svg { width: 20px; height: 20px; fill: none; stroke: #2a62c1; stroke-width: 1.8; }
.profile-section-nav a span { display: grid; min-width: 27px; height: 27px; margin-right: auto; padding: 0 6px; place-items: center; align-self: center; border-radius: 9px; color: #17345f; background: #fdb022; font-family: inherit; font-size: 13px; line-height: 1; }
.profile-tests-card { scroll-margin-top: 30px; }
.profile-tests-heading { align-items: center; }
.profile-tests-heading > a { display: inline-flex; min-height: 42px; margin-right: auto; padding: 0 15px; align-items: center; border: 1px solid #dce5ef; border-radius: 11px; color: #2a62c1; font-size: 13px; font-weight: 900; }
.profile-attempt { margin-top: 24px; padding: 25px; border: 1px solid #e0e8f1; border-radius: 18px; background: #f9fbfe; }
.profile-attempt-summary { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 14px; align-items: center; }
.profile-attempt-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: #fdb022; background: linear-gradient(145deg, #0b3b91, #2a62c1); }
.profile-attempt-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.profile-attempt-summary h3 { margin: 0 0 3px; color: #234764; font-size: 18px; font-weight: 900; }
.profile-attempt-summary time { color: #75879a; font-size: 13px; }
.profile-attempt-summary > strong { color: #2a62c1; font-size: 22px; }
.profile-attempt-summary > strong small { color: #718398; font-size: 13px; }
.profile-attempt-dimensions { display: grid; margin-top: 22px; padding-top: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; border-top: 1px solid #e1e8f0; }
.profile-attempt-dimensions > div { display: grid; padding: 12px; gap: 5px; border-radius: 11px; background: #fff; }
.profile-attempt-dimensions span { color: #6b7f93; font-size: 13px; }
.profile-attempt-dimensions strong { color: #294967; font-size: 14px; }
.profile-tests-empty { display: grid; margin-top: 24px; padding: 28px; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 17px; align-items: center; border: 1px dashed #ccd9e7; border-radius: 17px; background: #f9fbfe; }
.profile-tests-empty > svg { width: 52px; height: 52px; padding: 12px; border-radius: 15px; fill: none; stroke: #2a62c1; stroke-width: 1.7; background: #eef4fc; }
.profile-tests-empty > div { display: grid; gap: 4px; }
.profile-tests-empty strong { color: #294967; font-size: 16px; }
.profile-tests-empty span { color: #728499; font-size: 13px; }
.profile-tests-empty > a { display: inline-flex; min-height: 43px; padding: 0 15px; align-items: center; border-radius: 11px; color: #17345f; background: #fdb022; font-size: 13px; font-weight: 900; }

@media (max-width: 991.98px) {
    .saman-navbar { min-height: 78px; }
    .saman-navbar-brand { width: 132px; margin-left: 0; }
    .saman-navbar-brand img { height: 56px; }
    .saman-nav-links { display: none; }
    .saman-mobile-toggle { display: block; }
    .assessment-catalog-hero-inner { min-height: 360px; grid-template-columns: minmax(0, 1fr) 150px; gap: 45px; }
    .assessment-hero-mark { width: 135px; height: 135px; border-radius: 36px; }
    .assessment-intro-grid { min-height: 520px; grid-template-columns: minmax(0, 1fr) 330px; gap: 45px; }
    .assessment-catalog-card { grid-template-columns: 70px minmax(0, 1fr); }
    .assessment-start-link { grid-column: 2; width: fit-content; }
    .assessment-catalog-card-icon { width: 70px; height: 70px; }
    .profile-attempt-dimensions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    .header-slogan { max-width: calc(100% - 65px); font-size: 13px; }
    .header-account-action span { display: none; }
    .assessment-catalog-hero-inner,
    .assessment-intro-grid { min-height: auto; padding-top: 75px; padding-bottom: 75px; grid-template-columns: minmax(0, 1fr); gap: 35px; }
    .assessment-hero-mark { display: none; }
    .assessment-catalog-hero h1,
    .assessment-intro h1 { font-size: 25px; }
    .assessment-intro-note { padding: 22px; }
    .assessment-intro-facts { flex-wrap: wrap; }
    .assessment-catalog { padding-top: 62px; padding-bottom: 80px; }
    .assessment-catalog-card { padding: 28px 23px; grid-template-columns: 1fr; gap: 22px; }
    .assessment-catalog-card-icon { width: 64px; height: 64px; }
    .assessment-start-link { width: 100%; grid-column: auto; }
    .assessment-workspace { padding-top: 58px; padding-bottom: 82px; }
    .assessment-step { padding: 29px 22px 10px; border-radius: 20px; }
    .assessment-step-head { padding-bottom: 23px; }
    .assessment-step-head > span { width: 48px; height: 48px; }
    .assessment-step-head h2 { font-size: 20px; }
    .assessment-step-head p { font-size: 13px; line-height: 1.8; }
    .assessment-question { padding: 25px 0; }
    .assessment-question legend { font-size: 14px; }
    .assessment-options { padding-right: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .assessment-options label:last-child { grid-column: 1 / -1; }
    .assessment-question-error { margin-right: 0; }
    .assessment-navigation { align-items: stretch; }
    .assessment-navigation button { min-width: 0; padding: 0 15px; flex: 1; }
    .assessment-result { padding: 30px 23px; }
    .assessment-result-summary { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .assessment-score-ring { width: 150px; height: 150px; }
    .assessment-score-ring::after { width: 112px; height: 112px; }
    .assessment-dimensions { grid-template-columns: minmax(0, 1fr); }
    .profile-section-nav { width: 100%; margin-top: 28px; margin-bottom: 20px; gap: 10px; overflow: visible; }
    .profile-section-nav a { min-width: 0; padding: 0 13px; white-space: nowrap; }
    .profile-tests-heading > a { width: 100%; margin: 10px 0 0; justify-content: center; }
    .profile-attempt { padding: 20px 16px; }
    .profile-attempt-summary { grid-template-columns: 44px minmax(0, 1fr); }
    .profile-attempt-summary > strong { grid-column: 2; }
    .profile-attempt-dimensions { grid-template-columns: minmax(0, 1fr); }
    .profile-tests-empty { padding: 22px 18px; grid-template-columns: 48px minmax(0, 1fr); }
    .profile-tests-empty > a { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 420px) {
    .assessment-options { grid-template-columns: minmax(0, 1fr); }
    .assessment-options label:last-child { grid-column: auto; }
    .assessment-navigation { flex-wrap: wrap; }
    .assessment-navigation button { flex-basis: 100%; }
}

/* ======================== Mobile authentication & profile ======================== */
.header-top {
    position: relative;
}

.header-account-action {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 12px;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-50%);
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.header-account-action:hover {
    color: #ffffff !important;
    border-color: rgba(253, 176, 34, 0.8);
    background: rgba(253, 176, 34, 0.14);
    transform: translateY(-50%) translateY(-1px);
}

.header-account-action svg,
.mobile-account-item svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-account-action span {
    font-size: 13px;
    font-weight: 700;
}

.mobile-account-item {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5eaf2;
}

.mobile-account-item .nav-link {
    gap: 10px;
}

.mobile-account-item form button {
    width: 100%;
    margin-top: 8px;
    padding: 11px 14px;
    color: #a13030;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    border: 0;
    border-radius: 10px;
    background: #fff4f4;
}

.auth-page,
.profile-page {
    direction: rtl;
    color: #20344f;
    background: #f7f9fc;
}

.auth-page *,
.profile-page * {
    box-sizing: border-box;
}

.auth-page svg,
.profile-page svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.78fr);
    gap: clamp(64px, 8vw, 120px);
    align-items: center;
    min-height: 720px;
    padding-top: 82px;
    padding-bottom: 82px;
}

.auth-intro {
    max-width: 620px;
}

.auth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #2a62c1;
    font-size: 14px;
    font-weight: 800;
}

.auth-eyebrow::before {
    content: "";
    width: 22px;
    height: 3px;
    border-radius: 99px;
    background: #fdb022;
}

.auth-intro h1,
.auth-verify-card h1,
.profile-hero h1 {
    margin: 0 0 20px;
    color: #102b53;
    font-size: 25px;
    line-height: 1.75;
}

.auth-intro > p,
.profile-hero p {
    max-width: 590px;
    margin: 0;
    color: #607087;
    font-size: 15px;
    line-height: 2.05;
}

.auth-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 46px;
}

.auth-benefits > div {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

.auth-benefit-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    color: #2a62c1;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(25, 61, 118, 0.08);
}

.auth-benefit-icon svg {
    width: 25px;
    height: 25px;
}

.auth-benefits strong,
.auth-benefits small {
    display: block;
}

.auth-benefits strong {
    margin-bottom: 4px;
    color: #19365f;
    font-size: 14px;
}

.auth-benefits small {
    color: #728096;
    font-size: 13px;
    line-height: 1.7;
}

.auth-card,
.profile-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(253, 176, 34, 0.7);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(16, 43, 83, 0.13);
}

.auth-card {
    padding: clamp(30px, 4vw, 46px);
}

.auth-card::before,
.profile-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #fdb022, #ffd46d);
}

.auth-card-head,
.profile-card-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.auth-card-icon,
.profile-card-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    color: #ffffff;
    border-radius: 17px;
    background: linear-gradient(145deg, #2a62c1, #124795);
    box-shadow: 0 12px 25px rgba(42, 98, 193, 0.22);
}

.auth-card-icon svg,
.profile-card-icon svg {
    width: 27px;
    height: 27px;
}

.auth-card-head h2,
.profile-card-heading h2 {
    margin: 0 0 5px;
    color: #15345f;
    font-size: 20px;
}

.auth-card-head p,
.profile-card-heading p {
    margin: 0;
    color: #718097;
    font-size: 13px;
    line-height: 1.8;
}

.auth-form,
.profile-form {
    display: block;
}

.auth-form label,
.profile-form label {
    display: block;
    margin: 0 0 9px;
    color: #314862;
    font-size: 14px;
    font-weight: 700;
}

.auth-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #dce3ed;
    border-radius: 14px;
    background: #fbfcfe;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.auth-input-wrap:focus-within {
    border-color: #2a62c1;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(42, 98, 193, 0.1);
}

.auth-input-wrap.has-error,
.auth-code-input.has-error {
    border-color: #d55555;
}

.auth-input-wrap > svg {
    width: 21px;
    height: 21px;
    margin-right: 16px;
    color: #7890ae;
}

.auth-input-wrap input {
    width: 100%;
    height: 53px;
    padding: 0 15px;
    color: #183456;
    font-size: 15px;
    border: 0;
    outline: 0;
    background: transparent;
}

.auth-field-error {
    margin: 8px 0 0;
    color: #b43d3d;
    font-size: 13px;
    line-height: 1.7;
}

.auth-primary-button,
.auth-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 14px;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.auth-primary-button {
    width: 100%;
    margin-top: 20px;
    color: #ffffff;
    border: 0;
    background: linear-gradient(135deg, #2a62c1, #174b9f);
    box-shadow: 0 14px 28px rgba(42, 98, 193, 0.22);
}

.auth-primary-button svg {
    width: 20px;
    height: 20px;
}

.auth-primary-button:hover,
.auth-secondary-button:hover {
    transform: translateY(-2px);
}

.auth-primary-button:hover {
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(42, 98, 193, 0.29);
}

.auth-secondary-button {
    color: #24529f;
    border: 1px solid rgba(42, 98, 193, 0.25);
    background: #f4f7fc;
}

.auth-password-option {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid #e7ebf1;
}

.auth-password-option summary {
    position: relative;
    padding-left: 24px;
    color: #2a62c1;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.auth-password-option summary::-webkit-details-marker {
    display: none;
}

.auth-password-option summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 2px;
    color: #f0a30f;
    font-size: 20px;
    transform: translateY(-50%);
}

.auth-password-option[open] summary::after {
    content: "−";
}

.auth-password-form {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.auth-password-form .auth-input-wrap + label {
    margin-top: 7px;
}

.auth-password-form .auth-secondary-button {
    width: 100%;
    margin-top: 10px;
}

.auth-alert {
    margin-bottom: 20px;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 1.8;
    border-radius: 12px;
}

.auth-alert-success {
    color: #24613b;
    border: 1px solid #cce9d6;
    background: #effaf3;
}

.auth-verify-shell {
    display: grid;
    place-items: center;
    min-height: 690px;
    padding-top: 78px;
    padding-bottom: 78px;
}

.auth-verify-card {
    max-width: 540px;
    text-align: center;
}

.auth-code-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    color: #ffffff;
    border-radius: 23px;
    background: linear-gradient(145deg, #2a62c1, #144890);
    box-shadow: 0 18px 36px rgba(42, 98, 193, 0.24);
}

.auth-code-icon svg {
    width: 36px;
    height: 36px;
}

.auth-verify-card .auth-eyebrow {
    justify-content: center;
}

.auth-verify-lead {
    margin: 0 0 28px;
    color: #69798e;
    font-size: 14px;
    line-height: 1.9;
}

.auth-code-form label {
    text-align: right;
}

.auth-code-input {
    width: 100%;
    height: 68px;
    padding: 0 20px;
    color: #173861;
    font-family: monospace;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 14px;
    text-align: center;
    border: 1px solid #d9e1ec;
    border-radius: 16px;
    outline: 0;
    background: #fbfcfe;
}

.auth-code-input:focus {
    border-color: #2a62c1;
    box-shadow: 0 0 0 4px rgba(42, 98, 193, 0.1);
}

.auth-resend {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #e8ecf2;
}

.auth-resend p {
    margin: 0 0 8px;
    color: #7a8798;
    font-size: 13px;
}

.auth-resend button,
.auth-back-link {
    color: #2a62c1;
    font-size: 13px;
    font-weight: 800;
}

.auth-resend button {
    padding: 4px;
    border: 0;
    background: transparent;
}

.auth-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 22px;
}

.auth-back-link svg {
    width: 18px;
    height: 18px;
}

.profile-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 15% 20%, rgba(253, 176, 34, 0.16), transparent 28%),
        linear-gradient(135deg, #0a367d, #2a62c1);
}

.profile-hero::after {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    bottom: -210px;
    left: 10%;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
}

.profile-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    min-height: 320px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.profile-hero .auth-eyebrow,
.profile-hero h1,
.profile-hero p {
    color: #ffffff;
}

.profile-hero .auth-eyebrow::before {
    background: #fdb022;
}

.profile-hero p {
    color: rgba(255, 255, 255, 0.8);
}

.profile-identity {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 290px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.profile-avatar {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    color: #123d82;
    border-radius: 18px;
    background: #fdb022;
}

.profile-avatar svg {
    width: 30px;
    height: 30px;
}

.profile-identity strong,
.profile-identity bdi {
    display: block;
}

.profile-identity strong {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 15px;
}

.profile-identity bdi {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
}

.profile-content {
    display: grid;
    gap: 30px;
    padding-top: 74px;
    padding-bottom: 84px;
}

.profile-card {
    padding: clamp(30px, 4vw, 48px);
}

.profile-card-heading {
    margin-bottom: 34px;
}

.profile-card-icon-yellow {
    color: #113b7a;
    background: linear-gradient(145deg, #fdb022, #ffd16a);
    box-shadow: 0 12px 25px rgba(253, 176, 34, 0.2);
}

.profile-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.profile-form input {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    color: #183456;
    font-size: 14px;
    border: 1px solid #dce3ed;
    border-radius: 13px;
    outline: 0;
    background: #fbfcfe;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.profile-form input:focus {
    border-color: #2a62c1;
    box-shadow: 0 0 0 4px rgba(42, 98, 193, 0.09);
}

.profile-form input[readonly] {
    color: #66778c;
    cursor: not-allowed;
    background: #f0f3f7;
}

.profile-form small {
    display: block;
    margin-top: 8px;
    color: #7a8798;
    font-size: 13px;
    line-height: 1.7;
}

.profile-submit {
    width: auto;
    min-width: 170px;
    margin-top: 28px;
}

.profile-field-full {
    max-width: calc(50% - 12px);
    margin-bottom: 24px;
}

.profile-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
}

.profile-form-footer small {
    margin: 0;
}

.profile-logout-form {
    display: flex;
    justify-content: flex-end;
}

.profile-logout-form button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    color: #a13b3b;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid #f1d3d3;
    border-radius: 11px;
    background: #fff8f8;
}

.profile-logout-form svg {
    width: 19px;
    height: 19px;
}

@media (max-width: 991.98px) {
    .header-account-action {
        display: none;
    }

    .auth-shell {
        grid-template-columns: minmax(0, 1fr);
        gap: 54px;
        min-height: 0;
        padding-top: 64px;
        padding-bottom: 70px;
    }

    .auth-intro {
        max-width: none;
    }

    .auth-card {
        max-width: 650px;
        margin: 0 auto;
    }

    .profile-hero-inner {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
    }

    .profile-identity {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .auth-shell,
    .auth-verify-shell {
        padding-top: 44px;
        padding-bottom: 52px;
    }

    .auth-shell {
        gap: 38px;
    }

    .auth-benefits {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 34px;
    }

    .auth-card,
    .profile-card {
        padding: 28px 22px;
        border-radius: 19px;
    }

    .auth-card-head,
    .profile-card-heading {
        align-items: flex-start;
    }

    .auth-card-icon,
    .profile-card-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 15px;
    }

    .auth-card-head h2,
    .profile-card-heading h2 {
        font-size: 18px;
    }

    .auth-code-input {
        height: 62px;
        padding-left: 8px;
        font-size: 24px;
        letter-spacing: 10px;
    }

    .profile-hero-inner {
        gap: 36px;
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .profile-content {
        gap: 22px;
        padding-top: 46px;
        padding-bottom: 58px;
    }

    .profile-form-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .profile-field-full {
        max-width: none;
    }

    .profile-form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .profile-form-footer .auth-secondary-button,
    .profile-submit {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .auth-intro h1,
    .auth-verify-card h1,
    .profile-hero h1 {
        font-size: 23px;
    }

    .auth-card-head,
    .profile-card-heading {
        gap: 11px;
    }

    .auth-code-icon {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 420px) {
    .documentation-page .doc-hero-points {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .documentation-page .doc-paper-main {
        right: 0;
        width: 94%;
    }

    .documentation-page .doc-paper-back {
        left: 2%;
        width: 92%;
    }
}

@font-face {
  font-family: 'Vazir-Bold';
  src: url('../fonts/Vazir-Bold-FD.eot');
  src: url('../fonts/Vazir-Bold-FD.ttf') format('truetype'),
    url('../fonts/Vazir-Bold-FD.woff') format('woff'),
    url('../fonts/Vazir-Bold-FD.woff2') format('woff2');
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #f7f8fa;
  font-family: 'Vazir-FD';
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}
:root {
  --color-one: #2a62c1;
  --color-two: #fdb022;
  --border-radius-one: 1em;
  --font-size-one: 1.3em;
  --font-size-two: 1.2em;
  --font-size-three: 0.9em;
}
.r-container {
  max-width: 100%;
  margin: 0 auto;
}
.darkblue {
  color: #0b3b91;
}
.bg-theme {
  background: #2a62c1;
}

.title {
  color: #0b3b91;
  font-size: 1.3em;
  text-align: center;
  font-weight: 600;
  margin: 2em auto;
  position: relative;
}

.title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #fdb022;
  margin-top: 1.7em;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
}

.text-justify {
  text-align: justify;
}

.card {
  border: none;
  text-align: center;
}

.level {
  padding: 0 3.7em 0 3.6em;
}

.btn-color {
  color: #1d4fa8;
  border: none;
  border-radius: 0.5em;
  padding: 0.375em 0.75em;
  min-height: 40px;
  height: auto;
  background-color: #fdb022;
}

.form-control {
  height: 50px !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 8px !important;
}

#exampleFormControlTextarea1 {
  height: auto !important;
}

.form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c0c0c0;
}

.form-check-input:checked {
  background-color: #fdb022;
  border-color: #fdb022;
}

/* ************************end global css*********************************** */
/* *************************start to top************************************ */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1d4fa8;
  -webkit-box-shadow: 0 0 3px rgba(241, 241, 241, 0.2);
  box-shadow: 0 0 3px rgba(241, 241, 241, 0.2);
  color: #fdb022;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

#myBtn:hover {
  background-color: #1d4fa8;
}

/* *************************back to top************************************ */
/* ***********************start header top********************************** */
.header-top {
  height: 50px;
  color: #ffffff;
  background-color: #2a62c1;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.r-border-bottom {
  border-bottom: 1px solid rgba(213, 161, 61, 0.43);
}
.icon-right-headertop {
  color: #fdb022;
}

.text-right-headertop {
  margin-right: 0.5em;
}

.social-header-top {
  margin-top: 1.1em;
  margin-left: -2em;
}

.social-header-top li {
  margin-right: 1em;
}

.social-header-top a {
  color: #ffffff;
}

.social-header-top a:hover {
  color: #fdb022;
}

/* ***********************end header top********************************** */
/* ************************start menu desktop***************************** */
.bg-menudesktop {
  background-color: #2a62c1;
  color: #ffffff;
  height: 85px;
}
.navbar {
  z-index: 4 !important;
}
.navbar-level {
  padding: 0 2.1em;
}
.nav-menu {
  background-color: #2a62c1;
  padding-top: 10px;
  padding-left: 0.5em;
  height: 70px;
  width: 100%;
}
.nav-menu .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.logo {
  max-width: 150px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: -0.8em;
  margin-top: -1em;
}

.nav-menu ul {
  display: none;
  margin-left: 1%;
}

.nav-menu li {
  margin-left: 0.5em;
}

.nav-menu li a {
  color: #ffffff;
}

.nav-menu li a:hover {
  color: #fdb022;
}

.navbar-nav .nav-link.active {
  color: #fdb022;
}

.nav-menu .thubmenu {
  position: relative;
  z-index: 4;
}

.nav-menu .thubmenu .dropdown1,
.nav-menu .thubmenu .dropdown2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #2a62c1;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  min-width: 160px;
  text-align: right;
  position: absolute;
  padding: 0.8em 1em;
  border-bottom: 5px solid #fdb022;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nav-menu .thubmenu .dropdown1 {
  top: 9px;
  right: -10px;
}

.nav-menu .thubmenu .dropdown2 {
  top: -30px;
  right: 144px;
}

.nav-menu .nav-item:hover .dropdown1 {
  opacity: 1;
  visibility: visible;
}

.nav-menu .thubmenu .dropdown1 li:hover .dropdown2 {
  opacity: 1;
  visibility: visible;
}

.nav-menu .thubmenu ul li {
  width: 100%;
  margin: 0.4em 0;
}

.nav-menu .nav-link:focus {
  color: #ffffff !important;
}

.nav-menu .thubmenu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
}

.nav-menu .thubmenu ul li .active-thubmenu {
  color: #fdb022;
}

.nav-menu .thubmenu ul li a:hover {
  color: #fdb022;
}

.form-nav-desk {
  display: none;
}

.input-navbar {
  border-radius: 2em !important;
  background-color: #2a62c1;
  color: white !important;
  border-color: #3b5f7c !important;
  height: 35px !important;
  margin-top: 1em;
}

.input-navbar::placeholder {
  color: #ffffff !important;
}

.input-navbar:focus {
  background-color: #3b82d0;
}

.form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.icon-input {
  color: #ffffff;
  position: absolute;
  top: 1.6em;
  left: 1em;
}
.link-user {
  margin-top: -0.9em;
}
.user {
  color: #ffffff;
  margin-right: 1em;
  font-size: 1.2em;
  display: none;
}

/* ************************end menu desktop***************************** */
/* ***************************start menu response************************ */
.nav-response {
  margin-top: 0.7em;
  margin-left: 2.5em;
  margin-bottom: -2.5em;
}

.nav-response li {
  margin-top: 0.5em;
  border-top: 1px solid #c0c0c059;
}

.nav-response a {
  color: #000000;
}

.nav-response a:hover {
  color: #fdb022;
}

.navbar-toggler {
  border: transparent;
  margin-top: -144px;
  margin-left: -1em;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.offcanvas.offcanvas-end {
  width: 270px;
}

.offcanvas-body li a {
  color: #686868;
  font-size: 0.9em;
}

.btn-close {
  color: #000000;
  margin-right: 87% !important;
  font-size: 0.8em;
}

.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-response .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 1em;
}

.dropdown-menu {
  text-align: right;
  border: none;
}

.dropdown-menu li a {
  margin-top: 0.5em;
}

.nav-response .nav-link:focus {
  color: #686868 !important;
}

.dropdown-item:hover {
  background-color: transparent;
}

.dropdown-toggle::after {
  display: none;
}

/* ***************************end menu response************************ */
/* *************************start carousel section********************* */

.carousel-head {
  margin-top: -50px;
}

.carousel-head img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  z-index: 2;
  top: 18%;
}

.carousel-caption h5 {
  font-family: 'Vazir-Bold';
  font-size: 1.3em;
  color: #fdb022;
}

.carousel-caption p {
  width: 100%;
  font-size: 0.9em;
  margin: 2em auto;
  padding: 0 0.4em;
}

.curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b3b9198;
}

.carousel-control-next,
.carousel-control-prev {
  top: 40%;
  width: 50px;
  height: 50px;
}

.carousel-control-prev {
  margin-left: 1.1em;
}

.carousel-control-next {
  margin-right: 1.1em;
}

/* *************************end carousel section************************** */
/* *************************start services-top section******************** */
.services-top {
  margin-top: -3em;
  margin-bottom: 6em;
  position: relative;
  z-index: 2;
}

.services-top .col {
  margin-top: 1em;
}

.services-top .card {
  background-color: #2a62c1;
  color: #ffffff;
  border-radius: 1em;
  padding: 2em 1em;
}

.services-borderbottom {
  border-bottom: 10px solid #fdb022;
}

.services-top .card-title {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.services-top .services-center {
  background-color: #fdb022;
}

.services-top .services-center .icon-services {
  color: #2a62c1;
}

/* *************************end services-top section************************ */
/* **************************start projects section************************* */

.projects .col {
  padding: 1em;
}
.projects a:hover::after {
  width: 90%;
}
.projects .card {
  overflow: hidden;
  border-radius: 1em;
  box-shadow: 0 0 10px #a1a1a1;
}

.projects .card::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 5%, #20425f);
  border-radius: 1em;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.projects .card:hover::after {
  background-color: #2a62c1ad;
}

.projects img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1em;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.projects .card:hover img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  border-radius: 1em;
}

.projects .card-body {
  position: absolute;
  top: 40%;
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  z-index: 1;
}

.projects .card p {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.projects .card:hover p {
  margin-top: -0.8em;
}

/* **************************end projects section************************* */
/* **************************start banner section************************* */
.banner {
  background-image: url('../images/h-21.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  margin: 4em 0;
  color: #ffffff;
  position: relative;
  margin-top: 7em;
}

.banner::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #2a62c1da;
}

.p-banner {
  padding: 4em 0em 7em 0em;
}

.banner h2 {
  color: #e79b08;
  font-weight: bold;
}

.banner span {
  color: #e79b08;
}

.banner .card {
  -webkit-box-shadow: 0 0 5px #c0c0c0;
  box-shadow: 0 0 5px #c0c0c0;
  border-radius: 1em;
}

.banner .card-body span {
  font-size: 1.7em;
}

.banner .card-title {
  padding: 0 0.5em;
  font-size: 1.5em;
  color: #ffffff;
  font-weight: 900;
}

.banner .card-text {
  font-weight: bold;
}

/* **************************end banner section************************* */
/* ************************start services section*********************** */
.parent-services {
  position: relative;
  z-index: 2;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 7px #c0c0c0;
  box-shadow: 0 0 7px #c0c0c0;
  margin-top: -7em;
  margin-bottom: 7em;
  border-radius: 1em;
  padding: 3em 2em 1em 2em;
}

.parent-card-services {
  margin-bottom: 6em;
  position: relative;
  z-index: 2;
}

.services {
  text-align: center;
}

.services .card {
  padding: 3em 0;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 5px #c0c0c0;
  box-shadow: 0 0 5px #c0c0c0;
  border-radius: 1em;
}

.services .card:hover {
  color: white;
  background-color: #2a62c1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.services .card-title {
  color: #2a62c1;
  font-size: 1.3em;
  font-weight: bold;
  margin: 1em 0;
}

.services .card:hover .card-title {
  color: white;
}

.services p {
  font-size: 0.9em;
  color: rgb(151, 151, 151);
}

.icon-services {
  font-size: 2.5em;
  color: #fdb022;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.services .card:hover .icon-services {
  color: #ffffff;
  -webkit-animation-name: fadeIcon;
  animation-name: fadeIcon;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeIcon {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes fadeIcon {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

/* ************************end services section************************** */
/* *********************start Counseling section************************* */

.Counseling {
  background-color: #e79b08;
  color: #0b3b91;
  padding: 1.8em 2em;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Counseling-title {
  font-weight: bold;
  font-size: 1.2em;
}

.Counseling .icon-email {
  background-color: #0b3b91;
  padding: 1em;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1em;
  display: none;
}

.Counseling .call-us {
  border-radius: 1.5em;
  background-color: #0b3b91;
  color: #ffffff;
  width: 170px;
  height: 40px;
  text-align: center;
  line-height: 2.5;
  margin-top: 2.5em;
}

/* *********************end Counseling section*************************** */
/* **********************start team section****************************** */
.team {
  margin: 7em 0 7em 0.2em;
}

.team .card {
  background-color: #2a62c1;
  -webkit-box-shadow: 0 0 10px #c0c0c0;
  box-shadow: 0 0 10px #c0c0c0;
  border-radius: 1em;
  margin-top: 1em;
  overflow: hidden;
}

.team .card figure {
  overflow: hidden;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  position: relative;
}

.team .card figure::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: -o-linear-gradient(transparent, #2a62c1);
  background: linear-gradient(transparent, #2a62c1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.team .card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.team .card:hover figure::after {
  top: 0;
}

.team .card:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.team .card-body {
  margin-top: 1em;
}

.team .card-title {
  font-weight: bold;
  color: #fafafaec;
}

.team .card p:nth-of-type(2) {
  color: #e79b08;
}

.team .social-team {
  position: absolute;
  width: 75%;
  top: 40%;
  left: 60%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.7em 1.2em 0.5em 2em;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.team .social-team li {
  color: #ffffff;
  background-color: #e79b08;
  border-radius: 50%;
  margin: 0.2em;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.team .card:hover .social-team {
  opacity: 1;
}

/* **********************end team section****************************** */
/* *******************start Customers section************************** */
.Customers {
  margin-top: 4em;
  padding: 6em 3.7em 6em 3.6em;
  background-color: #2a62c1;
}

.title2 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: justify;
  color: #0b3b91;
  margin-bottom: 3em;
  position: relative;
  padding: 0 0.5em;
  margin-left: 3em;
}

.title2::after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  width: 3px;
  height: 40px;
  background-color: #e79b08;
}

.title2-left {
  margin-top: 5em;
  color: #ffffff;
}

.Customers-logo figure {
  width: 100%;
}

.Customers-logo img {
  max-width: 120px;
  height: 80px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.Customers-carousel {
  -webkit-box-shadow: 0 0 5px #c0c0c0;
  box-shadow: 0 0 5px #c0c0c0;
  padding: 3em 2em;
  border-radius: 1em;
}

.Customers-carousel img {
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-left: 1em;
}

.Customers-carousel-name {
  font-weight: bold;
  color: #ffffff;
}

.Customers-carousel p:nth-of-type(2) {
  color: rgb(165, 174, 184);
}

.Customers-carousel p:nth-of-type(3) {
  margin-top: 2em;
  color: #ffffff;
  text-align: justify;
}

.Customers-carousel .bg-black {
  background-color: #e79b08 !important;
}

/* *******************end Customers section****************************** */
/* ********************start blog section******************************** */
.blog {
  margin-top: 6em;
}

.homepage-01 .swiper {
  margin-top: 1em;
}

.blog .content-swiper-slider {
  -webkit-box-shadow: 0 0 5px #c0c0c0;
  box-shadow: 0 0 5px #c0c0c0;
  border-radius: 1em;
  background-color: #f2f2f2;
  border-bottom: 7px solid #2a62c1;
}

.blog .swiper-wrapper {
  height: auto;
  margin-bottom: 3em;
}

.date-blog {
  font-size: 0.9em;
  font-weight: bold;
  margin: 1em;
  color: #2a62c1;
}

.title-blog {
  font-size: 0.9em;
  font-weight: bold;
  color: #e79b08;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.caption-blog {
  color: #3b3b3b;
}

.caption-blog {
  font-size: 0.9em;
}

.figure-blog {
  overflow: hidden;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  position: relative;
}

.figure-blog::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a62c159;
}

.img-blog {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.blog .swiper-slide:hover .img-blog {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.more-blog span:nth-of-type(1) {
  -webkit-transform: translateY(0.3em);
  -ms-transform: translateY(0.3em);
  transform: translateY(0.3em);
  color: #e79b08;
  padding-right: 0.1em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.more-blog a:hover span:nth-of-type(1) {
  padding-right: 0.4em;
  margin-right: 0.5em;
}
.blog p:nth-of-type(2) {
  font-size: 0.9em;
  margin-top: 1em;
  color: #696969;
}

.more-blog a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9em;
}

.more-blog span:nth-of-type(2) {
  color: #ffffff;
  background-color: #e79b08;
  margin-right: 0.3em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.more-blog a:hover span:nth-of-type(2) {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* ********************end blog section******************************** */
/*  *****************start footer section*******************************/
footer {
  background-color: #245ab8;
}
.homepage-01 .footer {
  margin-top: 2em;
}

.footer {
  background-color: #245ab8;
  padding: 5em 0 4em 0;
  color: #919191;
  font-size: 1em;
  margin-top: 4em;
  width: 100%;
}

.footer img {
  width: 150px;
  margin-right: -2em;
  margin-top: 0;
}

.footer .caption-footer {
  text-align: justify;
  margin-top: -1.3em;
}

.footer .social-footer {
  margin-right: -2.7em;
}

.footer .list-footer-right {
  margin-right: -2.3em;
}

.footer .list-footer-left {
  margin-right: -2.3em;
}

.footer .list-footer-right ul,
.footer .list-footer-left ul {
  width: 80%;
}

.footer .social-footer li {
  margin: 0 0.3em;
  width: 35px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background-color: #e79b08;
  border-radius: 50%;
}

.footer .social-footer li:hover {
  color: #184ca8;
}

.footer .title-footer {
  color: #e79b08;
  font-weight: bold;
  margin-top: 1.5em;
}

.footer .mr {
  margin-right: 2.3em;
}

.footer a li {
  color: #ffffff;
  margin-top: 0.5em;
  display: block;
  width: auto;
}

.footer a li:hover {
  color: #e79b08;
}
.bg-theme2 {
  background-color: #184ca8;
}
.copyright {
  background-color: #184ca8;
  width: 100%;
  padding: 0.8em 0;
  color: #ffffff;
  text-align: center;
  font-size: 0.9em;
}

/*  *****************end footer section*******************************/
/* **********************start home page-02***************************** */
.homepage-02 .Counseling {
  margin-top: -1.5em;
}
.homepage-02 .text-ourservices {
  color: #0b3b91;
  font-weight: bold;
}

.homepage-02 .parent-card-services {
  margin-top: 3em;
}

.homepage-02 .projects-home-2 {
  margin: 7em 0;
}

.projects-home-2 .swiper-wrapper {
  height: auto;
  margin-bottom: 3em;
}
.projects-home-2 .swiper-wrapper img {
  height: 270px !important;
}

.projects-home-2 .swiper-wrapper .col {
  padding: 0;
}

.homepage-02 .projects .card:hover::after {
  background-color: #0f2233bd;
}
.projects-home-2 .swiper-wrapper img {
  max-width: 100%;
  height: auto;
}

.homepage-02 .swiper-pagination-bullet {
  background-color: #2a62c1 !important;
}
.swiper-pagination-2,
.swiper-pagination-3 {
  display: none;
  position: relative;
  top: 50%;
  left: 37%;
  transform: translate(-37%, -50%);
}
.homepage-02 .banner {
  margin: 6em 0;
}

.homepage-02 .p-banner {
  padding: 6em 0 5em 0;
}

.homepage-02 .about ul {
  -webkit-transform: translateX(2.5em);
  -ms-transform: translateX(2.5em);
  transform: translateX(2.5em);
}

.homepage-02 .about ul li {
  margin-top: 0.5em;
  color: #0b3b91;
  width: 100%;
}

.homepage-02 .about ul span:nth-of-type(1) {
  color: #e79b08;
  margin-left: 0.5em;
}
.homepage-02 .about figure,
.homepage-04 .services-2 figure,
.services-2 figure,
.services-caption figure,
.questions-accordion figure,
.about-1 figure,
.about-caption figure {
  width: 90%;
  position: relative;
}
.homepage-02 .about figure::after,
.homepage-04 .services-2 figure::after,
.services-2 figure::after,
.services-caption figure::after,
.questions-accordion figure::after,
.about-1 figure::after,
.about-caption figure::after {
  content: '';
  position: absolute;
  top: 35px;
  width: 100%;
  height: 100%;
  border-radius: 1em;
  background-color: #2a62c1;
  -webkit-box-shadow: 0 0 5px #a8a5a5;
  box-shadow: 0 0 5px #a8a5a5;
  z-index: -1;
}
.homepage-02 .about figure::after {
  left: -25px;
}
.homepage-02 .about img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 1em;
}

.homepage-02 .Customers {
  margin: 7.5em 0 0 0;
  padding: 7em 3.7em 6em 3.6em;
}

.homepage-02 .blog {
  margin: 6em 0 2em 0;
}

/* **********************end home page-02***************************** */
/* ***********************start home page-03****************************/
.homepage-03 header {
  background-color: #2a62c1;
}

.homepage-03 .header-top {
  border-bottom: none;
}

.homepage-03 .nav-menu,
.homepage-04 .nav-menu {
  height: 55px;
}
.homepage-03 .logo2,
.homepage-04 .logo2 {
  margin-top: -3.5em;
}
.homepage-03 .logo-xl,
.homepage-04 .logo-xl {
  opacity: 0;
}

.homepage-03 .navbar-toggler,
.homepage-04 .navbar-toggler {
  transform: translateY(10px);
}

.homepage-03 .link-user,
.homepage-04 .link-user {
  margin-top: -0.2em;
}
.homepage-03 .nav-menu li a:hover {
  color: #ffffff;
}

.homepage-03 .carousel-head,
.homepage-04 .carousel-head {
  margin-top: 1em;
}

.homepage-03 .feature-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px #a5a5a5;
  box-shadow: 0 0 10px #a5a5a5;
  border-radius: 1em;
  padding: 2em 3em;
  margin-top: -2em;
  margin-bottom: 5em;
  position: relative;
  z-index: 2;
}

.homepage-03 .feature-box .col {
  text-align: center;
  margin-top: 0.7em;
}

.homepage-03 .feature-box .col span {
  color: #fdb022;
  font-size: 2em;
}

.homepage-03 .feature-box .col p {
  margin-top: 1em;
  font-size: 0.9em;
  color: #2a62c1;
  font-weight: bold;
}

.services-2 {
  margin-top: 7em;
}

.services-2 .card {
  padding: 0.5em;
  background-color: #f2f2f2;
}

.services-2 figure::after {
  right: 6% !important;
}

.services-2 img {
  max-width: 100%;
  height: auto;
  border-radius: 1em;
}

.services-2 .icon-services {
  font-size: 2em;
}

.services-2 .card-title {
  margin-top: -0.7em;
  font-size: 1em;
}

.services-2 .card-body {
  text-align: right;
}

.projects-home-2 .swiper-wrapper {
  height: 270px !important;
  margin-bottom: 3em;
}

.homepage-03 .swiper-pagination-bullet {
  background-color: #2a62c1 !important;
}

.homepage-03 .about-service {
  margin: 6em 0 2em 0;
}

.homepage-03 .parent-Customerslogo {
  background-color: #2a62c1;
  padding-top: 4em;
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7em;
  width: 100%;
}

.homepage-03 .p-banner {
  padding: 8em 0 7em 1;
}

.homepage-03 .Counseling {
  margin-top: 2em;
}

.homepage-03 footer {
  margin-top: -5em;
}

/* ***********************end home page-03****************************/
/************************start home page-04***************************/
.homepage-04 header {
  background-color: #2a62c1;
}

.homepage-04 .header-top {
  border-bottom: none;
}

.homepage-04 .nav-menu li a:hover {
  color: #ffffff;
}

.homepage-04 .services-2 {
  margin-top: 7em;
  margin-bottom: 5em;
}

.homepage-04 .services-2 figure {
  margin-right: 1.7em !important;
}

.homepage-04 .services-2 figure::after {
  right: -7% !important;
}

.homepage-04 .services-2 img {
  max-width: 100%;
  height: auto;
  border-radius: 1em;
}

.homepage-04 .counter-up {
  margin-top: 7em;
  margin-bottom: 6em;
  padding: 4.5em 0 2em 0;
}

.homepage-04 .counter-up h3 {
  color: #fdb022;
}

.homepage-04 .counter-up .card {
  border: none;
  font-size: 1.2em;
  box-shadow: none;
}

.homepage-04 .counter-up .card .card-title,
.homepage-04 .counter-up .card span {
  color: #fdb022;
  font-weight: bold;
  font-size: 2em;
}

.homepage-04 .Customers-comments {
  background-color: #2a62c1;
  padding: 7em 3.7em 6em 3.6em;
  color: rgb(12, 12, 12);
}

.homepage-04 .swiper-wrapper {
  height: auto;
}

.homepage-04 .Customers-comments .swiper-slide {
  padding: 2.5em 2em;
  border-radius: 1em;
  background-color: #ffffff;
}

.homepage-04 .Customers-comments p {
  font-size: 0.9em;
  text-align: justify;
}

.homepage-04 .Customers-comments img {
  width: 100px;
  height: 80px;
  border-radius: 50%;
  margin-left: 1em;
}

.homepage-04 .Customers-comments .Customers-carousel-name {
  color: black;
}

.homepage-04 .swiper-pagination-bullet {
  background-color: #e79b08 !important;
}

.homepage-04 .Counseling {
  margin-top: -1em;
}

.homepage-04 footer {
  margin-top: -5em;
}

/* **************************end home page-04****************************** */
/*******************start banner-top section************************ */
.banner-top {
  overflow-x: hidden;
}

.banner-top {
  background-image: url('../images/h-19.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 250px;
  position: relative;
}
.banner-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0b3b917c;
}

.bannertop-content {
  font-size: 0.9em;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 3;
}

.banner-top .bannertop-content p:nth-of-type(1) {
  font-family: 'Vazir-Bold';
  text-align: content;
  font-weight: bold;
  font-size: 1.7em;
  margin-top: 1.5em;
}

.banner-top a {
  color: #ffffff;
}

.banner-top .bannertop-icon {
  padding: 0 0.3em;
}

.banner-top .bannertop-index {
  color: #fbac18;
}

/* *********************end banner-top section************************** */
/* ***********************start project-details page*********************** */
.project-details {
  margin-top: 5em;
}

.project-details img {
  width: 100%;
  border-radius: 1em;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-details .img-big,
.project-details .img-small {
  height: auto;
  max-width: 100%;
}

.bold-text {
  font-family: 'Vazir-Bold';
  font-size: 1.2em;
}

/* ***********************end project-details page************************** */
/* ***********************start services pages ***************************** */
.all-services {
  margin-top: 6em;
}

.all-services .parent-card-services {
  margin-top: 5em;
}

/* ******************************* */
.banner-service {
  background-color: #2a62c1;
  color: #ffffff;
}

.banner-service .p-banner {
  padding: 7em 2.5em 7em 2em;
}

.banner-service P:nth-of-type(2) {
  font-family: 'Vazir-Bold';
  font-size: 1.3em;
  color: #fdb022;
  margin: 0.7em 0;
}

.banner-service P:nth-of-type(3) {
  width: 100%;
  margin: 0 auto;
}

/* ********************************* */
.services-caption {
  margin-top: 6em;
  margin-bottom: 6.5em;
}

.services-caption .title-Customers {
  margin-left: 0;
  font-size: 1.1em;
}

.services-caption p:nth-of-type(1) {
  font-weight: bold;
  color: #0b3b91;
}

.services-caption p:nth-of-type(2) {
  text-align: justify;
}

.services-caption figure {
  display: none;
}

.services-caption figure::after {
  left: -25px;
}

.services-caption img {
  height: auto;
  max-width: 100%;
  border-radius: 1em;
}

/* ************************************** */

.bg-services {
  background-image: url('../images/h-06.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 4.5em 2.3em;
  margin: 5em 0 6em 0;
  position: relative;
}

.bg-services::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a62c1b0;
}

.bg-services .title {
  margin-top: -0.3em;
}

/* ***********************end services pages ***************************** */
/* *********************start login rejister pages************************ */
.rejister {
  background-image: url('../images/h-27.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rejister::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a62c1a9;
  width: 100%;
  height: 100%;
}

.rejister-content {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 2.5em;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 10px #c0c0c0;
  box-shadow: 0 0 10px #c0c0c0;
  max-width: 380px;
  width: 90%;
}

.rejister-content img {
  width: 150px;
  margin-bottom: -2em;
}

.form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c0c0c0;
}

.form-check-label {
  color: #212529bf;
}

.rejister a {
  color: #335574;
}

.link-forget {
  color: rgba(33, 37, 41, 0.75);
  font-size: 0.9em;
}

.font-size {
  font-size: 0.9em;
}

/* *********************end login rejister pages************************ */
/* *********************start questions page**************************** */
.questions-accordion {
  margin-top: 6em;
  margin-bottom: 6em;
}

.questions-accordion figure {
  width: 100%;
  position: relative;
  margin-right: 1.5em;
}

.questions-accordion figure::after {
  content: '';
  position: absolute;
  top: 35px;
  right: -25px;
  width: 90%;
  height: 100%;
  border-radius: 1em;
  background-color: #1d4fa8;
  z-index: -1;
}

.questions-accordion img {
  max-width: 90%;
  height: auto;
  border-radius: 1em;
  -o-object-fit: cover;
  object-fit: cover;
}

.questions-accordion .title-Customers {
  margin-left: 0;
}

.accordion-1 {
  background-color: #1d4fa8;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  padding: 1.2em 1.6em;
  width: 100%;
  border: none;
  outline: none;
  font-size: 0.9em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: right;
  border-bottom: 2px solid #ffffff;
  position: relative;
}

.active-questions,
.accordion-1:hover {
  background-color: #1d4fa8;
}

.accordion-1::after {
  content: '\002B';
  position: absolute;
  left: 10px;
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin: 0 0.5em;
}

.active-questions::after {
  content: '\2212';
}

.panel {
  padding: 0 1.2em;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #ece9e9;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.panel p {
  padding: 1em 0;
  font-size: 0.9em;
}

/* ********************************* */
.form-select {
  height: 48px;
  color: #5e5e5e;
}

.form-select:focus {
  border-color: #e2e2e2;
}

/* *********************end questions page**************************** */
/* *********************start coming soon page************************ */
.coming-soon {
  background-image: url('../images/h-27.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.coming-soon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a62c1b2;
}

.comingsoon-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.comingsoon-content .title-comingsoon {
  color: #ffffff;
  font-family: 'Vazir-Bold';
  font-size: 2.1em;
}

.comingsoon-content .text-comingsoon {
  color: #ffffff;
  font-size: 0.9em;
  width: 80%;
  margin: 0.5em auto;
}

.comingsoon-content .timer {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comingsoon-content div {
  margin: 0.5em;
}

.comingsoon-content .timer p:nth-of-type(1) {
  font-size: 2em;
  font-weight: bold;
  width: 50px;
}

.social a {
  color: #e79b08;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #e79b08;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.social a:hover {
  color: white;
  background-color: #e79b08;
}

/* *********************end coming soon page************************ */
/* ************************start privacy*************************** */
.privacy h3 {
  font-weight: bold;
  color: #0b3b91;
  font-size: 1.3em;
  margin-bottom: 1em;
  text-align: justify;
}

.privacy p {
  text-align: justify;
  color: #79717b;
  margin: 1em 0;
}

/* ***************************end privacy*************************** */
/* **********************start error page*************************** */
.not-found {
  background-image: url('../images/service-details.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: -4em;
  z-index: 1;
}

.not-found::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a62c1a9;
}

.content-notfound {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.content-notfound span {
  font-size: 7em;
  font-weight: bold;
  font-family: 'Vazir-Bold';
}

.not-found p:nth-of-type(1) {
  font-family: 'Vazir-Bold';
}

.not-found .btn-color {
  width: 150px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.not-found .btn:hover {
  background-color: #fdb022;
  border-color: #fdb022;
  color: #000000;
}

/* **********************end error page*************************** */

/* *********************start blog page*************************** */
.blog-grid {
  margin-top: 5em;
}

.blog-grid .card {
  -webkit-box-shadow: 0 0 5px #c0c0c0;
  background-color: transparent;
  box-shadow: 0 0 5px #c0c0c0;
  border-bottom: 7px solid #2a62c1;
  border-radius: 1em;
  margin-top: 2em;
  text-align: right;
  font-size: 1em !important;
}

.blog-grid .card:hover .img-blog {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-grid .title-blog {
  margin-top: -1em;
}

.blog-grid .title-blog,
.blog-grid .caption-blog,
.blog-grid .date-blog {
  font-size: 1em !important;
}

.pagination {
  padding-left: 3em !important;
}

.pagination li {
  margin: 0 0.2em;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 0 5px #e2e0e0;
  box-shadow: 0 0 5px #e2e0e0;
}

.pagination li a {
  color: black;
  border-radius: 3px !important;
}

.pagination li a:hover {
  color: #ffffff;
  background-color: #2a62c1;
}

.page-item.active a.page-link {
  background-color: #2a62c1;
  border-color: #2a62c1;
  color: #ffffff;
}

.page-link:focus {
  color: #ffffff !important;
  background-color: #2a62c1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* **********************end blog page***************************** */
/* ************************start blog detaild********************** */
.sidebar {
  padding-left: 0;
}

.btn-search {
  border: none;
  color: white;
  border-radius: 5px;
  width: 40px;
  background-color: #2a62c1;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-search:hover {
  color: white;
  background-color: #2a62c1;
}

.sidebar ul {
  -webkit-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em);
}

.sidebar-head {
  background-color: #2a62c1;
  color: #ffffff;
  border-radius: 5px;
  padding: 1em 0.9em;
  margin-top: 2.5em;
}

.sidebar-category li:hover {
  color: #fdb022;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-post img {
  width: 80px;
  height: auto;
  border-radius: 0.3em;
  margin-left: 0.5em;
}

.sidebar-post ul li p {
  width: 100%;
  font-size: 0.9em;
  margin-top: -0.1em;
  margin-bottom: 0.3em;
  font-weight: bold;
}

.sidebar-post span {
  color: dimgrey;
  font-size: 0.8em;
}

.sidebar-label li {
  margin-left: 1.2em;
  padding: 0.4em;
  border-radius: 5px;
  font-size: 0.9em;
  background-color: #ebebeb;
}

.sidebar-label li:hover {
  background-color: #fdb022;
  color: #ffffff;
}

.sidebar li {
  margin-top: 0.8em;
}

.sidebar a {
  color: rgb(0, 0, 0);
}

.blog-detail img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5em;
}

.text-boxblog {
  background-color: #ececec;
  padding: 1.7em;
  margin: 1em 0;
  position: relative;
}

.text-boxblog::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: #fdb022;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  margin-top: -1.5em;
  -webkit-transform: translateX(2.4em);
  -ms-transform: translateX(2.4em);
  transform: translateX(2.4em);
}

.entry-meta li {
  margin-left: 1.5em;
  color: #7c7c7c;
  font-size: 0.9em;
}

.entry-meta span {
  margin-right: 0.2em;
}

hr {
  opacity: 0.15;
}

.reply-comment {
  margin-top: 2em;
}

.reply-comment .box-comment {
  background-color: #e6e6e6;
  border-radius: 0.5em;
  padding: 1.7em;
  margin: 1em 0;
}

.reply-comment .comment {
  padding: 1.7em 0;
  text-align: justify;
}

.reply-comment .reply {
  cursor: pointer;
}

.comment-form {
  margin-top: 3em;
  margin-bottom: 2em;
  padding: 0 0.5em;
}

.comment-form p:nth-of-type(1) {
  font-family: 'Vazir-Bold';
  color: #000000;
  margin: 1.5em 0;
}

/* **************************end blog detaild******************************** */
/* ****************************start products page*************************** */
.parent-products {
  margin-top: 5em;
}

.parent-products .form-select {
  width: 200px;
}
.parent-products .products {
  padding-left: 0;
}
.products .card {
  overflow: hidden;
  margin-top: 1em;
  border-radius: 1em;
  border-bottom: 7px solid #2a62c1;
  -webkit-box-shadow: 0 0 7px #c0c0c0;
  box-shadow: 0 0 7px #c0c0c0;
}

.products img {
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.products .card:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.products .card .card-body {
  background-color: #f2f2f2;
}

.off-product {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0.1em 0.4em;
  color: #ffffff;
  font-weight: bold;
  background-color: #fdb022;
}

.basket-btn {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 40px;
  z-index: 2;
  border-radius: 0;
  color: #1d4fa8;
  background-color: #fdb022;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.products .card:hover .basket-btn {
  bottom: 0;
}

.basket-btn:hover {
  color: #1d4fa8;
  background-color: #fdb022;
}

.products .card-title {
  color: #1d4fa8;
  font-weight: bold;
}

.products .card-text span:nth-of-type(1) {
  color: #fdb022;
  font-weight: bold;
  margin-left: 1em;
}

.products .card-text span:nth-of-type(2) {
  font-weight: bold;
  color: #7c7c7c;
  text-decoration: line-through;
}

.products li {
  color: #fdb022;
  margin: 0 0.1em;
}

/* ****************************end products page*************************** */
/* **********************start product details page************************ */
#product-detail .swiper-wrapper {
  height: auto;
}
.product-detail {
  margin-top: 5em;
}

.product-detail .carousel img {
  height: 350px;
  border-radius: 0.5em;
  margin-bottom: 1em;
}

.product-details-desc {
  padding-right: 2em;
}

.product-name {
  font-family: 'Vazir-Bold';
  font-size: 1.2em;
}

.star-poduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(2.5em);
  -ms-transform: translateX(2.5em);
  transform: translateX(2.5em);
}

.star-poduct li {
  color: #fdb022;
  margin: 0 0.1em;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.product-price span:nth-of-type(1) {
  color: #fdb022;
}

.product-price span:nth-of-type(2) {
  color: #808080;
  margin-right: 0.7em;
  text-decoration: line-through;
}

.product-add .btn,
.product-add span {
  width: 40px;
  height: 40px;
  border: none;
}

.product-add .btn {
  background-color: #e9e9e9;
}

.product-add span {
  color: #1d4fa8;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

.product-tab {
  margin-top: 4em;
}

.nav-tabs .nav-link {
  border: none;
  border-radius: 8px;
  background-color: #e6e6e6;
  color: #1d4fa8;
  margin: 0 0.2em;
  margin-top: 0.5em;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #2a62c1;
  color: #ffffff;
  border-radius: 8px;
}

.tab-content {
  padding: 2em 0;
}

.productdetail-page .tab-details {
  display: flex;
  justify-content: space-between;
  background-color: #e7e7e7ea;
  color: #707070;
  padding: 0 1.5em;
  border-radius: 0.5em;
  margin-top: 1em;
}
.productdetail-page .tab-details p {
  margin-top: 12px;
}
.bg-comment {
  background-color: #2a62c1;
  color: #ffffff;
}

.form-select {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}
.form-select option {
  font-size: 0.9em;
}

/* **********************end product details page************************ */
/* ***********************start basket page****************************** */
.basket {
  margin-top: 6em;
}

.basket .table {
  --bs-table-bg: #f2f2f2 !important;
}

.basket table tr {
  vertical-align: middle;
  text-align: center;
}

.basket table td:nth-of-type(6) {
  padding-left: 3em;
}

.basket table .product-thumbnail img {
  width: 70px;
  height: auto;
  border-radius: 0.3em;
  -webkit-transform: translateY(0.5em);
  -ms-transform: translateY(0.5em);
  transform: translateY(0.5em);
}

.basket table .product-title a {
  font-weight: bold;
  color: #000000;
}

.basket table .product-price2,
.basket table .product-quantity {
  color: #666666;
}

.basket table .product-delete {
  color: #808080;
  cursor: pointer;
}

.basket table .product-delete:hover {
  color: #fdb022;
}

.basket .btn-color {
  height: 40px;
  margin-right: 0.5em;
}

.basket .update-basket {
  height: 100%;
  display: block;
}

.basket .form-control {
  height: 40px !important;
}

/* ******************************************** */
.cart-total {
  margin: 5em 0;
  padding-right: 3em;
}

.cart-total p {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
}

.cart-total ul {
  padding-left: 0;
  -webkit-transform: translateX(2.5em);
  -ms-transform: translateX(2.5em);
  transform: translateX(2.5em);
}

.cart-total ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #eaedff;
  padding: 11px 15px;
  vertical-align: middle;
}

.cart-total ul li span:nth-of-type(1) {
  color: black;
  margin-left: 1em;
  text-align: right;
}

.cart-total ul li span:nth-of-type(2) {
  color: #666666;
  text-align: left;
}

.cart-total .btn-color {
  margin: 1em 0;
}

/* **************************end basket page******************************* */
/* ************************start empty basket page************************* */
.empty-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3em 1em;
}

.empty-basket span {
  color: #979797;
  font-size: 4em;
}

.empty-basket p {
  font-size: 2em;
  margin: 1.5em 0;
  color: #000000;
}

/* ************************end empty basket page************************* */
/* ***************************start bill page****************************** */
.bill {
  margin-top: 4em;
}

.user-action {
  border-top: 3px solid #fdb022;
  padding: 1em 0;
  font-size: 0.9em;
}

.user-action span:nth-of-type(1) {
  color: #fdb022;
}

.user-action span:nth-of-type(2) {
  margin: 0 0.1em;
  color: #686868;
}

.user-action a {
  color: #fdb022;
  font-weight: bold;
}

.bill .title-bill {
  font-weight: bold;
  font-size: 1.1em;
  margin: 1em 0;
}

.bill-details .form-check-label {
  margin-right: 2em;
}

.bill-details label,
option {
  color: #5c5c5c;
}

.bill .table {
  --bs-table-bg: #f2f2f2 !important;
}

.bill .table-bordered {
  border-color: #e6e8e9;
}

.bill table tr td {
  padding-right: 0.7em;
  font-size: 0.9em;
}

.payment-box .form-check-label {
  color: #000000;
  margin-right: 2em;
  font-weight: bold;
}

.form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fdb022;
}

.payment-box p {
  background-color: #ececec;
  border-radius: 8px;
  color: #8e8d8d;
  text-align: justify;
  padding: 1.3em 1.5em;
  margin-top: 1em;
}

/* ***************************end bill page****************************** */
/* *************************start my account page*********************** */
.myaccount-tab {
  margin-top: 5em;
}

.myaccount-tab .nav-pills {
  -webkit-box-shadow: 0 0 10px #c0c0c0;
  box-shadow: 0 0 10px #c0c0c0;
}

.myaccount-tab .nav-link {
  width: 100%;
  height: 50px;
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  border-bottom: 1px solid #e2e2e2;
}

.myaccount-tab .nav-link span:nth-of-type(2) {
  margin-top: 0.5em;
  margin-right: 0.5em;
}

.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #2a62c1;
}

.myaccount-tab .nav-link:hover {
  color: #ffffff;
  background-color: #2a62c1;
}

.myaccount-tab .nav-pills .link-out {
  color: #4d4d4d;
  display: block;
}

.myaccount-tab .nav-pills .link-out:hover {
  color: #ffffff;
}

.myaccount-tab .tab-content {
  width: 100%;
  padding: 2em 1em;
  -webkit-box-shadow: 0 0 10px #c0c0c0;
  box-shadow: 0 0 10px #c0c0c0;
}

.myaccount-tab .tab-pane {
  width: 100%;
  padding: 2em 1.2em;
  margin-top: -2em;
}

.myaccount-tab .title-myaccount {
  font-size: 1.3em;
  font-family: 'Vazir-Bold';
}

.myaccount-tab table thead th {
  background-color: #2a62c134;
}

.myaccount-tab table th {
  padding: 1em 3.5em;
  text-align: center;
  vertical-align: middle;
}

.myaccount-tab table td {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}

.myaccount-tab table a {
  color: #6e6e6e;
}

.myaccount-tab .line {
  width: 100%;
  height: 3px;
  margin: 0.8em 0;
  background-color: #2a62c1;
}

.myaccount-tab .tabpane-address a:hover {
  color: #fdb022 !important;
}

.myaccount-tab .edit-password {
  margin-top: 1.5em;
  font-size: 1.2em;
  font-family: 'Vazir-Bold';
}

.myaccount-tab .btn-color {
  width: 150px;
  margin-right: 1em;
  margin-top: 2em;
}

/* *************************end my account page*********************** */
/* ***********************start about us-1 page************************** */
.about-1 {
  padding: 1em 0 3.7em 0;
  margin-top: 2em;
  margin-bottom: -2em;
}

.about-1 p:nth-of-type(2) {
  text-align: justify;
  color: #616161;
}

.about-1 figure {
  margin-right: 1.5em;
}

.about-1 figure::after {
  left: -25px;
}

.about-1 figure img {
  width: 100%;
  height: auto;
  border-radius: 1em;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ********************************************* */
.about-service .card {
  padding: 2em 1em;
  border-radius: 1em;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 8px #c0c0c09f;
  box-shadow: 0 0 8px #c0c0c09f;
}

.about-service span {
  color: #f7b741;
  font-weight: bold;
  background-color: #2a62c1;
  font-size: 2em;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.features {
  margin-top: 7em;
  margin-bottom: 6em;
}

.about-service .card-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1em;
  color: #0b3b91;
}

.about-service .card-text {
  margin-top: 1em;
  color: #979797;
}

/* ***********************end about us-1 page************************** */
/* *********************start about us-2 page************************** */
.about-2 {
  margin-top: 6em;
}

.about-2 figure {
  padding: 0.7em;
}

.about-2 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 0 10px #c0c0c0;
  box-shadow: 0 0 10px #c0c0c0;
}

.about-2 p {
  text-align: justify;
}

/* ***************************** */

.about-box {
  background-color: #2a62c1;
  margin: 7em 0 8em 0;
  padding: 0;
}

.about-box .aboutbox-text {
  padding: 4em 0 4.7em 0;
  margin-top: 1em;
  color: #ffffff;
}

.about-box .aboutbox-text p:nth-of-type(1) {
  font-weight: bold;
  text-align: justify;
  font-size: 1.3em;
}

.about-box .aboutbox-text p:nth-of-type(2) {
  text-align: justify;
  margin-top: 3em;
}

.about-box .list-text {
  color: #ffffff;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

/* ****************************** */
.about-caption figure {
  margin-right: 1.5em;
  margin-bottom: 4em;
}

.about-caption figure::after {
  right: -25px;
}

.about-caption img {
  width: 100%;
  height: auto;
  border-radius: 1em;
}

/* *********************end about us-2 page************************** */
/* *********************start contact pages************************** */
.callus-section {
  margin-top: 5em;
  margin-bottom: 5em;
}

.callus-section .callus-caption {
  text-align: justify;
}

.callus-section ul {
  padding-right: 0;
}

.callus-section ul li {
  margin-top: 1.5em;
}

.list-icon {
  color: #0b3b91;
  background-color: #fdb022;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin-left: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-title {
  color: #0b3b91;
  font-weight: bold;
  margin-top: 0.2em;
}

.list-subtitle {
  margin-top: 0.6em;
  margin-right: 2em;
  color: #636262;
}

/* *********************end contact pages************************** */
/* ******************start plan************************ */
.plan-card {
  padding: 30px 15px;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.plan-icon {
  width: 70px;
  height: 70px;
  background: var(--color-one);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2em;
  color: var(--color-two);
}
.plan-card:hover {
  transform: translateY(-10px);
}

.plan-card:hover::before {
  transform: scaleX(1);
}

.plan-card.featured {
  background: linear-gradient(135deg, #ffd70026 0%, #ffd7000d 100%);
  transform: scale(1);
}
.plan-name {
  color: var(--clor-one);
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.plan-price {
  text-align: center;
  margin-bottom: 30px;
}

.price-amount {
  color: var(--color-one);
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}

.price-currency {
  color: var(--color-two);
  font-size: 1.5em;
  margin-right: 5px;
}

.price-period {
  color: #b0b0b0;
  font-size: 1em;
  display: block;
  margin-top: 10px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.features-list li {
  color: #a09e9eff;
  padding: 12px 0;
  border-bottom: 1px solid #ffd7001a;
  display: flex;
  align-items: center;
  font-size: 0.95em;
}

.features-list li:last-child {
  border-bottom: none;
}

.features-list li span {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--color-one);
  background-color: var(--color-two);
  margin-left: 15px !important;
  font-size: 0.9em;
}

.btn-plan {
  width: 100%;
  padding: 15px;
  background: var(--color-one);
  color: white;
  font-weight: 600;
  border-radius: 50px;
  font-size: 1em;
  border: none;
}

.btn-plan:hover {
  background: var(--color-one);
  color: white;
}

/* ******************end plan*********************** */




.saman-about,
.saman-purpose,
.saman-approach,
.saman-promise,
.saman-statistics {
    direction: rtl;
}

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

.saman-about {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #ffffff;
}

.saman-purpose {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f7f8fa;
}

.saman-statistics {
    padding: 0 0 100px;
    background: #f7f8fa;
}

.saman-approach {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #ffffff;
}

.saman-promise {
    padding-top: 90px;
    padding-bottom: 50px;
}

.saman-about .r-container,
.saman-purpose .r-container,
.saman-statistics .r-container,
.saman-approach .r-container,
.saman-promise .r-container {
    padding-right: 24px;
    padding-left: 24px;
}

.saman-about .row {
    row-gap: 55px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #efa511;
    font-size: 14px;
    font-weight: 700;
}

.section-label::before {
    width: 26px;
    height: 2px;
    border-radius: 10px;
    background: currentColor;
    content: "";
}

.saman-heading {
    margin: 0 0 28px;
    color: #18212f;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.5;
}

.saman-heading span,
.promise-content h2 span {
    color: #efa511;
}

.saman-about p {
    margin: 0 0 20px;
    color: #5f6671;
    font-size: 16px;
    line-height: 2.2;
}

.saman-about .saman-lead {
    margin-bottom: 22px;
    color: #222b38;
    font-size: 18px;
    font-weight: 700;
}

.saman-highlight {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 34px;
    padding: 24px 26px;
    overflow: hidden;
    border: 1px solid #eee5d4;
    border-radius: 18px;
    background: #fffaf1;
}

.saman-highlight::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #efa511;
    content: "";
}

.saman-highlight p {
    margin: 0;
    color: #303844;
    font-weight: 600;
}

.highlight-icon {
    flex-shrink: 0;
    color: #efa511;
    font-size: 24px;
}

.saman-image-box {
    position: relative;
    max-width: 520px;
    margin-right: auto;
}

.saman-image-box::before {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: -1;
    width: 110px;
    height: 110px;
    border: 2px solid #efa511;
    border-radius: 24px;
    content: "";
}

.saman-image-box img {
    display: block;
    width: 100%;
    min-height: 470px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(24, 33, 47, 0.14);
}

.image-badge {
    position: absolute;
    right: -30px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    min-width: 190px;
    padding: 18px 22px;
    border-radius: 16px;
    background: #18212f;
    box-shadow: 0 15px 35px rgba(24, 33, 47, 0.2);
    color: #ffffff;
}

.image-badge span {
    margin-bottom: 5px;
    color: #d9dde3;
    font-size: 13px;
}

.image-badge strong {
    font-size: 17px;
}

.saman-purpose .row {
    row-gap: 30px;
}

.purpose-card {
    position: relative;
    display: flex;
    gap: 24px;
    padding: 40px 36px;
    overflow: hidden;
    border: 1px solid #e9ebef;
    border-radius: 24px;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.purpose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(24, 33, 47, 0.08);
}

.purpose-icon {
    display: flex;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #fff6e6;
    color: #efa511;
    font-size: 23px;
}

.purpose-number {
    position: absolute;
    top: 18px;
    left: 24px;
    color: #edf0f4;
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
}

.purpose-card h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #18212f;
    font-size: 24px;
    font-weight: 800;
}

.purpose-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #68707c;
    line-height: 2.1;
}

.statistics-wrapper {
    padding: 55px 40px;
    border-radius: 28px;
    background:
        linear-gradient(rgba(24, 33, 47, 0.94), rgba(24, 33, 47, 0.94)),
        url("/assets/images/h-22-v2.png") center / contain no-repeat;
    background-size: cover, contain;
    background-repeat: no-repeat;
    background-color: #18212f;
}

.stat-item {
    position: relative;
    padding: 10px 20px;
    text-align: center;
}

.stat-item::after {
    position: absolute;
    top: 10%;
    left: 0;
    width: 1px;
    height: 80%;
    background: rgba(255, 255, 255, 0.12);
    content: "";
}

.stat-item .stat-icon {
    display: block;
    margin-bottom: 14px;
    color: #ffc454;
    font-size: 26px;
}

.stat-item strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
}

.stat-item p {
    margin: 0;
    color: #d5d9df;
    font-size: 14px;
}

.section-heading {
    max-width: 680px;
    margin: 0 auto 55px;
}

.section-heading h2 {
    margin: 0 0 18px;
    color: #18212f;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
}

.section-heading p {
    margin: 0;
    color: #6a717c;
    line-height: 2;
}

.saman-approach .row {
    row-gap: 28px;
}

.approach-card {
    position: relative;
    padding: 36px 28px;
    overflow: hidden;
    border: 1px solid #eceef1;
    border-radius: 22px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.approach-card:hover {
    transform: translateY(-7px);
    border-color: rgba(239, 165, 17, 0.4);
    box-shadow: 0 18px 45px rgba(24, 33, 47, 0.08);
}

.approach-number {
    position: absolute;
    top: 14px;
    left: 18px;
    color: #f0f1f3;
    font-size: 48px;
    font-weight: 900;
}

.approach-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 26px;
    border-radius: 18px;
    background: #18212f;
    color: #ffffff;
    font-size: 22px;
    transition: all 0.3s ease;
}

.approach-card:hover .approach-icon {
    background: #efa511;
}

.approach-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
    color: #202936;
    font-size: 19px;
    font-weight: 800;
}

.approach-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #707782;
    font-size: 14px;
    line-height: 2.1;
}

.promise-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 60px;
    overflow: hidden;
    border-radius: 28px;
    background: #18212f;
}

.promise-box::before {
    position: absolute;
    top: -90px;
    left: -50px;
    width: 270px;
    height: 270px;
    border: 55px solid rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    content: "";
}

.promise-content {
    position: relative;
    z-index: 1;
    max-width: 750px;
}

.promise-content .section-label {
    margin-bottom: 18px;
    color: #ffc454;
}

.promise-content h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(27px, 4vw, 40px);
    font-weight: 800;
    line-height: 1.7;
}

.promise-content p {
    margin: 0;
    color: #d2d6dc;
    font-size: 16px;
    line-height: 2.1;
}

.promise-action {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.saman-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 17px 24px;
    border-radius: 14px;
    background: #efa511;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.saman-btn:hover {
    transform: translateY(-3px);
    background: #ffc454;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(239, 165, 17, 0.28);
}

@media (max-width: 991px) {
    .saman-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .saman-about {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .saman-statistics {
        padding-bottom: 80px;
    }

    .saman-about .row {
        row-gap: 45px;
    }

    .saman-image-box {
        margin: 10px auto 0;
    }

    .saman-image-box img {
        min-height: 380px;
    }

    .image-badge {
        right: 20px;
    }

    .section-heading {
        margin-bottom: 42px;
    }

    .promise-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        padding: 45px 35px;
    }
}

@media (max-width: 767px) {
    .saman-section {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .saman-about {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .saman-statistics {
        padding-bottom: 65px;
    }

    .saman-about .r-container,
    .saman-purpose .r-container,
    .saman-statistics .r-container,
    .saman-approach .r-container,
    .saman-promise .r-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .saman-heading {
        margin-bottom: 22px;
        font-size: 32px;
    }

    .saman-about .saman-lead {
        font-size: 16px;
    }

    .saman-about p {
        margin-bottom: 16px;
    }

    .saman-highlight {
        margin-top: 26px;
        padding: 20px;
    }

    .saman-image-box::before {
        display: none;
    }

    .saman-image-box img {
        min-height: 300px;
        border-radius: 20px;
    }

    .image-badge {
        right: 15px;
        bottom: 15px;
        min-width: auto;
    }

    .purpose-card {
        flex-direction: column;
        gap: 20px;
        padding: 28px 22px;
    }

    .statistics-wrapper {
        padding: 35px 15px;
        border-radius: 20px;
    }

    .stat-item {
        padding: 18px 8px;
    }

    .stat-item::after {
        display: none;
    }

    .stat-item strong {
        font-size: 29px;
    }

    .section-heading {
        margin-bottom: 34px;
    }

    .approach-card {
        padding: 30px 24px;
    }

    .promise-box {
        gap: 28px;
        padding: 35px 24px;
        border-radius: 20px;
    }

    .promise-action,
    .saman-btn {
        width: 100%;
    }
}

/* Keep the rebuilt about image at its natural aspect ratio. */
body .saman-image-box {
    height: auto !important;
    min-height: 0 !important;
}

body .saman-image-box img {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
}

/* ======================== Home page composition ======================== */
.saman-home .home-services {
    padding: 58px 0 42px;
    background: #f6f8fc;
}

.saman-home .home-services::before {
    display: none;
}

.saman-home .home-section-head {
    margin-bottom: 26px;
}

.saman-home .home-section-head h2,
.saman-home .home-articles-head h2,
.saman-home .home-intro h2,
.saman-home .home-cta h2 {
    font-size: 22px;
    line-height: 1.8;
}

.saman-home .home-service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.saman-home .home-service-card,
.saman-home .home-service-card-featured {
    display: flex;
    min-height: 292px;
    margin: 0;
    padding: 26px 22px 22px;
    flex-direction: column;
    border: 1px solid rgba(42, 98, 193, 0.13);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(11, 59, 145, 0.07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.saman-home .home-service-card::after {
    right: 20px;
    left: 20px;
    height: 3px;
    border-radius: 4px;
}

.saman-home .home-service-card:hover {
    border-color: rgba(42, 98, 193, 0.28);
    box-shadow: 0 18px 36px rgba(11, 59, 145, 0.13);
    transform: translateY(-5px);
}

.saman-home .home-service-card-featured {
    border-color: #2a62c1;
    background: linear-gradient(155deg, #123f91 0%, #2a62c1 100%);
    box-shadow: 0 17px 38px rgba(42, 98, 193, .24);
}

.saman-home .home-service-top {
    margin-bottom: 18px;
}

.saman-home .home-service-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
}

.saman-home .home-service-card h3 {
    font-size: 18px;
    line-height: 1.7;
}

.saman-home .home-service-card p {
    margin-bottom: 17px;
    font-size: 13px;
    line-height: 2;
}

.saman-home .home-service-card > a {
    margin-top: auto;
    font-size: 13px;
}

.saman-home .home-articles {
    padding: 42px 0;
    background: #ffffff;
}

.saman-home .home-articles-head {
    margin-bottom: 22px;
}

.saman-home .home-article-card {
    min-height: 244px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(11, 59, 145, .07);
}

.saman-home .home-intro {
    padding: 18px 0 42px;
    background: #ffffff;
}

.saman-home .home-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
    overflow: hidden;
    border: 1px solid rgba(42, 98, 193, .14);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(11, 59, 145, .09);
}

.saman-home .home-intro-statement {
    padding: 40px 46px;
    background: linear-gradient(145deg, #f8fbff, #eef4ff);
}

.saman-home .home-intro-statement h2 {
    max-width: 600px;
    margin: 0;
    color: #0b3b91;
    font-weight: 800;
}

.saman-home .home-intro-statement p {
    max-width: 610px;
    margin: 14px 0 19px;
    color: #607284;
    font-size: 14px;
    line-height: 2;
}

.saman-home .home-intro-statement a {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: #2a62c1;
    font-size: 14px;
    font-weight: 800;
}

.saman-home .home-intro-points {
    display: grid;
    padding: 24px 30px;
    align-content: center;
    gap: 0;
    color: #ffffff;
    background: linear-gradient(150deg, #0b3b91, #2a62c1);
}

.saman-home .home-intro-points > div {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.saman-home .home-intro-points > div:last-child { border-bottom: 0; }

.saman-home .home-intro-points span {
    color: #fdb022;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.saman-home .home-intro-points p {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-weight: 700;
}

.saman-home .home-cta {
    padding: 0 0 52px;
}

.saman-home .home-cta-box {
    padding: 34px 42px;
    border-radius: 18px;
    background: linear-gradient(135deg, #123f91, #2a62c1);
}

@media (max-width: 1199px) {
    .saman-home .home-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .saman-home .home-intro-grid { grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); }
}

@media (max-width: 767px) {
    .saman-home .home-services { padding-top: 38px; }
    .saman-home .home-service-grid { grid-template-columns: 1fr; gap: 10px; }
    .saman-home .home-service-card,
    .saman-home .home-service-card-featured { min-height: 0; }
    .saman-home .home-intro-grid { grid-template-columns: 1fr; }
    .saman-home .home-intro-statement { padding: 30px 24px; }
    .saman-home .home-intro-points { padding: 18px 24px; }
    .saman-home .home-cta-box { padding: 30px 24px; }
}

/* ======================== About, contact and home refinement ======================== */

/* About page visual */
.about-modern-page .about-visual {
    display: grid;
    place-items: center;
}

.about-modern-page .about-visual-orbit {
    position: absolute;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 50%;
}

.about-modern-page .about-visual-orbit-outer {
    width: 410px;
    height: 410px;
}

.about-modern-page .about-visual-orbit-inner {
    width: 330px;
    height: 330px;
    border-style: dashed;
}

.about-modern-page .about-visual-system {
    position: relative;
    width: 274px;
    height: 274px;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 30px 74px rgba(11, 59, 145, 0.13), inset 0 0 0 44px #f5f8fe;
}

.about-modern-page .about-visual-node {
    position: absolute;
    z-index: 2;
    display: block;
    width: 28px;
    height: 28px;
    border: 7px solid #e3edfb;
    border-radius: 50%;
    background: var(--svc-blue);
    box-sizing: border-box;
}

.about-modern-page .about-visual-node-main {
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    border: 15px solid #dce9fb;
    background: linear-gradient(135deg, var(--svc-deep), var(--svc-blue));
    transform: translate(-50%, -50%);
    box-shadow: 0 14px 32px rgba(42, 98, 193, 0.24);
}

.about-modern-page .about-visual-node-one { top: 24px; left: calc(50% - 14px); }
.about-modern-page .about-visual-node-two { right: 34px; bottom: 54px; background: var(--svc-yellow); border-color: #fff0ce; }
.about-modern-page .about-visual-node-three { bottom: 51px; left: 35px; }

.about-modern-page .about-visual-line {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 105px;
    height: 1px;
    margin-top: -1px;
    background: rgba(42, 98, 193, 0.23);
    transform-origin: left center;
}

.about-modern-page .about-visual-line-one { transform: rotate(-90deg); }
.about-modern-page .about-visual-line-two { transform: rotate(32deg); }
.about-modern-page .about-visual-line-three { transform: rotate(148deg); }

.about-modern-page .about-visual-card {
    position: absolute;
    z-index: 3;
    border: 1px solid rgba(42, 98, 193, 0.14);
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(11, 59, 145, 0.13);
}

.about-modern-page .about-visual-card-top {
    top: 18px;
    left: 0;
    width: 148px;
    padding: 21px;
    border-radius: 20px;
}

.about-modern-page .about-visual-card-top span,
.about-modern-page .about-visual-card-top i {
    display: block;
    width: 100%;
    height: 6px;
    margin-top: 11px;
    border-radius: 99px;
    background: #dce6f3;
}

.about-modern-page .about-visual-card-top span {
    width: 44%;
    margin-top: 0;
    background: var(--svc-yellow);
}

.about-modern-page .about-visual-card-top i:last-child { width: 66%; }

.about-modern-page .about-visual-card-bottom {
    right: 2px;
    bottom: 8px;
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border-radius: 22px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--svc-deep), var(--svc-blue));
}

.about-modern-page .about-visual-card-bottom svg { width: 38px; height: 38px; }

.about-modern-page .about-principle {
    display: grid;
    grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
    gap: clamp(34px, 5vw, 74px);
    margin-top: 76px;
    padding: 38px 0;
    align-items: start;
    border-top: 1px solid var(--svc-line);
    border-bottom: 1px solid var(--svc-line);
}

.about-modern-page .about-principle > span {
    color: #e79a0b;
    font-size: 14px;
    font-weight: 900;
}

.about-modern-page .about-principle p {
    max-width: 850px;
    margin: 0;
    color: #173f70;
    font-size: 18px;
    font-weight: 800;
    line-height: 2;
}

.about-modern-page .about-statistics {
    padding-top: 78px;
    padding-bottom: 78px;
}

.about-modern-page .about-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--svc-line);
    border-bottom: 1px solid var(--svc-line);
}

.about-modern-page .about-stat-item {
    position: relative;
    min-width: 0;
    padding: 42px clamp(18px, 3vw, 42px);
    border-left: 1px solid var(--svc-line);
}

.about-modern-page .about-stat-item:last-child { border-left: 0; }

.about-modern-page .about-stat-item > span {
    display: block;
    margin-bottom: 22px;
    color: #e79a0b;
    font-size: 13px;
    font-weight: 900;
}

.about-modern-page .about-stat-item strong {
    display: block;
    color: var(--svc-deep);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 900;
    line-height: 1;
}

.about-modern-page .about-stat-item p {
    margin: 13px 0 0;
    color: #62768c;
    font-size: 14px;
    font-weight: 700;
}

.about-modern-page .about-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 56px;
    padding: 58px clamp(34px, 6vw, 76px);
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(42, 98, 193, 0.22);
    border-radius: 24px;
    background: linear-gradient(135deg, #0b3b91 0%, #2a62c1 72%, #3d74d1 100%);
    box-shadow: 0 24px 64px rgba(11, 59, 145, 0.18);
}

.about-modern-page .about-cta::before {
    content: "";
    position: absolute;
    top: -110px;
    left: -70px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.035), 0 0 0 90px rgba(255, 255, 255, 0.025);
}

.about-modern-page .about-cta > * { position: relative; z-index: 1; }
.about-modern-page .about-cta .svc-kicker { color: #ffd88c; }
.about-modern-page .about-cta h2 { margin: 0; color: #ffffff; font-size: 22px; font-weight: 900; line-height: 1.8; }
.about-modern-page .about-cta p { max-width: 760px; margin: 14px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 15px; line-height: 2; }

.about-modern-page .about-cta-link {
    display: inline-flex;
    min-height: 54px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 15px;
    color: #17345f;
    background: var(--svc-yellow);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.about-modern-page .about-cta-link:hover {
    color: #17345f;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.about-modern-page .about-cta-link svg { width: 22px; height: 22px; }

/* Contact page visual and form */
.contact-modern-page .contact-visual {
    display: grid;
    place-items: center;
}

.contact-modern-page .contact-visual-orbit {
    position: absolute;
    width: 410px;
    height: 410px;
    border: 1px dashed rgba(42, 98, 193, 0.17);
    border-radius: 50%;
}

.contact-modern-page .contact-visual-board {
    position: relative;
    width: min(88%, 446px);
    min-height: 310px;
    padding: 38px;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 30px 72px rgba(11, 59, 145, 0.13);
}

.contact-modern-page .contact-visual-board-head,
.contact-modern-page .contact-visual-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-modern-page .contact-visual-board-head {
    margin-bottom: 34px;
}

.contact-modern-page .contact-visual-board-head span {
    width: 46%;
    height: 11px;
    border-radius: 99px;
    background: var(--svc-blue);
}

.contact-modern-page .contact-visual-board-head i {
    width: 34px;
    height: 34px;
    border: 8px solid #ffedc8;
    border-radius: 11px;
    background: var(--svc-yellow);
}

.contact-modern-page .contact-visual-row {
    min-height: 60px;
    padding: 0 15px;
    border-bottom: 1px solid #e1e9f3;
}

.contact-modern-page .contact-visual-row span {
    width: 58%;
    height: 7px;
    border-radius: 99px;
    background: #dbe5f1;
}

.contact-modern-page .contact-visual-row i {
    width: 14px;
    height: 14px;
    border: 4px solid #e1ecfb;
    border-radius: 50%;
    background: var(--svc-blue);
}

.contact-modern-page .contact-visual-row-last { border-bottom: 0; }
.contact-modern-page .contact-visual-row-last span { width: 38%; }
.contact-modern-page .contact-visual-row-last i { background: var(--svc-yellow); border-color: #fff0cf; }

.contact-modern-page .contact-visual-message {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    left: 0;
    width: 154px;
    padding: 22px;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(11, 59, 145, 0.13);
}

.contact-modern-page .contact-visual-message span,
.contact-modern-page .contact-visual-message i {
    display: block;
    height: 6px;
    margin-top: 11px;
    border-radius: 99px;
    background: #dce6f3;
}

.contact-modern-page .contact-visual-message span { width: 42%; margin-top: 0; background: var(--svc-yellow); }
.contact-modern-page .contact-visual-message i:last-child { width: 67%; }

.contact-modern-page .contact-visual-check {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 0;
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border-radius: 21px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--svc-deep), var(--svc-blue));
    box-shadow: 0 18px 42px rgba(11, 59, 145, 0.2);
}

.contact-modern-page .contact-visual-check svg { width: 36px; height: 36px; }

.contact-modern-page .contactx-form-column,
.contact-modern-page .contactx-form-box {
    width: 100%;
}

.contact-modern-page .contactx-form-box {
    padding-top: 48px;
    border-top: 1px solid var(--svc-line);
}

.contact-modern-page .contactx-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 34px;
}

.contact-modern-page .form-group {
    display: flex;
    min-width: 0;
    margin: 0;
    flex-direction: column;
    gap: 11px;
}

.contact-modern-page .form-group-full { grid-column: 1 / -1; }

.contact-modern-page .form-group label {
    margin: 0;
    color: #294866;
    font-size: 14px;
    font-weight: 800;
}

.contact-modern-page .required-mark { color: #d98a00; }

.contact-modern-page :is(input:not([type="hidden"]), select, textarea) {
    width: 100%;
    min-height: 55px;
    padding: 13px 17px;
    border: 1px solid #dbe5f1;
    border-radius: 14px;
    outline: 0;
    color: #294866;
    background: #fbfcff;
    font: inherit;
    font-size: 14px;
    line-height: 1.8;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.contact-modern-page textarea {
    min-height: 112px;
    resize: vertical;
}

.contact-modern-page #notes { min-height: 178px; }

.contact-modern-page :is(input:not([type="hidden"]), select, textarea):focus {
    border-color: rgba(42, 98, 193, 0.72);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(42, 98, 193, 0.09), 0 10px 28px rgba(11, 59, 145, 0.06);
}

.contact-modern-page :is(input, textarea)::placeholder { color: #96a7b9; opacity: 1; }
.contact-modern-page .ltr-input { text-align: left; }

.contact-modern-page .form-actions {
    display: flex;
    padding-top: 12px;
    align-items: center;
    justify-content: flex-end;
}

.contact-modern-page .form-actions .saman-btn {
    display: inline-flex;
    min-width: 190px;
    min-height: 56px;
    padding: 0 28px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 15px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--svc-deep), var(--svc-blue));
    box-shadow: 0 16px 34px rgba(42, 98, 193, 0.22);
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-modern-page .form-actions .saman-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(42, 98, 193, 0.28);
}

.contact-modern-page .form-actions .saman-btn:disabled { cursor: wait; opacity: 0.7; }

.contact-modern-page .form-message {
    margin-bottom: 28px;
    padding: 18px 22px;
    border: 1px solid;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.9;
}

.contact-modern-page .form-message ul { margin: 0; padding-right: 20px; }
.contact-modern-page .form-message-error { border-color: #f0c9c9; color: #a93b3b; background: #fff7f7; }
.contact-modern-page .form-message-success { border-color: #bfe2d2; color: #246b4c; background: #f4fcf8; }

/* Homepage below the existing hero. The hero rules and markup are intentionally untouched. */
.saman-home .home-services {
    padding: 112px 0 118px;
    background: #ffffff;
}

.saman-home .home-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.65fr);
    gap: clamp(44px, 7vw, 104px);
    margin-bottom: 64px;
    padding-bottom: 38px;
    align-items: end;
    border-bottom: 1px solid #dbe5f1;
}

.saman-home .home-section-head h2,
.saman-home .home-intro h2,
.saman-home .home-cta h2 {
    font-size: 22px;
    line-height: 1.85;
}

.saman-home .home-section-head h2 { max-width: 690px; }

.saman-home .home-section-head > p,
.saman-home .home-section-head > div + p {
    margin: 0;
    color: #66798e;
    font-size: 15px;
    line-height: 2.05;
}

.saman-home .home-service-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    overflow: visible;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.saman-home .home-service-card,
.saman-home .home-service-card-featured {
    grid-column: span 2;
    display: flex;
    min-width: 0;
    min-height: 328px;
    margin: 0;
    padding: 36px 32px 30px;
    flex-direction: column;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(11, 59, 145, 0.075);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.saman-home .home-service-card:nth-child(4),
.saman-home .home-service-card:nth-child(5) { grid-column: span 2; }

.saman-home .home-service-card:last-child { border-left: 1px solid rgba(42, 98, 193, 0.15); }

.saman-home .home-service-card:hover {
    border-color: rgba(42, 98, 193, 0.32);
    box-shadow: 0 24px 58px rgba(11, 59, 145, 0.12);
    transform: translateY(-5px);
}

.saman-home .home-service-card::after {
    right: 32px;
    left: 32px;
    height: 3px;
    border-radius: 99px;
}

.saman-home .home-service-card-featured,
.saman-home .home-service-card:nth-child(4) {
    border-color: #2a62c1;
    background: linear-gradient(145deg, #0b3b91 0%, #2a62c1 76%, #3c73ce 100%);
    box-shadow: 0 24px 58px rgba(42, 98, 193, 0.21);
}

.saman-home .home-service-top { margin-bottom: 28px; }

.saman-home .home-service-icon {
    width: 58px;
    height: 58px;
    border-radius: 17px;
}

.saman-home .home-service-icon svg {
    width: 29px;
    height: 29px;
    stroke-width: 1.7;
}

.saman-home .home-service-number { font-size: 14px; }
.saman-home .home-service-card h3 { font-size: 20px; line-height: 1.75; }
.saman-home .home-service-card p { margin: 13px 0 24px; font-size: 15px; line-height: 2; }
.saman-home .home-service-card > a { margin-top: auto; font-size: 14px; }

.saman-home .home-intro {
    padding: 116px 0;
    background: #f8faff;
}

.saman-home .home-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.75fr);
    gap: clamp(70px, 9vw, 134px);
    align-items: center;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.saman-home .home-intro-statement {
    padding: 0;
    background: transparent;
}

.saman-home .home-intro-statement h2 {
    max-width: 670px;
    margin: 0;
    color: #0b3b91;
    font-weight: 900;
}

.saman-home .home-intro-statement p {
    max-width: 650px;
    margin: 22px 0 28px;
    color: #607389;
    font-size: 15px;
    line-height: 2.15;
}

.saman-home .home-intro-statement a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #2a62c1;
    font-size: 14px;
    font-weight: 900;
}

.saman-home .home-intro-points {
    display: grid;
    padding: 0;
    gap: 0;
    color: #173f70;
    background: transparent;
    border-top: 1px solid #dbe5f1;
    border-bottom: 1px solid #dbe5f1;
}

.saman-home .home-intro-points > div {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 20px;
    min-height: 88px;
    padding: 22px 0;
    align-items: center;
    border-bottom: 1px solid #dbe5f1;
}

.saman-home .home-intro-points > div:last-child { border-bottom: 0; }

.saman-home .home-intro-points span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(42, 98, 193, 0.16);
    border-radius: 15px;
    color: #e79a0b;
    background: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.saman-home .home-intro-points p {
    margin: 0;
    color: #34526f;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.9;
}

.saman-home .home-cta {
    padding: 0 0 112px;
    background: #f8faff;
}

.saman-home .home-cta-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 56px;
    padding: 56px clamp(34px, 6vw, 76px);
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(42, 98, 193, 0.22);
    border-radius: 24px;
    background: linear-gradient(135deg, #0b3b91 0%, #2a62c1 74%, #3d74d1 100%);
    box-shadow: 0 24px 64px rgba(11, 59, 145, 0.18);
}

.saman-home .home-cta-box::before {
    content: "";
    position: absolute;
    top: -115px;
    left: -70px;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.035), 0 0 0 90px rgba(255, 255, 255, 0.025);
}

.saman-home .home-cta-box > * { position: relative; z-index: 1; }
.saman-home .home-cta-box > div > span { color: #ffd88c; font-size: 14px; font-weight: 900; }
.saman-home .home-cta h2 { margin: 8px 0 0; color: #ffffff; }
.saman-home .home-cta p { margin: 10px 0 0; color: rgba(255, 255, 255, 0.77); font-size: 15px; line-height: 2; }

.saman-home .home-cta-box > a {
    display: inline-flex;
    min-height: 54px;
    padding: 0 26px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 15px;
    color: #17345f;
    background: #fdb022;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.saman-home .home-cta-box > a:hover { color: #17345f; transform: translateY(-2px); }

@media (max-width: 1199.98px) {
    .about-modern-page .about-stat-item { padding-inline: 24px; }

    .saman-home .home-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .saman-home .home-service-card,
    .saman-home .home-service-card-featured,
    .saman-home .home-service-card:nth-child(4) { grid-column: span 1; }
    .saman-home .home-service-card:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 991.98px) {
    .about-modern-page .about-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-modern-page .about-stat-item:nth-child(2) { border-left: 0; }
    .about-modern-page .about-stat-item:nth-child(-n + 2) { border-bottom: 1px solid var(--svc-line); }
    .about-modern-page .about-cta { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .about-modern-page .about-cta-link { width: fit-content; }

    .saman-home .home-section-head { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .saman-home .home-intro-grid { grid-template-columns: minmax(0, 1fr); gap: 58px; }
    .saman-home .home-cta-box { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .saman-home .home-cta-box > a { width: fit-content; }
}

@media (max-width: 767.98px) {
    .about-modern-page .about-visual-orbit-outer { width: 310px; height: 310px; }
    .about-modern-page .about-visual-orbit-inner { width: 255px; height: 255px; }
    .about-modern-page .about-visual-system { width: 220px; height: 220px; box-shadow: 0 24px 58px rgba(11, 59, 145, 0.12), inset 0 0 0 34px #f5f8fe; }
    .about-modern-page .about-visual-node-main { width: 62px; height: 62px; border-width: 13px; }
    .about-modern-page .about-visual-node-one { top: 15px; }
    .about-modern-page .about-visual-node-two { right: 22px; bottom: 41px; }
    .about-modern-page .about-visual-node-three { bottom: 39px; left: 23px; }
    .about-modern-page .about-visual-line { width: 84px; }
    .about-modern-page .about-visual-card-top { width: 118px; padding: 17px; }
    .about-modern-page .about-visual-card-bottom { width: 62px; height: 62px; border-radius: 18px; }
    .about-modern-page .about-principle { grid-template-columns: minmax(0, 1fr); gap: 18px; margin-top: 54px; padding: 30px 0; }
    .about-modern-page .about-principle p { font-size: 17px; }
    .about-modern-page .about-statistics { padding-top: 56px; padding-bottom: 56px; }
    .about-modern-page .about-stat-item { padding: 30px 18px; }
    .about-modern-page .about-stat-item strong { font-size: 30px; }
    .about-modern-page .about-stat-item p { font-size: 13px; line-height: 1.8; }
    .about-modern-page .about-cta { padding: 38px 24px; border-radius: 20px; }
    .about-modern-page .about-cta h2 { font-size: 20px; }
    .about-modern-page .about-cta-link { width: 100%; white-space: normal; text-align: center; }

    .contact-modern-page .contact-visual-orbit { width: 310px; height: 310px; }
    .contact-modern-page .contact-visual-board { width: 92%; min-height: 245px; padding: 28px 24px; border-radius: 20px; }
    .contact-modern-page .contact-visual-board-head { margin-bottom: 22px; }
    .contact-modern-page .contact-visual-row { min-height: 46px; }
    .contact-modern-page .contact-visual-message { width: 124px; padding: 17px; }
    .contact-modern-page .contact-visual-check { width: 60px; height: 60px; border-radius: 18px; }
    .contact-modern-page .contactx-form-box { padding-top: 36px; }
    .contact-modern-page .contactx-form-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .contact-modern-page .form-group-full { grid-column: auto; }
    .contact-modern-page .form-actions .saman-btn { width: 100%; }

    .saman-home .home-services { padding: 78px 0 82px; }
    .saman-home .home-section-head { margin-bottom: 42px; padding-bottom: 28px; }
    .saman-home .home-section-head h2,
    .saman-home .home-intro h2,
    .saman-home .home-cta h2 { font-size: 20px; }
    .saman-home .home-service-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
    .saman-home .home-service-card,
    .saman-home .home-service-card-featured,
    .saman-home .home-service-card:nth-child(4),
    .saman-home .home-service-card:nth-child(5) { grid-column: auto; min-height: 0; padding: 30px 25px 26px; }
    .saman-home .home-service-card::after { right: 25px; left: 25px; }
    .saman-home .home-intro { padding: 82px 0; }
    .saman-home .home-intro-grid { gap: 44px; }
    .saman-home .home-intro-statement { padding: 0; }
    .saman-home .home-intro-points { padding: 0; }
    .saman-home .home-cta { padding: 0 0 82px; }
    .saman-home .home-cta-box { padding: 38px 24px; border-radius: 20px; }
    .saman-home .home-cta-box > a { width: 100%; }
}

/* Profile section navigation spacing — keep it detached from the blue hero. */
.profile-page > .profile-section-nav.r-container {
    margin-top: 32px;
    margin-bottom: 0;
}

.profile-page > .profile-content.r-container {
    padding-top: 32px;
}

@media (max-width: 767.98px) {
    .profile-page > .profile-section-nav.r-container {
        margin-top: 22px;
        margin-bottom: 0;
    }

    .profile-page > .profile-content.r-container {
        padding-top: 22px;
    }
}

/* Header color restoration and refined dropdowns — final cascade */
.site-header .saman-header-nav {
    background: linear-gradient(100deg, rgba(4, 25, 66, .2), rgba(42, 98, 193, .08));
    border-top: 1px solid rgba(255, 255, 255, .08);
    box-shadow: none;
}

.site-header .saman-header-nav::after {
    height: 2px;
    background: linear-gradient(90deg, transparent 2%, rgba(253, 176, 34, .45) 20%, #fdb022 50%, rgba(253, 176, 34, .45) 80%, transparent 98%);
}

.site-header .saman-navbar-brand img {
    margin-top: 0;
    filter: drop-shadow(0 5px 10px rgba(2, 19, 51, .2));
}

.site-header .saman-nav-links > li > a,
.site-header .saman-nav-links > li > button {
    color: rgba(255, 255, 255, .93);
    text-shadow: 0 1px 3px rgba(2, 23, 58, .3);
}

.site-header .saman-nav-links > li > button > svg { color: #fdb022; }

.site-header .saman-nav-links > li > a:hover,
.site-header .saman-nav-links > li > button:hover,
.site-header .saman-nav-links > li > a.is-active,
.site-header .saman-nav-links > li > button.is-active {
    color: #fff;
    background: rgba(255, 255, 255, .11);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.site-header .saman-dropdown-panel {
    top: calc(100% + 18px);
    width: 680px;
    padding: 17px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    overflow: hidden;
    border: 1px solid rgba(42, 98, 193, .14);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .99), rgba(244, 248, 254, .99));
    box-shadow: 0 28px 75px rgba(4, 32, 80, .23), 0 8px 22px rgba(4, 32, 80, .1);
}

.site-header .saman-dropdown-panel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 18px;
    left: 18px;
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, transparent, #fdb022 25%, #fdb022 75%, transparent);
}

.site-header .saman-dropdown-panel > a {
    position: relative;
    min-height: 74px;
    padding: 13px 12px;
    gap: 11px;
    border: 1px solid transparent;
    border-radius: 15px;
    color: #264866;
    background: transparent;
}

.site-header .saman-dropdown-panel > a::after {
    content: "";
    position: absolute;
    right: 63px;
    bottom: 5px;
    left: 14px;
    height: 1px;
    background: linear-gradient(90deg, #e1e9f2, transparent);
    transition: opacity .2s ease;
}

.site-header .saman-dropdown-panel > a:hover {
    color: #123f7d;
    border-color: rgba(42, 98, 193, .1);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 9px 24px rgba(11, 59, 145, .08);
    transform: translateY(-2px);
}

.site-header .saman-dropdown-panel > a:hover::after { opacity: 0; }

.site-header .saman-dropdown-panel > a > svg {
    width: 43px;
    height: 43px;
    padding: 10px;
    border: 0;
    border-radius: 13px;
    color: #2a62c1;
    stroke: currentColor;
    background: linear-gradient(145deg, #edf4ff, #e4eefc);
    box-shadow: inset 0 0 0 1px rgba(42, 98, 193, .08);
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.site-header .saman-dropdown-panel > a:hover > svg {
    color: #17345f;
    background: linear-gradient(145deg, #ffd57f, #fdb022);
    transform: rotate(-4deg) scale(1.04);
}

.site-header .saman-dropdown-panel span { gap: 3px; }
.site-header .saman-dropdown-panel strong { color: #244866; font-size: 14px; font-weight: 900; }
.site-header .saman-dropdown-panel small { color: #78899b; font-size: 13px; line-height: 1.6; }

.site-header .saman-tests-panel {
    width: 430px;
    grid-template-columns: minmax(0, 1fr);
}

.site-header .saman-tests-panel > a { min-height: 82px; }
.site-header .saman-tests-panel > a::after { right: 68px; }

.site-header .saman-mobile-toggle {
    border-color: rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
}

.site-header .saman-mobile-toggle span { background: #fff; }

.site-header .saman-mobile-menu {
    border: 0;
    background: linear-gradient(180deg, #fff 0%, #f6f9fd 100%);
    box-shadow: -20px 0 65px rgba(4, 32, 80, .24);
}

.site-header .saman-mobile-menu .offcanvas-header {
    min-height: 112px;
    border-bottom: 2px solid #fdb022;
    background: linear-gradient(125deg, #092e68, #174f9f 68%, #2a62c1);
}

.site-header .saman-mobile-menu .offcanvas-header span { color: #ffd379; }
.site-header .saman-mobile-menu .offcanvas-header strong { color: #fff; }
.site-header .saman-mobile-menu .offcanvas-header .btn-close { border-radius: 10px; background-color: rgba(255, 255, 255, .9); opacity: 1; }

.site-header .saman-mobile-menu .offcanvas-body { padding-top: 23px; gap: 4px; }

.site-header .saman-mobile-link,
.site-header .saman-mobile-group summary {
    min-height: 54px;
    border-bottom: 1px solid rgba(42, 98, 193, .08);
    border-radius: 11px;
    color: #294967;
}

.site-header .saman-mobile-group[open] summary {
    color: #174f9f;
    border-bottom-color: transparent;
    background: linear-gradient(90deg, rgba(42, 98, 193, .1), rgba(42, 98, 193, .03));
    box-shadow: inset -3px 0 0 #fdb022;
}

.site-header .saman-mobile-group > div {
    margin-top: 2px;
    margin-bottom: 10px;
    padding: 7px 15px 7px 0;
    gap: 1px;
    border-right: 2px solid rgba(253, 176, 34, .8);
}

.site-header .saman-mobile-group > div a {
    position: relative;
    padding: 11px 13px;
    color: #61778d;
}

.site-header .saman-mobile-group > div a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 7px;
    height: 7px;
    border: 2px solid #fdb022;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}

.site-header .saman-mobile-account {
    min-height: 54px;
    margin-top: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(120deg, #092e68, #174f9f 64%, #2a62c1);
    box-shadow: 0 13px 28px rgba(11, 59, 145, .18);
}

@media (max-width: 991.98px) {
    .site-header .saman-header-nav { background: linear-gradient(110deg, rgba(4, 25, 66, .28), rgba(42, 98, 193, .06)); }
}

/* ======================== AJAX authentication flow ======================== */
.auth-ajax-card {
    min-height: 420px;
}

.auth-step[hidden],
.auth-password-option[hidden],
.auth-alert[hidden],
.auth-field-error[hidden] {
    display: none !important;
}

.auth-step {
    animation: authStepIn 220ms ease both;
}

@keyframes authStepIn {
    from { opacity: 0; transform: translateY(7px); }
    to { opacity: 1; transform: translateY(0); }
}

.auth-alert-error {
    color: #a43737;
    border: 1px solid #f0cccc;
    background: #fff4f4;
}

.auth-alert-info {
    color: #315b96;
    border: 1px solid #cfddf1;
    background: #f3f7fd;
}

.auth-inline-verify-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
    padding: 14px 16px;
    border: 1px solid #e1e7f0;
    border-radius: 15px;
    background: #f8faff;
}

.auth-inline-code-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    color: #ffffff;
    border-radius: 15px;
    background: linear-gradient(145deg, #2a62c1, #174b9f);
    box-shadow: 0 10px 24px rgba(42, 98, 193, 0.2);
}

.auth-inline-code-icon svg {
    width: 25px;
    height: 25px;
}

.auth-inline-verify-head strong,
.auth-inline-verify-head span {
    display: block;
}

.auth-inline-verify-head strong {
    margin-bottom: 4px;
    color: #19375f;
    font-size: 14px;
}

.auth-inline-verify-head span {
    color: #718096;
    font-size: 13px;
}

.auth-inline-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding-top: 19px;
    border-top: 1px solid #e8edf4;
}

.auth-link-button {
    padding: 5px 2px;
    color: #2a62c1;
    font-size: 13px;
    font-weight: 800;
    border: 0;
    background: transparent;
}

.auth-link-button:hover:not(:disabled) {
    color: #174b9f;
}

.auth-link-button:disabled {
    color: #8a97a8;
    cursor: not-allowed;
}

.auth-spinner {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: authSpinner 700ms linear infinite;
}

.is-loading .auth-spinner {
    display: inline-block;
}

.is-loading > svg {
    display: none;
}

.auth-primary-button:disabled,
.auth-secondary-button:disabled {
    cursor: wait;
    opacity: 0.78;
    transform: none;
}

@keyframes authSpinner {
    to { transform: rotate(360deg); }
}

@media (max-width: 575.98px) {
    .auth-ajax-card {
        min-height: 0;
    }

    .auth-inline-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .auth-link-button {
        width: 100%;
        padding: 9px;
        text-align: center;
    }
}

/* ======================== Meaningful numbering and shared check icon ======================== */
.site-check-icon {
    display: inline-grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    place-items: center;
    border: 1px solid rgba(42, 98, 193, 0.16);
    border-radius: 12px;
    color: #2a62c1 !important;
    background: linear-gradient(145deg, #ffffff, #edf4ff);
    box-shadow: 0 9px 22px rgba(11, 59, 145, 0.07);
    box-sizing: border-box;
}

.site-check-icon svg {
    width: 19px;
    height: 19px;
}

.service-detail-page .svc-overview-title > .site-check-icon,
.documentation-page .doc-overview-title > .site-check-icon {
    margin-top: 1px;
}

.service-detail-page .svc-accordion-title .site-check-icon,
.documentation-page .doc-accordion-title .site-check-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
}

.service-detail-page .svc-output-item > .site-check-icon,
.documentation-page .doc-output-item > .site-check-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 11px;
}

.service-detail-page .svc-process-item > summary > .site-check-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
}

.about-modern-page .about-stat-item > .site-check-icon {
    display: grid;
    width: 34px;
    height: 34px;
    margin-bottom: 22px;
    border-radius: 11px;
}

.about-modern-page .about-stat-item strong[dir="ltr"] {
    text-align: right;
}

.saman-home .home-intro-points .site-check-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
}

/* The sixth service balances the two blue cards in the second row. */
.saman-home .home-service-card:nth-child(6) {
    border-color: #2a62c1;
    background: linear-gradient(145deg, #0b3b91 0%, #2a62c1 76%, #3c73ce 100%);
    box-shadow: 0 24px 58px rgba(42, 98, 193, 0.21);
}

.saman-home .home-service-card:nth-child(6) h3,
.saman-home .home-service-card:nth-child(6) p,
.saman-home .home-service-card:nth-child(6) > a {
    color: #ffffff;
}

.saman-home .home-service-card:nth-child(6) .home-service-icon {
    color: #fdb022;
    background: rgba(253, 176, 34, 0.14);
}

.saman-home .home-service-card:nth-child(6) .home-service-number {
    color: rgba(255, 255, 255, 0.52);
}

.saman-home .home-service-card:nth-child(6)::after {
    background: #fdb022;
}

/* Footer currently contains brand and navigation only. */
.site-footer .footer {
    grid-template-columns: minmax(0, 1.8fr) repeat(2, minmax(170px, 0.8fr));
}

@media (max-width: 767.98px) {
    .site-footer .footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-check-icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        border-radius: 11px;
    }

    .service-detail-page .svc-process-item > summary > .site-check-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }
}

@media (max-width: 575px) {
    .site-footer .footer {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .about-modern-page .about-stat-grid { grid-template-columns: minmax(0, 1fr); }
    .about-modern-page .about-stat-item { border-left: 0; border-bottom: 1px solid var(--svc-line); }
    .about-modern-page .about-stat-item:nth-child(3) { border-bottom: 1px solid var(--svc-line); }
    .about-modern-page .about-stat-item:last-child { border-bottom: 0; }
}

/* ======================== Shared minimal service pages ======================== */
.service-detail-page {
    --svc-blue: #2a62c1;
    --svc-deep: #0b3b91;
    --svc-yellow: #fdb022;
    --svc-line: #dbe5f1;
    overflow: hidden;
    color: #17345f;
    background: #ffffff;
}

.service-detail-page .svc-hero {
    position: relative;
    padding: 104px 0 118px;
    overflow: hidden;
    background:
        radial-gradient(circle at 13% 20%, rgba(253, 176, 34, 0.12), transparent 24%),
        radial-gradient(circle at 89% 82%, rgba(42, 98, 193, 0.1), transparent 27%),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 52%, #f7faff 100%);
}

.service-detail-page .svc-hero::after {
    content: "";
    position: absolute;
    left: -190px;
    bottom: -190px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(42, 98, 193, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(42, 98, 193, 0.025), 0 0 0 108px rgba(42, 98, 193, 0.02);
}

.service-detail-page .svc-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
    gap: clamp(64px, 8vw, 118px);
    align-items: center;
}

.service-detail-page .svc-hero-copy {
    max-width: 670px;
}

.service-detail-page .svc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #e79a0b;
    font-size: 14px;
    font-weight: 800;
}

.service-detail-page .svc-kicker::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 99px;
    background: var(--svc-yellow);
}

.service-detail-page h1 {
    margin: 0;
    color: var(--svc-deep);
    font-size: 25px;
    font-weight: 900;
    line-height: 1.75;
    letter-spacing: -0.55px;
}

.service-detail-page .svc-hero-subtitle {
    max-width: 610px;
    margin: 24px 0 0;
    color: #60738a;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}

.service-detail-page .svc-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 42px;
}

.service-detail-page .svc-hero-points span {
    position: relative;
    padding-right: 18px;
    color: #34516f;
    font-size: 13px;
    font-weight: 700;
}

.service-detail-page .svc-hero-points span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border: 2px solid var(--svc-yellow);
    border-radius: 50%;
    transform: translateY(-50%);
}

.service-detail-page .svc-hero-visual {
    position: relative;
    min-width: 0;
    min-height: 430px;
}

.service-detail-page .svc-section {
    padding: 108px 0;
    background: #ffffff;
}

.service-detail-page > .svc-section:nth-of-type(odd) {
    background: #f8faff;
}

.service-detail-page .svc-section-head {
    max-width: 820px;
    margin-bottom: 54px;
}

.service-detail-page .svc-section-head h2 {
    margin: 0;
    color: var(--svc-deep);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.75;
    letter-spacing: -0.35px;
}

.service-detail-page .svc-section-head > p {
    margin: 20px 0 0;
    color: #687b90;
    font-size: 15px;
    line-height: 2.05;
}

.service-detail-page .svc-section-head-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.service-detail-page .svc-section-head-center .svc-kicker {
    justify-content: center;
}

.service-detail-page .svc-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(48px, 6vw, 88px);
}

.service-detail-page .svc-overview-item {
    min-width: 0;
    padding-top: 34px;
    border-top: 1px solid var(--svc-line);
}

.service-detail-page .svc-overview-title {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.service-detail-page .svc-overview-title > span {
    flex: 0 0 auto;
    padding-top: 6px;
    color: #e79a0b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.service-detail-page .svc-overview-title h3,
.service-detail-page .svc-output-item h3 {
    margin: 0;
    color: #173f70;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.8;
}

.service-detail-page .svc-overview-item > :is(p, ul) {
    margin: 22px 0 0;
    color: #5d7188;
    font-size: 15px;
    line-height: 2.25;
}

.service-detail-page .svc-overview-item > p + p {
    margin-top: 10px;
}

.service-detail-page .svc-overview-item ul {
    padding-right: 20px;
}

.service-detail-page .svc-overview-item li + li {
    margin-top: 6px;
}

.service-detail-page .svc-accordion-list,
.service-detail-page .svc-process-list {
    width: 100%;
    border-top: 1px solid var(--svc-line);
}

.service-detail-page .svc-accordion,
.service-detail-page .svc-process-item {
    border-bottom: 1px solid var(--svc-line);
    transition: background-color 180ms ease;
}

.service-detail-page :is(.svc-accordion, .svc-process-item)[open] {
    background: linear-gradient(90deg, rgba(42, 98, 193, 0.035), transparent 58%);
}

.service-detail-page :is(.svc-accordion, .svc-process-item) > summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.service-detail-page :is(.svc-accordion, .svc-process-item) > summary::-webkit-details-marker {
    display: none;
}

.service-detail-page .svc-accordion > summary {
    display: flex;
    min-height: 94px;
    padding: 22px 26px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.service-detail-page .svc-accordion-title {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 22px;
}

.service-detail-page .svc-accordion-title i {
    flex: 0 0 40px;
    color: #e79a0b;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 1px;
}

.service-detail-page .svc-accordion-title strong,
.service-detail-page .svc-process-item > summary > strong {
    color: #173f70;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.8;
}

.service-detail-page :is(.svc-accordion, .svc-process-item) > summary > svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: var(--svc-blue);
    transition: transform 180ms ease;
}

.service-detail-page :is(.svc-accordion, .svc-process-item)[open] > summary > svg {
    transform: rotate(180deg);
}

.service-detail-page .svc-accordion-body {
    padding: 0 88px 34px 72px;
}

.service-detail-page .svc-accordion-body :is(p, li),
.service-detail-page .svc-process-item > div p {
    margin: 0;
    color: #5d7188;
    font-size: 15px;
    line-height: 2.25;
}

.service-detail-page .svc-accordion-body > :is(span, strong) {
    display: block;
    margin-top: 14px;
    color: #173f70;
    font-size: 15px;
    line-height: 2;
}

.service-detail-page .svc-output-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 42px;
    border-top: 1px solid var(--svc-line);
}

.service-detail-page .svc-output-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
    min-height: 148px;
    padding: 32px 0;
    border-bottom: 1px solid var(--svc-line);
}

.service-detail-page .svc-output-item > span {
    color: #e79a0b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.service-detail-page .svc-output-item p {
    margin: 8px 0 0;
    color: #6a7d91;
    font-size: 14px;
    line-height: 1.95;
}

.service-detail-page .svc-process-item > summary {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 24px;
    gap: 24px;
    min-height: 96px;
    padding: 22px 26px;
    align-items: center;
}

.service-detail-page .svc-process-item > summary > span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(42, 98, 193, 0.16);
    border-radius: 16px;
    color: var(--svc-blue);
    background: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.service-detail-page .svc-process-item > div {
    padding: 0 106px 34px 72px;
}

.service-detail-page .svc-overview-grid + .svc-accordion,
.service-detail-page .svc-section-head + .svc-accordion {
    margin-top: 64px;
    border-top: 1px solid var(--svc-line);
}

/* Training visual */
.training-page .training-visual-orbit {
    position: absolute;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 50%;
}

.training-page .training-visual-orbit-back {
    inset: 8px 38px 42px 0;
}

.training-page .training-visual-orbit-front {
    right: 30px;
    bottom: 8px;
    width: 150px;
    height: 150px;
    border-color: rgba(253, 176, 34, 0.28);
}

.training-page .training-visual-board {
    position: absolute;
    top: 48px;
    right: 2%;
    width: min(88%, 470px);
    height: 315px;
    padding: 42px;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 28px 70px rgba(11, 59, 145, 0.13);
}

.training-page .training-visual-board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.training-page .training-visual-board-head span {
    width: 52%;
    height: 11px;
    border-radius: 99px;
    background: var(--svc-blue);
}

.training-page .training-visual-board-head i {
    width: 34px;
    height: 34px;
    border: 8px solid #ffe2a5;
    border-radius: 10px;
    background: var(--svc-yellow);
}

.training-page .training-visual-chart {
    display: flex;
    height: 112px;
    margin-top: 34px;
    align-items: flex-end;
    gap: 18px;
    padding: 0 14px 12px;
    border-bottom: 1px solid #dbe5f1;
}

.training-page .training-visual-chart span {
    flex: 1;
    height: 38%;
    border-radius: 8px 8px 3px 3px;
    background: #dbe8fb;
}

.training-page .training-visual-chart span:nth-child(2) { height: 58%; background: #aac7ef; }
.training-page .training-visual-chart span:nth-child(3) { height: 78%; background: var(--svc-blue); }
.training-page .training-visual-chart span:nth-child(4) { height: 94%; background: var(--svc-yellow); }

.training-page .training-visual-lines {
    margin-top: 26px;
}

.training-page .training-visual-lines i {
    display: block;
    width: 100%;
    height: 6px;
    margin-top: 11px;
    border-radius: 99px;
    background: #dce6f3;
}

.training-page .training-visual-lines i:nth-child(2) { width: 76%; }
.training-page .training-visual-lines i:nth-child(3) { width: 52%; }

.training-page .training-visual-card {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(42, 98, 193, 0.14);
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(11, 59, 145, 0.14);
}

.training-page .training-visual-card-top {
    top: 14px;
    left: 0;
    width: 142px;
    padding: 20px;
    border-radius: 19px;
}

.training-page .training-visual-card-top span,
.training-page .training-visual-card-top i {
    display: block;
    height: 6px;
    margin-top: 10px;
    border-radius: 99px;
    background: #dce6f3;
}

.training-page .training-visual-card-top span { width: 48%; margin-top: 0; background: var(--svc-blue); }
.training-page .training-visual-card-top i:last-child { width: 65%; }

.training-page .training-visual-card-bottom {
    right: 0;
    bottom: 6px;
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border-radius: 22px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--svc-deep), var(--svc-blue));
}

.training-page .training-visual-card-bottom svg { width: 38px; height: 38px; }

/* Diagnosis visual */
.diagnosis-service-page .diagnosis-visual {
    display: grid;
    place-items: center;
}

.diagnosis-service-page .diagnosis-visual-orbit {
    position: absolute;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 50%;
}

.diagnosis-service-page .diagnosis-visual-orbit-outer { width: 410px; height: 410px; }
.diagnosis-service-page .diagnosis-visual-orbit-inner { width: 330px; height: 330px; border-style: dashed; }

.diagnosis-service-page .diagnosis-visual-radar {
    position: relative;
    width: 270px;
    height: 270px;
    overflow: hidden;
    border: 1px solid rgba(42, 98, 193, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 70px rgba(11, 59, 145, 0.13), inset 0 0 0 46px #f4f8fe;
}

.diagnosis-service-page .diagnosis-visual-axis {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(42, 98, 193, 0.16);
    transform: translate(-50%, -50%);
}

.diagnosis-service-page .diagnosis-visual-axis-horizontal { width: 100%; height: 1px; }
.diagnosis-service-page .diagnosis-visual-axis-vertical { width: 1px; height: 100%; }

.diagnosis-service-page .diagnosis-visual-scan {
    position: absolute;
    inset: 50% 50% 0 0;
    background: linear-gradient(135deg, rgba(42, 98, 193, 0.3), transparent 70%);
    transform-origin: 0 0;
    transform: rotate(22deg);
}

.diagnosis-service-page .diagnosis-visual-point {
    position: absolute;
    width: 13px;
    height: 13px;
    border: 4px solid #dce9fb;
    border-radius: 50%;
    background: var(--svc-blue);
    box-sizing: content-box;
}

.diagnosis-service-page .diagnosis-visual-point-one { top: 27%; right: 25%; }
.diagnosis-service-page .diagnosis-visual-point-two { right: 33%; bottom: 22%; background: var(--svc-yellow); }
.diagnosis-service-page .diagnosis-visual-point-three { top: 48%; left: 20%; }

.diagnosis-service-page .diagnosis-visual-focus {
    position: absolute;
    top: 24px;
    right: 6%;
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border-radius: 21px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--svc-deep), var(--svc-blue));
    box-shadow: 0 18px 42px rgba(11, 59, 145, 0.2);
}

.diagnosis-service-page .diagnosis-visual-focus svg { width: 36px; height: 36px; }

.diagnosis-service-page .diagnosis-visual-data {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 160px;
    padding: 22px;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(11, 59, 145, 0.13);
}

.diagnosis-service-page .diagnosis-visual-data span {
    display: block;
    width: 100%;
    height: 7px;
    margin-top: 11px;
    border-radius: 99px;
    background: #dce6f3;
}

.diagnosis-service-page .diagnosis-visual-data span:first-child { width: 42%; margin-top: 0; background: var(--svc-yellow); }
.diagnosis-service-page .diagnosis-visual-data span:last-child { width: 64%; }

@media (max-width: 1199.98px) {
    .service-detail-page .svc-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
        gap: 58px;
    }

    .service-detail-page .svc-output-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .service-detail-page .svc-hero { padding: 82px 0 92px; }
    .service-detail-page .svc-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 54px; }
    .service-detail-page .svc-hero-copy { max-width: 720px; }
    .service-detail-page .svc-hero-visual { width: 100%; max-width: 640px; min-height: 420px; margin-inline: auto; }
    .service-detail-page .svc-section { padding: 84px 0; }
    .service-detail-page .svc-overview-grid { grid-template-columns: minmax(0, 1fr); gap: 46px; }
}

@media (max-width: 767.98px) {
    .service-detail-page .svc-hero { padding: 58px 0 68px; }
    .service-detail-page .svc-hero-grid { gap: 44px; }
    .service-detail-page .svc-kicker { margin-bottom: 14px; }
    .service-detail-page h1 { line-height: 1.65; }
    .service-detail-page .svc-hero-subtitle { margin-top: 18px; font-size: 15px; }
    .service-detail-page .svc-hero-points { gap: 10px 18px; margin-top: 30px; }
    .service-detail-page .svc-hero-visual { min-height: 330px; }
    .service-detail-page .svc-section { padding: 66px 0; }
    .service-detail-page .svc-section-head { margin-bottom: 36px; }
    .service-detail-page .svc-section-head h2 { font-size: 20px; }
    .service-detail-page .svc-overview-item { padding-top: 28px; }
    .service-detail-page .svc-accordion > summary { min-height: 82px; padding: 19px 10px; gap: 16px; }
    .service-detail-page .svc-accordion-title { gap: 12px; }
    .service-detail-page .svc-accordion-title i { flex-basis: 32px; }
    .service-detail-page .svc-accordion-title strong,
    .service-detail-page .svc-process-item > summary > strong { font-size: 17px; }
    .service-detail-page .svc-accordion-body { padding: 0 52px 28px 10px; }
    .service-detail-page .svc-output-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .service-detail-page .svc-output-item { min-height: 0; padding: 25px 0; }
    .service-detail-page .svc-process-item > summary { grid-template-columns: 48px minmax(0, 1fr) 22px; gap: 14px; min-height: 84px; padding: 18px 8px; }
    .service-detail-page .svc-process-item > summary > span { width: 46px; height: 46px; border-radius: 14px; }
    .service-detail-page .svc-process-item > div { padding: 0 70px 28px 8px; }

    .training-page .training-visual-board { top: 34px; right: 0; width: 92%; height: 250px; padding: 30px 26px; border-radius: 19px; }
    .training-page .training-visual-chart { height: 86px; margin-top: 22px; }
    .training-page .training-visual-lines { margin-top: 18px; }
    .training-page .training-visual-card-top { width: 116px; padding: 16px; }
    .training-page .training-visual-card-bottom { width: 62px; height: 62px; border-radius: 18px; }
    .diagnosis-service-page .diagnosis-visual-orbit-outer { width: 310px; height: 310px; }
    .diagnosis-service-page .diagnosis-visual-orbit-inner { width: 260px; height: 260px; }
    .diagnosis-service-page .diagnosis-visual-radar { width: 220px; height: 220px; }
    .diagnosis-service-page .diagnosis-visual-focus { top: 16px; width: 58px; height: 58px; }
    .diagnosis-service-page .diagnosis-visual-data { bottom: 12px; width: 130px; padding: 18px; }
}

@media (max-width: 420px) {
    .service-detail-page .svc-hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.service-detail-page .svc-overview-item > span {
    display: inline-flex;
    margin-bottom: 4px;
    color: #e79a0b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.service-detail-page .svc-insight-list {
    margin-top: 64px;
    border-top: 1px solid var(--svc-line);
}

/* Workflow visual */
.workflow-page .workflow-visual-orbit {
    position: absolute;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 50%;
}

.workflow-page .workflow-visual-orbit-back { inset: 10px 34px 34px 0; }
.workflow-page .workflow-visual-orbit-front { right: 34px; bottom: 0; width: 145px; height: 145px; border-color: rgba(253, 176, 34, 0.28); }

.workflow-page .workflow-visual-board {
    position: absolute;
    top: 72px;
    right: 1%;
    display: grid;
    grid-template-columns: 74px 1fr 74px 1fr 74px;
    width: min(94%, 500px);
    height: 250px;
    padding: 70px 36px;
    align-items: center;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 28px 70px rgba(11, 59, 145, 0.13);
}

.workflow-page .workflow-visual-node {
    position: relative;
    z-index: 1;
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 9px solid #e8f0fc;
    border-radius: 21px;
    color: #ffffff;
    background: var(--svc-blue);
}

.workflow-page .workflow-visual-node-start span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
}

.workflow-page .workflow-visual-node-review { background: #4e7ed1; }
.workflow-page .workflow-visual-node-done { border-color: #fff1cd; background: var(--svc-yellow); }
.workflow-page .workflow-visual-node svg { width: 32px; height: 32px; }

.workflow-page .workflow-visual-path {
    height: 2px;
    background: repeating-linear-gradient(90deg, #9bb4d5 0 6px, transparent 6px 11px);
}

.workflow-page .workflow-visual-card {
    position: absolute;
    z-index: 2;
    padding: 20px;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(11, 59, 145, 0.14);
}

.workflow-page .workflow-visual-card-status { top: 20px; left: 0; width: 145px; }
.workflow-page .workflow-visual-card-status span,
.workflow-page .workflow-visual-card-status i {
    display: block;
    height: 6px;
    margin-top: 10px;
    border-radius: 99px;
    background: #dce6f3;
}
.workflow-page .workflow-visual-card-status span { width: 44%; margin-top: 0; background: var(--svc-blue); }
.workflow-page .workflow-visual-card-status i:last-child { width: 68%; }

.workflow-page .workflow-visual-card-chart {
    right: 2px;
    bottom: 8px;
    display: flex;
    width: 150px;
    height: 100px;
    align-items: flex-end;
    gap: 10px;
}

.workflow-page .workflow-visual-card-chart span { position: absolute; top: 18px; right: 20px; width: 42px; height: 6px; border-radius: 99px; background: #dce6f3; }
.workflow-page .workflow-visual-card-chart i { flex: 1; height: 28%; border-radius: 5px 5px 2px 2px; background: #dbe7f8; }
.workflow-page .workflow-visual-card-chart i:nth-of-type(2) { height: 46%; background: #abc5ec; }
.workflow-page .workflow-visual-card-chart i:nth-of-type(3) { height: 66%; background: var(--svc-blue); }

/* Individual evaluation visual */
.evaluation-individual-page .evaluation-individual-visual {
    display: grid;
    place-items: center;
}

.evaluation-individual-page .evaluation-individual-visual-orbit {
    position: absolute;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 50%;
}

.evaluation-individual-page .evaluation-individual-visual-orbit-outer { width: 410px; height: 410px; }
.evaluation-individual-page .evaluation-individual-visual-orbit-inner { width: 325px; height: 325px; border-style: dashed; }

.evaluation-individual-page .evaluation-individual-visual-profile {
    position: relative;
    display: grid;
    width: 260px;
    height: 260px;
    place-items: center;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 50%;
    color: var(--svc-blue);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 28px 70px rgba(11, 59, 145, 0.13), inset 0 0 0 34px #f3f7fd;
}

.evaluation-individual-page .evaluation-individual-visual-profile svg { width: 175px; height: 175px; }

.evaluation-individual-page .evaluation-individual-visual-metric {
    position: absolute;
    display: flex;
    width: 145px;
    padding: 16px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(11, 59, 145, 0.12);
}

.evaluation-individual-page .evaluation-individual-visual-metric span { width: 22px; height: 22px; border: 6px solid #dce9fb; border-radius: 7px; background: var(--svc-blue); }
.evaluation-individual-page .evaluation-individual-visual-metric i { flex: 1; height: 6px; border-radius: 99px; background: #dce6f3; }
.evaluation-individual-page .evaluation-individual-visual-metric-one { top: 28px; left: 0; }
.evaluation-individual-page .evaluation-individual-visual-metric-two { right: 0; bottom: 82px; }
.evaluation-individual-page .evaluation-individual-visual-metric-three { left: 18px; bottom: 20px; }
.evaluation-individual-page .evaluation-individual-visual-metric-three span { border-color: #fff0cd; background: var(--svc-yellow); }

.evaluation-individual-page .evaluation-individual-visual-check {
    position: absolute;
    top: 18px;
    right: 15%;
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 20px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--svc-deep), var(--svc-blue));
    box-shadow: 0 18px 42px rgba(11, 59, 145, 0.2);
}

.evaluation-individual-page .evaluation-individual-visual-check svg { width: 34px; height: 34px; }

/* Organizational evaluation visual */
.evaluation-organizational-page .evaluation-organizational-visual {
    position: relative;
    width: 100%;
    height: 430px;
}

.evaluation-organizational-page .evaluation-organizational-visual-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(42, 98, 193, 0.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.evaluation-organizational-page .evaluation-organizational-visual-orbit-one { width: 390px; height: 390px; }
.evaluation-organizational-page .evaluation-organizational-visual-orbit-two { width: 290px; height: 290px; border-style: dashed; }

.evaluation-organizational-page .evaluation-organizational-visual-core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 220px;
    height: 220px;
    place-items: center;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(11, 59, 145, 0.13), inset 0 0 0 34px #f3f7fd;
    transform: translate(-50%, -50%);
}

.evaluation-organizational-page .evaluation-organizational-visual-core span {
    position: absolute;
    width: 52px;
    height: 52px;
    border: 9px solid #e5eefb;
    border-radius: 17px;
    background: var(--svc-blue);
}

.evaluation-organizational-page .evaluation-organizational-visual-core span:nth-child(1) { top: 38px; }
.evaluation-organizational-page .evaluation-organizational-visual-core span:nth-child(2) { right: 43px; bottom: 39px; }
.evaluation-organizational-page .evaluation-organizational-visual-core span:nth-child(3) { left: 43px; bottom: 39px; border-color: #fff0cd; background: var(--svc-yellow); }

.evaluation-organizational-page .evaluation-organizational-visual-card {
    position: absolute;
    z-index: 2;
    width: 148px;
    padding: 20px;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(11, 59, 145, 0.13);
}

.evaluation-organizational-page .evaluation-organizational-visual-card-one { top: 24px; right: 0; }
.evaluation-organizational-page .evaluation-organizational-visual-card-two { left: 0; bottom: 28px; }
.evaluation-organizational-page .evaluation-organizational-visual-card span,
.evaluation-organizational-page .evaluation-organizational-visual-card i {
    display: block;
    width: 100%;
    height: 6px;
    margin-top: 10px;
    border-radius: 99px;
    background: #dce6f3;
}
.evaluation-organizational-page .evaluation-organizational-visual-card-one i { width: 30px; height: 30px; margin-top: 0; border: 8px solid #dce9fb; border-radius: 10px; background: var(--svc-blue); }
.evaluation-organizational-page .evaluation-organizational-visual-card span:last-child { width: 62%; }

.evaluation-organizational-page .evaluation-organizational-visual-chart {
    position: absolute;
    right: 18px;
    bottom: 22px;
    z-index: 3;
    display: flex;
    width: 138px;
    height: 90px;
    padding: 18px;
    align-items: flex-end;
    gap: 8px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--svc-deep), var(--svc-blue));
    box-shadow: 0 18px 44px rgba(11, 59, 145, 0.18);
}

.evaluation-organizational-page .evaluation-organizational-visual-chart i { flex: 1; height: 32%; border-radius: 4px 4px 1px 1px; background: rgba(255,255,255,.42); }
.evaluation-organizational-page .evaluation-organizational-visual-chart i:nth-child(2) { height: 50%; }
.evaluation-organizational-page .evaluation-organizational-visual-chart i:nth-child(3) { height: 72%; }
.evaluation-organizational-page .evaluation-organizational-visual-chart i:nth-child(4) { height: 92%; background: var(--svc-yellow); }

@media (max-width: 767.98px) {
    .workflow-page .workflow-visual-board { top: 52px; grid-template-columns: 58px 1fr 58px 1fr 58px; width: 96%; height: 210px; padding: 58px 20px; }
    .workflow-page .workflow-visual-node { width: 55px; height: 55px; border-width: 7px; border-radius: 17px; }
    .workflow-page .workflow-visual-card-status { width: 116px; padding: 16px; }
    .workflow-page .workflow-visual-card-chart { width: 120px; height: 82px; padding: 15px; }
    .evaluation-individual-page .evaluation-individual-visual-orbit-outer { width: 310px; height: 310px; }
    .evaluation-individual-page .evaluation-individual-visual-orbit-inner { width: 255px; height: 255px; }
    .evaluation-individual-page .evaluation-individual-visual-profile { width: 205px; height: 205px; }
    .evaluation-individual-page .evaluation-individual-visual-profile svg { width: 145px; height: 145px; }
    .evaluation-individual-page .evaluation-individual-visual-metric { width: 116px; padding: 13px; }
    .evaluation-individual-page .evaluation-individual-visual-check { width: 54px; height: 54px; }
    .evaluation-organizational-page .evaluation-organizational-visual { height: 330px; }
    .evaluation-organizational-page .evaluation-organizational-visual-orbit-one { width: 305px; height: 305px; }
    .evaluation-organizational-page .evaluation-organizational-visual-orbit-two { width: 235px; height: 235px; }
    .evaluation-organizational-page .evaluation-organizational-visual-core { width: 180px; height: 180px; }
    .evaluation-organizational-page .evaluation-organizational-visual-core span { width: 43px; height: 43px; border-width: 7px; }
    .evaluation-organizational-page .evaluation-organizational-visual-core span:nth-child(1) { top: 30px; }
    .evaluation-organizational-page .evaluation-organizational-visual-core span:nth-child(2) { right: 34px; bottom: 30px; }
    .evaluation-organizational-page .evaluation-organizational-visual-core span:nth-child(3) { left: 34px; bottom: 30px; }
    .evaluation-organizational-page .evaluation-organizational-visual-card { width: 116px; padding: 15px; }
    .evaluation-organizational-page .evaluation-organizational-visual-chart { width: 108px; height: 74px; padding: 14px; }
}

/* ======================== Workflow automation page ======================== */
.workflow-intro-copy {
    max-width: 920px;
    margin: 0 auto 24px;
    text-align: center;
}

.workflow-intro-copy p {
    margin: 0;
    color: #4f6070;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.05;
}

.workflow-problem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.workflow-problem-card {
    position: relative;
    min-height: 290px;
    padding: 24px 20px;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-radius: 11px;
    background: #f7f9fc;
}

.workflow-problem-card > span {
    position: absolute;
    top: 18px;
    left: 18px;
    color: #f0a40e;
    font-size: 14px;
    font-weight: 700;
}

.workflow-problem-card > i {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 10px;
    color: #2a62c1;
    background: #eaf2ff;
    font-size: 19px;
}

.workflow-problem-card h2 {
    min-height: 62px;
    margin: 0 0 10px;
    color: #0b3b91;
    font-size: 18px;
    line-height: 1.8;
}

.workflow-problem-card p {
    margin: 0;
    color: #68798a;
    font-size: 14px;
    line-height: 2;
}

.workflow-definition {
    display: flex;
    gap: 22px;
    align-items: center;
    margin-top: 24px;
    padding: 28px 30px;
    border: var(--saman-box-border);
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #0b3b91 0%, #1c50ad 52%, #2a62c1 100%);
    box-shadow: var(--saman-box-shadow);
}

.workflow-definition-icon {
    display: grid;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    place-items: center;
    border-radius: 12px;
    color: #fdb022;
    background: rgba(255, 255, 255, 0.12);
    font-size: 22px;
}

.workflow-definition p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 2.1;
}

.workflow-risk-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.workflow-outputs {
    background: #f7f9fc;
}

.workflow-output-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.workflow-output-card {
    display: flex;
    gap: 18px;
    min-height: 136px;
    align-items: center;
    padding: 22px;
    border: 1px solid rgba(42, 98, 193, 0.16);
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(11, 59, 145, 0.06);
}

.workflow-output-card > i {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 10px;
    color: #2a62c1;
    background: #eaf2ff;
    font-size: 19px;
}

.workflow-output-card h3 {
    margin: 0 0 7px;
    color: #0b3b91;
    font-size: 18px;
    line-height: 1.75;
}

.workflow-output-card p {
    margin: 0;
    color: #68798a;
    font-size: 14px;
    line-height: 1.9;
}

.workflow-process {
    background: #ffffff;
}

@media (max-width: 1199px) {
    .workflow-problem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .workflow-problem-card {
        min-height: 250px;
    }
}

@media (max-width: 767px) {
    .workflow-problem-grid,
    .workflow-risk-grid,
    .workflow-output-grid {
        grid-template-columns: 1fr;
    }

    .workflow-problem-card {
        min-height: auto;
    }

    .workflow-problem-card h2 {
        min-height: auto;
    }

    .workflow-definition,
    .workflow-output-card {
        align-items: flex-start;
        padding: 22px 20px;
    }

    .workflow-definition {
        flex-direction: column;
    }
}

/* ======================== Unified responsive navigation ======================== */
.nav-menu .navbar-nav {
    align-items: center;
    gap: 6px;
}

.nav-menu .navbar-nav > .nav-item {
    position: relative;
    margin-left: 0;
}

.nav-menu .navbar-nav > .nav-item > .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 15px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.nav-menu .navbar-nav > .nav-item > .nav-link::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 5px;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #fdb022;
    transition: width 0.25s ease;
}

.nav-menu .navbar-nav > .nav-item:hover > .nav-link,
.nav-menu .navbar-nav > .nav-item > .nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.nav-menu .navbar-nav > .nav-item:hover > .nav-link::after {
    width: 24px;
}

.service-menu-trigger i {
    color: #fdb022;
    font-size: 11px;
    transition: transform 0.25s ease;
}

.service-menu-item:hover .service-menu-trigger i,
.service-menu-item:focus-within .service-menu-trigger i {
    transform: rotate(180deg);
}

.nav-menu .service-submenu {
    display: grid;
    position: absolute;
    z-index: 30;
    top: calc(100% + 10px);
    right: 0;
    width: 235px;
    margin: 0;
    padding: 10px;
    list-style: none;
    border: 1px solid rgba(253, 176, 34, 0.45);
    border-top: 4px solid #fdb022;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(11, 59, 145, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.nav-menu .service-submenu::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    width: 100%;
    height: 14px;
}

.service-menu-item:hover .service-submenu,
.service-menu-item:focus-within .service-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-menu .service-submenu li {
    width: 100%;
    margin: 0;
}

.nav-menu .service-submenu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    color: #17345f;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.nav-menu .service-submenu li a i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 9px;
    color: #2a62c1;
    background: #eaf2ff;
}

.nav-menu .service-submenu li a:hover {
    color: #0b3b91;
    background: #fff8e8;
    transform: translateX(-3px);
}

.nav-menu .service-submenu li a:hover i {
    color: #0b3b91;
    background: #fdb022;
}

.nav-response .offcanvas {
    border: 0;
    background: #f7f9fc;
    box-shadow: -18px 0 45px rgba(11, 59, 145, 0.2);
}

.nav-response .offcanvas-header {
    min-height: 72px;
    border-bottom: 1px solid #e4eaf3;
    background: #ffffff;
}

.nav-response .offcanvas-body {
    padding: 18px;
}

.nav-response .offcanvas-body > .navbar-nav {
    gap: 8px;
    padding-right: 0 !important;
}

.nav-response .offcanvas-body > .navbar-nav > .nav-item {
    margin: 0;
    border: 0;
}

.nav-response .offcanvas-body > .navbar-nav > .nav-item > .nav-link,
.mobile-service-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #e4eaf3;
    border-radius: 12px;
    color: #17345f;
    background: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.nav-response .offcanvas-body > .navbar-nav > .nav-item > .nav-link:hover,
.mobile-service-trigger:hover,
.mobile-service-trigger[aria-expanded="true"] {
    color: #0b3b91;
    border-color: #fdb022;
    background: #fff8e8;
}

.mobile-service-trigger i {
    color: #2a62c1;
    font-size: 11px;
    transition: transform 0.25s ease;
}

.mobile-service-trigger[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.mobile-service-menu {
    padding: 7px 12px 2px;
}

.mobile-service-menu a {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 44px;
    margin-top: 6px;
    padding: 9px 12px;
    border-right: 3px solid #fdb022;
    border-radius: 9px;
    color: #405471;
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.mobile-service-menu a i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    color: #2a62c1;
    background: #eaf2ff;
}

.nav-response .offcanvas-body form {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .nav-menu .navbar-nav > .nav-item > .nav-link {
        padding-inline: 11px;
        font-size: 14px;
    }
}

/* Contact page — minimal Saman Ravesh design system */
main:has(.lead-page) .banner-top {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    background-position: center 42%;
}

main:has(.lead-page) .banner-top::after {
    background:
        linear-gradient(90deg, rgba(11, 59, 145, 0.9), rgba(11, 59, 145, 0.72)),
        linear-gradient(180deg, transparent 55%, rgba(11, 59, 145, 0.25));
}

main:has(.lead-page) .banner-top::before {
    position: absolute;
    z-index: 1;
    right: max(24px, calc((100% - 1170px) / 2));
    bottom: -58px;
    width: 148px;
    height: 148px;
    border: 28px solid rgba(253, 176, 34, 0.14);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

main:has(.lead-page) .bannertop-content {
    z-index: 2;
}

main:has(.lead-page) .bannertop-content > div {
    position: relative;
}

main:has(.lead-page) .bannertop-content > div::before {
    display: block;
    width: 46px;
    height: 4px;
    margin: 0 auto 18px;
    border-radius: 99px;
    background: #fdb022;
    content: "";
}

.lead-page {
    --lead-navy: #2a62c1;
    --lead-navy-dark: #103b88;
    --lead-yellow: #fdb022;
    --lead-yellow-soft: #fff7e7;
    --lead-surface: #ffffff;
    --lead-border: #e3e9ee;
    --lead-muted: #687684;
    position: relative;
    overflow: hidden;
    padding: 112px 0 120px;
    background:
        radial-gradient(circle at 8% 12%, rgba(253, 176, 34, 0.09), transparent 24%),
        linear-gradient(180deg, #f8fafb 0%, #ffffff 48%, #f7f9fb 100%);
}

.lead-page::before,
.lead-page::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lead-page::before {
    top: 120px;
    left: -110px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(23, 92, 211, 0.08);
}

.lead-page::after {
    right: -40px;
    bottom: 180px;
    width: 110px;
    height: 110px;
    background: rgba(253, 176, 34, 0.08);
}

.lead-page .r-container {
    position: relative;
    z-index: 1;
    max-width: 1080px;
}

.lead-header {
    max-width: 680px;
    margin-bottom: 54px;
}

.lead-page .section-label {
    gap: 12px;
    margin-bottom: 14px;
    color: var(--lead-yellow);
    letter-spacing: -0.2px;
}

.lead-page .section-label::before {
    width: 32px;
    height: 3px;
}

.lead-heading {
    margin-bottom: 14px;
    color: var(--lead-navy-dark);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.45;
    letter-spacing: -1.2px;
}

.lead-heading span {
    color: var(--lead-navy);
    text-decoration-color: rgba(253, 176, 34, 0.48);
    text-decoration-line: underline;
    text-decoration-thickness: 7px;
    text-underline-offset: -2px;
    text-decoration-skip-ink: none;
}

.lead-intro {
    max-width: 590px;
    margin: 0 auto;
    color: var(--lead-muted);
    line-height: 2;
}

.lead-form-box {
    position: relative;
    padding: 52px;
    overflow: hidden;
    border: 1px solid rgba(23, 92, 211, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 30px 80px rgba(23, 92, 211, 0.09),
        0 3px 12px rgba(23, 92, 211, 0.03);
}

.lead-form-box::before {
    position: absolute;
    top: 0;
    right: 52px;
    left: 52px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, var(--lead-yellow) 0 18%, var(--lead-navy) 18% 100%);
    content: "";
}

.lead-form-box::after {
    position: absolute;
    top: -55px;
    left: -55px;
    width: 130px;
    height: 130px;
    border: 24px solid rgba(253, 176, 34, 0.06);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.lead-form-grid {
    position: relative;
    z-index: 1;
    gap: 26px 22px;
}

.lead-page .form-group label {
    margin: 0 4px 9px;
    color: var(--lead-navy-dark);
    font-size: 13px;
    font-weight: 700;
}

.lead-page .required-mark {
    color: var(--lead-yellow);
}

.lead-page .form-group input,
.lead-page .form-group select,
.lead-page .form-group textarea {
    min-height: 58px;
    padding: 14px 17px;
    border: 1px solid var(--lead-border);
    border-radius: 12px;
    background-color: #fbfcfd;
    color: var(--lead-navy-dark);
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(11, 59, 145, 0.02);
}

.lead-page .form-group select {
    cursor: pointer;
}

.lead-page .form-group textarea {
    min-height: 112px;
}

.lead-page .form-group input:hover,
.lead-page .form-group select:hover,
.lead-page .form-group textarea:hover {
    border-color: #cbd6df;
    background: #ffffff;
}

.lead-page .form-group input:focus,
.lead-page .form-group select:focus,
.lead-page .form-group textarea:focus {
    border-color: var(--lead-yellow);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(253, 176, 34, 0.12);
}

.lead-page .form-group input::placeholder,
.lead-page .form-group textarea::placeholder {
    color: #9aa6b1;
}

.lead-page .form-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 6px;
    padding-top: 8px;
}

.lead-page .saman-btn {
    min-width: 190px;
    min-height: 58px;
    padding: 15px 26px;
    border-radius: 12px;
    background: var(--lead-yellow);
    color: var(--lead-navy-dark);
    box-shadow: 0 12px 24px rgba(253, 176, 34, 0.2);
}

.lead-page .saman-btn:hover {
    transform: translateY(-2px);
    background: #ffca55;
    color: var(--lead-navy-dark);
    box-shadow: 0 16px 30px rgba(253, 176, 34, 0.27);
}

.lead-page .saman-btn i {
    transition: transform 0.25s ease;
}

.lead-page .saman-btn:hover i {
    transform: translateX(-4px);
}

.lead-page .form-message {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 12px;
}

@media (max-width: 991px) {
    main:has(.lead-page) .banner-top {
        min-height: 270px;
    }

    .lead-page {
        padding: 88px 0 96px;
    }

    .lead-header {
        margin-bottom: 42px;
    }

    .lead-form-box {
        padding: 42px 34px;
    }

    .lead-form-box::before {
        right: 34px;
        left: 34px;
    }
}

@media (max-width: 767px) {
    main:has(.lead-page) .banner-top {
        min-height: 245px;
    }

    main:has(.lead-page) .banner-top::before {
        right: 18px;
        bottom: -46px;
        width: 112px;
        height: 112px;
        border-width: 22px;
    }

    .lead-page {
        padding: 70px 0 76px;
    }

    .lead-header {
        margin-bottom: 34px;
    }

    .lead-heading {
        margin-bottom: 12px;
        font-size: 30px;
        letter-spacing: -0.7px;
    }

    .lead-heading span {
        text-decoration-thickness: 5px;
    }

    .lead-intro {
        font-size: 14px;
        line-height: 2;
    }

    .lead-form-box {
        padding: 34px 18px 24px;
        border-radius: 18px;
        box-shadow: 0 20px 55px rgba(23, 92, 211, 0.08);
    }

    .lead-form-box::before {
        right: 18px;
        left: 18px;
    }

    .lead-form-grid {
        gap: 20px;
    }

    .lead-page .form-group input,
    .lead-page .form-group select,
    .lead-page .form-group textarea {
        min-height: 54px;
        border-radius: 11px;
    }

    .lead-page .form-actions {
        padding-top: 2px;
    }

    .lead-page .saman-btn {
        width: 100%;
    }
}

/* Global layout standard */
.r-container {
    width: 100%;
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

/* Contact page — 1320px editorial layout */
main:has(.lead-page) .banner-top {
    height: 170px;
    min-height: 0;
    background-position: center 44%;
}

main:has(.lead-page) .banner-top::after {
    background: rgba(22, 73, 156, 0.88);
}

main:has(.lead-page) .bannertop-content {
    top: 50%;
}

main:has(.lead-page) .banner-top .bannertop-content p:nth-of-type(1) {
    margin: 0 0 6px;
    font-size: 24px;
}

.lead-page {
    padding: 88px 0 104px;
    background: #f7f9fc;
}

.lead-page .r-container {
    max-width: 1320px;
}

.lead-layout {
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    gap: 52px;
    align-items: start;
}

.lead-header {
    position: sticky;
    top: 28px;
    max-width: none;
    margin: 0;
    padding: 38px 34px 40px;
    border-radius: 14px;
    background: #2a62c1;
    text-align: right;
}

.lead-page .section-label {
    margin-bottom: 18px;
    color: #fdb022;
}

.lead-page .section-label::before {
    width: 28px;
}

.lead-heading {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 39px;
    line-height: 1.55;
}

.lead-heading span {
    display: block;
    color: #ffffff;
}

.lead-intro {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 2.15;
}

.lead-form-column {
    min-width: 0;
}

.lead-form-box {
    padding: 42px 40px;
    border: 1px solid #e0e5e9;
    border-top: 0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(23, 92, 211, 0.05);
}

.lead-form-box::before {
    display: block;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 4px;
    border-radius: 14px 14px 0 0;
    background: #fdb022;
}

.lead-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
}

.lead-page .form-group label {
    margin-bottom: 9px;
    color: #1b3549;
}

.lead-page .form-group input,
.lead-page .form-group select,
.lead-page .form-group textarea {
    min-height: 55px;
    border-color: #dce2e6;
    border-radius: 8px;
    background: #fafbfc;
}

.lead-page .form-group input:focus,
.lead-page .form-group select:focus,
.lead-page .form-group textarea:focus {
    border-color: #2a62c1;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(23, 92, 211, 0.09);
}

.lead-page .saman-btn {
    min-width: 190px;
    border-radius: 8px;
    background: #2a62c1;
}

.lead-page .saman-btn i {
    color: #fdb022;
}

@media (max-width: 991px) {
    .lead-page {
        padding: 70px 0 82px;
    }

    .lead-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .lead-header {
        position: static;
        padding: 32px;
    }

    .lead-heading span {
        display: inline;
    }

    .lead-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .r-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    main:has(.lead-page) .banner-top {
        height: 145px;
    }

    main:has(.lead-page) .banner-top .bannertop-content p:nth-of-type(1) {
        font-size: 21px;
    }

    .lead-page {
        padding: 52px 0 62px;
    }

    .lead-layout {
        gap: 20px;
    }

    .lead-header {
        padding: 28px 24px;
        border-radius: 11px;
    }

    .lead-page .section-label {
        margin-bottom: 12px;
    }

    .lead-heading {
        margin-bottom: 12px;
        font-size: 30px;
    }

    .lead-heading span {
        display: block;
    }

    .lead-form-box {
        padding: 28px 18px 22px;
        border-radius: 11px;
    }

    .lead-form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}










.lead-page {
    direction: rtl;
    padding: 100px 0;
    background: #f7f8fa;
}

.lead-page .r-container {
    padding-right: 24px;
    padding-left: 24px;
}

.lead-header {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #efa511;
    font-size: 14px;
    font-weight: 700;
}

.section-label::before {
    width: 26px;
    height: 2px;
    border-radius: 10px;
    background: currentColor;
    content: "";
}

.lead-heading {
    margin: 0 0 18px;
    color: #18212f;
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.6;
}

.lead-heading span {
    color: #efa511;
}

.lead-intro {
    margin: 0;
    color: #69717c;
    font-size: 16px;
    line-height: 2.1;
}

.lead-form-box {
    padding: 42px 36px;
    border: 1px solid #e9ebef;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(24, 33, 47, 0.06);
}

.lead-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group-full {
    grid-column: 1 / -1;
}

.form-group label {
    margin-bottom: 10px;
    color: #202936;
    font-size: 14px;
    font-weight: 700;
}

.required-mark {
    color: #d63636;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    min-height: 56px;
    padding: 14px 18px;
    border: 1px solid #dde2e8;
    border-radius: 16px;
    background: #ffffff;
    color: #1f2937;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.form-group textarea {
    min-height: auto;
    resize: vertical;
    line-height: 2;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #98a0aa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #efa511;
    box-shadow: 0 0 0 4px rgba(239, 165, 17, 0.12);
    background: #fffefb;
}

.ltr-input {
    direction: ltr;
    text-align: left;
}

.form-actions {
    margin-top: 8px;
}

.saman-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 58px;
    padding: 16px 26px;
    border: 0;
    border-radius: 14px;
    background: #efa511;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.saman-btn:hover {
    transform: translateY(-3px);
    background: #ffc454;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(239, 165, 17, 0.28);
}

.saman-btn:disabled,
.saman-btn.is-loading {
    opacity: 0.8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.form-message {
    margin-bottom: 24px;
    padding: 18px 20px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 2;
}

.form-message ul {
    margin: 0;
    padding-right: 18px;
}

.form-message-success {
    border: 1px solid #d5ecd9;
    background: #effaf1;
    color: #1f6b2b;
}

.form-message-error {
    border: 1px solid #f0d2d2;
    background: #fff4f4;
    color: #a12b2b;
}

.d-none {
    display: none !important;
}

@media (max-width: 991px) {
    .lead-page {
        padding: 80px 0;
    }

    .lead-form-box {
        padding: 34px 28px;
    }

    .lead-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .lead-page {
        padding: 65px 0;
    }

    .lead-page .r-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .lead-heading {
        font-size: 30px;
    }

    .lead-form-box {
        padding: 26px 18px;
        border-radius: 22px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        min-height: 52px;
        padding: 13px 15px;
        border-radius: 14px;
    }

    .saman-btn {
        width: 100%;
    }
}

/* Contact page — refined minimal layout */
main:has(.lead-page) .banner-top {
    height: 220px;
    min-height: 0;
    background-position: center 45%;
    background-size: cover;
}

main:has(.lead-page) .banner-top::after {
    background: rgba(22, 73, 156, 0.84);
}

main:has(.lead-page) .banner-top::before,
main:has(.lead-page) .bannertop-content > div::before {
    display: none;
}

main:has(.lead-page) .bannertop-content {
    top: 50%;
    width: calc(100% - 32px);
}

main:has(.lead-page) .banner-top .bannertop-content p:nth-of-type(1) {
    margin: 0 0 14px;
    font-size: 27px;
    line-height: 1.6;
}

main:has(.lead-page) .banner-top .bannertop-index {
    color: #fdb022;
}

.lead-page {
    position: relative;
    padding: 86px 0 100px;
    overflow: visible;
    background: #f5f7f9;
}

.lead-page::before,
.lead-page::after {
    display: none;
}

.lead-page .r-container {
    max-width: 960px;
    padding-right: 24px;
    padding-left: 24px;
}

.lead-header {
    max-width: 620px;
    margin: 0 auto 38px;
}

.lead-page .section-label {
    gap: 9px;
    margin-bottom: 10px;
    color: #d98b00;
    font-size: 13px;
}

.lead-page .section-label::before {
    width: 22px;
    height: 2px;
}

.lead-heading {
    margin: 0 0 10px;
    color: #2a62c1;
    font-size: clamp(32px, 3.5vw, 42px);
    line-height: 1.55;
    letter-spacing: -0.8px;
}

.lead-heading span {
    color: #2a62c1;
    text-decoration: none;
}

.lead-intro {
    max-width: 560px;
    color: #6f7c87;
    font-size: 15px;
    line-height: 2;
}

.lead-form-box {
    padding: 42px;
    overflow: visible;
    border: 1px solid #e2e7eb;
    border-top: 4px solid #fdb022;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(23, 92, 211, 0.06);
}

.lead-form-box::before,
.lead-form-box::after {
    display: none;
}

.lead-form-grid {
    gap: 22px 20px;
}

.lead-page .form-group label {
    margin: 0 2px 8px;
    color: #263d4f;
    font-size: 13px;
    font-weight: 700;
}

.lead-page .required-mark {
    color: #d98b00;
}

.lead-page .form-group input,
.lead-page .form-group select,
.lead-page .form-group textarea {
    min-height: 54px;
    padding: 13px 15px;
    border: 1px solid #dce2e7;
    border-radius: 9px;
    background: #ffffff;
    color: #2a62c1;
    font-size: 14px;
    box-shadow: none;
}

.lead-page .form-group textarea {
    min-height: 106px;
    line-height: 1.9;
}

.lead-page .form-group input:hover,
.lead-page .form-group select:hover,
.lead-page .form-group textarea:hover {
    border-color: #bcc9d2;
}

.lead-page .form-group input:focus,
.lead-page .form-group select:focus,
.lead-page .form-group textarea:focus {
    border-color: #3b82d0;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(59, 130, 208, 0.1);
}

.lead-page .form-group input::placeholder,
.lead-page .form-group textarea::placeholder {
    color: #a1abb3;
}

.lead-page .form-actions {
    margin-top: 2px;
    padding-top: 4px;
}

.lead-page .saman-btn {
    min-width: 180px;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 9px;
    background: #2a62c1;
    color: #ffffff;
    box-shadow: none;
}

.lead-page .saman-btn i {
    color: #fdb022;
}

.lead-page .saman-btn:hover {
    transform: translateY(-1px);
    background: #16499c;
    color: #ffffff;
    box-shadow: 0 9px 20px rgba(23, 92, 211, 0.16);
}

.lead-page .form-message {
    border-radius: 9px;
}

@media (max-width: 991px) {
    .lead-page {
        padding: 72px 0 82px;
    }

    .lead-form-box {
        padding: 34px 28px;
    }
}

@media (max-width: 767px) {
    main:has(.lead-page) .banner-top {
        height: 185px;
        min-height: 0;
    }

    main:has(.lead-page) .banner-top .bannertop-content p:nth-of-type(1) {
        margin-bottom: 8px;
        font-size: 23px;
    }

    .lead-page {
        padding: 56px 0 64px;
    }

    .lead-page .r-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .lead-header {
        margin-bottom: 28px;
    }

    .lead-heading {
        margin-bottom: 8px;
        font-size: 28px;
        line-height: 1.55;
        letter-spacing: -0.5px;
    }

    .lead-intro {
        font-size: 14px;
        line-height: 1.95;
    }

    .lead-form-box {
        padding: 28px 18px 22px;
        border-radius: 12px;
        box-shadow: 0 8px 26px rgba(23, 92, 211, 0.05);
    }

    .lead-form-grid {
        gap: 18px;
    }

    .lead-page .form-group input,
    .lead-page .form-group select,
    .lead-page .form-group textarea {
        min-height: 52px;
        padding: 12px 14px;
        border-radius: 8px;
    }

    .lead-page .saman-btn {
        width: 100%;
    }
}

/* Final project layout contract — keep this block at the end of style.css */
.r-container,
body .lead-page .r-container {
    width: 100%;
    max-width: 1320px !important;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

body main:has(.lead-page) .banner-top {
    height: 170px;
    min-height: 0;
}

body .lead-page {
    padding: 88px 0 104px;
    background: #f7f9fc;
}

body .lead-layout {
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    gap: 52px;
    align-items: start;
}

body .lead-header {
    position: sticky;
    top: 28px;
    max-width: none;
    margin: 0;
    padding: 38px 34px 40px;
    border-radius: 14px;
    background: #2a62c1;
    text-align: right;
    box-shadow:
        0 18px 45px rgba(23, 92, 211, 0.2),
        0 4px 14px rgba(11, 59, 145, 0.1);
}

body .lead-page .section-label {
    margin-bottom: 18px;
    color: #fdb022;
    font-size: 14px;
}

body .lead-heading,
body .lead-heading span {
    color: #ffffff;
    text-decoration: none;
}

body .lead-heading {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.55;
}

body .lead-heading span {
    display: block;
}

body .lead-intro {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 2.15;
}

body .lead-form-column {
    min-width: 0;
}

body .lead-form-box {
    padding: 42px 40px;
    overflow: hidden;
    border: 1px solid #e0e5e9;
    border-top: 0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow:
        0 22px 55px rgba(23, 92, 211, 0.11),
        0 5px 16px rgba(11, 59, 145, 0.06);
}

body .lead-form-box::before {
    display: block;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 4px;
    border-radius: 14px 14px 0 0;
    background: #fdb022;
}

body .lead-form-box::after {
    display: none;
}

body .lead-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
}

body .lead-page .form-group input,
body .lead-page .form-group select,
body .lead-page .form-group textarea {
    min-height: 55px;
    border-color: #dce2e6;
    border-radius: 8px;
    background: #fafbfc;
    box-shadow: none;
}

body .lead-page .form-group label {
    font-size: 14px;
}

body .lead-page .form-group input:focus,
body .lead-page .form-group select:focus,
body .lead-page .form-group textarea:focus {
    border-color: #2a62c1;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(23, 92, 211, 0.09);
}

body .lead-page .saman-btn {
    min-width: 190px;
    border-radius: 8px;
    background: #2a62c1;
    color: #ffffff;
    box-shadow: none;
}

body .lead-page .saman-btn i {
    color: #fdb022;
}

@media (max-width: 991px) {
    body .lead-page {
        padding: 70px 0 82px;
    }

    body .lead-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body .lead-header {
        position: static;
        padding: 32px;
    }

    body .lead-heading span {
        display: inline;
    }

    body .lead-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .r-container,
    body .lead-page .r-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    body main:has(.lead-page) .banner-top {
        height: 145px;
        min-height: 0;
    }

    body .lead-page {
        padding: 52px 0 62px;
    }

    body .lead-layout {
        gap: 20px;
    }

    body .lead-header {
        padding: 28px 24px;
        border-radius: 11px;
    }

    body .lead-heading {
        margin-bottom: 12px;
        font-size: 22px;
    }

    body .lead-heading span {
        display: block;
    }

    body .lead-form-box {
        padding: 28px 18px 22px;
        border-radius: 11px;
    }

    body .lead-form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* About page — shared Saman Ravesh design system */
body .saman-about,
body .saman-purpose,
body .saman-approach,
body .saman-promise {
    padding: 88px 0;
}

body .saman-about {
    background: #f7f9fc;
}

body .saman-about .row {
    --bs-gutter-x: 40px;
    margin: 0;
    padding: 46px;
    overflow: hidden;
    border: 1px solid #e0e6eb;
    border-top: 4px solid #fdb022;
    border-radius: 16px;
    background: #ffffff;
    box-shadow:
        0 24px 60px rgba(23, 92, 211, 0.11),
        0 6px 18px rgba(11, 59, 145, 0.06);
}

body .saman-about .col-12 {
    padding-right: 0;
    padding-left: 0;
}

body .saman-about .col-lg-7 {
    padding-left: 42px;
}

body .saman-about .section-label,
body .section-heading .section-label,
body .promise-content .section-label {
    margin-bottom: 12px;
    color: #fdb022;
    font-size: 14px;
}

body .saman-heading {
    margin-bottom: 20px;
    color: #0b3b91;
    font-size: 22px;
    line-height: 1.7;
}

body .saman-heading span {
    color: #2a62c1;
}

body .saman-about p {
    margin-bottom: 14px;
    color: #5e6b76;
    font-size: 15px;
    line-height: 2.05;
}

body .saman-about .saman-lead {
    color: #263d4f;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}

body .saman-highlight {
    position: relative;
    margin-top: 26px;
    padding: 20px 22px 20px 64px;
    overflow: hidden;
    border: 0;
    border-right: 4px solid #fdb022;
    border-radius: 8px;
    background: #eaf2ff;
    box-shadow: none;
}

body .saman-highlight::after {
    display: none;
}

body .saman-highlight .highlight-icon {
    position: absolute;
    top: 20px;
    left: 22px;
    color: #2a62c1;
    font-size: 20px;
}

body .saman-highlight p {
    margin: 0;
    color: #294358;
    font-size: 15px;
}

body .saman-image-box {
    height: 100%;
    min-height: 510px;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 18px 38px rgba(11, 59, 145, 0.16);
}

body .saman-image-box::before {
    display: none;
}

body .saman-image-box img {
    width: 100%;
    height: 100%;
    min-height: 510px;
    border-radius: 12px;
    object-fit: cover;
}

body .image-badge {
    right: 18px;
    bottom: 18px;
    min-width: 210px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(23, 92, 211, 0.92);
    box-shadow: none;
    backdrop-filter: blur(8px);
}

body .image-badge span {
    color: #fdb022;
    font-size: 14px;
}

body .image-badge strong {
    color: #ffffff;
    font-size: 18px;
}

body .saman-purpose {
    background: #ffffff;
}

body .saman-purpose .row,
body .saman-approach .row {
    margin-right: -10px;
    margin-left: -10px;
}

body .saman-purpose .col,
body .saman-purpose [class*="col-"],
body .saman-approach .col {
    padding-right: 10px;
    padding-left: 10px;
}

body .purpose-card {
    position: relative;
    gap: 24px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid #e0e6eb;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(23, 92, 211, 0.07);
}

body .purpose-card::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #2a62c1;
    content: "";
}

body .saman-purpose .col-lg-6:last-child .purpose-card::before {
    background: #fdb022;
}

body .purpose-card:hover {
    transform: translateY(-3px);
    border-color: #cdd8e2;
    box-shadow: 0 12px 28px rgba(23, 92, 211, 0.07);
}

body .purpose-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 9px;
    background: #eaf2ff;
    color: #2a62c1;
    font-size: 20px;
}

body .purpose-number,
body .approach-number {
    color: #fdb022;
    font-size: 14px;
    font-weight: 700;
}

body .purpose-card h2 {
    margin: 6px 0 10px;
    color: #0b3b91;
    font-size: 20px;
    line-height: 1.7;
}

body .purpose-card p {
    margin: 0;
    color: #687681;
    font-size: 15px;
    line-height: 2;
}

body .saman-statistics {
    padding: 0 0 88px;
    background: #ffffff;
}

body .statistics-wrapper {
    padding: 36px 28px;
    border-radius: 12px;
    background: #2a62c1;
    box-shadow: none;
}

body .stat-item {
    padding: 10px 14px;
}

body .stat-item::after {
    background: rgba(255, 255, 255, 0.18);
}

body .stat-icon {
    color: #fdb022;
    font-size: 22px;
}

body .stat-item strong {
    color: #ffffff;
    font-size: 30px;
}

body .stat-item p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

body .saman-approach {
    background: #f7f9fc;
}

body .section-heading {
    max-width: 640px;
    margin: 0 auto 40px;
}

body .section-heading h2 {
    margin-bottom: 10px;
    color: #0b3b91;
    font-size: 22px;
    line-height: 1.7;
}

body .section-heading p {
    margin: 0;
    color: #687681;
    font-size: 15px;
    line-height: 2;
}

body .approach-card {
    padding: 28px 24px;
    border: 1px solid #e0e6eb;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(23, 92, 211, 0.07);
}

body .approach-card:hover {
    transform: translateY(-3px);
    border-color: #bfd0df;
    box-shadow: 0 12px 26px rgba(23, 92, 211, 0.07);
}

body .approach-icon {
    width: 48px;
    height: 48px;
    margin: 22px 0 18px;
    border-radius: 8px;
    background: #eaf2ff;
    color: #2a62c1;
    font-size: 19px;
}

body .approach-card:hover .approach-icon {
    background: #2a62c1;
    color: #ffffff;
}

body .approach-card h3 {
    margin-bottom: 10px;
    color: #0b3b91;
    font-size: 18px;
    line-height: 1.7;
}

body .approach-card p {
    margin: 0;
    color: #687681;
    font-size: 14px;
    line-height: 2;
}

body .saman-promise {
    background: #ffffff;
}

body .promise-box {
    gap: 48px;
    padding: 44px 48px;
    border: 0;
    border-radius: 14px;
    background: #0b3b91;
    box-shadow: none;
}

body .promise-content {
    max-width: 760px;
}

body .promise-content h2 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.9;
}

body .promise-content h2 span {
    color: #fdb022;
}

body .promise-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 2;
}

body .saman-promise .saman-btn {
    min-width: 210px;
    border-radius: 8px;
    background: #fdb022;
    color: #0b3b91;
    box-shadow: none;
}

body .saman-promise .saman-btn:hover {
    transform: translateY(-2px);
    background: #ffca55;
    color: #0b3b91;
    box-shadow: 0 10px 22px rgba(253, 176, 34, 0.2);
}

@media (max-width: 991px) {
    body .saman-about,
    body .saman-purpose,
    body .saman-approach,
    body .saman-promise {
        padding: 70px 0;
    }

    body .saman-about .row {
        padding: 36px;
    }

    body .saman-about .col-lg-7 {
        padding-left: 0;
    }

    body .saman-image-box,
    body .saman-image-box img {
        min-height: 390px;
    }

    body .saman-statistics {
        padding-bottom: 70px;
    }

    body .promise-box {
        padding: 38px;
    }
}

@media (max-width: 767px) {
    body .saman-about,
    body .saman-purpose,
    body .saman-approach,
    body .saman-promise {
        padding: 52px 0;
    }

    body .saman-about .row {
        padding: 26px 20px;
        border-radius: 11px;
    }

    body .saman-about .row {
        row-gap: 30px;
    }

    body .saman-heading,
    body .section-heading h2,
    body .promise-content h2 {
        font-size: 22px;
    }

    body .saman-highlight {
        padding: 18px;
    }

    body .saman-highlight .highlight-icon {
        position: static;
        display: block;
        margin-bottom: 10px;
    }

    body .saman-image-box,
    body .saman-image-box img {
        min-height: 300px;
    }

    body .image-badge {
        right: 14px;
        bottom: 14px;
        min-width: 190px;
    }

    body .purpose-card {
        padding: 26px 22px;
    }

    body .saman-statistics {
        padding-bottom: 52px;
    }

    body .statistics-wrapper {
        padding: 26px 14px;
    }

    body .stat-item {
        padding: 14px 6px;
    }

    body .approach-card {
        padding: 25px 22px;
    }

    body .promise-box {
        gap: 26px;
        padding: 30px 24px;
        border-radius: 11px;
    }
}

main:has(.saman-promise) + footer .footer {
    margin-top: 0;
}

/* Diagnosis page */
.diagnosis-page {
    color: #263746;
    background: #ffffff;
}

.diagnosis-section {
    padding: 86px 0;
}

.diagnosis-intro {
    background: #f7f9fc;
}

.diagnosis-intro-box {
    padding: 48px;
    overflow: hidden;
    border: 1px solid #e0e6eb;
    border-top: 4px solid #fdb022;
    border-radius: 16px;
    background: #ffffff;
    box-shadow:
        0 24px 60px rgba(23, 92, 211, 0.11),
        0 6px 18px rgba(11, 59, 145, 0.06);
}

.diagnosis-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.diagnosis-page .section-label {
    margin-bottom: 12px;
    color: #fdb022;
    font-size: 14px;
}

.diagnosis-page h1,
.diagnosis-page h2,
.diagnosis-page h3 {
    color: #0b3b91;
    font-family: 'Vazir-Bold';
}

.diagnosis-heading h1 {
    margin: 0 0 12px;
    line-height: 1.8;
}

.diagnosis-subtitle {
    margin: 0;
    color: #687681;
    font-size: 16px;
    line-height: 2;
}

.diagnosis-intro-content {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.75fr);
    gap: 30px;
    align-items: stretch;
}

.diagnosis-copy {
    padding: 30px;
    border-radius: 11px;
    background: #f7f9fc;
}

.diagnosis-copy p {
    margin: 0;
    color: #5e6b76;
    font-size: 15px;
    line-height: 2.15;
}

.diagnosis-copy .diagnosis-lead {
    margin-bottom: 10px;
    color: #263746;
    font-size: 16px;
    font-weight: 700;
}

.diagnosis-questions {
    padding: 28px;
    border-radius: 11px;
    background: #2a62c1;
    box-shadow:
        0 18px 42px rgba(23, 92, 211, 0.19),
        0 4px 12px rgba(11, 59, 145, 0.08);
}

.diagnosis-questions h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.9;
}

.diagnosis-questions ul {
    margin: 0;
    padding: 0;
}

.diagnosis-questions li {
    position: relative;
    margin-bottom: 12px;
    padding-right: 22px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.9;
}

.diagnosis-questions li:last-child {
    margin-bottom: 0;
}

.diagnosis-questions li::before {
    position: absolute;
    top: 13px;
    right: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #fdb022;
    border-radius: 50%;
    content: "";
}

.diagnosis-definition {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    margin-top: 30px;
    padding: 28px 30px;
    border-right: 4px solid #fdb022;
    border-radius: 9px;
    background: #eaf2ff;
}

.diagnosis-definition > i {
    flex: 0 0 48px;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #2a62c1;
    color: #ffffff;
    font-size: 20px;
}

.diagnosis-definition p {
    margin: 0 0 12px;
    color: #4f6070;
    font-size: 15px;
    line-height: 2.05;
}

.diagnosis-definition span {
    display: block;
    margin-bottom: 5px;
    color: #687681;
    font-size: 14px;
}

.diagnosis-definition strong {
    color: #0b3b91;
    font-size: 16px;
    line-height: 2;
}

.diagnosis-why {
    background: #ffffff;
}

.diagnosis-section-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.diagnosis-section-heading.text-center {
    margin-right: auto;
    margin-left: auto;
}

.diagnosis-section-heading h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.8;
}

.diagnosis-why-box {
    padding: 30px 32px;
    border: 1px solid #e0e6eb;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(23, 92, 211, 0.07);
}

.diagnosis-why-box p,
.diagnosis-risks-intro,
.diagnosis-risk-card p,
.diagnosis-vision p,
.diagnosis-output-card p,
.diagnosis-process-item p {
    color: #687681;
    font-size: 15px;
    line-height: 2.05;
}

.diagnosis-why-box p {
    margin: 0;
}

.diagnosis-risks-intro {
    max-width: 850px;
    margin: 48px 0 24px;
    color: #263746;
    font-weight: 700;
}

.diagnosis-risk-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.diagnosis-risk-card {
    padding: 28px 26px;
    border: 1px solid #e0e6eb;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(23, 92, 211, 0.07);
}

.diagnosis-risk-card > span {
    display: inline-flex;
    margin-bottom: 20px;
    color: #fdb022;
    font-size: 14px;
    font-weight: 700;
}

.diagnosis-risk-card h3 {
    min-height: 62px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.8;
}

.diagnosis-risk-card p {
    margin: 0;
}

.diagnosis-vision {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 32px;
    padding: 28px 30px;
    border-radius: 11px;
    background: #0b3b91;
    box-shadow: 0 16px 38px rgba(11, 59, 145, 0.14);
}

.diagnosis-vision i {
    flex: 0 0 46px;
    color: #fdb022;
    font-size: 22px;
    text-align: center;
}

.diagnosis-vision p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.diagnosis-outputs {
    background: #f7f9fc;
}

.diagnosis-output-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.diagnosis-output-card {
    padding: 28px 24px;
    border: 1px solid #e0e6eb;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(23, 92, 211, 0.07);
}

.diagnosis-output-card i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eaf2ff;
    color: #2a62c1;
    font-size: 19px;
}

.diagnosis-output-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.8;
}

.diagnosis-output-card p {
    margin: 0;
}

.diagnosis-process {
    background: #ffffff;
}

.diagnosis-process-list {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

.diagnosis-process-list::before {
    position: absolute;
    top: 28px;
    right: 27px;
    bottom: 28px;
    width: 2px;
    background: #d8e2ee;
    content: "";
}

.diagnosis-process-item {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    margin-bottom: 18px;
}

.diagnosis-process-item:last-child {
    margin-bottom: 0;
}

.diagnosis-process-item > span {
    z-index: 1;
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #2a62c1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(23, 92, 211, 0.18);
}

.diagnosis-process-item > div {
    padding: 22px 26px;
    border: 1px solid #e0e6eb;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(23, 92, 211, 0.06);
}

.diagnosis-process-item h3 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.8;
}

.diagnosis-process-item p {
    margin: 0;
}

main.diagnosis-page + footer .footer {
    margin-top: 0;
}

@media (max-width: 991px) {
    .diagnosis-section {
        padding: 70px 0;
    }

    .diagnosis-intro-box {
        padding: 36px;
    }

    .diagnosis-intro-content {
        grid-template-columns: 1fr;
    }

    .diagnosis-risk-grid,
    .diagnosis-output-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .diagnosis-risk-card h3 {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .diagnosis-section {
        padding: 52px 0;
    }

    .diagnosis-intro-box {
        padding: 28px 18px 22px;
        border-radius: 11px;
    }

    .diagnosis-heading {
        margin-bottom: 28px;
    }

    .diagnosis-heading h1,
    .diagnosis-section-heading h2 {
        font-size: 22px;
    }

    .diagnosis-intro-content,
    .diagnosis-risk-grid,
    .diagnosis-output-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .diagnosis-copy,
    .diagnosis-questions,
    .diagnosis-why-box,
    .diagnosis-risk-card,
    .diagnosis-output-card {
        padding: 24px 20px;
    }

    .diagnosis-definition,
    .diagnosis-vision {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
    }

    .diagnosis-risks-intro {
        margin-top: 36px;
    }

    .diagnosis-process-list::before {
        right: 23px;
    }

    .diagnosis-process-item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
    }

    .diagnosis-process-item > span {
        width: 48px;
        height: 48px;
    }

    .diagnosis-process-item > div {
        padding: 20px 18px;
    }
}

/* Documentation page */
.documentation-intro-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.documentation-definition {
    padding: 30px;
    border-radius: 11px;
    background: #2a62c1;
    box-shadow:
        0 18px 42px rgba(23, 92, 211, 0.19),
        0 4px 12px rgba(11, 59, 145, 0.08);
}

.documentation-definition i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    color: #fdb022;
    font-size: 20px;
}

.documentation-definition p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 2.1;
}

.documentation-risks-intro {
    max-width: 900px;
    margin: 0 0 26px;
    color: #263746;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.05;
}

.documentation-risk-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.documentation-risk-grid .diagnosis-risk-card h3 {
    min-height: 92px;
}

.documentation-value {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    margin-top: 32px;
    padding: 28px 30px;
    border-right: 4px solid #fdb022;
    border-radius: 9px;
    background: #eaf2ff;
}

.documentation-value i {
    flex: 0 0 48px;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #2a62c1;
    color: #ffffff;
    font-size: 20px;
}

.documentation-value p {
    margin: 0;
    color: #4f6070;
    font-size: 15px;
    line-height: 2.05;
}

.documentation-page .diagnosis-vision {
    margin-top: 20px;
}

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

@media (max-width: 1199px) {
    .documentation-risk-grid,
    .documentation-output-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .documentation-risk-grid .diagnosis-risk-card h3 {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .documentation-intro-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .documentation-risk-grid,
    .documentation-output-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .documentation-definition,
    .documentation-value {
        padding: 24px 20px;
    }

    .documentation-value {
        flex-direction: column;
    }
}

/* Evaluation page */
.evaluation-intro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.evaluation-highlight {
    padding: 30px;
    border-radius: 11px;
    background: #2a62c1;
    box-shadow:
        0 18px 42px rgba(23, 92, 211, 0.19),
        0 4px 12px rgba(11, 59, 145, 0.08);
}

.evaluation-highlight i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    color: #fdb022;
    font-size: 20px;
}

.evaluation-highlight p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 2.1;
}

.evaluation-section-intro,
.evaluation-baskets-intro {
    max-width: 920px;
    margin: 0 0 26px;
    color: #263746;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.05;
}

.evaluation-layers-heading {
    margin: 48px 0 24px;
    padding: 22px 26px;
    border-right: 4px solid #fdb022;
    border-radius: 9px;
    background: #eaf2ff;
}

.evaluation-layers-heading p {
    margin: 0;
    color: #344b5e;
    font-size: 15px;
    line-height: 2.05;
}

.evaluation-layer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.evaluation-layer-card {
    padding: 28px 24px;
    border: 1px solid #e0e6eb;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(23, 92, 211, 0.07);
}

.evaluation-layer-card i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eaf2ff;
    color: #2a62c1;
    font-size: 20px;
}

.evaluation-layer-card h3 {
    margin: 0 0 10px;
    color: #0b3b91;
    font-size: 18px;
    line-height: 1.8;
}

.evaluation-layer-card p {
    margin: 0;
    color: #687681;
    font-size: 14px;
    line-height: 2.05;
}

.evaluation-page .diagnosis-vision {
    margin-top: 32px;
}

.evaluation-test-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.evaluation-test-item {
    display: flex;
    gap: 12px;
    min-height: 58px;
    padding: 15px 18px;
    align-items: center;
    border: 1px solid #e0e6eb;
    border-radius: 9px;
    background: #ffffff;
    color: #344b5e;
    font-size: 14px;
    box-shadow: 0 8px 22px rgba(23, 92, 211, 0.05);
}

.evaluation-test-item i {
    flex: 0 0 auto;
    color: #fdb022;
    font-size: 16px;
}

.evaluation-organization {
    background: #ffffff;
}

.evaluation-organization-box {
    padding: 44px;
    overflow: hidden;
    border: 1px solid #e0e6eb;
    border-top: 4px solid #fdb022;
    border-radius: 16px;
    background: #ffffff;
    box-shadow:
        0 24px 60px rgba(23, 92, 211, 0.11),
        0 6px 18px rgba(11, 59, 145, 0.06);
}

.evaluation-organization-box .diagnosis-heading {
    margin-bottom: 38px;
}

.evaluation-organization-box .diagnosis-heading h2 {
    margin: 0 0 12px;
    color: #0b3b91;
    font-size: 22px;
    line-height: 1.8;
}

.evaluation-organization-content {
    padding-top: 56px;
}

.evaluation-baskets-intro {
    margin-top: 46px;
}

.evaluation-conclusion {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
    padding: 26px 28px;
    border-right: 4px solid #fdb022;
    border-radius: 9px;
    background: #eaf2ff;
}

.evaluation-conclusion i {
    flex: 0 0 46px;
    color: #2a62c1;
    font-size: 22px;
    text-align: center;
}

.evaluation-conclusion p {
    margin: 0;
    color: #344b5e;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.05;
}

@media (max-width: 1199px) {
    .evaluation-layer-grid,
    .evaluation-test-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .evaluation-intro-grid {
        grid-template-columns: 1fr;
    }

    .evaluation-organization-box {
        padding: 36px;
    }
}

@media (max-width: 767px) {
    .evaluation-highlight,
    .evaluation-organization-box {
        padding: 24px 20px;
    }

    .evaluation-organization-box {
        border-radius: 11px;
    }

    .evaluation-layer-grid,
    .evaluation-test-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .evaluation-layers-heading {
        margin-top: 36px;
        padding: 20px;
    }

    .evaluation-layer-card {
        padding: 24px 20px;
    }

    .evaluation-organization-content {
        padding-top: 42px;
    }

    .evaluation-conclusion {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 20px;
    }
}

/* ======================== Modern minimal header ======================== */
body > header {
    position: relative;
    background: linear-gradient(115deg, #061f4f 0%, #0b3b91 34%, #1c50ad 68%, #2a62c1 100%);
    border-bottom: 2px solid #fdb022;
    box-shadow: 0 12px 30px rgba(11, 59, 145, 0.2);
}

body > header::after {
    display: none;
}

header > .bg-theme {
    position: relative;
    overflow: hidden;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 -1px 0 rgba(253, 176, 34, 0.2);
}

header > .bg-theme::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 50%, transparent 100%);
    transform: skewX(-28deg) translateX(30%);
}

header > .bg-theme .level {
    position: relative;
    z-index: 1;
}

.header-top {
    min-height: 38px;
    padding: 0;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    background-color: transparent !important;
}

header > .bg-theme {
    border-bottom-color: rgba(255, 255, 255, 0.38) !important;
    box-shadow: inset 0 -1px 0 rgba(253, 176, 34, 0.32);
}

.header-slogan {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.1px;
    text-shadow: 0 1px 3px rgba(5, 31, 79, 0.45);
}

.header-slogan-mark {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: #fdb022;
    box-shadow: 0 0 0 5px rgba(253, 176, 34, 0.16);
}

.bg-menudesktop {
    position: relative;
    overflow: visible;
    height: 82px;
    background: transparent !important;
    box-shadow: 0 12px 30px rgba(11, 59, 145, 0.16);
}

.bg-menudesktop::after {
    display: none;
}

.navbar-level {
    padding: 0;
}

.nav-menu {
    height: 82px;
    padding: 0 !important;
    background: transparent !important;
}

.nav-menu .container-fluid {
    height: 100%;
    display: flex;
    direction: rtl;
    flex-direction: row;
    justify-content: flex-start;
    gap: 38px;
}

.nav-menu .navbar-brand {
    display: flex;
    align-items: center;
    order: 0;
    margin: 0;
    padding: 0;
}

.nav-menu .logo {
    max-width: 145px;
    max-height: 64px;
    width: auto;
    margin: 0;
}

.nav-menu .navbar-collapse {
    order: 1;
    flex-grow: 0;
}

.nav-menu .navbar-nav {
    margin: 0 !important;
}

.nav-menu .navbar-nav > .nav-item > .nav-link {
    min-height: 46px;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    text-shadow: 0 1px 2px rgba(5, 31, 79, 0.32);
}

.nav-menu .navbar-nav > .nav-item > .nav-link:hover,
.nav-menu .navbar-nav > .nav-item > .nav-link:focus {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.nav-menu .service-submenu {
    background: #ffffff !important;
}

.nav-menu .service-submenu li a,
.nav-menu .service-submenu li a span {
    color: #17345f !important;
    text-shadow: none;
}

.nav-menu .service-submenu li a:hover,
.nav-menu .service-submenu li a:hover span {
    color: #0b3b91 !important;
}

.nav-response {
    margin: 0;
}

.nav-response .container-fluid {
    min-height: 0;
    padding: 0;
}

.navbar-toggler {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin: -64px 18px 0 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.12);
}

.navbar-toggler:hover {
    border-color: #fdb022;
    background: rgba(253, 176, 34, 0.15);
}

@media (max-width: 991px) {
    .header-top {
        min-height: 34px;
    }

    .header-slogan {
        padding: 7px 12px;
        font-size: 14px;
        text-align: center;
    }

    .bg-menudesktop {
        height: 72px;
    }

    .nav-menu {
        height: 72px;
    }

    .nav-menu .container-fluid {
        flex-direction: row;
        justify-content: flex-start;
    }

    .nav-menu .navbar-brand {
        margin: 0;
    }

    .nav-menu .logo {
        max-width: 132px;
    }

    .navbar-toggler {
        margin-top: -59px;
    }
}

@media (max-width: 575px) {
    .header-slogan {
        font-size: 14px;
    }

    .header-slogan-mark {
        width: 6px;
        height: 6px;
        flex-basis: 6px;
    }
}

/* ======================== Saman Ravesh home page ======================== */
.saman-home {
    color: #263746;
    background: #ffffff;
}

.saman-home .r-container {
    max-width: 1320px;
}

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 92px;
    background:
        radial-gradient(circle at 8% 12%, rgba(42, 98, 193, 0.12) 0, transparent 26%),
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.home-hero::before {
    content: "";
    position: absolute;
    top: 58px;
    left: -100px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(42, 98, 193, 0.12);
    border-radius: 50%;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 82px;
    align-items: center;
}

.home-hero-content {
    position: relative;
    z-index: 2;
}

.home-eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 22px;
    padding: 8px 13px;
    border: 1px solid #dce7f8;
    border-radius: 999px;
    color: #0b3b91;
    background: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 700;
}

.home-eyebrow i {
    color: #fdb022;
    font-size: 8px;
}

.home-hero h1 {
    max-width: 660px;
    margin: 0 0 22px;
    color: #0b3b91;
    font-weight: 800;
    line-height: 1.9;
}

.home-hero h1 span {
    display: block;
    color: #2a62c1;
    font-size: inherit;
}

.home-hero-content > p {
    max-width: 650px;
    margin: 0;
    color: #5d6d7d;
    font-size: 16px;
    line-height: 2.1;
}

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

.home-primary-btn,
.home-secondary-btn {
    display: inline-flex;
    gap: 10px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 12px 21px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-primary-btn {
    border: 1px solid #2a62c1;
    color: #ffffff;
    background: #2a62c1;
    box-shadow: 0 12px 24px rgba(42, 98, 193, 0.18);
}

.home-primary-btn:hover {
    color: #ffffff;
    background: #0b3b91;
    border-color: #0b3b91;
    transform: translateY(-2px);
}

.home-secondary-btn {
    border: 1px solid #d7e0ec;
    color: #17345f;
    background: #ffffff;
}

.home-secondary-btn:hover {
    color: #0b3b91;
    border-color: #fdb022;
    background: #fffaf0;
}

.home-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    margin-top: 28px;
}

.home-hero-points span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #516375;
    font-size: 14px;
}

.home-hero-points i {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    color: #0b3b91;
    background: #fff3d8;
    font-size: 9px;
}

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

.home-visual-glow {
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(42, 98, 193, 0.14);
    filter: blur(1px);
}

.home-system-card {
    position: relative;
    z-index: 2;
    width: min(100%, 470px);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    color: #ffffff;
    background: linear-gradient(145deg, #082f79 0%, #1c50ad 54%, #2a62c1 100%);
    box-shadow: 0 28px 65px rgba(11, 59, 145, 0.26);
}

.home-system-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-system-head div {
    display: grid;
    gap: 4px;
}

.home-system-head span {
    color: #fdb022;
    font-size: 14px;
}

.home-system-head strong {
    color: #ffffff;
    font-size: 18px;
}

.home-system-head > i {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 12px;
    color: #fdb022;
    background: rgba(255, 255, 255, 0.1);
    font-size: 20px;
}

.home-system-flow {
    padding: 24px 0;
}

.home-flow-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 38px;
    gap: 12px;
    align-items: center;
}

.home-flow-item > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(253, 176, 34, 0.5);
    border-radius: 9px;
    color: #fdb022;
    font-size: 14px;
    font-weight: 700;
}

.home-flow-item div {
    display: grid;
    gap: 3px;
}

.home-flow-item strong {
    color: #ffffff;
    font-size: 15px;
}

.home-flow-item small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
}

.home-flow-item > i {
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    text-align: center;
}

.home-flow-line {
    width: 1px;
    height: 18px;
    margin: 5px 16px 5px 0;
    background: rgba(253, 176, 34, 0.42);
}

.home-system-result {
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 15px 17px;
    border: 1px solid rgba(253, 176, 34, 0.35);
    border-radius: 12px;
    background: rgba(253, 176, 34, 0.1);
}

.home-system-result > i {
    color: #fdb022;
    font-size: 19px;
}

.home-system-result div {
    display: grid;
    gap: 2px;
}

.home-system-result span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}

.home-system-result strong {
    color: #ffffff;
    font-size: 14px;
}

.home-floating-note {
    position: absolute;
    z-index: 3;
    bottom: 44px;
    left: -12px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid #e1e8f1;
    border-radius: 12px;
    color: #17345f;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(11, 59, 145, 0.14);
}

.home-floating-note i {
    color: #2a62c1;
}

.home-floating-note span {
    font-size: 14px;
    font-weight: 700;
}

.home-services,
.home-process,
.home-values {
    padding: 92px 0;
}

.home-services {
    background: #ffffff;
}

.home-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 42px;
}

.saman-home .section-label {
    display: inline-flex;
    margin-bottom: 10px;
    color: #f0a40e;
    font-size: 14px;
    font-weight: 700;
}

.home-section-head h2,
.home-transformation h2,
.home-values h2,
.home-cta h2 {
    margin: 0;
    color: #0b3b91;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.8;
}

.home-section-head > p,
.home-section-head > div + p {
    margin: 0;
    color: #667788;
    font-size: 15px;
    line-height: 2;
}

.home-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.home-service-card {
    position: relative;
    min-height: 330px;
    padding: 28px;
    border: 1px solid #e0e7ef;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(11, 59, 145, 0.07);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-service-card::after {
    content: "";
    position: absolute;
    right: 28px;
    bottom: 0;
    left: 28px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(90deg, transparent, #fdb022, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.home-service-card:hover {
    border-color: #bfd0e9;
    box-shadow: 0 20px 44px rgba(11, 59, 145, 0.12);
    transform: translateY(-5px);
}

.home-service-card:hover::after {
    opacity: 1;
}

.home-service-card-featured {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(145deg, #0b3b91 0%, #1c50ad 55%, #2a62c1 100%);
}

.home-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.home-service-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 12px;
    color: #2a62c1;
    background: #eaf2ff;
    font-size: 20px;
}

.home-service-card-featured .home-service-icon {
    color: #fdb022;
    background: rgba(255, 255, 255, 0.12);
}

.home-service-number {
    color: #fdb022;
    font-size: 14px;
    font-weight: 700;
}

.home-service-card h3,
.home-process-card h3,
.home-value-item h3 {
    margin: 0 0 10px;
    color: #0b3b91;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.7;
}

.home-service-card p {
    min-height: 114px;
    margin: 0;
    color: #68798a;
    font-size: 15px;
    line-height: 2;
}

.home-service-card > a {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 20px;
    color: #2a62c1;
    font-size: 14px;
    font-weight: 700;
}

.home-service-card-featured h3,
.home-service-card-featured > a {
    color: #ffffff;
}

.home-service-card-featured p {
    color: rgba(255, 255, 255, 0.76);
}

.home-service-card-featured > a i {
    color: #fdb022;
}

.home-transformation {
    padding: 0 0 92px;
    background: #ffffff;
}

.home-transformation-box {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 68px;
    align-items: center;
    padding: 52px;
    border-radius: 18px;
    background: #f7f9fc;
    box-shadow: inset 0 0 0 1px #e5ebf2;
}

.home-transformation-content p {
    margin: 18px 0 0;
    color: #657687;
    font-size: 15px;
    line-height: 2.1;
}

.home-transformation-content > a {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 24px;
    color: #2a62c1;
    font-size: 14px;
    font-weight: 700;
}

.home-comparison {
    display: grid;
    grid-template-columns: 1fr 44px 1fr;
    gap: 14px;
    align-items: center;
}

.home-comparison-column {
    min-height: 240px;
    padding: 24px 20px;
    border: 1px solid #e0e6ed;
    border-radius: 13px;
    background: #ffffff;
}

.home-comparison-column-good {
    border-color: rgba(42, 98, 193, 0.28);
    background: #eaf2ff;
}

.home-comparison-label {
    display: inline-flex;
    margin-bottom: 18px;
    color: #6a7887;
    font-size: 14px;
    font-weight: 700;
}

.home-comparison-column-good .home-comparison-label {
    color: #0b3b91;
}

.home-comparison-column ul {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-comparison-column li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: #68798a;
    font-size: 14px;
    line-height: 1.8;
}

.home-comparison-column li i {
    margin-top: 6px;
    color: #a7b0ba;
}

.home-comparison-column-good li {
    color: #294969;
}

.home-comparison-column-good li i {
    color: #2a62c1;
}

.home-comparison-arrow {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #2a62c1;
    font-size: 15px;
}

.home-process {
    background: #f7f9fc;
}

.home-section-head-centered {
    display: block;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.home-section-head-centered p {
    margin-top: 10px;
}

.home-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.home-process-grid::before {
    content: "";
    position: absolute;
    top: 48px;
    right: 12%;
    left: 12%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #b9cbe7, transparent);
}

.home-process-card {
    position: relative;
    z-index: 1;
    min-height: 260px;
    padding: 26px 23px;
    border: 1px solid #e0e7ef;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(11, 59, 145, 0.06);
}

.home-process-card > span {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fdb022;
    font-size: 14px;
    font-weight: 700;
}

.home-process-card > i {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 12px;
    color: #2a62c1;
    background: #eaf2ff;
    font-size: 19px;
}

.home-process-card p,
.home-value-item p,
.home-values-intro p {
    margin: 0;
    color: #68798a;
    font-size: 14px;
    line-height: 2;
}

.home-values {
    background: #ffffff;
}

.home-values-grid {
    display: grid;
    grid-template-columns: minmax(300px, 1.2fr) repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.home-values-intro {
    padding: 30px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(145deg, #0b3b91 0%, #1c50ad 55%, #2a62c1 100%);
    box-shadow: 0 18px 42px rgba(11, 59, 145, 0.16);
}

.home-values-intro h2 {
    color: #ffffff;
}

.home-values-intro p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.74);
}

.home-value-item {
    padding: 28px 22px;
    border: 1px solid #e1e7ee;
    border-radius: 14px;
    background: #ffffff;
}

.home-value-item > i {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 11px;
    color: #f0a40e;
    background: #fff5dc;
    font-size: 19px;
}

.home-cta {
    padding: 0 0 92px;
    background: #ffffff;
}

.home-cta-box {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 42px 46px;
    border-radius: 17px;
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 0%, rgba(253, 176, 34, 0.14) 0, transparent 30%),
        linear-gradient(135deg, #0b3b91 0%, #1c50ad 55%, #2a62c1 100%);
    box-shadow: 0 20px 48px rgba(11, 59, 145, 0.2);
}

.home-cta-box > div > span {
    display: inline-flex;
    margin-bottom: 7px;
    color: #fdb022;
    font-size: 14px;
    font-weight: 700;
}

.home-cta h2 {
    color: #ffffff;
}

.home-cta p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.9;
}

.home-cta-box > a {
    display: inline-flex;
    gap: 10px;
    min-width: 150px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 10px;
    color: #0b3b91;
    background: #fdb022;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(6, 31, 79, 0.2);
}

.home-cta-box > a:hover {
    color: #0b3b91;
    background: #ffffff;
    transform: translateY(-2px);
}

/* ======================== Home articles ======================== */
.home-articles {
    padding-top: 48px;
    padding-bottom: 48px;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.home-articles-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
}

.home-articles-head h2 {
    margin: 0;
    color: #0b3b91;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.8;
}

.home-articles-head p {
    margin: 0;
    color: #5f6f80;
    font-size: 16px;
    line-height: 2;
}

.home-articles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.home-article-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-top: 4px solid #fdb022;
    border-radius: 22px;
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 44px rgba(11, 59, 145, 0.09);
}

.home-article-card::after {
    content: "";
    position: absolute;
    inset: auto -30px -30px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(42, 98, 193, 0.11) 0%, rgba(42, 98, 193, 0) 70%);
    pointer-events: none;
}

.home-article-card-featured {
    background: linear-gradient(145deg, #0b3b91 0%, #2a62c1 100%);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
}

.home-article-card-featured h3,
.home-article-card-featured p,
.home-article-card-featured a,
.home-article-card-featured .home-article-meta {
    color: #ffffff;
}

.home-article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    color: #fdb022;
    font-size: 14px;
    font-weight: 700;
}

.home-article-meta i {
    width: 1.9em;
    height: 1.9em;
    border-radius: 999px;
    background: rgba(253, 176, 34, 0.14);
    color: inherit;
}

.home-article-card h3 {
    margin: 0 0 12px;
    color: #0b3b91;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.8;
}

.home-article-card p {
    margin: 0 0 20px;
    color: #5f6f80;
    font-size: 16px;
    line-height: 2.05;
}

.home-article-card a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #2a62c1;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.home-article-card a i {
    width: 1.5em;
    height: 1.5em;
}

.home-article-card-featured a {
    color: #fdb022;
}

@media (max-width: 991px) {
    .home-articles-head,
    .home-articles-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .home-articles {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .home-article-card {
        padding: 22px;
        border-radius: 18px;
    }
}

@media (max-width: 1199px) {
    .home-hero-grid {
        gap: 48px;
    }

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

    .home-values-intro {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .home-hero {
        padding: 68px 0 76px;
    }

    .home-hero-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-content {
        max-width: 760px;
    }

    .home-hero-visual {
        width: min(100%, 600px);
        min-height: 500px;
        margin: 0 auto;
    }

    .home-section-head,
    .home-transformation-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-service-card:last-child {
        grid-column: 1 / -1;
        min-height: auto;
    }

    .home-service-card:last-child p {
        min-height: auto;
    }

    .home-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-process-grid::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-services,
    .home-process,
    .home-values {
        padding: 72px 0;
    }

    .home-transformation,
    .home-cta {
        padding-bottom: 72px;
    }

    .home-service-grid,
    .home-values-grid {
        grid-template-columns: 1fr;
    }

    .home-service-card:last-child,
    .home-values-intro {
        grid-column: auto;
    }

    .home-service-card,
    .home-service-card p {
        min-height: auto;
    }

    .home-transformation-box {
        padding: 32px 24px;
    }

    .home-comparison {
        grid-template-columns: 1fr;
    }

    .home-comparison-column {
        min-height: auto;
    }

    .home-comparison-arrow {
        margin: 0 auto;
        transform: rotate(-90deg);
    }

    .home-cta-box {
        align-items: flex-start;
        flex-direction: column;
        padding: 34px 26px;
    }
}

@media (max-width: 575px) {
    .home-hero {
        padding: 52px 0 62px;
    }

    .home-hero-content > p {
        font-size: 15px;
    }

    .home-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-primary-btn,
    .home-secondary-btn {
        width: 100%;
    }

    .home-hero-points {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .home-hero-visual {
        min-height: 450px;
    }

    .home-system-card {
        padding: 20px 18px;
    }

    .home-floating-note {
        bottom: 10px;
        left: 4px;
    }

    .home-section-head {
        display: block;
    }

    .home-section-head > p {
        margin-top: 12px;
    }

    .home-process-grid {
        grid-template-columns: 1fr;
    }

    .home-process-card {
        min-height: auto;
    }
}

/* ======================== Balanced desktop navigation ======================== */
@media (min-width: 992px) {
    .nav-response {
        display: none !important;
    }

    .nav-menu .container-fluid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        grid-template-areas: "left logo right";
        gap: 34px;
        direction: ltr;
    }

    .nav-menu .navbar-brand {
        grid-area: logo;
        justify-self: center;
    }

    .desktop-menu-side {
        display: flex;
        align-items: center;
        height: 82px;
    }

    .desktop-menu-side > .navbar-nav {
        align-items: center;
        height: 100%;
    }

    .desktop-menu-side > .navbar-nav > .nav-item {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .desktop-menu-side > .navbar-nav > .nav-item > .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1.5;
    }

    .desktop-menu-right {
        grid-area: right;
        justify-self: center;
    }

    .desktop-menu-left {
        grid-area: left;
        justify-self: center;
    }

    .desktop-menu-side .navbar-nav {
        flex-direction: row;
        direction: rtl;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .nav-menu .container-fluid {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 0;
        direction: ltr;
    }

    .desktop-menu-side {
        display: none;
    }

    .nav-menu .navbar-brand {
        grid-column: 2;
        justify-self: center;
    }

    .nav-response {
        position: static;
        z-index: 40;
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        justify-self: end;
        width: 46px;
        height: 46px;
        margin: 0;
    }

    .nav-response .navbar-toggler {
        position: static;
        width: 46px;
        height: 46px;
        margin: 0;
    }

    .nav-response .navbar-toggler-icon {
        width: 22px;
        height: 22px;
        background-image:
            linear-gradient(#ffffff, #ffffff),
            linear-gradient(#ffffff, #ffffff),
            linear-gradient(#ffffff, #ffffff);
        background-repeat: no-repeat;
        background-position: center 4px, center 10px, center 16px;
        background-size: 22px 2px;
    }

    .nav-response .offcanvas {
        z-index: 1055;
        direction: rtl;
        text-align: right;
    }

    .nav-response .offcanvas-body {
        direction: rtl;
        text-align: right;
    }

    .nav-response .offcanvas-body > .navbar-nav {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        padding-right: 0 !important;
        visibility: visible;
        opacity: 1;
        direction: rtl;
        text-align: right;
    }

    .nav-response .offcanvas-body > .navbar-nav > .nav-item {
        display: block;
        width: 100%;
    }

    .nav-response .offcanvas-body > .navbar-nav > .nav-item > .nav-link,
    .nav-response .mobile-service-trigger {
        justify-content: flex-start;
        color: #17345f !important;
        -webkit-text-fill-color: #17345f;
        text-align: right;
        visibility: visible;
        opacity: 1;
    }

    .nav-response .mobile-service-trigger {
        justify-content: space-between;
    }

    .nav-response .mobile-service-menu,
    .nav-response .mobile-service-menu a {
        direction: rtl;
        text-align: right;
    }

    .nav-response .offcanvas-header .btn-close {
        margin: 0 auto 0 0 !important;
    }
}

@media (max-width: 575px) {
    .nav-response {
        justify-self: end;
    }
}

/* ======================== Unified gradient for blue content boxes ======================== */
body .lead-header,
body .statistics-wrapper,
body .promise-box,
.diagnosis-questions,
.diagnosis-vision,
.documentation-definition,
.evaluation-highlight {
    background-color: #0b3b91;
    background-image: linear-gradient(135deg, #0b3b91 0%, #1c50ad 52%, #2a62c1 100%);
}

/* ======================== Modern site footer ======================== */
.site-footer {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 0%, rgba(42, 98, 193, 0.34) 0, transparent 28%),
        linear-gradient(135deg, #061f4f 0%, #082f79 52%, #0b3b91 100%);
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #fdb022 50%, transparent 100%);
}

.site-footer .footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1.8fr) repeat(2, minmax(150px, 0.75fr)) minmax(220px, 1fr);
    gap: 54px;
    align-items: start;
    min-height: 0;
    margin: 0;
    padding: 72px 0 58px;
    color: #ffffff;
    background: transparent;
}

.site-footer .footer-brand {
    max-width: 420px;
}

.site-footer .footer-logo {
    display: inline-flex;
    margin-bottom: 24px;
}

.site-footer .footer-logo img {
    width: auto;
    max-width: 155px;
    height: auto;
    max-height: 72px;
    margin: 0;
    object-fit: contain;
}

.site-footer .footer-brand p,
.site-footer .footer-connect p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 2.05;
}

.site-footer .footer-contact-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 24px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(253, 176, 34, 0.48);
    color: #fdb022;
    font-size: 14px;
    font-weight: 700;
}

.site-footer .footer-contact-link i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.site-footer .footer-contact-link:hover {
    color: #ffffff;
    border-color: #fdb022;
}

.site-footer .footer-contact-link:hover i {
    transform: translateX(-4px);
}

.site-footer .footer-column h2 {
    position: relative;
    margin: 10px 0 24px;
    padding-bottom: 13px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.site-footer .footer-column h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 3px;
    border-radius: 3px;
    background: #fdb022;
}

.site-footer .footer-column ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-column li {
    margin: 0;
}

.site-footer .footer-column li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding-right: 16px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-column li a::before {
    content: "";
    position: absolute;
    right: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #fdb022;
    border-radius: 50%;
}

.site-footer .footer-column li a:hover {
    color: #ffffff;
    transform: translateX(-4px);
}

.site-footer .footer-phone {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    min-height: 48px;
    margin-top: 20px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 15px;
    font-weight: 700;
}

.site-footer .footer-phone i {
    color: #fdb022;
}

.site-footer .footer-phone:hover {
    color: #ffffff;
    border-color: rgba(253, 176, 34, 0.7);
    background: rgba(253, 176, 34, 0.1);
}

.site-footer .footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.site-footer .footer-socials a {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    font-size: 16px;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-socials a:hover {
    color: #0b3b91;
    border-color: #fdb022;
    background: #fdb022;
    transform: translateY(-3px);
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(3, 19, 49, 0.28);
}

.site-footer .footer-bottom .r-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 64px;
}

.site-footer .footer-bottom p,
.site-footer .footer-bottom span {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}

.site-footer .footer-bottom span {
    color: rgba(253, 176, 34, 0.84);
}

@media (max-width: 1199px) {
    .site-footer .footer {
        grid-template-columns: 1.5fr repeat(2, 0.8fr);
        gap: 44px 36px;
    }

    .site-footer .footer-connect {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 280px auto;
        gap: 22px;
        align-items: center;
    }

    .site-footer .footer-connect h2 {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }

    .site-footer .footer-phone,
    .site-footer .footer-socials {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .site-footer .footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 28px;
        padding: 56px 0 44px;
    }

    .site-footer .footer-brand,
    .site-footer .footer-connect {
        grid-column: 1 / -1;
        max-width: none;
    }

    .site-footer .footer-connect {
        display: block;
    }

    .site-footer .footer-phone,
    .site-footer .footer-socials {
        margin-top: 18px;
    }
}

@media (max-width: 575px) {
    .site-footer .footer {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 48px 0 38px;
    }

    .site-footer .footer-brand,
    .site-footer .footer-connect {
        grid-column: auto;
    }

    .site-footer .footer-column h2 {
        margin-top: 0;
    }

    .site-footer .footer-bottom .r-container {
        flex-direction: column;
        justify-content: center;
        min-height: 86px;
        padding-top: 14px;
        padding-bottom: 14px;
        text-align: center;
    }
}

/* ======================== Distinctive home concept ======================== */
.saman-home .home-hero {
    min-height: 700px;
    padding: 78px 0 84px;
    color: #ffffff;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 12% 18%, rgba(253, 176, 34, 0.18) 0, transparent 24%),
        linear-gradient(125deg, #041a43 0%, #082f79 48%, #174fba 100%);
    background-size: 48px 48px, 48px 48px, auto, auto;
}

.saman-home .home-hero::before {
    top: auto;
    right: auto;
    bottom: -190px;
    left: -110px;
    width: 420px;
    height: 420px;
    border: 70px solid rgba(253, 176, 34, 0.08);
}

.saman-home .home-hero::after {
    content: "SAMAN RAVESH";
    position: absolute;
    top: 50%;
    right: -72px;
    color: rgba(255, 255, 255, 0.055);
    font-family: sans-serif;
    font-size: 72px;
    font-weight: 800;
    letter-spacing: 8px;
    line-height: 1;
    transform: rotate(90deg) translateX(50%);
    transform-origin: right center;
    white-space: nowrap;
}

.saman-home .home-hero-grid {
    grid-template-columns: minmax(430px, 0.9fr) minmax(0, 1.1fr);
    gap: 90px;
    min-height: 535px;
}

.saman-home .home-eyebrow {
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
}

.saman-home .home-hero h1 {
    color: #ffffff;
    font-size: 25px;
    line-height: 2;
}

.saman-home .home-hero h1 span {
    position: relative;
    display: inline-block;
    color: #fdb022;
}

.saman-home .home-hero h1 span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 64px;
    height: 3px;
    background: #fdb022;
}

.saman-home .home-hero-content > p {
    color: rgba(255, 255, 255, 0.72);
}

.saman-home .home-primary-btn {
    border-color: #fdb022;
    color: #0b3b91;
    background: #fdb022;
    box-shadow: 0 16px 32px rgba(3, 18, 47, 0.25);
}

.saman-home .home-primary-btn:hover {
    color: #0b3b91;
    border-color: #ffffff;
    background: #ffffff;
}

.saman-home .home-secondary-btn {
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.saman-home .home-secondary-btn:hover {
    color: #ffffff;
    border-color: #fdb022;
    background: rgba(253, 176, 34, 0.1);
}

.saman-home .home-hero-points span {
    color: rgba(255, 255, 255, 0.7);
}

.saman-home .home-hero-points i {
    color: #fdb022;
    background: rgba(253, 176, 34, 0.12);
}

.saman-home .home-hero-visual {
    min-height: 530px;
}

.saman-home .home-visual-glow {
    width: 470px;
    height: 470px;
    border: 1px solid rgba(253, 176, 34, 0.18);
    background: rgba(253, 176, 34, 0.07);
    box-shadow:
        0 0 0 52px rgba(255, 255, 255, 0.025),
        0 0 0 104px rgba(255, 255, 255, 0.018);
}

.saman-home .home-system-card {
    width: min(100%, 500px);
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 4px 36px 4px 36px;
    background: rgba(4, 26, 67, 0.74);
    box-shadow: 0 32px 70px rgba(0, 11, 35, 0.34);
    backdrop-filter: blur(14px);
}

.saman-home .home-system-card::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 62px;
    height: 62px;
    border-top: 3px solid #fdb022;
    border-right: 3px solid #fdb022;
}

.saman-home .home-floating-note {
    bottom: 24px;
    left: -24px;
    border: 0;
    border-radius: 3px 14px 3px 14px;
    color: #0b3b91;
    background: #fdb022;
    box-shadow: 0 18px 35px rgba(0, 11, 35, 0.26);
}

.saman-home .home-services {
    position: relative;
    overflow: hidden;
    padding: 110px 0 126px;
    background: #f4f7fb;
}

.saman-home .home-services::before {
    content: "01";
    position: absolute;
    top: 42px;
    left: 4%;
    color: rgba(11, 59, 145, 0.045);
    font-family: sans-serif;
    font-size: 150px;
    font-weight: 800;
    line-height: 1;
}

.saman-home .home-section-head {
    position: relative;
    z-index: 1;
}

.saman-home .home-service-grid {
    grid-template-columns: 0.86fr 1.28fr 0.86fr;
    gap: 0;
    align-items: stretch;
    border: 1px solid #dce4ee;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 26px 65px rgba(11, 59, 145, 0.1);
}

.saman-home .home-service-card {
    min-height: 380px;
    border: 0;
    border-left: 1px solid #e1e7ee;
    border-radius: 0;
    box-shadow: none;
}

.saman-home .home-service-card:last-child {
    border-left: 0;
}

.saman-home .home-service-card:hover {
    z-index: 2;
    border-color: transparent;
    box-shadow: 0 0 45px rgba(11, 59, 145, 0.13);
    transform: none;
}

.saman-home .home-service-card::after {
    right: 0;
    left: 0;
    height: 5px;
    border-radius: 0;
}

.saman-home .home-service-card-featured {
    min-height: 420px;
    margin: -20px 0;
    padding-top: 48px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 16% 0%, rgba(253, 176, 34, 0.16) 0, transparent 28%),
        linear-gradient(150deg, #061f4f 0%, #0b3b91 52%, #2a62c1 100%);
    box-shadow: 0 28px 58px rgba(11, 59, 145, 0.23);
}

.saman-home .home-transformation {
    padding: 110px 0;
    background: #f4f7fb;
}

.saman-home .home-transformation .r-container {
    max-width: 1320px;
}

.saman-home .home-transformation-box {
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
    background: transparent;
    box-shadow: 0 28px 65px rgba(11, 59, 145, 0.14);
}

.saman-home .home-transformation-content {
    height: 100%;
    padding: 58px 48px;
    color: #082f79;
    background: #fdb022;
}

.saman-home .home-transformation .section-label {
    color: #0b3b91;
}

.saman-home .home-transformation h2 {
    color: #061f4f;
}

.saman-home .home-transformation-content p {
    color: rgba(6, 31, 79, 0.75);
}

.saman-home .home-transformation-content > a {
    color: #061f4f;
    border-bottom: 1px solid rgba(6, 31, 79, 0.35);
}

.saman-home .home-comparison {
    height: 100%;
    min-height: 430px;
    padding: 52px 46px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        #061f4f;
    background-size: 100% 42px;
}

.saman-home .home-comparison-column {
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 3px 16px 3px 16px;
    background: rgba(255, 255, 255, 0.06);
}

.saman-home .home-comparison-column-good {
    border-color: rgba(253, 176, 34, 0.45);
    background: rgba(253, 176, 34, 0.09);
}

.saman-home .home-comparison-label,
.saman-home .home-comparison-column-good .home-comparison-label,
.saman-home .home-comparison-column li,
.saman-home .home-comparison-column-good li {
    color: rgba(255, 255, 255, 0.76);
}

.saman-home .home-comparison-column-good li i,
.saman-home .home-comparison-column-good .home-comparison-label {
    color: #fdb022;
}

.saman-home .home-comparison-arrow {
    color: #061f4f;
    background: #fdb022;
}

.saman-home .home-process {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 92% 0%, rgba(42, 98, 193, 0.25) 0, transparent 30%),
        #061f4f;
}

.saman-home .home-process::after {
    content: "02";
    position: absolute;
    right: 4%;
    bottom: -24px;
    color: rgba(255, 255, 255, 0.04);
    font-family: sans-serif;
    font-size: 170px;
    font-weight: 800;
    line-height: 1;
}

.saman-home .home-process .section-label {
    color: #fdb022;
}

.saman-home .home-process .home-section-head h2 {
    color: #ffffff;
}

.saman-home .home-process .home-section-head p {
    color: rgba(255, 255, 255, 0.62);
}

.saman-home .home-process-grid {
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.saman-home .home-process-grid::before {
    display: none;
}

.saman-home .home-process-card {
    min-height: 290px;
    padding: 32px 26px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: background-color 0.25s ease;
}

.saman-home .home-process-card:last-child {
    border-left: 0;
}

.saman-home .home-process-card:hover {
    background: rgba(255, 255, 255, 0.055);
}

.saman-home .home-process-card > i {
    color: #fdb022;
    background: rgba(253, 176, 34, 0.1);
}

.saman-home .home-process-card h3 {
    color: #ffffff;
}

.saman-home .home-process-card p {
    color: rgba(255, 255, 255, 0.62);
}

.saman-home .home-values {
    padding: 110px 0;
}

.saman-home .home-values-grid {
    grid-template-columns: minmax(330px, 1.25fr) repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #dce4ee;
    border-bottom: 1px solid #dce4ee;
}

.saman-home .home-values-intro,
.saman-home .home-value-item {
    border: 0;
    border-left: 1px solid #dce4ee;
    border-radius: 0;
    box-shadow: none;
}

.saman-home .home-values-intro {
    background:
        radial-gradient(circle at 10% 0%, rgba(253, 176, 34, 0.15) 0, transparent 26%),
        #0b3b91;
}

.saman-home .home-value-item:last-child {
    border-left: 0;
}

.saman-home .home-cta {
    padding: 0 0 110px;
}

.saman-home .home-cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 4px 28px 4px 28px;
    background: #2a62c1;
}

.saman-home .home-cta-box::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -40px;
    width: 240px;
    height: 240px;
    border: 45px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
}

.saman-home .home-cta-box > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .saman-home .home-hero-grid {
        gap: 52px;
    }

    .saman-home .home-values-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .saman-home .home-values-intro {
        grid-column: 1 / -1;
        border-left: 0;
    }
}

@media (max-width: 991px) {
    .saman-home .home-hero-grid {
        grid-template-columns: 1fr;
    }

    .saman-home .home-hero::after {
        display: none;
    }

    .saman-home .home-service-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .saman-home .home-service-card,
    .saman-home .home-service-card-featured {
        min-height: auto;
        margin: 0;
        border-left: 0;
        border-bottom: 1px solid #e1e7ee;
        border-radius: 0;
    }

    .saman-home .home-service-card-featured {
        padding-top: 28px;
    }

    .saman-home .home-transformation-box {
        grid-template-columns: 1fr;
    }

    .saman-home .home-transformation-content,
    .saman-home .home-comparison {
        padding-right: 34px;
        padding-left: 34px;
    }

    .saman-home .home-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .saman-home .home-process-card:nth-child(2) {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .saman-home .home-services,
    .saman-home .home-process,
    .saman-home .home-values {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .saman-home .home-comparison {
        min-height: 0;
    }

    .saman-home .home-transformation {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .saman-home .home-values-grid {
        grid-template-columns: 1fr;
    }

    .saman-home .home-values-intro,
    .saman-home .home-value-item {
        grid-column: auto;
        border-left: 0;
        border-bottom: 1px solid #dce4ee;
    }
}

@media (max-width: 575px) {
    .saman-home .home-hero {
        min-height: auto;
        padding: 58px 0 68px;
    }

    .saman-home .home-system-card {
        border-radius: 3px 24px 3px 24px;
    }

    .saman-home .home-process-grid {
        grid-template-columns: 1fr;
    }

    .saman-home .home-process-card {
        min-height: auto;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }
}

/* ======================== Unified vertical rhythm ======================== */
:root {
    --saman-section-space: 48px;
    --saman-section-space-mobile: 32px;
    --saman-heading-gap: 24px;
}

body h1 {
    font-size: 25px !important;
    line-height: 1.65;
}

body i[class^="fa"],
body i[class*=" fa-"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.95em;
    height: 1.95em;
    font-size: 1.05em;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

body i[class^="fa"].fa-solid,
body i[class*=" fa-"].fa-solid,
body i[class^="fa"].fa-regular,
body i[class*=" fa-"].fa-regular,
body i[class^="fa"].fa-brands,
body i[class*=" fa-"].fa-brands {
    font-size: 1.05em;
}

body .lead-page {
    padding-top: var(--saman-section-space);
    padding-bottom: var(--saman-section-space);
}

body .saman-about,
body .saman-purpose,
body .saman-statistics,
body .saman-approach,
body .saman-promise,
.diagnosis-section,
.saman-home .home-services,
.saman-home .home-transformation,
.saman-home .home-process,
.saman-home .home-values {
    padding-top: var(--saman-section-space);
    padding-bottom: var(--saman-section-space);
}

.saman-home .home-cta {
    padding-top: 0;
    padding-bottom: var(--saman-section-space);
}

.diagnosis-heading,
.diagnosis-section-heading,
.home-section-head,
body .section-heading {
    margin-bottom: var(--saman-heading-gap);
}

.diagnosis-risks-intro,
.evaluation-layers-heading {
    margin-top: var(--saman-heading-gap);
}

@media (max-width: 767px) {
    body .lead-page,
    body .saman-about,
    body .saman-purpose,
    body .saman-statistics,
    body .saman-approach,
    body .saman-promise,
    .diagnosis-section,
    .saman-home .home-services,
    .saman-home .home-transformation,
    .saman-home .home-process,
    .saman-home .home-values {
        padding-top: var(--saman-section-space-mobile);
        padding-bottom: var(--saman-section-space-mobile);
    }

    .saman-home .home-cta {
        padding-bottom: var(--saman-section-space-mobile);
    }

    .diagnosis-heading,
    .diagnosis-section-heading,
    .home-section-head,
    body .section-heading {
        margin-bottom: 22px;
    }
}

/* ======================== Unified large box treatment ======================== */
:root {
    --saman-box-border: 1px solid rgba(42, 98, 193, 0.18);
    --saman-box-shadow:
        0 18px 44px rgba(11, 59, 145, 0.11),
        0 4px 12px rgba(11, 59, 145, 0.06);
}

body .lead-header,
body .lead-form-box,
body .saman-about .row,
body .statistics-wrapper,
body .promise-box,
.diagnosis-intro-box,
.diagnosis-questions,
.diagnosis-why-box,
.diagnosis-vision,
.documentation-definition,
.documentation-value,
.evaluation-highlight,
.evaluation-layers-heading,
.evaluation-organization-box,
.evaluation-conclusion,
.saman-home .home-system-card,
.saman-home .home-service-grid,
.saman-home .home-transformation-box,
.saman-home .home-values-grid,
.saman-home .home-cta-box {
    border: var(--saman-box-border) !important;
    box-shadow: var(--saman-box-shadow) !important;
}

body .saman-about .row,
.diagnosis-intro-box,
.evaluation-organization-box {
    border-top: 4px solid #fdb022 !important;
}

/* ======================== Clients logo section ======================== */
.site-clients {
    position: relative;
    padding: 48px 0;
    background: #f7f9fc;
}

.clients-heading {
    margin-bottom: 28px;
    text-align: center;
}

.clients-heading > span {
    display: inline-flex;
    margin-bottom: 6px;
    color: #f0a40e;
    font-size: 14px;
    font-weight: 700;
}

.clients-heading h2 {
    margin: 0;
    color: #0b3b91;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.7;
}

.clients-heading p {
    margin: 6px 0 0;
    color: #68798a;
    font-size: 14px;
    line-height: 1.9;
}

.clients-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
    justify-content: center;
}

.client-logo-card {
    display: grid;
    flex: 0 1 calc((100% - 84px) / 8);
    min-width: 112px;
    height: 88px;
    place-items: center;
    padding: 11px;
    border: 1px solid rgba(42, 98, 193, 0.14);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(11, 59, 145, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.client-logo-card:hover {
    border-color: rgba(253, 176, 34, 0.65);
    box-shadow: 0 13px 28px rgba(11, 59, 145, 0.1);
    transform: translateY(-3px);
}

.client-logo-card img {
    display: block;
    width: 100%;
    height: 62px;
    object-fit: contain;
    filter: grayscale(0.15);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.client-logo-card:hover img {
    filter: grayscale(0);
    transform: scale(1.03);
}

/* Home page final overrides: kept last so legacy home styles cannot conflict. */
.saman-home .home-services { padding: 58px 0 42px; background: #f6f8fc; }
.saman-home .home-services::before { display: none; }
.saman-home .home-section-head { margin-bottom: 26px; }
.saman-home .home-section-head h2,
.saman-home .home-articles-head h2,
.saman-home .home-intro h2,
.saman-home .home-cta h2 { font-size: 22px; line-height: 1.8; }
.saman-home .home-service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; overflow: visible; border: 0 !important; border-radius: 0; background: transparent !important; box-shadow: none !important; }
.saman-home .home-service-card,
.saman-home .home-service-card-featured { display: flex; min-height: 288px; margin: 0; padding: 26px 22px 22px; flex-direction: column; border: 1px solid rgba(42, 98, 193, .14); border-radius: 16px; background: #ffffff; box-shadow: 0 12px 30px rgba(11, 59, 145, .07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.saman-home .home-service-card:last-child { border-left: 1px solid rgba(42, 98, 193, .14); }
.saman-home .home-service-card::after { right: 20px; left: 20px; height: 3px; border-radius: 4px; }
.saman-home .home-service-card:hover { border-color: rgba(42, 98, 193, .3); box-shadow: 0 18px 36px rgba(11, 59, 145, .13); transform: translateY(-5px); }
.saman-home .home-service-card-featured,
.saman-home .home-service-card:nth-child(4) { border-color: #2a62c1; background: linear-gradient(150deg, #123f91 0%, #2a62c1 100%); box-shadow: 0 18px 38px rgba(42, 98, 193, .22); }
.saman-home .home-service-card-featured h3,
.saman-home .home-service-card-featured p,
.saman-home .home-service-card-featured > a,
.saman-home .home-service-card:nth-child(4) h3,
.saman-home .home-service-card:nth-child(4) p,
.saman-home .home-service-card:nth-child(4) > a { color: #ffffff; }
.saman-home .home-service-card-featured .home-service-icon,
.saman-home .home-service-card:nth-child(4) .home-service-icon { color: #fdb022; background: rgba(253, 176, 34, .14); }
.saman-home .home-service-card-featured .home-service-number,
.saman-home .home-service-card:nth-child(4) .home-service-number { color: rgba(255, 255, 255, .52); }
.saman-home .home-service-card-featured::after,
.saman-home .home-service-card:nth-child(4)::after { background: #fdb022; }
.saman-home .home-service-top { margin-bottom: 18px; }
.saman-home .home-service-icon { width: 48px; height: 48px; border-radius: 13px; }
.saman-home .home-service-icon svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.saman-home .home-service-card h3 { font-size: 18px; line-height: 1.7; }
.saman-home .home-service-card p { margin-bottom: 17px; font-size: 13px; line-height: 2; }
.saman-home .home-service-card > a { margin-top: auto; font-size: 13px; }
.saman-home .home-articles { padding: 42px 0; background: #fff; }
.saman-home .home-articles-head { margin-bottom: 22px; }
.saman-home .home-article-card { min-height: 244px; border-radius: 16px; box-shadow: 0 12px 30px rgba(11, 59, 145, .07); }
.saman-home .home-intro { padding: 18px 0 42px; background: #fff; }
.saman-home .home-intro-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); overflow: hidden; border: 1px solid rgba(42, 98, 193, .14); border-radius: 18px; box-shadow: 0 16px 38px rgba(11, 59, 145, .09); }
.saman-home .home-intro-statement { padding: 40px 46px; background: linear-gradient(145deg, #f8fbff, #eef4ff); }
.saman-home .home-intro-statement h2 { max-width: 600px; margin: 0; color: #0b3b91; font-weight: 800; }
.saman-home .home-intro-statement p { max-width: 610px; margin: 14px 0 19px; color: #607284; font-size: 14px; line-height: 2; }
.saman-home .home-intro-statement a { display: inline-flex; gap: 9px; align-items: center; color: #2a62c1; font-size: 14px; font-weight: 800; }
.saman-home .home-intro-points { display: grid; padding: 24px 30px; align-content: center; gap: 0; color: #fff; background: linear-gradient(150deg, #0b3b91, #2a62c1); }
.saman-home .home-intro-points > div { display: flex; gap: 14px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.saman-home .home-intro-points > div:last-child { border-bottom: 0; }
.saman-home .home-intro-points span { color: #fdb022; font-family: sans-serif; font-size: 18px; font-weight: 800; }
.saman-home .home-intro-points p { margin: 0; color: rgba(255, 255, 255, .9); font-size: 14px; font-weight: 700; }
.saman-home .home-cta { padding: 0 0 52px; }
.saman-home .home-cta-box { padding: 34px 42px; border-radius: 18px; background: linear-gradient(135deg, #123f91, #2a62c1); }

/* Consistent icon scale across all site pages. */
body i[class^="fa"],
body i[class*=" fa-"] {
    width: 2.08em;
    height: 2.08em;
    font-size: 1.12em;
    transform: translateZ(0);
}

body i[class^="fa"].fa-solid,
body i[class*=" fa-"].fa-solid,
body i[class^="fa"].fa-regular,
body i[class*=" fa-"].fa-regular,
body i[class^="fa"].fa-brands {
    font-size: 1.12em;
}

.home-service-icon svg {
    width: 27px;
    height: 27px;
    stroke-width: 1.7;
}

@media (max-width: 1199px) {
    .client-logo-card {
        flex-basis: calc((100% - 48px) / 5);
    }

    .saman-home .home-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .saman-home .home-intro-grid { grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); }
}

@media (max-width: 767px) {
    .site-clients {
        padding: 36px 0;
    }

    .clients-heading {
        margin-bottom: 22px;
    }

    .client-logo-card {
        flex-basis: calc((100% - 12px) / 2);
        min-width: 0;
        height: 82px;
        padding: 10px;
    }

    .client-logo-card img {
        height: 58px;
    }

    .saman-home .home-services { padding-top: 38px; }
    .saman-home .home-service-grid { grid-template-columns: 1fr; gap: 10px; }
    .saman-home .home-service-card,
    .saman-home .home-service-card-featured { min-height: 0; }
    .saman-home .home-intro-grid { grid-template-columns: 1fr; }
    .saman-home .home-intro-statement { padding: 30px 24px; }
    .saman-home .home-intro-points { padding: 18px 24px; }
    .saman-home .home-cta-box { padding: 30px 24px; }
}

/* Homepage post-hero presentation — final cascade layer. */
@media (min-width: 1200px) {
    .site-footer .footer {
        grid-template-columns: minmax(0, 1.8fr) repeat(2, minmax(170px, 0.8fr));
    }
}

.saman-home .home-services { padding: 112px 0 118px; background: #fff; }
.saman-home .home-section-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .65fr); gap: clamp(44px, 7vw, 104px); margin-bottom: 64px; padding-bottom: 38px; align-items: end; border-bottom: 1px solid #dbe5f1; }
.saman-home .home-section-head h2,
.saman-home .home-intro h2,
.saman-home .home-cta h2 { font-size: 22px; line-height: 1.85; }
.saman-home .home-section-head h2 { max-width: 690px; }
.saman-home .home-section-head > p,
.saman-home .home-section-head > div + p { margin: 0; color: #66798e; font-size: 15px; line-height: 2.05; }
.saman-home .home-service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 22px; overflow: visible; border: 0 !important; border-radius: 0; background: transparent !important; box-shadow: none !important; }
.saman-home .home-service-card,
.saman-home .home-service-card-featured { grid-column: span 2; min-width: 0; min-height: 328px; padding: 36px 32px 30px; border: 1px solid rgba(42, 98, 193, .15); border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(11, 59, 145, .075); }
.saman-home .home-service-card:nth-child(4),
.saman-home .home-service-card:nth-child(5) { grid-column: span 2; }
.saman-home .home-service-card:last-child { border-left: 1px solid rgba(42, 98, 193, .15); }
.saman-home .home-service-card:hover { border-color: rgba(42, 98, 193, .32); box-shadow: 0 24px 58px rgba(11, 59, 145, .12); transform: translateY(-5px); }
.saman-home .home-service-card::after { right: 32px; left: 32px; height: 3px; border-radius: 99px; }
.saman-home .home-service-card-featured,
.saman-home .home-service-card:nth-child(4) { border-color: #2a62c1; background: linear-gradient(145deg, #0b3b91 0%, #2a62c1 76%, #3c73ce 100%); box-shadow: 0 24px 58px rgba(42, 98, 193, .21); }
.saman-home .home-service-top { margin-bottom: 28px; }
.saman-home .home-service-icon { width: 58px; height: 58px; border-radius: 17px; }
.saman-home .home-service-icon svg { width: 29px; height: 29px; stroke-width: 1.7; }
.saman-home .home-service-number { font-size: 14px; }
.saman-home .home-service-card h3 { font-size: 20px; line-height: 1.75; }
.saman-home .home-service-card p { margin: 13px 0 24px; font-size: 15px; line-height: 2; }
.saman-home .home-service-card > a { margin-top: auto; font-size: 14px; }
.saman-home .home-intro { padding: 116px 0; background: #f8faff; }
.saman-home .home-intro-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .75fr); gap: clamp(70px, 9vw, 134px); align-items: center; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.saman-home .home-intro-statement { padding: 0; background: transparent; }
.saman-home .home-intro-statement h2 { max-width: 670px; margin: 0; color: #0b3b91; font-weight: 900; }
.saman-home .home-intro-statement p { max-width: 650px; margin: 22px 0 28px; color: #607389; font-size: 15px; line-height: 2.15; }
.saman-home .home-intro-statement a { display: inline-flex; gap: 10px; align-items: center; color: #2a62c1; font-size: 14px; font-weight: 900; }
.saman-home .home-intro-points { display: grid; padding: 0; gap: 0; color: #173f70; background: transparent; border-top: 1px solid #dbe5f1; border-bottom: 1px solid #dbe5f1; }
.saman-home .home-intro-points > div { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 20px; min-height: 88px; padding: 22px 0; align-items: center; border-bottom: 1px solid #dbe5f1; }
.saman-home .home-intro-points > div:last-child { border-bottom: 0; }
.saman-home .home-intro-points span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(42, 98, 193, .16); border-radius: 15px; color: #e79a0b; background: #fff; font-size: 14px; font-weight: 900; }
.saman-home .home-intro-points p { margin: 0; color: #34526f; font-size: 15px; font-weight: 800; line-height: 1.9; }
.saman-home .home-cta { padding: 0 0 112px; background: #f8faff; }
.saman-home .home-cta-box { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 56px; padding: 56px clamp(34px, 6vw, 76px); align-items: center; overflow: hidden; border: 1px solid rgba(42, 98, 193, .22); border-radius: 24px; background: linear-gradient(135deg, #0b3b91 0%, #2a62c1 74%, #3d74d1 100%); box-shadow: 0 24px 64px rgba(11, 59, 145, .18); }
.saman-home .home-cta-box::before { content: ""; position: absolute; top: -115px; left: -70px; width: 270px; height: 270px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255, 255, 255, .035), 0 0 0 90px rgba(255, 255, 255, .025); }
.saman-home .home-cta-box > * { position: relative; z-index: 1; }
.saman-home .home-cta-box > div > span { color: #ffd88c; font-size: 14px; font-weight: 900; }
.saman-home .home-cta h2 { margin: 8px 0 0; color: #fff; }
.saman-home .home-cta p { margin: 10px 0 0; color: rgba(255, 255, 255, .77); font-size: 15px; line-height: 2; }
.saman-home .home-cta-box > a { display: inline-flex; min-height: 54px; padding: 0 26px; align-items: center; justify-content: center; gap: 12px; border-radius: 15px; color: #17345f; background: #fdb022; font-size: 14px; font-weight: 900; white-space: nowrap; }
.saman-home .home-cta-box > a:hover { color: #17345f; transform: translateY(-2px); }

@media (max-width: 1199.98px) {
    .saman-home .home-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .saman-home .home-service-card,
    .saman-home .home-service-card-featured,
    .saman-home .home-service-card:nth-child(4) { grid-column: span 1; }
    .saman-home .home-service-card:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 991.98px) {
    .saman-home .home-section-head { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .saman-home .home-intro-grid { grid-template-columns: minmax(0, 1fr); gap: 58px; }
    .saman-home .home-cta-box { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .saman-home .home-cta-box > a { width: fit-content; }
}

@media (max-width: 767.98px) {
    .saman-home .home-services { padding: 78px 0 82px; }
    .saman-home .home-section-head { margin-bottom: 42px; padding-bottom: 28px; }
    .saman-home .home-section-head h2,
    .saman-home .home-intro h2,
    .saman-home .home-cta h2 { font-size: 20px; }
    .saman-home .home-service-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
    .saman-home .home-service-card,
    .saman-home .home-service-card-featured,
    .saman-home .home-service-card:nth-child(4),
    .saman-home .home-service-card:nth-child(5) { grid-column: auto; min-height: 0; padding: 30px 25px 26px; }
    .saman-home .home-service-card::after { right: 25px; left: 25px; }
    .saman-home .home-intro { padding: 82px 0; }
    .saman-home .home-intro-grid { gap: 44px; }
    .saman-home .home-intro-statement,
    .saman-home .home-intro-points { padding: 0; }
    .saman-home .home-cta { padding: 0 0 82px; }
    .saman-home .home-cta-box { padding: 38px 24px; border-radius: 20px; }
    .saman-home .home-cta-box > a { width: 100%; }
}

/* Refined account action in the site header. */
.site-header .header-account-action {
    min-height: 34px;
    padding: 2px 11px 2px 4px;
    gap: 9px;
    overflow: hidden;
    border-color: rgba(253, 176, 34, .62);
    background: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .055));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 7px 18px rgba(3, 24, 62, .18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.site-header .header-account-action::before {
    content: "";
    position: absolute;
    top: -24px;
    right: 18%;
    width: 42px;
    height: 70px;
    pointer-events: none;
    background: rgba(255, 255, 255, .13);
    transform: rotate(24deg);
    transition: right .35s ease;
}

.site-header .header-account-action:hover {
    border-color: #fdb022;
    background: linear-gradient(135deg, rgba(253, 176, 34, .22), rgba(255, 255, 255, .09));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 9px 22px rgba(3, 24, 62, .24);
}

.site-header .header-account-action:hover::before { right: 58%; }

.site-header .header-account-action svg {
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    padding: 4px;
    flex: 0 0 auto;
    box-sizing: content-box;
    border-radius: 50%;
    color: #17345f;
    stroke: currentColor;
    stroke-width: 1.9;
    background: linear-gradient(145deg, #ffd579, #fdb022);
    box-shadow: 0 4px 11px rgba(253, 176, 34, .28);
}

.site-header .header-account-action span {
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -.1px;
}

.site-header .saman-mobile-account {
    border-color: rgba(253, 176, 34, .4);
    background: linear-gradient(120deg, #082b64, #174f9f 62%, #2a62c1);
}

.site-header .saman-mobile-account svg {
    width: 25px;
    height: 25px;
    padding: 5px;
    box-sizing: content-box;
    border-radius: 11px;
    color: #17345f;
    stroke: currentColor;
    background: linear-gradient(145deg, #ffd579, #fdb022);
    box-shadow: 0 6px 15px rgba(3, 24, 62, .2);
}

/* Refined OTP prompt and code entry. */
.auth-login-page .auth-inline-verify-head {
    position: relative;
    min-height: 86px;
    margin-bottom: 30px;
    padding: 16px 18px;
    gap: 15px;
    overflow: hidden;
    border: 1px solid rgba(42, 98, 193, .13);
    border-radius: 18px;
    background: linear-gradient(120deg, #fff 18%, #f4f8ff 100%);
    box-shadow: 0 14px 32px rgba(20, 65, 126, .08);
}

.auth-login-page .auth-inline-verify-head::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    bottom: 18px;
    width: 3px;
    border-radius: 3px 0 0 3px;
    background: linear-gradient(180deg, #fdb022, #ffd36d);
}

.auth-login-page .auth-inline-code-icon {
    position: relative;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    color: #2a62c1;
    border: 1px solid rgba(42, 98, 193, .14);
    border-radius: 17px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 9px 22px rgba(42, 98, 193, .11);
}

.auth-login-page .auth-inline-code-icon::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fdb022;
    box-shadow: 0 3px 8px rgba(253, 176, 34, .3);
}

.auth-login-page .auth-inline-code-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 29px;
    height: 29px;
    stroke-width: 1.65;
    transform: translate(-50%, -50%);
}

.auth-login-page .auth-inline-verify-head > div {
    min-width: 0;
}

.auth-login-page .auth-inline-verify-head strong {
    margin-bottom: 5px;
    color: #17375f;
    font-size: 15px;
    line-height: 1.65;
}

.auth-login-page .auth-inline-verify-head span {
    color: #748398;
    font-size: 14px;
    line-height: 1.6;
}

.auth-login-page .auth-code-input:placeholder-shown {
    letter-spacing: 0;
}

@media (max-width: 575.98px) {
    .auth-login-page .auth-inline-verify-head {
        min-height: 80px;
        margin-bottom: 24px;
        padding: 14px;
        gap: 12px;
        border-radius: 16px;
    }

    .auth-login-page .auth-inline-code-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 15px;
    }

    .auth-login-page .auth-inline-code-icon svg {
        width: 26px;
        height: 26px;
    }

    .auth-login-page .auth-inline-verify-head strong { font-size: 14px; }
}

/* Account action moved from the removed top bar into the main navigation. */
.site-header .saman-navbar > .header-account-action {
    position: relative;
    top: auto;
    left: auto;
    min-height: 46px;
    margin-right: auto;
    padding: 5px 12px 5px 6px;
    gap: 10px;
    color: #fff !important;
    border-color: rgba(253, 176, 34, .68);
    background: linear-gradient(135deg, rgba(255, 255, 255, .15), rgba(8, 43, 100, .22));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 10px 24px rgba(3, 24, 62, .2);
    transform: none;
}

.site-header .saman-navbar > .header-account-action:hover {
    color: #fff !important;
    border-color: #fdb022;
    background: linear-gradient(135deg, rgba(253, 176, 34, .23), rgba(255, 255, 255, .1));
    transform: translateY(-2px);
}

.site-header .saman-navbar > .header-account-action svg {
    width: 24px;
    height: 24px;
    padding: 5px;
}

.site-header .saman-navbar > .header-account-action span { font-size: 14px; }

@media (min-width: 992px) {
    .site-header .saman-navbar > .header-account-action { display: inline-flex; }
}

/* Minimal account control — final visual treatment. */
.site-header .saman-navbar > .header-account-action {
    min-height: 48px;
    padding: 0 16px;
    gap: 11px;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .115), rgba(255, 255, 255, .045));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11), 0 9px 24px rgba(2, 22, 56, .12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.site-header .saman-navbar > .header-account-action::before { display: none; }

.site-header .saman-navbar > .header-account-action::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: -1px;
    left: 16px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, #fdb022, transparent);
    opacity: .78;
    transition: right .2s ease, left .2s ease, opacity .2s ease;
}

.site-header .saman-navbar > .header-account-action:hover {
    border-color: rgba(255, 255, 255, .28);
    background: linear-gradient(145deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .075));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 12px 28px rgba(2, 22, 56, .18);
}

.site-header .saman-navbar > .header-account-action:hover::after {
    right: 10px;
    left: 10px;
    opacity: 1;
}

.site-header .saman-navbar > .header-account-action:focus-visible {
    outline: 3px solid rgba(253, 176, 34, .3);
    outline-offset: 3px;
}

.site-header .saman-navbar > .header-account-action svg {
    width: 26px;
    height: 26px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
    color: #fdb022;
    stroke-width: 1.75;
    background: transparent;
    box-shadow: none;
}

.site-header .saman-navbar > .header-account-action span {
    font-size: 14px;
    font-weight: 800;
}

.site-header .saman-mobile-account {
    position: relative;
    min-height: 58px;
    padding: 0 17px;
    gap: 12px;
    overflow: hidden;
    border: 1px solid #dbe5f1;
    border-radius: 15px;
    color: #173f70;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 10px 28px rgba(11, 59, 145, .075);
}

.site-header .saman-mobile-account::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 12px;
    width: 3px;
    border-radius: 3px 0 0 3px;
    background: #fdb022;
}

.site-header .saman-mobile-account svg {
    width: 28px;
    height: 28px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
    color: #2a62c1;
    stroke-width: 1.7;
    background: transparent;
    box-shadow: none;
}
