/* =======================
   🔷 الشعار والاسم
======================= */

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    object-fit: cover;
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo img:hover {
    transform: scale(1.05);
}

.site-name {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.logo:hover img {
    transform: scale(1.08) rotate(2deg);
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

.logo:hover .site-name {
    color: #f5c16c;
}

@media (max-width: 768px) {
    .logo img {
        width: 65px;
        height: 65px;
    }
    .site-name {
        font-size: 18px;
    }
}

/* =======================
   🔷 النافبار للموبايل
======================= */

@media (max-width: 991px) {
    .navbar {
        position: relative;
        z-index: 1000;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0b3c5d;
        padding: 15px 20px;
        border-radius: 0 0 15px 15px;
        box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
        padding: 10px 0;
        font-size: 18px;
    }
}

/* =======================
   🔷 Hero Section
======================= */

.hero-section {
    position: relative;
    min-height: 55vh;
    padding: 80px 0;
    margin-top: 0;
    background:
        linear-gradient(rgba(11, 60, 93, 0.75), rgba(11, 60, 93, 0.75)),
        url("../images/mining-hero.jpg") center/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
}

/* طبقة تعتيم */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/* العناوين */
.hero-section h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 3px 8px rgba(0,0,0,0.6);
}

.hero-section p {
    font-size: 20px;
    margin-bottom: 30px;
    text-shadow: 0 3px 8px rgba(0,0,0,0.6);
}

/* الأزرار */
.hero-buttons .btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.hero-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

/* صورة داخل الهيرو (إن وجدت) */
.hero-img {
    max-width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
    margin-bottom: 20px;
}

/* 📱 موبايل */
@media (max-width: 768px) {
    .hero-section {
        min-height: 40vh;
        padding: 60px 0;
    }

    .hero-section h1 {
        font-size: 32px;
    }

    .hero-section p {
        font-size: 16px;
    }
}

/* =======================
   🔷 Our Services Section
======================= */

.services-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.services-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #0b3c5d;
}

.service-card {
    border: none;
    border-radius: 15px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    background: #fff;
}

.service-card i {
    color: #0b3c5d;
    margin-bottom: 15px;
}

.service-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.service-card p {
    color: #666;
    font-size: 15px;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* 📱 موبايل */
@media (max-width: 768px) {
    .services-section h2 {
        font-size: 28px;
    }
}

/* =======================
   🔷 Footer
======================= */

.site-footer {
    background: #0b3c5d;
    color: #fff;
}

.site-footer p,
.site-footer li {
    color: #e0e0e0;
    font-size: 15px;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #e0e0e0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #f5c16c;
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    color: #ccc;
    font-size: 14px;
}

/* 📱 موبايل */
@media (max-width: 768px) {
    .site-footer {
        text-align: center;
    }
}

/* =======================
   🔷 Footer
======================= */

.site-footer {
    background: #0b3c5d;
    color: #fff;
    padding: 60px 0 20px;
}

.site-footer p {
    color: #e0e0e0;
    font-size: 15px;
    line-height: 1.7;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #f5c16c;
    display: block;
    margin-top: 6px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #e0e0e0;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #f5c16c;
    padding-right: 5px;
}

/* أيقونات التواصل */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-left: 8px;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none;
}

