@font-face {
    font-family: "Dookhtyar Zar";
    src: url("../../fonts/XW_Zar_Bd_0.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --primary-color: #133244;
    --secondary-color: #f6f1ee;
    --bg-color: #ffffff;
    --text-color: #4c5f69;
    --accent-color: #bf9c5c;
    --accent-dark: #9a7739;
    --white-color: #ffffff;
    --divider-color: rgba(19, 50, 68, 0.12);
    --dark-divider-color: rgba(255, 255, 255, 0.18);
    --success-color: #28735b;
    --error-color: #c64545;
    --default-font: Tahoma, "Segoe UI", Arial, sans-serif;
    --accent-font: "Dookhtyar Zar", Tahoma, "Segoe UI", sans-serif;
    --shadow-soft: 0 24px 70px rgba(19, 50, 68, 0.12);
}

html {
    direction: rtl;
    scroll-behavior: smooth;
}

body.dookhtyar-site {
    direction: rtl;
    text-align: right;
    font-family: var(--default-font);
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-color);
    background: var(--bg-color);
}

body.dookhtyar-site p,
body.dookhtyar-site li,
body.dookhtyar-site label,
body.dookhtyar-site input,
body.dookhtyar-site select,
body.dookhtyar-site textarea,
body.dookhtyar-site button {
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--accent-font);
    line-height: 1.45;
    letter-spacing: 0;
}

a,
button,
.btn-default {
    font-family: var(--default-font);
}

img {
    height: auto;
}

.ltr,
[dir="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

.skip-link {
    position: fixed;
    inset-inline-start: 15px;
    top: -60px;
    z-index: 2000;
    background: var(--accent-color);
    color: var(--white-color);
    padding: 10px 18px;
}

.skip-link:focus {
    top: 15px;
}

/* Header and navigation */
.main-header {
    inset-inline: 0;
}

.main-header .header-sticky {
    direction: rtl;
}

.main-header .navbar {
    padding: 22px 0;
}

.dookhtyar-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--white-color);
    min-width: max-content;
}

.dookhtyar-brand:hover,
.dookhtyar-brand:focus {
    color: var(--accent-color);
}

.dookhtyar-brand img {
    width: 48px;
    height: 48px;
}

.dookhtyar-brand span {
    font-family: var(--accent-font);
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
}

.main-menu .nav-menu-wrapper {
    margin: 0 1.2vw;
    text-align: center;
}

.main-menu .nav-menu-wrapper > ul {
    padding: 0;
}

.main-menu ul li {
    margin: 0 4px;
}

.main-menu ul li a {
    font-family: var(--default-font);
    font-weight: 600;
    padding: 11px 9px !important;
}

.main-menu ul li a.active {
    color: var(--accent-color);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 17px;
    min-width: max-content;
}

.header-login {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--white-color);
    font-weight: 600;
}

.header-login:hover {
    color: var(--accent-color);
}

.header-actions .btn-default {
    padding-block: 14px;
}

.main-menu ul li.submenu > a::after {
    margin-inline-start: 8px;
    margin-left: 0;
}

.main-menu ul ul {
    right: 0;
    left: auto;
    text-align: right;
}

.main-menu ul ul ul {
    right: 100%;
    left: auto;
    text-align: right;
}

.main-menu ul li.submenu ul li.submenu > a::after {
    content: "\f104";
    float: left;
}

.slicknav_menu {
    direction: rtl;
    text-align: right;
}

.slicknav_nav,
.slicknav_nav ul {
    padding: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    text-align: right;
    padding: 8px 20px;
}

.slicknav_menu ul ul li a {
    padding: 7px 32px 7px 20px;
}

.slicknav_arrow::after {
    left: 16px;
    right: auto;
}

/* Buttons and shared section typography */
.btn-default {
    text-transform: none;
    padding: 16px 24px 16px 57px;
    font-weight: 700;
    line-height: 1.2;
}

.btn-default::before {
    left: 23px;
    right: auto;
    transform: translateY(-50%) scaleX(-1);
}

.btn-default:hover::before {
    transform: translateY(-50%) scaleX(-1) rotate(45deg);
}

.btn-default::after {
    right: -15%;
    left: auto;
}

