/* ===== Vision / Values / Quality Section (Home) ===== */
.vvq-section {
    /* background-color: #faf4ee; */
    position: relative;
    overflow: hidden;
    padding: 0;
}
.vvq-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 1px solid rgba(203,147,93,0.10);
    pointer-events: none;
}
.vvq-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px solid rgba(203,147,93,0.07);
    pointer-events: none;
}

/* بطاقة مشتركة */
.vvq-card {
    padding: 52px 48px;
    position: relative;
    border-left: 1px solid rgba(19,27,53,0.08);
    border-bottom: 1px solid rgba(19,27,53,0.08);
    transition: background 0.4s;
    overflow: hidden;
}
.vvq-card::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 70%;
    background: url('/front/assets/images/m-logo.png') center/contain no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    filter: grayscale(1) brightness(0.3);
}
.vvq-card--vision {
    border-bottom: 1px solid rgba(19,27,53,0.08);
}
.vvq-card--values {
    border-bottom: 1px solid rgba(19,27,53,0.08);
}
.vvq-card--quality {
    border-left: none;
}
.vvq-card:hover::after {
    opacity: 0.07;
}

/* أيقونة الركن */
.vvq-corner-icon {
    position: absolute;
    top: 28px;
    left: 32px;
    font-size: 80px;
    color: rgba(203,147,93,0.11);
    line-height: 1;
    pointer-events: none;
    transition: color 0.4s;
}
.vvq-card:hover .vvq-corner-icon {
    color: rgba(203,147,93,0.22);
}

/* الأرقام */
.vvq-num {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #cb935d;
    margin-bottom: 18px;
    font-family: 'TheSans', sans-serif;
}
.vvq-num::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #cb935d;
    vertical-align: middle;
    margin-left: 10px;
}

/* عنوان البطاقة */
.vvq-title {
    font-size: 28px;
    font-weight: 700;
    color: #131B35;
    margin: 0 0 28px;
    font-family: 'TheSans', sans-serif;
    position: relative;
    padding-bottom: 18px;
}
.vvq-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48px;
    height: 2px;
    background: #cb935d;
}

/* قائمة رؤيتنا */
.vvq-vision-list {
    list-style: square;
    padding: 0;
    margin: 0;
}
.vvq-vision-list li {
    color: #6b7a7a;
    font-size: 16px;
    line-height: 1.7;
    padding: 11px 0;
    border-bottom: 1px solid rgba(19,27,53,0.07);
    padding-right: 28px;
    position: relative;
    transition: color 0.3s;
}
.vvq-vision-list li:last-child {
    border-bottom: none;
}
.vvq-vision-list li:hover {
    color: #131B35;
}

/* نص تمهيدي للقيم */
.vvq-lead {
    font-size: 15px;
    line-height: 1.8;
    color: #6b7a7a;
    margin-bottom: 22px;
}

/* تاجز القيم */
.vvq-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.vvq-tags div {
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid rgba(203,147,93,0.40);
    color: #131B35;
    font-size: 13.5px;
    border-radius: 30px;
    transition: all 0.3s;
    cursor: default;
    background: #faf4ee;
}
.vvq-tags div:hover {
    background: #cb935d;
    border-color: #cb935d;
    color: #fff;
}

/* محتوى الجودة */
.vvq-quality-body p {
    font-size: 14px;
    line-height: 1.85;
    color: #6b7a7a;
    margin-bottom: 14px;
}
.vvq-quality-body p:last-of-type {
    margin-bottom: 0;
}
.vvq-quality-sub {
    color: #131B35 !important;
    font-weight: 600;
    margin-top: 28px !important;
    margin-bottom: 14px !important;
}
.vvq-quality-list {
    list-style: square;
    padding: 0;
    margin: 0;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 24px 24px; */
    margin-bottom: 35px;
}

.vvq-quality-list li {
    color: #6b7a7a;
    font-size: 15px;
    padding-right: 24px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* إحصائيات الجودة */
.vvq-stats {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 0;
    border-top: 1px solid rgba(203,147,93,0.25);
    padding: 48px 48px;
}
.vvq-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    flex: 1;
    padding: 0 16px;
    border-left: 1px solid rgba(19,27,53,0.08);
}
.vvq-stat-item:last-child {
    border-left: none;
}
.vvq-stat-num {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: #131B35;
    line-height: 1;
    font-family: 'TheSans', sans-serif;
}
.vvq-stat-num span {
    font-size: 24px;
    color: #cb935d;
}
.vvq-stat-label {
    display: block;
    font-size: 13px;
    color: #6b7a7a;
    font-weight: 600;
}