.footer-social .facebook { background: #1877f2; }
.footer-social .whatsapp { background: #25d366; }
.footer-social .email { background: #f39c12; }

.footer-social a:hover {
    transform: translateY(-3px);
    opacity: 0.85;
}

/* الخريطة */
.footer-map iframe {
    width: 100%;
    height: 180px;
    border: 0;
    border-radius: 10px;
}

/* أسفل الفوتر */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
    color: #ccc;
    margin-top: 25px;
    padding-top: 15px;
}

/* 📱 موبايل */
@media (max-width: 768px) {
    .site-footer {
        text-align: center;
    }

    .footer-social a {
        margin: 0 5px;
    }
}

.site-footer {
    background: #0b3c5d;
    color: #fff;
    padding: 60px 0 40px;
    font-size: 15px;
}

.site-footer .footer-title {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}

.site-footer .footer-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #f5c16c;
    display: block;
    margin-top: 6px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #f5c16c;
    padding-right: 5px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-left: 6px;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.footer-social .facebook { background: #1877f2; }
.footer-social .whatsapp { background: #25d366; }
.footer-social .email    { background: #f39c12; }

.footer-social a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.footer-map iframe {
    border-radius: 10px;
}

.site-footer {
    background: #0b3c5d;
    color: #fff;
    padding: 60px 0 40px;
}

.site-footer .footer-title {
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.site-footer .footer-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #f5c16c;
    position: absolute;
    bottom: -6px;
    right: 0; /* لأن الموقع عربي */
}

.site-footer p,
.site-footer a {
    color: #e0e0e0;
    font-size: 15px;
}

.site-footer a:hover {
    color: #f5c16c;
    text-decoration: none;
}

/* الخريطة */
.footer-map iframe {
    border-radius: 10px;
    margin-top: 10px;
}

/* الأيقونات */
.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

@media (max-width: 768px) {
    .site-footer {
        text-align: center;
    }

    .site-footer .footer-title::after {
        right: 50%;
        transform: translateX(50%);
    }

    .footer-social {
        justify-content: center;
    }
}

/* =======================
   🔷 شريط حقوق النشر
======================= */
.footer-bottom {
    background: #08324d;
    color: #ccc;
    padding: 15px 0;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
}

/* =======================
   🔷 زر العودة للأعلى
======================= */
#backToTop {
    position: fixed;
    bottom: 25px;
    left: 25px; /* مناسب للمواقع العربية */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f5c16c;
    color: #0b3c5d;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

#backToTop:hover {
    background: #ffd98a;
    transform: translateY(-3px);
}

.site-footer {
    margin-bottom: 0 !important;
}

.footer-bottom {
    margin-top: 0 !important;
}

#backToTop {
    position: fixed;
    bottom: 80px;   /* كان 25px */
    left: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f5c16c;
    color: #0b3c5d;
    border: none;
    cursor: pointer;
    font-size: 18px;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.footer-bottom {
    background: #06283d;
    color: #ccc;
    padding: 15px 0;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

#backToTop {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 50px;
    height: 50px;
    background: #f4b41a;
    color: #0b3c5d;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 9999;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#backToTop:hover {
    background: #0b3c5d;
    color: #fff;
}

.site-footer .footer-title {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block; /* مهم حتى يكون الخط بعرض العنوان */
}

.site-footer .footer-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #f4b41a;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .site-footer .row > div {
        text-align: center;
        margin-bottom: 30px;
        
    }

    .site-footer iframe {
        width: 100% !important;
        height: 200px !important;
    }

    #backToTop {
        left: 15px;
        bottom: 15px;
    }
}

@media (max-width: 768px) {
    .site-footer .footer-title {
        text-align: center;
    }
}


section h2 {
    color: #0b3c5d;
}

section p {
    line-height: 1.8;
}

.about {
  padding: 80px 20px;
  background: #fff;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 36px;
  color: #0a3a6a;
  margin-bottom: 20px;
}

.about-text p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.btn {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #1e73ff;
  color: #1e73ff;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  background: #1e73ff;
  color: #fff;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }
}

.about-container {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.icon.x {
    background: #000;
    color: #fff;
}

.icon.youtube {
    background: #ff0000;
    color: #fff;
}

.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #0d3b5e;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     min-height: 90px;
    overflow: visible;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.logo img {
    height: 50px;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.main-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
}

.main-nav a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffc107;
    bottom: -6px;
    right: 0;
    transition: 0.3s;
}

.main-nav a:hover::after,
.main-nav a.active::after {
    width: 100%;
}

.btn-nav {
    background: #ffc107;
    color: #0d3b5e;
    padding: 8px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn-nav:hover {
    background: #ffb300;
}

/* موبايل */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    height: 3px;
    width: 25px;
    background: #fff;
    margin: 4px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .main-nav {
        position: absolute;
        top: 100%;
        right: 0;
        background: #0d3b5e;
        width: 100%;
        display: none;
    }

    .main-nav ul {
        flex-direction: column;
        padding: 15px;
    }

    .main-nav.show {
        display: block;
    }

    .btn-nav {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }
}

.mobile-menu .lang-switcher {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
 
.mobile-menu {
  z-index: 9999;
}


.lang-switcher a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    transition: 0.3s;
}

.lang-switcher a:hover {
    background: rgba(255,255,255,0.2);
}

.lang-switcher a.active {
    background: #ffc107;
    color: #0d3b5e;
}

.site-navbar {
    background: #0d3b5f; /* أزرق داكن */
    padding: 15px 0;
}

.site-navbar ul li a {
    color: #fff;
    margin: 0 12px;
    font-weight: 500;
    transition: 0.3s;
}

.site-navbar ul li a:hover,
.site-navbar ul li a.active {
    color: #f5b400; /* ذهبي */
}

.btn-request {
    background: #f5b400;
    color: #0d3b5f;
    padding: 8px 18px;
    border-radius: 25px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-request:hover {
    background: #fff;
    color: #0d3b5f;
}

.site-navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: box-shadow 0.3s;
}

.site-navbar.scrolled {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.lang-switch {
    display: flex;
    gap: 6px;
    margin-left: 15px;
}

.lang-btn {
    padding: 6px 14px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #f5b400;
    color: #f5b400;
    font-size: 14px;
    transition: 0.3s;
}

.lang-btn:hover {
    background: #f5b400;
    color: #0d3b5f;
}

.lang-btn.active {
    background: #f5b400;
    color: #0d3b5f;
    font-weight: bold;
}

.hero h1, .hero p, .hero .btn-hero {
    animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-hero {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 35px;
    background: #f7b500;
    color: #0b3558;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-hero:hover {
    background: #fff;
    color: #0b3558;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.hero p {
    font-size: 20px;
    line-height: 1.8;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 50px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-title {
    font-size: 18px;
    font-weight: 700;
    color: #f7b500;
}

.logo-sub {
    font-size: 12px;
    color: #fff;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-text {
    text-align: right; /* لأن الموقع عربي */
}

html[lang="en"] .logo-text {
    text-align: left;
}

.logo-title {
    font-size: 18px;
    font-weight: 700;
    color: #f7b500; /* الذهبي من الهوية */
}

.logo-sub {
    font-size: 12px;
    color: #dce7f2;
}

@media (max-width: 768px) {
    .logo-title {
        font-size: 15px;
    }
    .logo-sub {
        font-size: 10px;
    }
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo img {
    height: 55px;
}

.logo-title {
    font-size: 18px;
    font-weight: 700;
    color: #f7b500; /* الذهبي */
    line-height: 1.2;
}

.logo-sub {
    font-size: 12px;
    color: #e5edf5;
    line-height: 1.2;
}

html[lang="en"] .logo-text {
    text-align: left;
}
html[lang="ar"] .logo-text {
    text-align: right;
}

.nav-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

/* موبايل */
@media (max-width: 992px) {
    .nav-toggle {
        display: block;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: #0b3a5b;
        padding: 20px;
    }

    .main-nav.open {
        display: block;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 15px;
    }
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 5px 0;
}

/* موبايل */
@media (max-width: 768px) {
  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #0d3b5f;
    display: none;
    flex-direction: column;
    text-align: center;
  }

  .main-nav.active {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .btn-request,
  .lang-switch {
    display: none;
  }
}

/* افتراضياً */
body {
  direction: ltr;
}

/* لما تكون عربي */
html[dir="rtl"] body {
  direction: rtl;
}

/* محاذاة النافبار حسب الاتجاه */
html[dir="rtl"] .nav-container {
  flex-direction: row-reverse;
}

html[dir="rtl"] .main-nav ul {
  text-align: right;
}

html[dir="ltr"] .main-nav ul {
  text-align: left;
}
/* =======================
   🔷 Navbar Base
======================= */

.site-header {
  position: sticky;
  top: 0;
  background: #0d3b5e;
  z-index: 999;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
}

/* Desktop nav */
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

/* Hamburger hidden on desktop */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

/* =======================
   📱 Mobile Menu Slide
======================= */

@media (max-width: 991px) {

  .nav-toggle {
    display: flex;
  }

  .main-nav {
    position: fixed;
    top: 90px;
    inset-inline-end: 0; /* right في LTR و left في RTL */
    width: 260px;
    height: calc(100vh - 90px);
    background: #0d3b5e;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 999;
    display: block;
  }

  html[dir="rtl"] .main-nav {
    transform: translateX(-100%);
  }

  .main-nav.active {
    transform: translateX(0);
    opacity: 1;
  }

  .main-nav ul {
    flex-direction: column;
    padding: 30px 20px;
    gap: 15px;
  }

  /* نخفي زر الطلب واللغة داخل الهيدر في الموبايل */
  .btn-request,
  .lang-switch {
    display: none;
  }
}
/* 📱 Mobile Side Menu */
@media (max-width: 991px) {

  .main-nav {
    position: fixed;
    top: 0;
    inset-inline-end: 0; /* right في LTR / left في RTL */
    width: 75%;
    max-width: 280px;
    height: 100vh;
    background: #0d3b5e;
    padding-top: 100px; /* تحت الهيدر */
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 2000;
  }

  html[dir="rtl"] .main-nav {
    transform: translateX(-100%);
  }

  .main-nav.active {
    transform: translateX(0);
  }

  .main-nav ul {
    flex-direction: column;
    gap: 20px;
    padding: 0 25px;
    text-align: right;
  }

  html[dir="ltr"] .main-nav ul {
    text-align: left;
  }
}

/* =======================
   🔷 About Us Section
======================= */

.about-section {
  padding: 90px 20px;
  background: #fff;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

/* النص */
.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 36px;
  color: #0b3c5d;
  margin-bottom: 20px;
}

.about-text p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 15px;
  font-size: 16px;
}

/* زر */
.btn-about {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 30px;
  background: #f5b400;
  color: #0b3c5d;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-about:hover {
  background: #0b3c5d;
  color: #fff;
}

/* الصورة */
.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* ✨ Animation */
.about-container {
  opacity: 0;
  transform: translateY(40px);
  animation: aboutFade 1s ease forwards;
}

@keyframes aboutFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 📱 موبايل */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-text h2 {
    font-size: 28px;
  }
}

/* RTL / LTR دعم الاتجاه */
html[dir="rtl"] .about-text {
  text-align: right;
}

html[dir="ltr"] .about-text {
  text-align: left;
}

.about-text h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 25px;
}
.about-text p {
  font-size: 17px;
  line-height: 2;
}
.about-section {
  background: #f9fbfd;
}
.about-image img {
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
}

/* =======================
   🔶 Services Section
======================= */

.services-section {
  padding: 80px 0;
  background: #f4f7fb;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0d3b5e;
  margin-bottom: 10px;
}

.section-header p {
  color: #555;
  font-size: 17px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.service-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.service-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 20px;
  color: #0d3b5e;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

.services-section {
  background: #afd9ee;
  padding: 80px 20px;
  text-align: center;
}

.section-title {
  font-size: 36px;
  color: hsl(255, 15%, 95%);
  margin-bottom: 10px;
}

.section-subtitle {
  color: #fff;
  margin-bottom: 50px;
  font-size: 18px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.service-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.service-card h3 {
  color: #0d3b5e;
  font-size: 20px;
  margin-bottom: 10px;
}

.service-card p {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}

/* دعم RTL */
html[dir="rtl"] .services-section {
  text-align: right;
}

html[dir="rtl"] .services-grid {
  direction: rtl;
}

.projects-section {
  padding: 80px 0;
  background: #f6f9fc;
  text-align: center;
}

.section-title {
  font-size: 36px;
  color: #0d3b5e;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #666;
  margin-bottom: 50px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.project-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.project-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.project-content {
  padding: 20px;
  text-align: start;
}

html[dir="rtl"] .project-content {
  text-align: right;
}

.project-content h3 {
  color: #0d3b5e;
  margin-bottom: 10px;
}

.project-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.btn-project {
  display: inline-block;
  padding: 8px 18px;
  background: #f5b400;
  color: #0d3b5e;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  transition: background .3s;
}

.btn-project:hover {
  background: #d99c00;
}
.contact-section {
  padding: 80px 0;
  background: #f9fafb;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.contact-info {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-item .icon {
  font-size: 22px;
}

.social-box {
  text-align: center;
}

.social-box h3 {
  margin-bottom: 25px;
  font-size: 22px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.social {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .3s;
}

.social:hover {
  transform: translateY(-5px);
  background: #084298;
}

[dir="rtl"] .contact-item {
  flex-direction: row-reverse;
  text-align: right;
}


.mobile-menu {
  transform: translateX(100%);
  transition: .3s;
}

.mobile-menu.open {
  transform: translateX(0);
}

html[dir="rtl"] .mobile-menu {
  right: 0;
  left: auto;
  transform: translateX(100%);
}

html[dir="rtl"] .mobile-menu.open {
  transform: translateX(0);
}

html[dir="ltr"] .mobile-menu {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}

html[dir="ltr"] .mobile-menu.open {
  transform: translateX(0);
}

.site-footer {
    background: #111;
    color: #ddd;
    padding: 50px 0 20px;
}

.site-footer .footer-title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-social a {
    margin-right: 12px;
    font-size: 20px;
    color: #ccc;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #fff;
}

.footer-map-full iframe {
    width: 100%;
    border-radius: 10px;
}

/* زر العودة للأعلى */
#backToTop {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: #0077b6;
    color: #fff;
    border: none;
    padding: 12px 15px;
    border-radius: 50%;
    font-size: 18px;
    display: none;
    cursor: pointer;
}

/* شريط الحقوق */
.footer-bottom {
    background: #000;
    padding: 12px 0;
    margin-top: 20px;
}

.footer-bottom p {
    color: #ccc;
    margin: 0;
}
/*=============================
     FOOTER MAIN STYLE
==============================*/

.site-footer {
    background: #0a1e3f; /* الأزرق الغامق */
    color: #d7d7d7;
    padding: 60px 0 40px;
    border-top: 4px solid #d4a017; /* الذهبي */
}

.site-footer .footer-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
}

.site-footer .footer-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #d4a017;
    position: absolute;
    bottom: -6px;
    left: 0;
    border-radius: 3px;
}

.site-footer p {
    color: #dcdcdc;
    line-height: 1.7;
    font-size: 14px;
}

/* روابط الفوتر */
.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #c7c7c7;
    transition: 0.3s;
    font-size: 14px;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 4px;
}

/* سوشيال ميديا */
.footer-social a {
    margin-right: 12px;
    font-size: 22px;
    color: #d7d7d7;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #d4a017;
    transform: scale(1.2);
}

/*=============================
        MAP SECTION
==============================*/

.footer-map-full {
    margin-top: 40px;
}

.footer-map-full iframe {
    width: 100%;
    height: 280px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,.25);
}

/*=============================
       BACK TO TOP BUTTON
==============================*/

#backToTop {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999;
    display: none;
    background: #d4a017;
    color: #0a1e3f;
    border: none;
    padding: 13px 15px;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

#backToTop:hover {
    transform: scale(1.15);
    background: #ffcc37;
}

