/* =========================================
   صفحات الموقع الداخلية
   ========================================= */

.page-main {
    padding-top: 130px;
    background: #f8fafc;
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* =========================================
   البانر العلوي للصفحات
   ========================================= */
.page-hero,
.services-hero {
    position: relative;
    padding: 120px 10% 70px;
    min-height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-hero::before,
.services-hero::before {
    display: none;
}

.page-hero-overlay,
.services-hero-overlay {
    display: none;
}

.page-hero-content,
.services-hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.page-hero-content h1,
.services-hero-content h1 {
    font-size: 3.8rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}

.page-hero-content h1 span,
.services-hero-content h1 span {
    color: #2e7d5e;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 15px;
    border-radius: 8px;
}

.page-hero-content p,
.services-hero-content p {
    font-size: 1.2rem;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.8;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.hero-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
}

.hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: 0.3s;
}

.hero-breadcrumb a:hover {
    color: #ffffff;
}

.hero-breadcrumb .current {
    color: #2e7d5e;
    font-weight: 600;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

/* =========================================
   محتوى الصفحات
   ========================================= */
.page-content-section {
    padding: 60px 5% 80px;
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}

.page-container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden !important;
}

/* =========================================
   البطاقة النصية
   ========================================= */
.page-text-content {
    margin-bottom: 50px;
    width: 100%;
}

.page-text-card {
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.page-text-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: #2e7d5e;
    border-radius: 0 4px 4px 0;
}

[dir="ltr"] .page-text-card::before {
    right: auto;
    left: 0;
    border-radius: 4px 0 0 4px;
}

.page-text-icon {
    width: 60px;
    height: 60px;
    background: #223970;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(34, 57, 112, 0.3);
}

.page-text-card h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #223970;
    margin-bottom: 20px;
}

.page-text-card h2 span {
    color: #2e7d5e;
}

.page-text-card p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #223970;
    margin-bottom: 15px;
}

/* =========================================
   الرؤية - شعارات (مكبرة)
   ========================================= */
.vision-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 30px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 24px;
    border: 2px solid #e2e8f0;
}

.vision-logo-item {
    text-align: center;
    background: #ffffff;
    padding: 35px 45px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.4s ease;
    min-width: 320px;
    flex: 0 0 auto;
}

.vision-logo-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 50px rgba(13, 59, 46, 0.15);
    border-color: #2e7d5e;
}

.vision-logo-item img {
    width: 400px !important;
    height: auto !important;
    max-width: 100% !important;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.4s ease;
}

.vision-logo-item:hover img {
    transform: scale(1.03);
}

.vision-logo-item span {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #223970;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.vision-logo-item span::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #2e7d5e;
    margin: 10px auto 0;
    border-radius: 4px;
}

/* =========================================
   القيم
   ========================================= */
.page-values {
    margin-top: 50px;
    width: 100%;
}

.page-values h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #223970;
    text-align: center;
    margin-bottom: 30px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.value-item {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.value-item:hover {
    transform: translateY(-4px);
    border-color: #2e7d5e;
    box-shadow: 0 8px 30px rgba(46, 125, 94, 0.08);
}

.value-icon {
    width: 60px;
    height: 60px;
    background: #223970;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #ffffff;
    margin: 0 auto 15px;
    box-shadow: 0 4px 15px rgba(34, 57, 112, 0.25);
}

.value-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #223970;
    margin-bottom: 8px;
}

.value-item p {
    font-size: 0.9rem;
    color: #223970;
    line-height: 1.6;
}

/* =========================================
   الرسالة - أهداف الرسالة
   ========================================= */
.mission-goals {
    margin-top: 50px;
    width: 100%;
}

.mission-goals h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #223970;
    text-align: center;
    margin-bottom: 30px;
}

.mission-goals-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.mission-goal-item {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.mission-goal-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #2e7d5e;
}

.mission-goal-item:hover {
    transform: translateY(-4px);
    border-color: #2e7d5e;
    box-shadow: 0 8px 30px rgba(46, 125, 94, 0.08);
}