/* ===== How We Protect Page ===== */
.hwp-intro {
    background: #faf4ee;
    border-right: 4px solid #cb935d;
    padding: 28px 36px;
    border-radius: 0 6px 6px 0;
    margin-bottom: 48px;
    font-size: 17px;
    line-height: 2;
    color: #4a5568;
    font-style: italic;
}

.hwp-phase {
    margin-bottom: 42px;
    position: relative;
}
.hwp-phase-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
}
.hwp-phase-num {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #131B35;
    color: #cb935d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    font-family: 'TheSans', sans-serif;
    line-height: 1;
}
.hwp-phase-title-wrap {}
.hwp-phase-title {
    font-size: 22px;
    font-weight: 700;
    color: #131B35;
    margin: 0 0 6px;
    font-family: 'TheSans', sans-serif;
}
.hwp-phase-sub {
    font-size: 14.5px;
    color: #cb935d;
    font-weight: 600;
    margin: 0;
}

.hwp-phase-body {
    background: #fff;
    border: 1px solid rgba(19,27,53,0.08);
    border-top: 3px solid #cb935d;
    border-radius: 0 0 8px 8px;
    padding: 32px 36px;
}

.hwp-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 32px;
}
.hwp-list.single-col {
    grid-template-columns: 1fr;
}
.hwp-list li {
    position: relative;
    padding-right: 26px;
    color: #4a5568;
    font-size: 15px;
    line-height: 1.7;
}
.hwp-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cb935d;
    flex-shrink: 0;
}

.hwp-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 6px 0 42px;
}
.hwp-divider::before,
.hwp-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(19,27,53,0.10);
}
.hwp-divider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cb935d;
}

.hwp-cta {
    background: #131B35;
    border-radius: 8px;
    padding: 40px 48px;
    text-align: center;
    margin-top: 16px;
}
.hwp-cta h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'TheSans', sans-serif;
    margin-bottom: 8px;
}
.hwp-cta p {
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    margin-bottom: 24px;
}
.hwp-cta .lexpro-btn a {
    display: inline-block;
    padding: 13px 36px;
    background: #cb935d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}
.hwp-cta .lexpro-btn a:hover {
    background: #b07a45;
}

/* ===== Vision Page ===== */
.vp-intro {
    font-size: 17px;
    line-height: 2;
    color: #4a5568;
    margin-bottom: 40px;
}

.vp-principles {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}
.vp-principles li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(19,27,53,0.07);
}
.vp-principles li:last-child {
    border-bottom: none;
}
.vp-principle-num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #faf4ee;
    border: 1px solid rgba(203,147,93,0.35);
    color: #cb935d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    font-family: 'TheSans', sans-serif;
    margin-top: 2px;
}
.vp-principle-text {
    font-size: 16.5px;
    color: #2d3748;
    font-weight: 600;
    line-height: 1.6;
}
.vp-principle-text div {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #6b7a7a;
    margin-top: 4px;
}

.vp-cta {
    background: #131B35;
    border-radius: 8px;
    padding: 36px 44px;
    text-align: center;
    margin-top: 16px;
}
.vp-cta h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'TheSans', sans-serif;
    margin-bottom: 8px;
}
.vp-cta p {
    color: rgba(255,255,255,0.65);
    font-size: 14.5px;
    margin-bottom: 22px;
}
.vp-cta .lexpro-btn a {
    display: inline-block;
    padding: 12px 34px;
    background: #cb935d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}
.vp-cta .lexpro-btn a:hover {
    background: #b07a45;
}

/* ===== Values Page ===== */
.val-intro {
    font-size: 17px;
    line-height: 2;
    color: #4a5568;
    margin-bottom: 40px;
}

.val-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 44px;
}
.val-card {
    background: #faf4ee;
    border: 1px solid rgba(203,147,93,0.25);
    border-top: 3px solid #cb935d;
    border-radius: 0 0 6px 6px;
    padding: 26px 28px;
    transition: box-shadow 0.3s;
}
.val-card:hover {
    box-shadow: 0 6px 24px rgba(19,27,53,0.08);
}
.val-card-icon {
    font-size: 28px;
    color: #cb935d;
    margin-bottom: 14px;
    line-height: 1;
}
.val-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #131B35;
    margin: 0 0 8px;
    font-family: 'TheSans', sans-serif;
}
.val-card-desc {
    font-size: 13.5px;
    color: #6b7a7a;
    line-height: 1.75;
    margin: 0;
}