/*=============================
        COPYRIGHT BAR
==============================*/

.footer-bottom {
    background: #031a44;
    padding: 12px 0;
    text-align: center;
    margin-top: 30px;
}


.footer-bottom p {
    color: #928d8d;
    margin: 0;
    font-size: 14px;
}

/*=============================
         MOBILE RESPONSIVE
==============================*/

@media (max-width: 767px) {
    .site-footer {
        text-align: center;
    }

    .site-footer .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social a {
        margin-right: 8px;
        margin-left: 8px;
    }

    .footer-links a:hover {
        padding-left: 0;
    }

    .footer-map-full iframe {
        height: 230px;
    }
}
/* زر العودة للأعلى */
#backToTop {
    position: fixed;       /* ثابت على الشاشة */
    bottom: 30px;          /* مسافة من أسفل الشاشة */
    right: 30px;           /* مسافة من يمين الشاشة */
    padding: 10px 15px;
    background-color: #F59E0B; /* amber */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;         /* يظهر عند النزول فقط */
    z-index: 9999;         /* فوق كل العناصر */
    font-size: 18px;
}

/* تأثير hover للزر */
#backToTop:hover {
    background-color: #D97706; /* لون أغمق عند المرور */
}

/* شريط حقوق النشر */
.footer-bottom {
    width: 100%;
    background-color: #1F2937; /* gray-800 */
    color: white;
    padding: 15px 0;
    text-align: center;
    position: relative;
    z-index: 1; /* فوق أي شيء آخر داخل الفوتر */
    bottom: 0;
}