.goal-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #223970;
    opacity: 0.15;
    margin-bottom: 10px;
}

.mission-goal-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #223970;
    margin-bottom: 8px;
}

.mission-goal-item p {
    font-size: 0.85rem;
    color: #223970;
    line-height: 1.6;
}

/* =========================================
   الأهداف - قائمة الأهداف
   ========================================= */
.goals-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
}

.goal-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.goal-item:hover {
    transform: translateY(-4px);
    border-color: #2e7d5e;
    box-shadow: 0 8px 30px rgba(46, 125, 94, 0.08);
}

.goal-icon {
    width: 50px;
    height: 50px;
    background: #223970;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(34, 57, 112, 0.2);
}

.goal-text h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #223970;
    margin-bottom: 4px;
}

.goal-text p {
    font-size: 0.9rem;
    color: #223970;
    line-height: 1.6;
}

/* =========================================
   التطلعات - ركائز
   ========================================= */
.outlook-pillars {
    margin-top: 50px;
    width: 100%;
}

.outlook-pillars h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #223970;
    text-align: center;
    margin-bottom: 30px;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.pillar-item {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.pillar-item:hover {
    transform: translateY(-4px);
    border-color: #2e7d5e;
    box-shadow: 0 8px 30px rgba(46, 125, 94, 0.08);
}

.pillar-icon {
    width: 60px;
    height: 60px;
    background: #223970;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #ffffff;
    margin: 0 auto 15px;
    box-shadow: 0 4px 15px rgba(34, 57, 112, 0.25);
}

.pillar-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #223970;
    margin-bottom: 8px;
}

.pillar-item p {
    font-size: 0.9rem;
    color: #223970;
    line-height: 1.6;
}

/* =========================================
   الشركاء - الشعارات
   ========================================= */
.partners-logos {
    margin-top: 40px;
    width: 100%;
}

.partners-logos h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #223970;
    text-align: center;
    margin-bottom: 30px;
}

.partners-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    width: 100%;
}

.row-4 .partner-logo-item {
    flex: 0 0 calc(25% - 30px);
    max-width: 250px;
}

.row-5 .partner-logo-item {
    flex: 0 0 calc(20% - 30px);
    max-width: 220px;
}

.partner-logo-item {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.partner-logo-item:hover {
    transform: translateY(-4px);
    border-color: #2e7d5e;
    box-shadow: 0 8px 30px rgba(46, 125, 94, 0.08);
}

.partner-logo-item img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}

/* =========================================
   المستقبل - القائمة
   ========================================= */
.future-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.future-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #223970;
    border-bottom: 1px solid #f1f5f9;
}

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

.future-list li i {
    color: #2e7d5e;
    font-size: 1.2rem;
    margin-top: 4px;
    flex-shrink: 0;
}

.future-goals {
    margin-top: 50px;
    width: 100%;
}

.future-goals h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #223970;
    text-align: center;
    margin-bottom: 30px;
}

.future-goals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.future-goal-item {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.future-goal-item:hover {
    transform: translateY(-4px);
    border-color: #2e7d5e;
    box-shadow: 0 8px 30px rgba(46, 125, 94, 0.08);
}

.future-goal-icon {
    width: 60px;
    height: 60px;
    background: #223970;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #ffffff;
    margin: 0 auto 15px;
    box-shadow: 0 4px 15px rgba(34, 57, 112, 0.25);
}

.future-goal-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #223970;
    margin-bottom: 8px;
}

.future-goal-item p {
    font-size: 0.9rem;
    color: #223970;
    line-height: 1.6;
}

/* =========================================
   رسالة للطبيعة
   ========================================= */
.nature-card {
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%) !important;
}

.nature-card::before {
    background: #16a34a !important;
}

.nature-message p {
    font-size: 1.1rem;
    line-height: 2;
    color: #223970;
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
    font-style: italic;
}

.nature-message p:last-child {
    border-bottom: none;
}

.nature-pillars {
    margin-top: 50px;
    width: 100%;
}

.nature-pillars h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #223970;
    text-align: center;
    margin-bottom: 30px;
}