.btn-default:hover::after {
    right: 0;
    left: auto;
}

.readmore-btn {
    padding: 0 0 0 32px;
}

.readmore-btn::before {
    left: 0;
    right: auto;
    transform: translateY(-50%) scaleX(-1);
}

.readmore-btn:hover::before {
    transform: translateY(-50%) scaleX(-1) rotate(45deg);
}

.section-title .section-sub-title {
    text-transform: none;
    padding: 8px 36px 8px 20px;
    line-height: 1.5;
}

.section-title .section-sub-title::before {
    right: 20px;
    left: auto;
}

.section-title h1,
.section-title h2 {
    cursor: auto;
}

.section-title h1 {
    font-size: clamp(42px, 5.2vw, 72px);
}

.section-title h2 {
    font-size: clamp(34px, 4vw, 54px);
}

.section-title p {
    font-size: 17px;
    line-height: 1.9;
}

.section-row .section-title.section-title-center {
    max-width: 790px;
}

.section-btn {
    text-align: left;
}

.section-content-btn .section-btn {
    text-align: right;
}

.bg-section {
    overflow: hidden;
}

.dark-section .section-title p,
.dark-section p {
    color: rgba(255, 255, 255, 0.78);
}

/* Hero */
.hero.dookhtyar-hero {
    min-height: 880px;
    height: auto;
    padding: 210px 0 90px;
    align-content: center;
    background-position: center 35%;
}

.hero.dookhtyar-hero::before {
    background:
        linear-gradient(90deg, rgba(19, 50, 68, 0.2), rgba(19, 50, 68, 0.85)),
        linear-gradient(180deg, rgba(19, 50, 68, 0.35), rgba(19, 50, 68, 0.78));
}

.hero-content {
    max-width: 760px;
}

.hero .section-title h1 {
    color: var(--white-color);
    max-width: 760px;
}

.hero .section-title p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 35px;
}

.hero-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--white-color);
    border: 1px solid var(--dark-divider-color);
    border-radius: 100px;
    padding: 13px 22px;
    backdrop-filter: blur(8px);
}

.hero-link:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.hero-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 34px;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.84);
}

.hero-proof-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-proof-list i {
    color: var(--accent-color);
}

.featured-service-box {
    margin-right: auto;
    margin-left: 0;
}

.featured-service-box-content h2 {
    line-height: 1.6;
}

/* Product dashboard mockup */
.product-preview {
    position: relative;
    padding: 22px;
    border: 1px solid var(--dark-divider-color);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.product-preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: var(--white-color);
    padding-bottom: 16px;
    border-bottom: 1px solid var(--dark-divider-color);
}

.product-preview-header strong {
    font-size: 18px;
}

.preview-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #d8efe5;
}

.preview-status::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #63d49d;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(99, 212, 157, 0.14);
}

.preview-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    margin: 15px 0;
}

.preview-metric {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 13px;
    color: var(--white-color);
}

.preview-metric span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.68);
}

.preview-metric strong {
    display: block;
    margin-top: 5px;
    font-size: 20px;
}

.preview-orders {
    background: var(--white-color);
    border-radius: 16px;
    padding: 10px 15px;
}

.preview-order {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--divider-color);
}

.preview-order:last-child {
    border-bottom: 0;
}

.preview-order strong {
    color: var(--primary-color);
    font-size: 14px;
}

.preview-order small {
    display: block;
    margin-top: 2px;
    color: var(--text-color);
}

.order-badge {
    border-radius: 100px;
    padding: 4px 9px;
    background: #eaf6f0;
    color: var(--success-color);
    font-size: 11px;
    white-space: nowrap;
}

.order-badge.gold {
    background: #f7f0e4;
    color: var(--accent-dark);
}

/* Brand strip */
.trust-strip {
    background: var(--primary-color);
    border-top: 1px solid var(--dark-divider-color);
    color: var(--white-color);
}

.trust-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-strip-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 24px 18px;
    border-inline-start: 1px solid var(--dark-divider-color);
}

.trust-strip-item:last-child {
    border-inline-end: 1px solid var(--dark-divider-color);
}

.trust-strip-item i {
    color: var(--accent-color);
    font-size: 25px;
}