/* =======================
   🔷 Managers Section
======================= */

.managers-section {
  padding: 80px 20px;
  background: #f4f7fb;
  text-align: center;
}

.managers-section h2 {
  font-size: 36px;
  color: #0d3b5e;
  margin-bottom: 20px;
  font-weight: 700;
}

.managers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 أعمدة */
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.manager-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 20px;
}

.manager-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.manager-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.manager-card h3 {
  color: #0d3b5e;
  font-size: 22px;
  margin: 15px 0 5px 0;
  font-weight: 700;
}

.manager-card p {
  color: #555;
  font-size: 15px;
  margin-bottom: 10px;
}

.manager-card a.btn-details {
  display: inline-block;
  padding: 8px 20px;
  background: #f5b400;
  color: #0d3b5e;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}

.manager-card a.btn-details:hover {
  background: #0d3b5e;
  color: #fff;
  transform: translateY(-2px);
}

/* 📱 Responsive */
@media (max-width: 992px) {
  .managers-grid {
    grid-template-columns: repeat(2, 1fr); /* عمودين على التابلت */
  }
}

@media (max-width: 768px) {
  .managers-grid {
    grid-template-columns: 1fr; /* عمود واحد على الموبايل */
  }
}

.managers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 أعمدة */
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.manager-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.manager-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.manager-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 992px) {
    .managers-grid {
        grid-template-columns: repeat(2, 1fr); /* عمودين على الشاشات المتوسطة */
    }
}