.val-cta {
    background: #131B35;
    border-radius: 8px;
    padding: 36px 44px;
    text-align: center;
}
.val-cta h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'TheSans', sans-serif;
    margin-bottom: 8px;
}
.val-cta p {
    color: rgba(255,255,255,0.65);
    font-size: 14.5px;
    margin-bottom: 22px;
}
.val-cta .lexpro-btn a {
    display: inline-block;
    padding: 12px 34px;
    background: #cb935d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}
.val-cta .lexpro-btn a:hover {
    background: #b07a45;
}

/* ===== Quality Page ===== */
.qp-intro {
    font-size: 17px;
    line-height: 2;
    color: #4a5568;
    margin-bottom: 36px;
}
.qp-body p {
    font-size: 16px;
    line-height: 2;
    color: #4a5568;
    margin-bottom: 20px;
}

.qp-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #131B35;
    font-family: 'TheSans', sans-serif;
    margin: 36px 0 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(203,147,93,0.30);
    position: relative;
}
.qp-section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 48px;
    height: 2px;
    background: #cb935d;
}

.qp-principles {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.qp-principles li {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #faf4ee;
    border: 1px solid rgba(203,147,93,0.20);
    border-radius: 6px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #131B35;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.qp-principles li:hover {
    border-color: rgba(203,147,93,0.50);
    box-shadow: 0 4px 16px rgba(19,27,53,0.07);
}
.qp-principles li i {
    font-size: 20px;
    color: #cb935d;
    flex-shrink: 0;
}

.qp-cta {
    background: #131B35;
    border-radius: 8px;
    padding: 36px 44px;
    text-align: center;
    margin-top: 8px;
}
.qp-cta h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'TheSans', sans-serif;
    margin-bottom: 8px;
}
.qp-cta p {
    color: rgba(255,255,255,0.65);
    font-size: 14.5px;
    margin-bottom: 22px;
}
.qp-cta .lexpro-btn a {
    display: inline-block;
    padding: 12px 34px;
    background: #cb935d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}
.qp-cta .lexpro-btn a:hover {
    background: #b07a45;
}

/* ===== Sector Detail & Service Detail Pages ===== */
.sp-intro {
    background: #faf4ee;
    border-right: 4px solid #cb935d;
    padding: 26px 32px;
    border-radius: 0 6px 6px 0;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 2;
    color: #4a5568;
}

.sp-stats-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid rgba(203, 147, 93, 0.25);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 44px;
}

.sp-stat {
    text-align: center;
    padding: 24px 16px;
    background: #fff;
    border-left: 1px solid rgba(203, 147, 93, 0.20);
}

.sp-stat:last-child {
    border-left: none;
}

.sp-stat-num {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #131B35;
    font-family: 'TheSans', sans-serif;
    line-height: 1.1;
}

.sp-stat-num em {
    font-style: normal;
    font-size: 15px;
    color: #cb935d;
    display: block;
    font-weight: 600;
}

.sp-stat-label {
    font-size: 12.5px;
    color: #6b7a7a;
    margin-top: 6px;
    display: block;
}

.sp-section-title {
    font-size: 19px;
    font-weight: 700;
    color: #131B35;
    font-family: 'TheSans', sans-serif;
    margin: 38px 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(203, 147, 93, 0.25);
    position: relative;
}

.sp-section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 44px;
    height: 2px;
    background: #cb935d;
}

.sp-section-title i {
    margin-left: 10px;
    color: #cb935d;
    font-size: 18px;
}

.sp-section-intro {
    font-size: 15px;
    line-height: 1.9;
    color: #4a5568;
    margin-bottom: 18px;
}

.sp-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}

.sp-list li {
    position: relative;
    padding: 10px 28px 10px 0;
    border-bottom: 1px solid rgba(19, 27, 53, 0.05);
    font-size: 15px;
    color: #374151;
    line-height: 1.65;
}

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