.trust-strip-item strong {
    display: block;
    font-size: 15px;
}

.trust-strip-item span {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

/* About and feature cards */
.about-us,
.our-services,
.why-choose-us,
.our-projects,
.our-pricing,
.our-testimonials,
.our-faqs,
.our-blog {
    position: relative;
}

.about-us-item-list {
    direction: rtl;
}

.about-us-item,
.why-choose-item {
    text-align: right;
}

.about-happy-customer-box {
    right: auto;
    left: 30px;
}

.about-us-image figure,
.about-us-image figure img {
    width: 100%;
}

.about-us-image figure img {
    object-fit: cover;
}

.service-item {
    text-align: right;
    height: 100%;
}

.service-item-content h2 {
    line-height: 1.55;
}

.service-item-content p {
    line-height: 1.8;
}

.service-item-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-item-btn a img,
.feature-item-btn a img {
    transform: scaleX(-1);
}

.service-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 35px;
    border-radius: 18px;
    background: rgba(191, 156, 92, 0.14);
}

.service-icon-wrap img {
    width: 38px;
    max-height: 38px;
}

.workflow-list {
    display: grid;
    gap: 18px;
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}

.workflow-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: start;
    gap: 16px;
}

.workflow-number {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--accent-color);
    color: var(--white-color);
    font-weight: 700;
}

.workflow-item h3 {
    font-size: 22px;
    margin-bottom: 3px;
}

.workflow-item p {
    margin: 0;
}

.why-choose-items-list {
    direction: rtl;
}

.why-choose-item .icon-box {
    flex: 0 0 55px;
}

.why-choose-image-2 figure {
    margin-left: 0;
    margin-right: -103px;
}

.why-choose-author-box {
    text-align: right;
}

.why-choose-author-content {
    width: calc(100% - 100px);
}

/* Feature page */
.page-header {
    position: relative;
    padding: 205px 0 95px;
    background-image: linear-gradient(rgba(19, 50, 68, 0.78), rgba(19, 50, 68, 0.9)), url("../images/page-header-bg.jpg");
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.page-header::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    inset-inline-end: -120px;
    bottom: -200px;
    border: 1px solid var(--dark-divider-color);
    border-radius: 50%;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-header-box {
    max-width: 830px;
}

.page-header-box h1 {
    color: var(--white-color);
    font-size: clamp(42px, 5vw, 68px);
    margin-bottom: 15px;
}

.page-header-box p {
    max-width: 710px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.page-header-box .breadcrumb {
    margin: 19px 0 0;
    padding: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.78);
}

.breadcrumb-item.active {
    color: var(--accent-color);
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: .5rem;
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/" !important;
    float: right;
    padding-left: .5rem;
    padding-right: 0;
    color: rgba(255, 255, 255, 0.45);
}

.features-grid,
.role-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card-pro {
    position: relative;
    height: 100%;
    padding: 32px;
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    background: var(--white-color);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.feature-card-pro:hover {
    transform: translateY(-7px);
    border-color: rgba(191, 156, 92, .45);
    box-shadow: var(--shadow-soft);
}

.feature-card-pro .icon-box {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 25px;
    border-radius: 18px;
    background: var(--secondary-color);
    color: var(--accent-dark);
    font-size: 28px;
}

.feature-card-pro h2,
.feature-card-pro h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.feature-card-pro p {
    margin: 0;
}

.feature-list {
    display: grid;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.feature-list li {
    position: relative;
    padding-inline-start: 24px;
}

.feature-list li::before {
    content: "\f00c";
    position: absolute;
    inset-inline-start: 0;
    top: 3px;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--accent-color);
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 45px;
}

.process-step {
    position: relative;
    padding: 25px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--dark-divider-color);
}

.process-step span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 17px;
    border-radius: 50%;
    background: var(--accent-color);
    color: var(--white-color);
    font-weight: 700;
}

.process-step h3 {
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 7px;
}

.process-step p {
    margin: 0;
    font-size: 14px;
}

/* Pricing */
.pricing-toggle {
    display: inline-flex;
    gap: 5px;
    padding: 5px;
    border: 1px solid var(--divider-color);
    border-radius: 100px;
    background: var(--white-color);
}