@media (max-width: 768px) {
    .managers-grid {
        grid-template-columns: 1fr; /* عمود واحد على الموبايل */
    }
}
.manager-flex {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

/* صفحة عرض المدير */
.manager-details-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
}

.manager-card-show {
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    align-items: flex-start;
}

/* صندوق الصورة */
.manager-photo-box {
    width: 320px;
    height: 380px;
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
}

.manager-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* النص */
.manager-info {
    flex: 1;
}

.manager-name {
    font-size: 28px;
    margin-bottom: 5px;
    color: #0b3c5d;
}

.manager-position {
    font-size: 18px;
    color: #888;
    margin-bottom: 20px;
}

.manager-bio {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* زر PDF */
.manager-pdf-btn {
    display: inline-block;
    background: #0b3c5d;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.manager-pdf-btn:hover {
    background: #062c44;
}

/* زر العودة */
.back-btn {
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    color: #0b3c5d;
}
.back-btn:hover {
    text-decoration: underline;
}

/* موبايل */
@media (max-width: 768px) {
    .manager-card-show {
        flex-direction: column;
        text-align: center;
    }

    .manager-photo-box {
        margin: 0 auto;
        width: 260px;
        height: 300px;
    }
}

/* قسم المديرين */
.managers-section {
    padding: 45px 0;
}

.section-title {
    text-align: center;
    font-size: 30px;
    color: #0b3c5d;
    margin-bottom: 35px;
    font-weight: bold;
}

/* الشبكة */
.managers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* بطاقة المدير */
.manager-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.manager-card:hover {
    transform: translateY(-5px);
}

/* الصورة داخل الكرت */
.manager-img-box {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.manager-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* النصوص */
.manager-name {
    font-size: 20px;
    font-weight: bold;
    color: #0b3c5d;
    margin-bottom: 5px;
}

.manager-position {
    color: #666;
    margin-bottom: 15px;
}

/* زر التفاصيل */
.manager-btn {
    display: inline-block;
    background: #0b3c5d;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.manager-btn:hover {
    background: #062c44;
}

/* الشاشات المتوسطة */
@media (max-width: 992px) {
    .managers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* الموبايل */
@media (max-width: 600px) {
    .managers-grid {
        grid-template-columns: 1fr;
    }

    .manager-img-box {
        height: 240px;
    }
}
/* ===== قسم المديرين ===== */

.managers-section {
    padding: 40px 0;
}

/* الشبكة */
.managers-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    width: 100%;
}

/* الكرت */
.manager-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
    max-width: 350px;
    margin: auto;
}

.manager-card:hover {
    transform: translateY(-5px);
}

/* صندوق الصورة */
.manager-img-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #f3f3f3;
}