.sp-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cb935d;
}

.sp-list-grid {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 32px;
}

.sp-list-grid li {
    position: relative;
    padding-right: 22px;
    font-size: 14.5px;
    color: #374151;
    line-height: 1.6;
}

.sp-list-grid li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cb935d;
}

.sp-numbered-block {
    margin-bottom: 28px;
    background: #fff;
    border: 1px solid rgba(19, 27, 53, 0.07);
    border-right: 3px solid #cb935d;
    border-radius: 0 6px 6px 0;
    overflow: hidden;
}

.sp-numbered-block-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: #faf4ee;
    border-bottom: 1px solid rgba(203, 147, 93, 0.15);
}

.sp-numbered-block-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #131B35;
    color: #cb935d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    font-family: 'TheSans', sans-serif;
}

.sp-numbered-block-title {
    font-size: 16px;
    font-weight: 700;
    color: #131B35;
    margin: 0;
    font-family: 'TheSans', sans-serif;
}

.sp-numbered-block-body {
    padding: 20px 24px;
}

.sp-feature-card {
    background: #fff;
    border: 1px solid rgba(203, 147, 93, 0.20);
    border-radius: 8px;
    padding: 22px 24px;
    margin-bottom: 18px;
}

.sp-feature-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #cb935d;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'TheSans', sans-serif;
}

.sp-feature-card-title i {
    font-size: 18px;
}

.sp-divider {
    border: none;
    border-top: 1px solid rgba(203, 147, 93, 0.20);
    margin: 36px 0;
}

.sp-cta {
    background: #131B35;
    border-radius: 8px;
    padding: 36px 44px;
    text-align: center;
    margin-top: 16px;
}

.sp-cta h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'TheSans', sans-serif;
    margin-bottom: 8px;
}

.sp-cta p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14.5px;
    margin-bottom: 22px;
}

.sp-cta .lexpro-btn a {
    display: inline-block;
    padding: 12px 34px;
    background: #cb935d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}

.sp-cta .lexpro-btn a:hover {
    background: #b07a45;
}

.sp-sidebar-sectors .widget-category ul li a.active,
.sp-sidebar-services .widget-category ul li a.active {
    background: #faf4ee;
    color: #cb935d;
    font-weight: 700;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
    .vvq-stats {
        flex-direction: column;
        padding: 24px;
    }
    
    .vvq-stat-item {
        border-left: none;
        border-bottom: 1px solid rgba(19,27,53,0.08);
        padding: 16px 0;
    }
    
    .vvq-stat-item:last-child {
        border-bottom: none;
    }
    
    .vvq-quality-list {
        grid-template-columns: 1fr;
    }
    
    .hwp-intro {
        padding: 20px 20px;
        font-size: 15.5px;
    }
    
    .hwp-phase-body {
        padding: 24px 20px;
    }
    
    .hwp-list {
        grid-template-columns: 1fr;
    }
    
    .hwp-cta {
        padding: 28px 24px;
    }
    
    .hwp-phase-num {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
    
    .vp-cta {
        padding: 24px 20px;
    }
    
    .vp-principles li {
        gap: 14px;
    }
    
    .val-grid {
        grid-template-columns: 1fr;
    }
    
    .val-cta {
        padding: 24px 20px;
    }
    
    .qp-principles {
        grid-template-columns: 1fr;
    }
    
    .qp-cta {
        padding: 24px 20px;
    }
    
    .sp-stats-bar {
        grid-template-columns: 1fr;
    }
    
    .sp-stat {
        border-left: none;
        border-bottom: 1px solid rgba(203, 147, 93, 0.20);
    }
    
    .sp-stat:last-child {
        border-bottom: none;
    }
    
    .sp-list-grid {
        grid-template-columns: 1fr;
    }
    
    .sp-cta {
        padding: 24px 20px;
    }
    
    .sp-intro {
        padding: 18px 20px;
        font-size: 15px;
    }
}
.vvq-quality-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/logo-dot.png) center / contain no-repeat;
}
.vvq-vision-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/logo-dot.png) center / contain no-repeat;
}
.service-icon .bi{
    font-size: 45px;
    color: #131B35;
}
.single-service-box:hover .service-icon .bi{
    font-size: 45px;
    color: #cb935d;
}