.nature-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.nature-pillar-item {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.nature-pillar-item:hover {
    transform: translateY(-4px);
    border-color: #16a34a;
    box-shadow: 0 8px 30px rgba(22, 163, 74, 0.08);
}

.nature-pillar-icon {
    width: 60px;
    height: 60px;
    background: #223970;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #ffffff;
    margin: 0 auto 15px;
    box-shadow: 0 4px 15px rgba(34, 57, 112, 0.25);
}

.nature-pillar-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #223970;
    margin-bottom: 8px;
}

.nature-pillar-item p {
    font-size: 0.9rem;
    color: #223970;
    line-height: 1.6;
}

/* =========================================
   اتصل بنا
   ========================================= */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
    width: 100%;
}

.contact-info h2,
.contact-form h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #223970;
    margin-bottom: 30px;
}

.contact-info h2 span,
.contact-form h2 span {
    color: #2e7d5e;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #f1f5f9;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: #223970;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(34, 57, 112, 0.2);
}

.contact-text h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #223970;
    margin-bottom: 2px;
}

.contact-text p {
    font-size: 0.9rem;
    color: #223970;
}

.contact-socials {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.contact-socials h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #223970;
    margin-bottom: 12px;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    width: 42px;
    height: 42px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #223970;
    transition: 0.3s;
    text-decoration: none;
}

.social-links a:hover {
    background: #223970;
    color: #ffffff;
    transform: translateY(-3px);
}

.contact-form form {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
}

.contact-form .form-group {
    margin-bottom: 18px;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Almarai', sans-serif;
    transition: 0.3s;
    background: #f8fafc;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
    outline: none;
    border-color: #223970;
    box-shadow: 0 0 0 4px rgba(34, 57, 112, 0.08);
    background: #ffffff;
}

.contact-form .form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background: #223970;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Almarai', sans-serif;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-submit:hover {
    background: #1a2a4a;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 57, 112, 0.3);
}

.contact-map {
    margin-top: 40px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

/* =========================================
   الفوتر الداخلي
   ========================================= */
.page-footer {
    background: linear-gradient(135deg, #2e7d5e 0%, #1f5a47 100%);
    color: #ffffff;
    padding: 35px 5% 18px;
    border-top: 2px solid #2e7d5e;
    margin-top: 0;
    width: 100%;
    overflow-x: hidden;
}

.page-footer .footer-content {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 0.8fr;
    gap: 25px;
    margin-bottom: 15px;
    align-items: center;
    width: 100%;
}

.page-footer .footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 100%;
}

.page-footer .footer-brand .footer-logo {
    width: 150px;
    height: auto;
    filter: brightness(0) invert(1);
    flex-shrink: 0;
}

.page-footer .footer-brand p {
    font-size: 0.85rem;
    line-height: 1.6;
    opacity: 0.85;
    margin: 0;
    max-width: 320px;
}

.page-footer .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.page-footer .footer-links h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
    position: relative;
    padding-bottom: 8px;
}

.page-footer .footer-links h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 2px;
    background: #2e7d5e;
    border-radius: 2px;
}

[dir="ltr"] .page-footer .footer-links h4::after {
    right: auto;
    left: 0;
}

.page-footer .footer-links a {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.82rem;
    padding: 4px 0;
    transition: 0.3s;
}

.page-footer .footer-links a:hover {
    color: #2e7d5e;
    padding-right: 6px;
}

[dir="ltr"] .page-footer .footer-links a:hover {
    padding-right: 0;
    padding-left: 6px;
}

.page-footer .footer-links p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

.page-footer .footer-links p i {
    color: #1a4a3a;
    width: 18px;
    font-size: 0.82rem;
}

.page-footer .footer-bottom {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page-footer .footer-bottom-socials {
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-footer .footer-bottom-socials a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    transition: 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.page-footer .footer-bottom-socials a:hover {
    color: #2e7d5e;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* =========================================
   صفحة الخدمات - شبكة الخدمات
   ========================================= */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    width: 100%;
}

.service-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    transition: all 0.4s ease;
    width: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(34, 57, 112, 0.12);
    border-color: #2e7d5e;
}

.service-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #223970;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    background: rgba(34, 57, 112, 0.88);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.4rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    z-index: 2;
    transition: all 0.3s ease;
}

