   /* قائمة التنقل */
        .nav-link {
  position: relative;
  color: white;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;   /* مسافة تحت النص */
  right: 0;
  left: 0;
  height: 2px;
  background-color: white;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}.header {
  background-color: #2F3C69 !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
}

        .nav-menu {
            display: flex;
            gap: 30px;
            align-items: center;
            position: relative;
        }

        /* حاوية كل رابط */
        .nav-link-wrapper {
            position: relative;
        }

        /* رابط الصورة */
        .nav-link {
            display: inline-block;
            transition: transform 0.3s ease;
        }

        /* تأثير التحويم */
        .nav-link:hover {
            transform: scale(1.1);
        }

        /* صورة الرابط */
        .nav-icon {
            width: 60px;
            height: auto;
            filter: grayscale(100%) brightness(0.7);
            transition: filter 0.3s ease, border 0.3s ease, padding 0.3s ease;
        }

        /* عند التحويم أو النشط */
        .nav-link.active .nav-icon,
        .nav-link:hover .nav-icon {
            filter: none;
        }

        /* عند فتح القائمة المنسدلة - تمييز الأيقونة */
        .nav-link-wrapper:hover .nav-link .nav-icon {
            filter: none;
            border: 2px solid #fcfcfc;
            border-radius: 8px;
            padding: 2px;
        }

        /* القائمة المنسدلة */
        .dropdown {
            display: none;
            position: absolute;
            top: 100%;
            right: 50%;
            transform: translateX(50%);
            padding: 12px 20px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border-radius: 12px;
            list-style: none;
            z-index: 1000;
            min-width: 180px;
            text-align: center;
            font-family: 'Foda Naskh', 'Tajawal', sans-serif;
            background-color: #f9f5ee;
            /* لون خلفية مميز */
            border: 1px solid #2c3e50;
            /* إطار ذهبي خفيف */
            backdrop-filter: blur(6px);
        }

        /* العناصر داخل القائمة */
        .dropdown li {
            margin: 8px 0;
        }

        .dropdown li a {
            color: #0A2C38;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s ease, background-color 0.3s ease;
            display: block;
            padding: 4px 8px;
            border-radius: 6px;
        }

        /* عند تحويم الروابط داخل القائمة */
        .dropdown li a:hover {
            color: #f8f8f8;
            /* لون ذهبي */
            font-weight: bold;
            background-color: #2c3e50;
            /* خلفية مميزة عند التحويم */
        }

        /* إظهار القائمة عند التحويم */
        .nav-link-wrapper:hover .dropdown {
            display: block;
        }

        /* القائمة المنسدلة عند scrolled header */
        .header.scrolled .nav-link-wrapper .dropdown {
            background-color: #ffffff;
        }

        body {
            font-family: 'Montserrat-Arabic-Light', sans-serif;
            background-color: #faf9f6;
            color: #1e1e1e;
            line-height: 1.8;
            font-size: 17px;
        }

        h1,
        h2,
        h3,
        .section-title {
            font-family: 'Montserrat-Arabic-Bold', sans-serif;
            color: #2c3e50;
            margin-bottom: 1rem;
        }

        .header {
            background-color: #2c3e50;
            padding: 15px 0;
        }

        .header .logo {
            color: white;
            font-size: 28px;
            font-family: 'Montserrat-Arabic-Bold';
        }

        .about-image {
            width: 100%;
            height: auto;
            max-height: 450px;
            object-fit: cover;
        }

        .about-section {
            padding: 60px 20px;
        }

        .about-text {
            max-width: 700px;
            margin: auto;
            text-align: center;
        }

        .footer {
            background-color: #fefdfb;
            padding: 40px 0 0;
        }

        .footer-pattern img {
            width: 100%;
            display: block;
        }



        .footer-logo-img {
            max-width: 120px;
        }

        .contact-item {
            margin-bottom: 10px;
            font-size: 15px;
            color: #2c3e50;
        }

        .contact-item i {
            margin-left: 8px;
            color: #0A2C38;
        }

        .copyright {
            margin-top: 15px;
            font-size: 14px;
            color: #444;
        }
 .about-section {
            padding: 60px 20px;
            display: flex;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .about-image-side {
            flex: 1 1 400px;
            max-width: 500px;
        }

        .about-image-side img {
            width: 100%;
            border-radius: 12px;
            object-fit: cover;
        }

        .about-text-side {
            flex: 1 1 400px;
            max-width: 600px;
            text-align: right;
        }

        .about-text-side h2 {
            font-family: 'Montserrat-Arabic-Bold', sans-serif;
            color: #2c3e50;
            margin-bottom: 20px;
        }

        .about-text-side p {
            font-family: 'Montserrat-Arabic-Light', sans-serif;
            font-size: 17px;
            line-height: 1.8;
            color: #1e1e1e;
        }

        .azer-bold-title {
            font-family: 'Montserrat-Arabic-Bold', sans-serif;
            font-weight: bold;
            font-size: 28px;
            line-height: 1.4;
            color: #0A2C38;
            /* أو أي لون تريده */
            text-align: right;
            /* أو right/left حسب اتجاهك */
        }

        .about-section {
            margin-top: 120px;
            padding-top: 30px;
        }

        @media (max-width: 768px) {
            .about-section {
                margin-top: 170px;
                padding-top: 50px;
            }
        }

        @media (max-width: 480px) {
            .about-section {
                margin-top: 210px;
                padding-top: 60px;
            }
        }

        .sections-page {
            margin-top: 120px;
            padding-top: 30px;
            background-color: #faf9f6;
        }

        .section-title {
            font-family: 'Montserrat-Arabic-Bold', sans-serif;
            font-size: 28px;
            color: #0A2C38;
        }

        .heading-line {
            width: 80px;
            height: 3px;
            background-color: #B1872F;
        }

        .section-card {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 16px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .section-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

        .section-card img {
            border-radius: 12px;
        }
  .newsletter-section {

            margin-top: 40px;
        }

        .newsletter-form {
            margin-top: 15px;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .newsletter-input {
            padding: 12px 16px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            flex: 1 1 250px;
            max-width: 300px;
        }

        .newsletter-button {
            padding: 12px 24px;
            background-color: #2c2c2b02;
            /* زر أزرق */
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .newsletter-button:hover {
            background-color: #836a34;
        }

        .footer-content {

            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            direction: rtl;
            gap: 50px;
            padding-top: 30px;
            padding-bottom: 20px;

        }

        .footer-logo,



        .footer-logo {
            text-align: right;
        }

        .footer-contact {
            text-align: left;
            margin-inline-start: auto;
            padding-left: 60px;
            /* أو 50px حسب ما يناسب */
        }

        .footer-logo-img {
            max-width: 140px;
            margin-bottom: 10px;
        }

        .footer-description {
            font-size: 15px;
            color: #2c3e50;
            line-height: 1.8;
            text-align: justify;
        }

        .contact-item {
            margin-bottom: 10px;
            font-size: 15px;
            color: #2c3e50;
        }

        .contact-item i {
            margin-left: 8px;
            color: #0A2C38;
        }

        .copyright {
            margin-top: 15px;
            font-size: 14px;
            color: #444;
        }

        .footer-pattern {
            width: 100vw;
            margin-left: calc(-50vw + 50%);
            padding: 0;
            background-color: #fefdfb;
        }

        .footer-pattern img.pattern-image {
            width: 100%;
            height: auto;
            display: block;
            margin: 0;
            padding: 0;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .footer-content {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .footer-logo,
            .footer-contact {
                text-align: center;
                margin: 0;
            }

            .contact-item i {
                margin-left: 5px;
            }
        }
.footer-description {
            font-size: 15px;
            color: #2c3e50;
            line-height: 1.8;
            text-align: justify;
        }
