html, body {
    overflow-x: hidden;
    width: 100%;
    font-family: 'Tajawal', sans-serif;
    background-color: #fff;
    color: #000;
  }
  
  /* Navbar */
  /* .navbar {
    background-color: #272525;
    padding: 4px 30px !important;
    display: flex;
    align-items: center;
  }
  
  .navbar-brand img {
    height: 50px;
    transform: scale(1.5);
    transition: transform 0.3s ease;
  }
  
  .nav-link {
    color: #fff !important;
    margin-left: 20px;
  }
  
.navbar-toggler{
    border-color: #fff !important;
    color: #fff !important;
    background-color: #fff !important;
  }
  
  .nav-link:hover {
    color: #EBB845 !important;
  } */


  .navbar {
    /* background-color: #272525; */
    padding: 20px 30px !important;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-weight: bold !important;
    background-color: rgba(0, 0, 0, 1) !important;


}

.nav-link-underline {
    position: relative;
    color: white;
    border-bottom: 3px solid white !important; /* الخط الأبيض تحت النص */
    padding-bottom: 5px; /* مسافة بين النص والخط */
  }
  

.logo-img {
    height: 50px;
    transform: scale(1.7);
    transition: transform 0.3s ease;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #EBB845 !important;
}

.navbar-toggler {
    border-color: #fff !important;
    background-color: #fff !important;
}

/* إبراز اللوجو */
/* .logo-highlight { */
    /* background-color: #000; */
    /* padding: 20px 50px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); */
    
/* } */


.object-fit-cover {
    object-fit: cover;
}

.btn-gold {
    background-color: #d4af37 !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border: none;
    border-radius: 5px !important;
    font-weight: bold;
    transition: background-color 0.3s ease !important;
}

.btn-gold:hover {
    background-color: #c19b2e !important;
    color: #fff !important;
}



.bg-opacity-50 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.iti {
    width: 100%;
    color: #212529 !important;
    position: relative; /* مهمة لتنظيم ظهور القائمة */
}

/* تحكم في قائمة الدول */
.iti__country-list {
    max-height: 250px; /* خلي القائمة بحجم مناسب */
    overflow-y: auto;  /* لو زادت تظهر سكرول */
    width: auto !important; /* تمنعها من فرد نفسها بعرض الشاشة */
    max-width: 300px; /* حد أقصى للعرض */
    z-index: 9999; /* فوق أي عناصر تانية */
}


    form input,
    form .input-group-text {
        border-radius: 5px !important;
        color: #212529 !important;
        background-color: #fff !important;
    }
  .btn-search , .btn-pro{
    background-color: #fff !important;
    color: #EBB845 !important;
    padding: 10px !important;
    font-weight: bold !important;
    border: #EBB845 solid 4px !important;
  }
  .btn-search:hover , .btn-pro:hover{
    background-color: transparent  !important;
    border: #f8f9fa solid 4px !important;
    color: #f8f9fa !important;
    
  }






/* يجعل قائمة الدول تظهر في الاتجاه الصحيح */
[dir="rtl"] .iti__country-list {
    left: 0 !important;
    text-align: right;
}


.gold {
    color: #d4af37 !important;
}


#search-section {
    background: url('../img/Resr.png') no-repeat center center / cover !important;
    padding: 200px 0;
}


    select {
        background-color: #f9f9f9;
        border-radius: 0.5rem;
        }
        
        .search-btn {
            background: linear-gradient(145deg, #D4AF37, #b9921f); /* تدرج ذهبي */
            color: #fff !important;
            padding: 12px 25px;
            border: none;
            border-radius: 8px !important;
            font-size: 16px !important;
            font-weight: bold !important;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
                        0 4px 6px rgba(0, 0, 0, 0.3); /* ظل داخلي وخارجي */
            transition: all 0.3s ease-in-out !important;
        }
        
        .search-btn:hover {
            background: linear-gradient(145deg, #b9921f, #D4AF37); /* عكس التدرج للمعان */
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
                        0 6px 10px rgba(0, 0, 0, 0.4);
            transform: translateY(-2px); /* حركة خفيفة عند التحويم */
        }
        
        

    #ourServices {
        background-color: #f8f9fa;
    }
  
    .gold {
        color: #d4af37;
    }
  
    .section-title {
        font-weight: bold;
        margin-bottom: 30px;
    }
  
    .icon-box {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
    }
  
    .icon-box i {
        font-size: 24px;
        margin-right: 15px;
        color: #d4af37;
    }
  
    .img-fluid {
        max-height: 350px;
        object-fit: cover;
        border-radius: 10px;
        margin:15px !important ;
    }
  
    .rtl .icon-box i {
        margin-left: 15px;
        margin-right: 0;
    }
  
  
  
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25D366; /* أخضر واتساب */
      color: white;
      border-radius: 50%;
      padding: 15px;
      font-size: 24px;
      z-index: 999;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0,0,0,0.3);
      transition: background-color 0.3s ease;
    }
    
    .whatsapp-float:hover {
      background-color: #20ba5a;
      text-decoration: none;
    }    

      
  