/* الصورة */
.manager-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* الاسم */
.manager-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #0b3c5d;
}

/* الوظيفة */
.manager-position {
    font-size: 15px;
    margin-bottom: 15px;
    color: #555;
}

/* زر التفاصيل */
.manager-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #0b3c5d;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
}

.manager-btn:hover {
    background: #082a44;
}
.managers-section h2 {
    font-size: 38px;
    font-weight: bold;
    color: #0a3d62;
}

/* شبكة البطاقات */
.managers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
    justify-items: center;
}

/* تصميم كرت المدير */
.manager-card {
    width: 100%;
    max-width: 320px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.manager-card:hover {
    transform: translateY(-6px);
}

/* ضبط الصورة */
.manager-photo {
    width: 100%;
    height: 320px;       /* 👈 اضبطي الارتفاع كما تريدين */
    overflow: hidden;
    border-radius: 12px;
}

.manager-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* 👈 يجعل الصورة تظهر بحجم ثابت بدون تمدد */
}

/* الاسم */
.manager-name {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #0a3d62;
}

/* الوظيفة */
.manager-position {
    font-size: 16px;
    color: #555;
    margin-bottom: 12px;
}

/* رابط PDF */
.pdf-link {
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    color: #1e90ff;
}

/* زر التفاصيل */
.btn-details {
    display: inline-block;
    padding: 10px 25px;
    background: #0a3d62;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}
.btn-details:hover {
    background: #07405c;
}

/* عنوان القسم */
.about-title {
    font-size: 32px;
    font-weight: bold;
    color: #0a3d62;
}

/* شبكة البطاقات */
.about-managers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 35px;
    justify-items: center;
    margin-top: 20px;
}