[dir="ltr"] .service-icon {
    right: auto;
    left: 16px;
}

.service-card:hover .service-icon {
    background: rgba(34, 57, 112, 0.95);
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(34, 57, 112, 0.35);
}

.service-content {
    padding: 28px 24px 24px;
}

.service-content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #223970;
    margin-bottom: 8px;
    line-height: 1.4;
}

.service-content p {
    font-size: 0.9rem;
    color: #223970;
    line-height: 1.7;
    margin-bottom: 14px;
}

.service-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.service-content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #223970;
    padding: 4px 0;
}

.service-content ul li i {
    color: #2e7d5e;
    font-size: 0.9rem;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2e7d5e;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}

.service-link:hover {
    color: #1a4a3a;
    border-bottom-color: #1a4a3a;
    gap: 12px;
}

/* =========================================
   لماذا تختارنا
   ========================================= */
.why-choose-us {
    padding: 70px 5% 80px;
    background: #ffffff;
    width: 100%;
    overflow-x: hidden;
}

.why-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    width: 100%;
}

.why-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 350px;
}

.why-content h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #223970;
    margin-bottom: 25px;
}

.why-content h2 span {
    color: #2e7d5e;
}

.why-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.why-content ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 1rem;
    color: #223970;
    border-bottom: 1px solid #f1f5f9;
}

.why-content ul li:last-child {
    border-bottom: none;
}

.why-content ul li i {
    color: #2e7d5e;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.btn-contact-us {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2e7d5e;
    color: #ffffff;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: 0.3s;
    border: 2px solid #2e7d5e;
}

.btn-contact-us:hover {
    background: transparent;
    color: #2e7d5e;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(46, 125, 94, 0.15);
}

.btn-contact-us i {
    transition: 0.3s;
}

.btn-contact-us:hover i {
    transform: translateX(-4px);
}

[dir="ltr"] .btn-contact-us:hover i {
    transform: translateX(4px);
}

/* ============================================================
   استجابة للشاشات الصغيرة - تشمل جميع الصفحات
   ============================================================ */

/* ===== تابلت ===== */
@media (max-width: 1024px) {
    .values-grid,
    .mission-goals-grid,
    .future-goals-grid,
    .nature-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pillars-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

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

    .page-footer .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .vision-logo-item img {
        width: 350px !important;
    }

    /* ===== تابلت - البانر ===== */
    .page-hero,
    .services-hero {
        padding: 130px 8% 60px !important;
        min-height: 350px !important;
    }
}

@media (max-width: 992px) {
    .why-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .why-image {
        order: 2;
    }
    .why-content {
        order: 1;
    }
}