/* ايقونات   */
    .social-icons-vertical {
      position: fixed;
      bottom: 0;
      left: 0;
      transform: translateY(-0%);
      z-index: 999;
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 10px 5px;
    }
  
    .social-icon {
      background: #ffffff;
      border-radius: 10px;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: transform 0.3s, box-shadow 0.3s;
    }
  
    .social-icon:hover {
      transform: scale(1.1) rotateY(10deg);
      box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    }
  
    /* Platform-specific colors */
    .social-icon.facebook { background-color: #3b5998; }
    .social-icon.twitter { background-color: #000000; } /* Twitter-X is black */
    .social-icon.instagram {
      background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fd5949 45%, #d6249f 75%, #285AEB 100%);
    }
    .social-icon.linkedin { background-color: #0077b5; }
    .social-icon.whatsapp { background-color: #25d366; }
    .social-icon.tiktok { background-color: #000000; }
    .social-icon.snapchat { background-color: #fffc00; color: #000; }
  
  








.logo-img {
    width: 100px !important; /* حجم العرض الجديد */
    height: auto !important; /* يحافظ على نسبة الأبعاد */

    margin-top:10px !important;
}

.navbar-nav li{
    padding-top: 30px !important;
}

.text_home {
    font-size: 40px; /* أو حسب التصميم */
    line-height: 1.8; /* يتحكم في المسافة بين السطرين */
    margin-top: 150px !important;
    margin-bottom: 20px;
  }
  
.form-home{
    margin-top: 200px !important;


}
#gm-message{
    margin-top: 50px !important;
}

.styled-service-img {
    max-width: 50%;
    height: auto;
    border: 4px solid #D4AF37; /* إطار ذهبي */
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* ظل ناعم */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.styled-service-img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.5); /* ظل ذهبي عند التحويم */
}

/* #search-section {
    border: 2px solid #D4AF37; 
    border-radius: 12px; 
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
} */


.gold-text {
    color: #D4AF37; /* لون ذهبي */
  }
  .feature-icon {
    font-size: 2.5rem;
    color: #D4AF37;
    margin-bottom: 15px;
  }

  .gold-btn {
    background-color: #D4AF37 !important;
    border: none !important;
    color: white !important;
    font-weight: bold !important;
    transition: background-color 0.3s ease !important;
  }

  .gold-btn:hover {
    background-color: #b8992f !important;
    color: #fff !important;
  }

  .form-label i {
    vertical-align: middle;
    margin: 5px !important;
  }


  .gold-text {
    color: #D4AF37;
  }

  .gold-outline-btn {
    border: 1px solid #D4AF37 !important;
    color: #D4AF37 !important;
    font-weight: 500 !important;
    transition: 0.3s ease !important;
  }

  .gold-outline-btn:hover {
    background-color: #D4AF37;
    color: white;
  }

  .gold-outline-btn i {
    vertical-align: middle;
  }

  .testimonial-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    text-align: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .testimonial-card:hover {
    transform: translateY(-5px);
  }
  
  .testimonial-card h5 {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .testimonial-card .text-muted {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  
  .testimonial-card .stars {
    color: #ffc107;
    font-size: 1.2rem !important;
    margin-top: 10px !important;
  }
  
  /* Card in the middle */
  .featured-card  {
    background-color: #000 !important;
    color: #fff !important;
  }
  
  .featured-card .text-muted,
  .featured-card .stars {
    color: #ffc107 !important;
  }

  .featured-card .text-muted {
    color:  #fffdee !important;
  }
  /* Padding كبير للشاشات الكبيرة */
#property-section {
  padding: 200px !important;
}

#bnar-section,
#blogs-section,
#clients-section {
  padding: 100px !important;
}

/* Padding أصغر للشاشات الصغيرة (أقل من 768px) */
@media (max-width: 767px) {
  #property-section {
    padding: 0px !important;
    padding-top: 200px !important;
  }

  #bnar-section,
  #blogs-section,
  #clients-section {
    padding: 0px !important;
    padding-top: 100px !important;
  }
}

  .img_card{
    height: 200px !important;
  }
  
  .custom-blog-img {
    margin-top: 100px !important ;  
    max-width: 700px !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important; /* اختياري لجعل الزوايا ناعمة */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important; /* ظل خفيف */
}




  /* تعديلات */

  .full-width-image {
    width: 100%;
    height: 65vh; /* 65% من ارتفاع الشاشة */
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.full-width-image:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.image-container {
    padding: 0 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 80px !important;
}