/* كرت المدير */
.about-manager-card {
    width: 100%;
    max-width: 330px;
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.about-manager-card:hover {
    transform: translateY(-8px);
}

/* الصورة */
.about-manager-photo {
    width: 100%;
    height: 260px; /* 👈 يمكنك تعديل الارتفاع */
    overflow: hidden;
    border-radius: 12px;
}

.about-manager-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 👈 الصورة تُقص لتناسب الكرت */
}

/* الاسم */
.about-manager-name {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #0a3d62;
}

/* الوظيفة */
.about-manager-position {
    color: #444;
    font-size: 16px;
    margin-bottom: 10px;
}

/* الملخص */
.about-manager-summary {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* زر التفاصيل */
.about-btn-details {
    display: inline-block;
    padding: 10px 30px;
    background: #0a3d62;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s;
}

.about-btn-details:hover {
    background: #06344d;
}

/** تحسين قسم المدراء **/
.managers-section {
    padding: 60px 20px;
    text-align: center;
}

.section-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
}

.managers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.manager-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    transition: 0.3s;
    cursor: pointer;
}

.manager-card:hover {
    transform: translateY(-7px);
}

.manager-photo {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.manager-card h3 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.position {
    color: #555;
    margin-bottom: 15px;
}

.social-icons a {
    margin: 0 8px;
    color: #0a3d62;
    font-size: 20px;
    transition: 0.2s;
}

.social-icons a:hover {
    color: #079992;
}

/* ============ MODAL ============ */

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 1000;
}

.modal-content {
    background: #fff;
    margin: 80px auto;
    padding: 30px;
    width: 60%;
    border-radius: 15px;
    text-align: center;
    animation: fadeIn 0.3s ease-in-out;
}

.modal-photo {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.close {
    float: right;
    font-size: 30px;
    cursor: pointer;
}

.modal-icons a {
    font-size: 28px;
    margin: 0 10px;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(.95); }
    to { opacity: 1; transform: scale(1); }
}

.cv-btn {
    display: inline-block;
    background: #0a3d62;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.cv-btn:hover {
    background: #079992;
}

/* داخل المودال */
.modal-cv-btn {
    font-size: 17px;
    padding: 12px 22px;
}

/* تحسين أيقونات السوشيال */
.social-icons {
    margin-top: 10px;
}

.social-icons a {
    margin: 0 7px;
    font-size: 22px;
    color: #0a3d62;
}

.social-icons a:hover {
    color: #079992;
}
/* زر تحميل CV */
.cv-btn {
    display: inline-block;
    margin-top: 12px;
    background: #0a3d62;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.cv-btn i {
    margin-right: 6px;
}

.cv-btn:hover {
    background: #07405a;
}

/* زر CV داخل المودال */
.modal-cv {
    font-size: 16px;
    padding: 10px 20px;
}

/* تنسيق أيقونات السوشيال */
.social-icons a {
    margin: 0 6px;
    font-size: 20px;
    color: #0a3d62;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #079992;
}
