html, body {
    overflow-x: hidden;
    width: 100%;
    font-family: 'Tajawal', sans-serif;
    background-color: #fff;
    color: #000;
  }
  


  .navbar {
    /* background-color: #272525; */
    padding: 10px 20px !important;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-weight: bold !important;
    background-color: #000545 !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;
}



.object-fit-cover {
    object-fit: cover;
}

.btn-gold {
    background-color: #F1A905 !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: #F1A905 !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, #F1A905, #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, #F1A905); /* عكس التدرج للمعان */
    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: #F1A905;
}

.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: #F1A905;
}

.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: 50px !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 , #search-section{
    margin-top: 50px !important;
}

.styled-service-img {
    max-width: 50%;
    height: auto;
    border: 4px solid #F1A905; /* إطار ذهبي */
    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 #F1A905; 
    border-radius: 12px; 
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
} */


.gold-text {
    color: #F1A905; /* لون ذهبي */
  }
  .feature-icon {
    font-size: 2.5rem;
    color: #F1A905;
    margin-bottom: 15px;
  }

  .gold-btn {
    background-color: #F1A905 !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: #F1A905;
  }

  .gold-outline-btn {
    border: 1px solid #F1A905 !important;
    color: #F1A905 !important;
    font-weight: 500 !important;
    transition: 0.3s ease !important;
  }

  .gold-outline-btn:hover {
    background-color: #F1A905;
    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;
}


#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;
}







  .goal-card {
    background: #000545 !important;
    color: #ddd !important;
    border-radius: 14px !important ;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }
  .goal-card h5 {
    color: #F1A905;
  }
  .goal-card span {
    color: #F1A905;
  }
  .goal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  }





  .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* لون أسود شفاف */
}


/* أولاً خلي الكاروسيل نفسه نسبي */
#testimonialCarouselAr {
  position: relative;
}

/* زر السهم الشمال */
.carousel-control-prev {
  right: -130px !important; /* حركي السهم بره شوية */
}

/* زر السهم اليمين */
.carousel-control-next {
  left: -130px !important; /* حركي السهم الناحية التانية */
}

/* تنسيق الأيقونات */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #F1A905; /* لون ذهبي شفاف */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {

  .testimonial-card {
    width: 100%;
    margin: 0 auto;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 20px;
    height: 20px;
    margin-top: 40%;
    transform: translateY(-50%);
  }

  .carousel-control-prev {
    right: -15px !important;  /* المسافة من اليسار */
  }

  .carousel-control-next {
    left: -15px !important;/* المسافة من اليمين */
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 35px;
    height: 35px;
    background-size: 50%;
  }
}






  


/* قسم الرؤية والرسالة */
.vision-mission-section {
  background: linear-gradient(rgba(0, 5, 69, 0.85), rgba(0, 5, 69, 0.85)),
              url('/img/real4.jpg') center/cover no-repeat;
  position: relative;
}

.vision-mission-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  transition: 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.vision-mission-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.icon-gold {
  color: #F1A905;
}

.text-gold {
  color: #F1A905;
}

/* تحسين المظهر في الموبايل */
@media (max-width: 768px) {
  .vision-mission-card {
    text-align: center;
  }
}


/* تحسين العرض على الموبايل */
@media (max-width: 768px) {

  /* تقليل ارتفاع قسم الرؤية والرسالة */
  .vision-mission-section {
    height: auto !important;
    padding: 30px 10px !important;
  }

  /* الصورة والنص أسفل بعض */
  .row.align-items-center .col-md-4,
  .row.align-items-center .col-md-8 {
    text-align: center !important;
  }

  /* الصورة تكون في النص وتاخد العرض الكامل */
  .row.align-items-center img {
    width: 100%;
    margin-bottom: 20px;
  }

  /* الكروت تكون بصف واحد */
  .core-values-section .col-md-4,
  .core-values-section .col-md-6,
  .goal-card {
    width: 100% !important;
    margin: 0 auto 20px auto !important;
  }

  /* تصغير حجم العناوين قليلاً */
  h2, h3, h5 {
    font-size: 1.2rem !important;
  }

  p, h6 {
    font-size: 0.95rem !important;
    text-align: center !important;
  }

  /* الزر يكون في المنتصف */
  .btn {
    display: block;
    margin: 0 auto;
  }
}



.custom-img-container {
  display: flex;
  justify-content: center;
  align-items: start;
}

.custom-img {
  width: 350px;   /* 👈 عرض الصورة */
  height: 380px;  /* 👈 ارتفاع الصورة */
  object-fit: cover; /* عشان الصورة تفضل مظبوطة من غير تمدد */
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  margin-right: 30px;
}



.big-card {
  background: #dfdfdf;
  position: relative;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}


/* صف الكروت الداخلي */
.inner-row {
  margin-left: 0;
  margin-right: 0;
}

/* الكروت الداخلية */
.inner-card {
  background: #fff9ef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* تأثير hover */
.inner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* الكروت تاخد المساحة كلها تقريبًا */
.col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