.pricing-toggle button {
    border: 0;
    border-radius: 100px;
    padding: 9px 20px;
    color: var(--text-color);
    background: transparent;
    font-weight: 700;
}

.pricing-toggle button.active {
    color: var(--white-color);
    background: var(--primary-color);
}

.pricing-item {
    height: 100%;
    text-align: right;
}

.pricing-item.featured {
    border: 2px solid var(--accent-color);
    box-shadow: var(--shadow-soft);
}

.pricing-item.featured::before {
    content: "پیشنهادی";
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 5px 11px;
    border-radius: 100px;
    background: var(--accent-color);
    color: var(--white-color);
    font-size: 12px;
}

.pricing-item-header,
.pricing-item-body {
    text-align: right;
}

.pricing-item-price h2 {
    direction: rtl;
}

.pricing-item-price h2 sub {
    margin-right: 4px;
    margin-left: 0;
}

.pricing-item-list ul {
    padding: 0;
}

.pricing-item-list ul li {
    padding-left: 0;
    padding-right: 28px;
}

.pricing-item-list ul li::before {
    right: 0;
    left: auto;
}

.pricing-item-btn .btn-default {
    width: 100%;
    text-align: right;
}

.pricing-note {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
}

.pricing-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.pricing-benefit {
    text-align: center;
    padding: 25px 18px;
    border: 1px solid var(--divider-color);
    border-radius: 18px;
    background: var(--white-color);
}

.pricing-benefit i {
    color: var(--accent-color);
    font-size: 30px;
}

.pricing-benefit h3 {
    margin-top: 12px;
    font-size: 20px;
}

/* Forms */
.form-shell {
    position: relative;
    padding: 36px;
    border-radius: 24px;
    border: 1px solid var(--divider-color);
    background: var(--white-color);
    box-shadow: var(--shadow-soft);
}

.form-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0 17px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--divider-color);
}

.form-section-title:first-child {
    margin-top: 0;
}

.form-section-title i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--secondary-color);
    color: var(--accent-dark);
}

.form-section-title h2,
.form-section-title h3 {
    font-size: 22px;
    margin: 0;
}

.form-group,
.field-group {
    margin-bottom: 19px;
}

.form-group label,
.field-group label {
    display: block;
    margin-bottom: 7px;
    color: var(--primary-color);
    font-weight: 700;
}

.form-control,
.form-select {
    min-height: 54px;
    padding: 12px 16px;
    border: 1px solid rgba(19, 50, 68, 0.17);
    border-radius: 11px;
    color: var(--primary-color);
    background-color: #fbfbfa;
    text-align: right;
}

textarea.form-control {
    min-height: 135px;
    resize: vertical;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 4px rgba(191, 156, 92, 0.14);
    background-color: var(--white-color);
}

.form-control[dir="ltr"] {
    text-align: left;
}

.errorlist {
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
    color: var(--error-color);
    font-size: 13px;
}

.form-help {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #73848d;
}

.form-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 28px;
}

.form-submit-row p {
    margin: 0;
    font-size: 13px;
}

.start-sidebar {
    position: sticky;
    top: 110px;
}

.start-sidebar-card {
    padding: 30px;
    border-radius: 22px;
    background: var(--primary-color);
    color: var(--white-color);
}

.start-sidebar-card h2,
.start-sidebar-card h3 {
    color: var(--white-color);
}

.start-sidebar-card ul {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.start-sidebar-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, .82);
}

.start-sidebar-card li i {
    margin-top: 5px;
    color: var(--accent-color);
}

.privacy-note {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    font-size: 12px;
}

.privacy-note i {
    color: var(--accent-color);
    margin-top: 4px;
}

.site-messages {
    position: fixed;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    max-width: 720px;
}

.alert-success {
    border-color: rgba(40, 115, 91, .2);
    color: #185340;
    background: #e8f5ef;
}

/* Blog */
.post-item {
    height: 100%;
    text-align: right;
}

.post-featured-image figure img {
    width: 100%;
    object-fit: cover;
}

.post-item-meta ul {
    padding: 0;
}

.post-item-tags ul {
    padding: 0;
}

.post-item-content h2 {
    line-height: 1.6;
}

.post-item-content p {
    margin-top: 10px;
}