/* ===== جوال كبير (تابلت صغير) ===== */
@media (max-width: 768px) {
    body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-main {
        padding-top: 80px;
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* ===== البانر في الجوال الكبير ===== */
    .page-hero,
    .services-hero {
        padding: 130px 5% 40px !important;
        min-height: 300px !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }

    .page-hero-content,
    .services-hero-content {
        padding: 0 5px !important;
        width: 100% !important;
    }

    .page-hero-content h1,
    .services-hero-content h1 {
        font-size: 2.2rem !important;
    }
    .page-hero-content p,
    .services-hero-content p {
        font-size: 1rem !important;
        padding: 0 5px !important;
    }

    .hero-breadcrumb {
        flex-wrap: wrap !important;
        font-size: 0.8rem !important;
    }

    .page-content-section {
        padding: 40px 4% 60px !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }

    .page-container {
        padding: 0 !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }

    .page-text-card {
        padding: 20px 18px !important;
        border-radius: 16px !important;
        width: 100% !important;
    }

    .page-text-card h2 {
        font-size: 1.5rem !important;
    }

    .page-text-card p {
        font-size: 0.95rem !important;
    }

    .page-text-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.3rem !important;
    }

    /* ===== شعارات الرؤية في الجوال ===== */
    .vision-logos {
        gap: 20px !important;
        padding: 20px 15px !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .vision-logo-item {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 25px 20px !important;
        flex: 0 0 100% !important;
    }

    .vision-logo-item img {
        width: 320px !important;
        max-width: 90% !important;
        height: auto !important;
    }

    .vision-logo-item span {
        font-size: 1rem !important;
    }

    .values-grid,
    .mission-goals-grid,
    .future-goals-grid,
    .nature-pillars-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px !important;
    }

    .goals-list {
        grid-template-columns: 1fr;
        gap: 15px !important;
    }

    .goal-item {
        padding: 18px 20px !important;
    }

    .partners-row {
        gap: 12px !important;
    }
    .row-4 .partner-logo-item {
        flex: 0 0 calc(50% - 12px) !important;
        max-width: 100% !important;
        min-height: 80px !important;
        padding: 15px 10px !important;
    }
    .row-5 .partner-logo-item {
        flex: 0 0 calc(50% - 12px) !important;
        max-width: 100% !important;
        min-height: 80px !important;
        padding: 15px 10px !important;
    }

    .contact-form form {
        padding: 18px !important;
    }
    .contact-form .form-group input,
    .contact-form .form-group textarea {
        padding: 10px 14px !important;
        font-size: 0.9rem !important;
    }

    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin-top: 20px !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .service-card {
        width: 100% !important;
        margin: 0 !important;
    }

    .service-image {
        height: 180px !important;
        width: 100% !important;
    }

    .service-content {
        padding: 18px 16px 16px !important;
        width: 100% !important;
    }

    .service-content h3 {
        font-size: 1.05rem !important;
    }

    .service-content p {
        font-size: 0.88rem !important;
    }

    .service-content ul li {
        font-size: 0.82rem !important;
        padding: 3px 0 !important;
    }

    .service-icon {
        top: 12px !important;
        right: 12px !important;
        width: 44px !important;
        height: 44px !important;
        font-size: 1.2rem !important;
        border-radius: 12px !important;
    }

    [dir="ltr"] .service-icon {
        right: auto !important;
        left: 12px !important;
    }

    .service-link {
        font-size: 0.85rem !important;
    }

    .why-choose-us {
        padding: 50px 4% !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }

    .why-container {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .why-image {
        width: 100% !important;
        border-radius: 16px !important;
    }

    .why-image img {
        min-height: 200px !important;
        width: 100% !important;
    }

    .why-content h2 {
        font-size: 1.5rem !important;
    }

    .why-content ul li {
        font-size: 0.9rem !important;
        padding: 8px 0 !important;
    }

    .btn-contact-us {
        padding: 12px 25px !important;
        font-size: 0.9rem !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .page-footer {
        padding: 25px 4% 15px !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }

    .page-footer .footer-content {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .page-footer .footer-brand {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }

    .page-footer .footer-brand p {
        max-width: 100% !important;
        text-align: center !important;
        font-size: 0.8rem !important;
    }

    .page-footer .footer-links {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .page-footer .footer-bottom {
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center !important;
        width: 100% !important;
        padding-top: 10px !important;
    }

    .page-footer .footer-brand .footer-logo {
        width: 150px !important;
    }
}

/* ===== جوال متوسط ===== */
@media (max-width: 600px) {
    .vision-logo-item {
        padding: 20px 15px !important;
    }

    .vision-logo-item img {
        width: 280px !important;
        max-width: 95% !important;
    }

    .vision-logo-item span {
        font-size: 0.9rem !important;
    }
}

/* ===== جوال صغير ===== */
@media (max-width: 480px) {
    /* ===== البانر في الجوال الصغير - حل مشكلة الاقتصاص ===== */
    .page-hero,
    .services-hero {
        padding: 150px 4% 30px !important;
        min-height: 250px !important;
    }

    .page-hero-content h1,
    .services-hero-content h1 {
        font-size: 1.6rem !important;
    }
    .page-hero-content p,
    .services-hero-content p {
        font-size: 0.85rem !important;
    }

    .hero-breadcrumb {
        font-size: 0.7rem !important;
        gap: 5px !important;
    }

    .page-content-section {
        padding: 30px 3% 40px !important;
    }

    .page-text-card {
        padding: 16px 14px !important;
    }
    .page-text-card h2 {
        font-size: 1.3rem !important;
    }
    .page-text-card p {
        font-size: 0.88rem !important;
    }
    .page-text-icon {
        width: 42px !important;
        height: 42px !important;
        font-size: 1.1rem !important;
        margin-bottom: 12px !important;
    }

    /* ===== شعارات الرؤية في جوال صغير ===== */
    .vision-logos {
        gap: 15px !important;
        padding: 15px 10px !important;
    }

    .vision-logo-item {
        padding: 18px 15px !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .vision-logo-item img {
        width: 250px !important;
        max-width: 100% !important;
    }

    .vision-logo-item span {
        font-size: 0.85rem !important;
    }

    .values-grid,
    .mission-goals-grid,
    .future-goals-grid,
    .nature-pillars-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .value-item,
    .mission-goal-item,
    .future-goal-item,
    .nature-pillar-item {
        padding: 20px 15px !important;
    }

    .row-4 .partner-logo-item,
    .row-5 .partner-logo-item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-height: 70px !important;
        padding: 12px 10px !important;
    }

    .service-image {
        height: 150px !important;
    }

    .service-content {
        padding: 14px 12px 12px !important;
    }

    .service-content h3 {
        font-size: 0.95rem !important;
    }

    .service-content p {
        font-size: 0.8rem !important;
    }

    .service-content ul li {
        font-size: 0.75rem !important;
        padding: 2px 0 !important;
        gap: 6px !important;
    }

    .service-icon {
        top: 10px !important;
        right: 10px !important;
        width: 38px !important;
        height: 38px !important;
        font-size: 1rem !important;
        border-radius: 10px !important;
    }

    [dir="ltr"] .service-icon {
        right: auto !important;
        left: 10px !important;
    }

    .service-link {
        font-size: 0.8rem !important;
        gap: 5px !important;
    }

    .why-choose-us {
        padding: 40px 3% !important;
    }
    .why-content h2 {
        font-size: 1.3rem !important;
    }
    .why-content ul li {
        font-size: 0.82rem !important;
        padding: 6px 0 !important;
    }
    .why-image img {
        min-height: 150px !important;
    }

    .contact-form form {
        padding: 14px !important;
    }
    .contact-form .form-group input,
    .contact-form .form-group textarea {
        padding: 8px 12px !important;
        font-size: 0.85rem !important;
        border-radius: 10px !important;
    }
    .btn-submit {
        padding: 12px !important;
        font-size: 0.95rem !important;
    }
    .contact-item {
        padding: 10px 0 !important;
        gap: 12px !important;
    }
    .contact-icon {
        width: 36px !important;
        height: 36px !important;
        font-size: 0.9rem !important;
        border-radius: 10px !important;
    }
    .contact-text h4 {
        font-size: 0.85rem !important;
    }
    .contact-text p {
        font-size: 0.8rem !important;
    }

    .page-footer .footer-links {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .page-footer .footer-brand .footer-logo {
        width: 140px !important;
    }
    .page-footer .footer-brand p {
        font-size: 0.75rem !important;
    }
}

/* ===== جوال صغير جداً ===== */
@media (max-width: 380px) {
    /* ===== البانر في الجوال الصغير جداً ===== */
    .page-hero,
    .services-hero {
        padding: 160px 3% 25px !important;
        min-height: 220px !important;
    }

    .page-hero-content h1,
    .services-hero-content h1 {
        font-size: 1.4rem !important;
    }
    .page-hero-content p,
    .services-hero-content p {
        font-size: 0.75rem !important;
    }

    .hero-breadcrumb {
        font-size: 0.65rem !important;
        gap: 3px !important;
    }

    .vision-logo-item img {
        width: 200px !important;
    }

    .vision-logo-item span {
        font-size: 0.75rem !important;
    }
}