.post-single-meta ol {
    justify-content: flex-start;
    padding: 0;
}

.post-entry {
    text-align: right;
}

.post-entry p {
    font-size: 17px;
    line-height: 2;
}

.blog-aside {
    position: sticky;
    top: 110px;
}

.blog-aside-card {
    padding: 26px;
    border-radius: 18px;
    background: var(--secondary-color);
}

.blog-aside-card h3 {
    font-size: 23px;
    margin-bottom: 15px;
}

.blog-aside-list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-aside-list a {
    display: block;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--divider-color);
    color: var(--primary-color);
    line-height: 1.7;
}

.blog-aside-list li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}

/* Contact */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 45px;
}

.contact-info-card {
    padding: 28px;
    border-radius: 18px;
    border: 1px solid var(--divider-color);
    background: var(--white-color);
}

.contact-info-card .icon-box {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: var(--secondary-color);
    color: var(--accent-dark);
    font-size: 23px;
}

.contact-info-card h3 {
    font-size: 22px;
    margin-bottom: 6px;
}

.contact-info-card p,
.contact-info-card a {
    margin: 0;
}

.contact-side-image {
    position: relative;
    min-height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.contact-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-side-overlay {
    position: absolute;
    inset: auto 20px 20px;
    padding: 22px;
    border-radius: 16px;
    background: rgba(19, 50, 68, .9);
    color: var(--white-color);
    backdrop-filter: blur(8px);
}

.contact-side-overlay h3 {
    color: var(--white-color);
}

/* CTA and success */
.dookhtyar-cta {
    position: relative;
    padding: 65px;
    border-radius: 26px;
    overflow: hidden;
    background: var(--primary-color);
    color: var(--white-color);
}

.dookhtyar-cta::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    inset-inline-end: -110px;
    top: -180px;
    border: 65px solid rgba(255, 255, 255, .04);
    border-radius: 50%;
}

.dookhtyar-cta-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    z-index: 1;
}

.dookhtyar-cta h2 {
    max-width: 720px;
    color: var(--white-color);
    font-size: clamp(32px, 4vw, 52px);
}

.dookhtyar-cta p {
    max-width: 650px;
    margin: 10px 0 0;
}

.success-card {
    max-width: 820px;
    margin: 0 auto;
    padding: 48px;
    border-radius: 24px;
    background: var(--white-color);
    box-shadow: var(--shadow-soft);
    text-align: center;
}

.success-icon {
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #e8f5ef;
    color: var(--success-color);
    font-size: 36px;
}

.success-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 28px 0;
}

.success-meta > div {
    padding: 18px;
    border-radius: 14px;
    background: var(--secondary-color);
}

.success-meta span,
.success-meta strong {
    display: block;
}

.success-meta span {
    font-size: 13px;
}

.success-meta strong {
    margin-top: 4px;
    color: var(--primary-color);
}

/* Footer */
.main-footer {
    direction: rtl;
    text-align: right;
}

.footer-header {
    align-items: center;
}

.footer-brand-column {
    max-width: 430px;
}

.footer-brand-column p {
    margin: 20px 0 0;
}

.footer-logo {
    margin-bottom: 0;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.footer-cta span {
    display: block;
    color: var(--accent-color);
    margin-bottom: 4px;
}

.footer-cta h2 {
    max-width: 560px;
    color: var(--white-color);
    font-size: 30px;
}

.footer-links-box {
    direction: rtl;
}

.footer-links ul {
    padding: 0;
}

.footer-links ul li a {
    padding-right: 0;
}

.footer-links ul li a::before {
    display: none;
}

.footer-contact-item {
    display: flex;
    gap: 13px;
}

.footer-contact-item .icon-box {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: var(--accent-color);
}

.footer-contact-item span,
.footer-contact-item p,
.footer-contact-item a {
    display: block;
    color: rgba(255, 255, 255, .72);
}

.footer-contact-item a:hover {
    color: var(--accent-color);
}

.footer-copyright {
    direction: rtl;
}

.footer-copyright p {
    margin: 0;
}

/* 404 */
.error-page-content {
    text-align: center;
}

.error-code {
    font-family: var(--accent-font);
    font-size: clamp(90px, 15vw, 180px);
    line-height: 1;
    color: var(--accent-color);
}

/* Responsive */
@media (max-width: 1199px) {
    .header-actions {
        gap: 11px;
    }

    .header-login {
        display: none;
    }

    .main-menu ul li a {
        font-size: 14px;
        padding-inline: 6px !important;
    }

    .features-grid,
    .role-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-timeline {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .main-header .navbar {
        padding: 16px 0;
    }

    .dookhtyar-brand img {
        width: 42px;
        height: 42px;
    }

    .dookhtyar-brand span {
        font-size: 27px;
    }

    .responsive-menu {
        direction: rtl;
    }

    .hero.dookhtyar-hero {
        min-height: auto;
        padding: 180px 0 70px;
    }

    .hero .product-preview {
        margin-top: 45px;
    }

    .trust-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-strip-item:nth-child(odd) {
        border-inline-end: 1px solid var(--dark-divider-color);
    }

    .page-header {
        padding: 165px 0 75px;
    }

    .pricing-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .start-sidebar,
    .blog-aside {
        position: static;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-side-image {
        min-height: 500px;
        margin-bottom: 30px;
    }

    .dookhtyar-cta {
        padding: 45px;
    }

    .dookhtyar-cta-inner,
    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-header {
        gap: 35px;
    }
}

@media (max-width: 767px) {
    body.dookhtyar-site {
        font-size: 15px;
    }

    .section-title h1 {
        font-size: 38px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .section-title p,
    .page-header-box p,
    .hero .section-title p {
        font-size: 16px;
    }

    .hero.dookhtyar-hero {
        padding-top: 150px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .btn-default,
    .hero-actions .hero-link {
        justify-content: center;
        width: 100%;
    }

    .preview-metrics {
        grid-template-columns: 1fr;
    }

    .trust-strip-grid,
    .features-grid,
    .role-grid,
    .pricing-benefit-grid,
    .process-timeline {
        grid-template-columns: 1fr;
    }

    .trust-strip-item,
    .trust-strip-item:nth-child(odd),
    .trust-strip-item:last-child {
        border-inline: 1px solid var(--dark-divider-color);
        border-bottom: 1px solid var(--dark-divider-color);
    }

    .why-choose-image-2 figure {
        margin-right: -65px;
        margin-left: 0;
    }

    .page-header {
        padding: 145px 0 60px;
    }

    .page-header-box h1 {
        font-size: 38px;
    }

    .feature-card-pro,
    .form-shell,
    .start-sidebar-card {
        padding: 23px;
    }

    .form-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .form-submit-row .btn-default {
        width: 100%;
    }

    .dookhtyar-cta {
        padding: 32px 24px;
    }

    .success-card {
        padding: 30px 20px;
    }

    .success-meta {
        grid-template-columns: 1fr;
    }

    .contact-side-image {
        min-height: 390px;
    }

    .footer-copyright {
        flex-direction: column;
        gap: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Official Dookhtyar logo and Tailar video hero */
.main-header .dookhtyar-brand {
    height: 78px;
}

.dookhtyar-brand img.dookhtyar-logo-image {
    display: block;
    width: auto;
    height: 78px;
    max-width: none;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.22));
}

.dookhtyar-brand span {
    display: none;
}

.dookhtyar-brand.footer-logo {
    height: auto;
}

.dookhtyar-brand.footer-logo img.dookhtyar-logo-image {
    width: auto;
    height: 145px;
}

.dookhtyar-hero .hero-bg-video {
    background: var(--primary-color) url('../images/hero-bg-image.jpg') center center / cover no-repeat;
}

.dookhtyar-hero .hero-bg-video video {
    filter: saturate(0.82) contrast(1.04);
}

@media (max-width: 991px) {
    .main-header .dookhtyar-brand,
    .dookhtyar-brand img.dookhtyar-logo-image {
        height: 62px;
    }

    .dookhtyar-brand.footer-logo img.dookhtyar-logo-image {
        height: 125px;
    }
}

@media (max-width: 575px) {
    .main-header .dookhtyar-brand,
    .dookhtyar-brand img.dookhtyar-logo-image {
        height: 54px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dookhtyar-hero .hero-bg-video video {
        display: none;
    }
}
