:root {
  --main-color: #8d8b8b;;
  --sec-color: #000;
  --title-color: #F2F2F2;
}

/* ===================== */
/* Fonts Loading */
/* ===================== */

/* Gilmer */
@font-face {
  font-family: "Gilmer";
  src: url("../fonts/Gilmer Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Gilmer";
  src: url("../fonts/Gilmer Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Gilmer";
  src: url("../fonts/Gilmer Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Gilmer Outline";
  src: url("../fonts/Gilmer Outline.otf") format("opentype");
}

/* MinionPro */
@font-face {
  font-family: "MinionPro";
  src: url("../fonts/MinionPro-Regular.otf") format("opentype");
  font-weight: 400;
}

/* Planc */
@font-face {
  font-family: "Planc";
  src: url("../fonts/Planc-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Planc";
  src: url("../fonts/Planc-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Planc";
  src: url("../fonts/Planc-Light.ttf") format("truetype");
  font-weight: 300;
}

/* ===================== */
/* Font Styling */
/* ===================== */

body {
  font-family: "Planc", sans-serif;
  font-weight: 400;
  direction: ltr;
  text-align: left;
  font-size: 16px;
  color: #222;
  line-height: 1.8;
}

h1, h2 {
  font-family: "Gilmer", sans-serif;
  font-weight: 700;
}

h3, h4, h5 {
  font-family: "Gilmer Outline", sans-serif;
  font-weight: normal;
}

blockquote, cite {
  font-family: "MinionPro", serif;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}

body {
  direction: rtl;
  text-align: start;
  font-family: "29LTAZER";
  overflow-x: hidden;
}

/* nice select */
.nice-select {
  width: 100%;
  /* margin-bottom: 15px; */
  text-align: right !important;
  padding-left: 30px;
  padding-right: 18px;
}

.nice-select::after {
  left: 12px;
  right: auto;
}

.nice-select .option {
  text-align: right;
  padding-left: 29px;
  padding-right: 18px;
}

.nice-select .list {
  width: 100%;
}

.nice-select:after {
  width: 8px;
  height: 8px;
}

.owl-carousel {
  direction: ltr;
}

.carousel-info button {
  border: none;
  outline: none;
  background: none;
}

button:focus,
button {
  border: none;
  outline: none;
}

.mynav button {
  background: none;
}

input:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}

span.navbar-toggler-icon {
  background:#fff;
  color:  var(--sec-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 34px;
}

span.navbar-toggler-icon i {
  font-size: 22px;
}

/* Start navbar */
.right-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-btn a,
.my-btn button,
.my-btn a {
  background-color: #fff;
  color: #000;
  padding: 8px 16px; /* تقليل الحجم */
  font-family: "Gilmer", sans-serif;
  transition: all 0.3s ease-in-out;
  min-width: 110px;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 12px;
  border-radius: 30px; /* حواف دائرية */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* ظل ناعم وجذاب */
}

/* تأثير عند المرور Hover */
.my-btn a:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0 6px 18px rgba(255, 255, 255, 0.25); /* ظل أبيض عند الهوفر */
}

.slider-btns .my-btn a{
  min-width: 118px;
}

.header-btn a::after,
.my-btn a::after,
.my-btn button::after,
.slider-links a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c40000;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
}

.my-btn a:hover,
.about-info .my-btn a:hover{
  color: #000;
}
.header-btn a:hover::after,
.my-btn a:hover::after,
.my-btn button:hover::after,
.slider-links a:hover::after {
  transform: scale(1);
  opacity: 1;
}/* Topbar */
.topbar {
  background-color: #f5f5f5;
  padding: 5px 20px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.top-link {
  color: #000;
  margin-left: 20px;
  text-decoration: none;
}

.top-link i {
  margin-inline-end: 5px;
}

/* Navbar adjustments */
.left-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
}

.logo {
  height: 69px;
}

.logo img {
  height: 100%;
  object-fit: contain;
}

header {
  position: sticky; /* or fixed if you prefer */
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #000; /* navbar background */
}

.mynavbar {
  padding-inline: 60px;
}

.mynavbar .row {
  align-items: center;
}

.mynavbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Menu Items */
.mynav li {
  padding: 0;
}

.mynav .nav-link {
  color: #fff;
  transition: all 0.3s;
  padding: 0;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
}

.mynav .nav-link::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  width: 100%;
  height: 7px;
  background-size: contain;
  z-index: 2;
  background-image: url('https://bimcloudllc.com/wp-content/uploads/2025/05/img121-removebg-preview-1-e1746617032417.png');
  transition: all 0.3s;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.mynav .nav-link:hover:after,
.mynav li.current-menu-item .nav-link::after {
  opacity: 1;
}

.mynav .nav-link:hover,
.mynav li.current-menu-item .nav-link {
  color: var(--main-color);
}

/* Lang (if needed) */
.lang a {
  color: #fff;
  text-transform: capitalize;
  font-family: "Montserrat";
}


.left-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang a:hover {
  color: var(--main-color);
}

.btnSearch i {
  color: #fff;
  margin-inline: 10px;
  cursor: pointer;
}

/* Start Search */

.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 12px;
  transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
  -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  left: 20px;
}

.site-search.open {
  z-index: 99999999;
  opacity: 1;
  transition: opacity .5s, z-index 0s;
  -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -40px;
  opacity: 1;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
  position: relative;
  padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  opacity: 0;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
  transform: translateX(-50%);
  z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  color: var(--main-color);
  background: none;
  border: none;
  border-bottom: 3px solid var(--main-color);
  font-size: 20px;
  /*  	font-weight: 900;*/
  padding: 15px 0;
  height: auto;
  margin: 0;
  outline: none !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  /* -webkit-appearance: none; */
  border-radius: 0px;
  box-shadow: inset 0 0 0 transparent;
  color: var(--main-color);
  padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
  top: 10px;
  right: 15px;
  padding-top: 0 !important;
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  position: absolute;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--main-color);
  padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: var(--main-color);
}

.searchForm .btnSearch {
  box-shadow: none !important;
  margin: 0 25px;
  color: #101010;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border: none !important;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
}

.searchForm .btnSearch i {
  transition: all 0.6s;
  color: var(--main-color);
}

.searchForm .btnSearch i:hover {
  transform: rotate(360deg);
  color: var(--hover-color);
}

.site-search-close {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}


/* End Search */
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100%;
  width: 350px;
  background-color: var(--sec-color);
  z-index: 999;
  padding: 20px 0;
  z-index: 999999;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  padding: 20px 0;
}

.sidebar-width {
  right: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.sidebar .side-content {
  padding-top: 10px;
  margin-top: 30px;
}

.side-content a i {
  margin: 0 8px;
}

.side-content a {
  text-transform: capitalize;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.sidebar .side-content ul li:hover {
  background-color: #fff;
}

.sidebar .side-content ul li:hover a::after {
  color: #fff;
}

.sidebar .side-content ul li:hover a,
.sidebar .side-content>ul li:hover a::after {
  color: var(--main-color);
}

.sidebar .side-content ul li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
}

.sidebar .side-content ul li a:hover {
  background-color: #fff;
  color: var(--main-color);
}

.sidebar .header-btn {
  padding-inline-start: 20px;
  margin-top: 20px;
}

/* Start home slider */
.home-slider, .home-slider .item,
.home-slider .item .container-fluid,
.home-slider .item .container-fluid .row{
   min-height: 710px;
   direction: rtl;
}
.home-slider .owl-item,
.home-slider .item {
  overflow: hidden;
  position: relative;
}


.slider-home .slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-home .slider-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
 /* background: linear-gradient(180deg, rgba(255, 203, 142, 0.85) -107.49%, #000000a3 50%);*/
  transform: rotate(-180deg);
}

.slider-home .slider-img::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 89px;
  width: 206.34px;
  height: 503.86px;
  background-size: cover;
  z-index: 1;
 /* background-image: url('https://bimcloudllc.com/wp-content/uploads/2025/05/img121-removebg-preview-1-e1746617032417.png');*/
}

.home-slider {
  width: 100%;
  z-index: 1;
  position: relative;
}


.owl-item.active .slider-info .slider-btns {
  animation: 1s fadeInUp;
}

.owl-item.active .slider-info h2 {
  animation: 1s fadeInDown;
}

.home-slider .row {
  align-items: center;
}

.slider-home .owl-item .slider-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slider-info {
  position: relative;
  z-index: 99;
  color: #fff;
  padding-top: 80px;
  padding-inline-start: 60px; /* ⬅️ حرّك المحتوى للشمال */
  max-width: 800px;           /* تحديد عرض المحتوى لعدم التمدد الزائد */
}


.slider-info h2 {
  font-size: 50px;
  line-height: 1.2;
  font-family: 'bold';
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  text-align: center;
}

.slider-info h2 img {
  height: 25px;
}

.slider-info h2 span {
  display: inline-block;
}

.slider-info h2 span span {
  color: #c40000;
  font-style: italic;
}

/* النص الثانوي الثابت */
.slider-subtext {
  font-size: 18px;
  color: #ccc;
  line-height: 30px;
  margin: 20px 0;
  white-space: nowrap;
  text-align: left;
  padding-left: calc(50% - 370px); /* محاذاة حسب منتصف العنوان */
}
/* الأزرار */
.slider-btns {
  display: flex;
  justify-content: center;    /* توسيط أفقياً */
  align-items: center;
  gap: 35px;
  margin-top: 20px;
}

.slider-btns .my-btn a {
  color: #000;
  background-color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: bold;
}

.slider-btns .my-btn a:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .slider-info {
    padding-inline: 15px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .slider-info h2 {
    font-size: 32px;
    line-height: 1.3;
    white-space: normal;     /* السماح بكسر السطر */
    flex-wrap: wrap;         /* الصورة + النص يلفوا مع بعض */
    text-align: center;
    gap: 5px;
  }

  .slider-info h2 img {
    height: 20px;
  }

  .slider-info h2 span {
    text-align: center;
    display: inline-block;
  }

  .slider-subtext {
    font-size: 15px;
    color: #ccc;
    line-height: 1.6;
    margin: 15px auto;
    text-align: center;
    white-space: normal;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .slider-btns {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .slider-btns .my-btn a {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .slider-info h2 img {
    height: 16px;     /* ✅ تصغير الصورة للموبايل */
    max-width: 20px;
  }
}

.video-icone a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 0.5px solid #c40000;
}

.video-icone a::after {
  position: absolute;
  content: '\f04b';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: #000;
  font-size: 13px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 0.5px solid #c40000;
}

.video-icone a::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.7;
  animation: movecir 1s infinite linear;
}

@keyframes movecir {
  0% {
      transform: scale(0.5);
      opacity: 1;
  }

  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}
.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  font-size: 26px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.19);
  color: #fff;
  border-radius: 0;
  margin: 0;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.home-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
  width: 38px;
  height: 98px;
}

.home-slider .owl-theme .owl-nav .owl-next {
  right: 0;
  width: 38px;
  height: 98px;
}

.card-slider.owl-theme .owl-nav .owl-prev {
  left: -70px;
}

.card-slider.owl-theme .owl-nav .owl-next {
  right: -70px;
}

.home-slider  .owl-theme .owl-nav .owl-next:hover,
.home-slider  .owl-theme .owl-nav .owl-prev:hover {
  color: #c40000;
}
.home-slider .owl-nav {
  display: none !important;
}


.part-slider.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 0px 7.5px;
  border: none;
  background: #E6E6E6;
  border-radius: 50%;
  transition: all 0.3s;
}


.part-slider.owl-theme .owl-dots .owl-dot:hover span,
.part-slider.owl-theme .owl-dots .owl-dot.active span,
.card-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #c40000;
  width: 24px;
  height: 24px;
}

.slider-home.owl-theme .owl-dots,
.card-slider.owl-theme .owl-dots {
  margin-top: 22px;
}

section.home-slider {
  margin-top: 0;
}

.slider-home.owl-theme .owl-dots .owl-dot {
  display: block;
}

.slider-home.owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}

.part-slider.owl-theme .owl-dots .owl-dot span {
  background: #E6E6E6;
}

.part-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #c40000;
}



.owl-theme .owl-nav .disabled {
  opacity: 1;
}

/* ********************************* */
/* Start about section */

section.about .col-lg-6{
  padding: 0;
}
section {
 /* padding: 70px 0;*/
  position: relative;
  overflow: hidden;
}

section.about {
  position: relative;
  padding: 0;
}


.about-info {
  padding-inline-start: 69px;
  padding-inline-end: 90px;
}

.section-title {
  margin-bottom: 20px;
}
.evaluation-ethics .section-title{
  margin-bottom: 50px;
}
.section-title h4 {
  font-size: 50px;
  color: #000;
  font-family: 'bold';
}


section.about .row {
  align-items: center;
}

.about-info p {
color: #454343;
font-size: 24px;
line-height: 37px;
  margin: 32px 0;

}
.about-info h4{

color: #fff;

font-size: 50px;

font-family: 'bold';
}
.about-info h6{

color: #000;

font-size: 18.75px;
}

.about-img {
  height: 768px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img .img,
.about-img .img img {
  width: 100%;
  height: 100%;
}

.about-img .img img {
  object-fit: cover;
}

.about-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #49505747;
}

.about-img::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 278.12px;
  height: 679.12px;
  background-size: cover;
  z-index: 2;
  /* تقدر تضيف صورة شفافة هنا لو حابب */
  background-image: url(''); /* فضيه أو ضيف صورة */
}

.about-img.about-page::before {
  display: none;
}

.about-info {
  padding-inline-start: 90px;
  padding-inline-end: 70px;
}

.about-info .my-btn a {
  background-color: #000;
  color: #fff;
}

/* -------------------------------  evaluation   ethics   section  ------------------   */
.evaluation-ethics{
  position: relative;
  background-color: #000;
  padding: 167px 93px 175px;
}
.evaluation-ethics::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 72%;
  height: 100%;
  background-size: cover;
  z-index: 1;
 /* background-image: url('https://bimcloudllc.com/wp-content/uploads/2025/05/img121-removebg-preview-1-e1746617032417.png');*/
  background-repeat: no-repeat;
}
.evaluation-ethics .container-fluid{
  position: relative;
  z-index: 2;
}
.evaluation-ethics .section-title h4{

color: #fff;

text-align: center;
}
.evaluation-ethics .section-title h6{

color: #c40000;

font-size: 18px;

text-align: center;
}
.evaluate-item{
text-align: center;
padding: 68px 14px;
background: #FFFFFF;
box-shadow: 0px 12px 44px rgba(0, 120, 90, 0.06);
position: relative;
transition: all 0.3s;
overflow: hidden;
}
.evaluate-item .evaluate-details{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: #fff;
  padding-top: 32px;
  padding-inline: 12px;
  bottom: -100%;
}
.evaluate-item:hover .evaluate-details{
  bottom: 0;
}
.evaluate-item .icone{
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c40000;
  border: 0.3px solid #E5FFF9;
  margin: 0 auto 24px;
}
.evaluate-item .icone img{
max-height: 60px;
max-width: 100%;
}
.evaluate-item  h4{font-size: 34px;line-height: 30px;color: #2E2E2E;font-family: 'bold';}
.evaluate-details h4{
margin-bottom: 17px;
}
.evaluate-details p{
  font-size: 18px;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
}
.evaluate-details .more a{

background: #c40000;

width: 56px;

height: 48px;

display: inline-block;

position: absolute;

bottom: 0;

left: 50%;

transform: translateX(-50%);

color: #c40000;
display: flex;
align-items: center;
justify-content: center;
}
.evaluate-details .more a i{
  font-size: 20px;
}
.evaluation-ethics .col-lg-3{
  padding:  0 8.5px;
}

/* ----------------- Start services section  ------------------ */
.services{
  padding: 0;
}
.services .col-lg-6{
  padding: 0;
}
.services-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background-color: transparent; /* نضمن خلفية شفافة */
  position: relative;
}

.services-img .img {
  max-width: 100%;
  height: auto;
}

.services-img .img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.services-info{
  padding-inline-start: 90px;
  padding-inline-end: 70px;
}

.services-info p{
font-size: 24px;
line-height: 37px;
margin: 32px 0;
color: #FFF;
}
.services-info .my-btn a:first-of-type{
margin-inline-end: 19px;
}
.services .row{
  align-items: center;
}
/* end services section *//* Start project section */
.projects.project-page {
  background-color: #fff;
}

.project-page .col-lg-4 {
  padding: 0 7px;
}

.project-page .project-item {
  margin-bottom: 16px;
}

.projects {
  background: #fff;
  padding-inline: 90px;
  padding: 70px 0;
  position: relative;
}

.projects .my-btn {
  text-align: center;
  margin-top: 50px;
}

.projects .my-btn a {
  background-color: #000;
  color: #fff;
  min-width: 216px;
}

.projects .my-btn a:hover {
  color: #000;
}

.project-item {
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}

.project-item .img {
  height: 386px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.project-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: all 0.3s ease;
  filter: brightness(1.05);
}

.project-item .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border-radius: 12px;
}

.project-item:hover .img::after {
  background: rgba(0, 0, 0, 0.1);
}

/* الاسم وسط الصورة */
.project-item .proj-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}

.project-item:hover .proj-name {
  opacity: 1;
}

.project-item .proj-name h4 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: 'bold';
  position: relative;
  z-index: 3;
  transition: transform 0.3s ease;
}

/* ✅ إزالة علامة البلص */
.project-item .more {
  display: none !important;
}

/* ✅ إزالة الأسهم بالكامل */
.arrow-left,
.arrow-right {
  display: none !important;
}

/* Tabs */
section.projects .section-title h4 {
  text-align: center;
  margin-bottom: 32px;
}

ul#pills-tab {
  justify-content: center;
  margin-bottom: 32px;
}

.nav-product .nav-link {
  background-color: #fff;
  color: #000;
  font-family: 'bold';
  font-size: 16px;
  border-radius: 0;
  display: inline-block;
  min-width: 118px;
  margin-inline: 8px;
  text-align: center;
  transition: all 0.3s;
}

.nav-product .nav-link:hover,
.nav-product .nav-link.active,
.nav-product .nav-link:focus {
  background-color: #000;
  color: #fff;
}

.project-page .nav-product .nav-link {
  border: 1px solid rgba(7, 54, 64, 0.17);
}

section.part-section {
  padding: 129px 91px;
  padding-inline-end: 70px;

  background-image: linear-gradient(
    rgba(30, 30, 30, 0.5), 
    rgba(30, 30, 30, 0.5)
  ), url('https://bimcloudllc.com/wp-content/uploads/2025/04/image_1334272873-1.webp');
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff; /* لو عايز النص يبقى أبيض */
}

section.part-section {
    padding: 100px 91px;
}
.part-section .section-title {
  margin-bottom: 32px;
}

section.part-section .owl-item {
  position: relative;
  /* overflow: hidden; */
}

section.part-section .col-lg-6 {
  padding: 0;
}

.container-fluid {
  padding: 0;
}
.part-info .section-title h6{

color: #c40000;

font-size: 18.7px;

margin-bottom: 16px;

line-height: 19px;
}
.part-info p{
  
color: #454343;
  
font-size: 24px;
  
line-height: 37px;
}
.part-item .col-6,
.part-item .col-4 {
  padding: 0px;
}

.part-item .img {
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7; /* لون مائل للرصاصي */
  border: 0.5px solid #E0E0E0; /* لون حدود خفيف رمادي */
  box-shadow: 0px 4px 36px rgba(0, 120, 90, 0.08);
  margin: 8px;
  transition: all 0.3s ease;
  border-radius: 12px; /* ✅ حواف دائرية ناعمة */
  overflow: hidden; /* لضمان عدم خروج الصورة من الحواف */
}

.part-item .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  display: block;
}

.part-item .img:hover {
  border: 1px solid #c40000; /* تأثير hover أحمر */
  box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.1); /* ظل أقوى شوية في الهوفر */
}

.item.part-item .row {
  margin: 20px;
}


.part-section .item .img a,
.part-item .img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9; /* خلفية ناعمة */
  transition: all 0.3s ease;
  border-radius: 12px; /* الحواف الدائرية */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* ظل خفيف */
  padding: 15px; /* مسافة داخلية */
}

.part-item .img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  transition: all 0.5s ease;
  object-fit: contain;
  border-radius: 8px; /* نفس الحواف تقريبًا داخل الصورة */
}

.part-section .item .img a:hover img {
  transform: translateY(-6px) scale(1.03); /* حركة خفيفة و تكبير بسيط */
}

.part-section .part-info {
  padding-top: 74px;
  padding-bottom: 60px;
}


/* *************Start footer section*********** */
footer {
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: #000;
}
.footer{
  position: relative;
  padding-inline: 75px;
  padding-bottom: 97px;
  padding-top: 100px;
}
.footer::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-size: cover;
  z-index: 0;
 /* background-image: url('../images/evaluate-after.png');*/
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.footer .col-lg-5{
  padding-inline-start: 0;
}
.footer-logo {
  height: 80px;
  margin-bottom: 28px;
}
.footer-logo img{
  height: 100%;
  object-fit: contain;
}
.footer-menu ul,
.footer-contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}

.footer-contact {
  margin-block: 24px;
}

.footer-sochial a {
  padding-inline-end: 14px;
  transition: all 0.3s;
}

footer a:hover {
  color: var(--sec-color);
}

footer .footer-links a:hover,
.footer-address a:hover {
  color: #c40000;
}
.footer-links h4,.left-footer h4{color: #fff;font-size: 32px;margin-bottom: 36px;font-family: 'bold';line-height: 50px;padding-top: 25px;}
.copy-right {
  padding: 22px 65px;
  margin-top: 0;
  background-color: #fff;
}

.ryad-logo {
  height: 56px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.company-r p {
  color: #282727;
  font-size: 18px;
  margin-bottom: 0;
}

.comp-rights {
  text-align: end;
}

.copy-right .row {
  align-items: center;
}

.company-r p a {
  color: #000;
}

footer .footer-links a {
  color: #fff;
  font-size: 18px;
}

footer .footer-links ul li {
  margin-bottom: 20px;
}

ul.contact-list li, .contact-list li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
}
ul.contact-list li .img img{
  height: 16px;
}
ul.contact-list li i, .contact-list li a i, ul.contact-list li .img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0.5px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 12px;
  padding: 3px;
}

ul.contact-list li {
  margin-bottom: 29px;
}

ul.contact-list li p {
  margin-bottom: 0;
}
span.mob-num {
  direction: ltr;
  display: inline-block;
}
/* Scroll to top */
#mybtn {
  display: none; 
  position: fixed; 
  bottom: 20px;
  right: 30px; 
  z-index: 99999; 
  border: none;
  outline: none; 
  background-color: #c40000; 
  cursor: pointer; 
  padding: 6px 8px; 
  width: 42px;
  height: 36px;
  font-size: 20px; 
  line-height: 32px;
}
#mybtn i{color: #000;}


.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 14px;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.responsive-menu .lang a {
  color: #fff;
  font-size: 15px;
  margin-inline-start: 9px;
}
.video-icone{
  display: flex;
}
.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lang-search .lang {
  margin-inline-end: 14px;
}
.responsive-menu .btnSearch {
  padding-inline: 0;
}


.responsive-menu .logo img {
  height: 100%;
}


/* ********************************************************************************************* */
/* Start about page */

.breadcrumb-section {
  color: #fff;
  background-image: url('../images/slider-1.png');
  background-size: cover;
  background-position: center;
  z-index: 2;
  padding: 173px 0 78px;
  position: relative;
}

.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #fbfbfb -121.93%, #000000de 50%);
  transform: rotate(-180deg);
}

.breadcrumb-info h2 {
  text-align: center;
  font-size: 50px;
  font-family: 'bold';
}


.breadcrumb {
  display: flex;
  justify-content: center;
  background-color: transparent;
padding: 0;
margin: 0;
}
.breadcrumb-item,.breadcrumb-item.active,.breadcrumb-section a {
  color: #fff;
  font-size: 50px;
  font-family: 'bold';
}
.breadcrumb-item.active {
  color: rgb(255 255 255 / 60%);
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-left: 10px;
  content: "-";
  color: #fff;

}
.vission-sec{
  background: linear-gradient(180deg, #fbfbfb -121.93%, #000000de 50%);
  padding: 230px 90px 229px;

}
.vission-box{
  background-color: #fff;
  padding: 42px 32px;
  position: relative;
  overflow: hidden;
  min-height: 329px;
  border-radius: 16px; 
}
.vission-box::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: -30px;
  background-color: #000;
  transition: all 0.7s;
  border-radius: 50%;
  transform: scale(0);
}
.vission-box:hover::after {
  transform: scale(60);
}
.vission-box p {
  color: #454343;
  font-size: 24px;
  line-height: 37px;
}
.vission-box ul li{
  
font-size: 24px;
  
color: #454343;
  
margin-bottom: 15px;
}
.vission-box .box-header, .vission-box .box-info {
  position: relative;
  z-index: 2;
}


.vission-sec .col-lg-4:nth-child(2) {
  animation-delay: 0.2s;
}

.vission-sec .col-lg-4:nth-child(3) {
  animation-delay: 0.4s;
}

.vission-box .img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F3FFFC;
border: 0.3px solid #E5FFF9;
display: flex;
align-items: center;
justify-content: center;
}
.vission-box .box-header{
  display: flex;
  margin-bottom: 21px;
  align-items: center;
}
.vission-box .box-header h5{
  font-size: 38.2px;
  line-height: 38px;
  color: #000;
  font-family: 'bold';
  margin-inline-start: 12px;
}
.vission-box:hover p,
.vission-box:hover .box-header h5{
  color: #fff;
}
.vission-box ul li:last-of-type {
  margin-bottom: 0;
}

section.vission-sec .col-lg-4 {
  padding: 0 8px;
}

.vission-box:hover ul li {
  color: #fff;
}
/* ******************************************************************************************************** */
/* Start partner page */
.partner-page .part-item .img img {
  max-height: 62%;
}

/* ************************************************************************ */

.pagination {
  justify-content: center;
}

.pagination .page-item {
  padding-inline: 5px;
}

.pagination .page-link {
  border: 1px solid #00c4b3;
  border-radius: 0;
  color: var(--sec-color);
}

.pagination .page-link.next-item {
  border: none;
  background: transparent;
  border-radius: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: var(--sec-color);
  border-color: var(--sec-color);
}

.pagination .page-link:hover span {
  background-color: #fff;
}


/* -------------------------  single project page  ------------------    */
.single-project-page{
  padding:100px  90px;
}
.single-project-info{
  padding-top: 70px;
}
.single-project-info h4{

font-size: 34.24px;

line-height: 44px;

font-family: 'bold';

margin-bottom: 32px;
}
.single-project-info p{

font-size: 24px;

line-height: 37px;

color: #fff;
}

.slider.slider-for {
direction: ltr;
}
.banner-slider {
/* overflow: hidden; */
background: transparent;
padding-inline-start: 16px;
}
.slider-banner-image img {width: 100%;height: 483px;object-fit: cover;}

.thumbImg img {width: 100%;height: 100%;object-fit: cover;}

.thumbImg {margin-bottom: 10px;height: 87px;position: relative;}
.thumbImg::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:  rgba(150, 150, 150, 0.4);
  transition: all 0.3s;
}
.slick-current.slick-active .thumbImg::after,
.thumbImg:hover::after{
  opacity: 0;
}
.thumbnail-image.slick-slide.slick-current.slick-active:focus {
outline: none;
}

.slider.slider-for {
direction: ltr;
}

[dir="rtl"] .slick-slide {
float: left;
}
.banner-slider .col-sm-2,
.banner-slider .col-sm-10 {
padding-right: 6px;
padding-left: 6px;
}
.slick-dots {
bottom: 32px;
}


.slick-dots li button:before {
content: "";
width: 14px;
height: 14px;
background: #4C7877;
border-radius: 50%;
opacity: 1;
}
.slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  background: #c40000;
  border-color: transparent;
  opacity: 1;
  top: -3px;
  left: -3px;
}
.slick-dots li button:hover:before{
  background: #c40000;
}
.slick-dots li {
width: 18px;
height: 18px;
margin: 0 2px;
}

.single-ser-img {
position: relative;
margin-bottom: 20px;
}

.services-detail h4 {
font-size: 17px;
font-family: "bold";
margin-bottom: 20px;
color: var(--bg-color);
}
.services-detail p {
color: #363636;
line-height: 27px;
}
@media (max-width: 768px) {

}

.slick-slider{
  direction: ltr;
}
/* ----------------------  career page  ----------------------   */
.career{
  padding: 100px 0;
}
.career .row{
  justify-content: center;
}
.contact-form{
  background: #FFFFFF;
  box-shadow: 0px 8px 52px rgba(0, 0, 0, 0.13);
  margin-inline: 12px;
  padding: 65px 82px;
}
.contact-form h4{

font-size: 34.24px;

line-height: 44px;

color: #000;

font-family: 'bold';

text-align: center;

margin-bottom: 29px;
}
.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 8px 10px;
  background: #F6F6F6;
  color: rgb(82 82 82 / 70%);
  font-size: 17px;
  border-color: transparent;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #525252;
  font-size: 17px;
  opacity:0.7;
}

textarea:focus {
  outline: none;
}

.contact-form label {
  color: #212121;
  font-size: 20px;
  margin-bottom: 10px;
}

.form-info form input:focus {
  outline: none;
}

.contact-form form textarea {
  height: 102px;
}



.contact-form .my-btn {
  margin-top: 32px;
}

.contact-data ul li {
  margin-bottom: 17px;
  display: flex;
}

.contact-data ul li a {
  color: #232323;
  font-size: 20px;
  font-family: 'Roboto-Regular';
}

.contact-data li i {
  margin-inline-end: 15px;
  color: #fff;
  width: 38px;
  height: 38px;
  background: #B19366 0% 0% no-repeat padding-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

span.mob-num {
  display: inline-block;
  direction: ltr;
}

.contact-data {
  padding: 33px 27px 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.contact-form form {
  padding-top: 16px;
}

.form-group {
  margin-bottom: 22px;
}

i.fa-phone-volume {
  transform: rotate(-45deg);
}

.contact-data ul.contact-list {
  margin: 0 0 33px;
}

.follow {
  margin-bottom: 28px;
}

.follow a {
  color: #B19366;
  font-size: 20px;
  margin-inline-end: 11px;
}

.follow a:hover i.fab.fa-facebook-f {
  color: #1877f2;
}

.follow a:hover i.fab.fa-youtube {
  color: #ff0000;
}

.follow a:hover i.fab.fa-twitter {
  color: #1da1f2;
}

.follow a:hover i.fab.fa-instagram {
  color: #405de6;
}

.soch-icons span {
  font-size: 18px;
  color: #232323;
  margin-inline-end: 6px;
}

.contact-data ul.contact-list li p {
  width: 69%;
  font-size: 18px;
  color: #232323;
  margin-bottom: 0;
}

.input-group.upload span.uplod {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 24px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 9;
  color: #232323;
}

.input-group.upload {
  position: relative;
}

.form-group.name input {
  width: 100%;
  padding: 7px 0;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #F6F6F6;
  width: 100%;
  padding-block: 24px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}
.form-group.mobil{
  position: relative;
}
.form-group.mobil span.mob-num {
  position: absolute;
  top: 56px;
  left: 16px;
  font-size: 14px;
  color: #222222;
}

.input-group.upload span.uplod .uplod-img {
  background: rgba(7, 54, 64, 0.04);
  width: 44px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-form .my-btn{
  text-align: center;
  margin-top: 32px;
}

.my-btn button{
  background-color: #000;
  color: #fff;
  min-width: 150px;
}
.my-btn button:hover{
  color: #000;

}

.footer-links h4, .left-footer h4,footer .footer-links a,
.section-title h4,.section-title h6, h4,h5,h6, .my-btn a,
.my-btn button,.nav-product .nav-link{
    text-transform:capitalize;
}
.map  {
  width: 100%;
 /* height: 797px;*/
}
.map iframe {
  width: 100%;
  height: 100%;
}
.contact-page{
  padding-bottom: 0;
  z-index: 2;
  position: relative;
}
.map-sec{
  padding: 0;
  margin-top: -176px;
}
footer .map{
  height: 208px;
}
/* ------------------------------------- */

.services-info.about-info .my-btn a:last-of-type {
    min-width: 150px;
}

.vission-box{
    min-height:366px;
}

.mynav li {
    padding-inline-end: 26.95px;
}
.single-project-page{
  padding:75px  90px;
}

/* End Apply-page */
/* زر الواتساب */
.icon-whats {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    z-index: 999999;
}

.icon-whats:hover {
    background: #1EBE5D;
    transform: scale(1.1);
}

/* زر الاتصال - أسود لامع احترافي */
.icon-call {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(145deg, #000000, #2e2e2e); /* تدرج أسود لامع */
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow:
        0 8px 15px rgba(0, 0, 0, 0.4),
        inset 0 1px 1px rgba(255, 255, 255, 0.1); /* ظل داخلي للمعة */
    transition: all 0.3s ease;
    z-index: 999999;
    cursor: pointer;
}

.icon-call:hover {
    background: linear-gradient(145deg, #1a1a1a, #444);
    transform: scale(1.1);
    box-shadow:
        0 12px 20px rgba(0, 0, 0, 0.5),
        inset 0 1px 2px rgba(255, 255, 255, 0.15);
}


/* Start branches section */
.section-title{
    text-align: center;
    margin-bottom: 40px;
}
.section-title h4{
    font-size: 32px;
    color: #000;
    font-family: 'bold';
    animation:  1s lightSpeedInUp;
}
.branch-box h6{
    color: var(--sec-color);
    font-size: 22px;
    font-family: 'bold';
}
.branch-box p{
    color: #1A1A1A;
    margin: 6px 0 8px;
    font-size: 15px;
}
.branch-box{
   /* width: 80%;*/
    margin-bottom:14px;
}
/* End branches section */

:root {
  --main-color: #8d8b8b;
  --sec-color: #000;
  --title-color: #F2F2F2;
}
.branches {
  background: linear-gradient(283deg, #fbfbfb -121.93%, #000000de 50%);
  padding: 70px 0;
  color: var(--title-color);
}


.section-title h4 {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.branches-info {
  font-size: 17px;
  line-height: 1.8;
  color: var(--title-color);
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: justify;
  text-align-last: center;
}

.branch-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.branch-text h6 {
  font-size: 20px;
  font-weight: bold;
  color: var(--sec-color);
  margin-bottom: 15px;
}
.branches .section-title h4 {
  color: #ffffff;
}

.branch-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.map .fram iframe {
  width: 100%;
  height: 250px;
  border: none;
  margin: 20px 0;
}

.branch-contact p {
  margin: 0 0 5px;
  font-size: 15px;
  color: #333;
}

.branch-contact a {
  color: var(--main-color);
  text-decoration: none;
}

.branch-contact a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .branch-box {
    text-align: center;
  }

  .map .fram iframe {
    height: 200px;
  }

  .branch-text h6 {
    font-size: 18px;
  }

  .branch-text p,
  .branch-contact p {
    font-size: 14px;
  }
}
.bim-industry-section {
  padding: 60px 0;
  background: #000;
  color: #fff;
}

.bim-industry-section .main-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bim-industry-section .sub-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.bim-industry-section .desc {
  font-size: 16px;
  line-height: 1.8;
  max-width: 500px;
}

.benefit-item h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.benefit-item p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}

@media (max-width: 768px) {
  .bim-industry-section .row {
    flex-direction: column;
    text-align: center;
  }

  .benefit-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .benefit-item .icon {
    margin-bottom: 10px;
  }
}
/* Topbar style */
.topbar {
  background-color: #f5f5f5;
  padding: 5px 20px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.top-link {
  color: #000;
  margin-left: 20px;
  text-decoration: none;
}

.top-link i {
  margin-inline-end: 5px;
}

/* Sticky header */
header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Optional: Sidebar overlay if needed */
.close-overlay {
  display: none; /* adjust with JS if needed */
}
/* CSS */
body {
  background-color: #000;
  color: #fff;
  /*font-family: 'Arial', sans-serif;*/
  margin: 0;
  padding: 0;
}

.customers-section {
  text-align: center;
  padding: 50px 20px;
}

.customers-section h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

.customers-section .description {
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.customer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.customer-box {
  background-color: #111;
  padding: 20px;
  border-radius: 10px;
  width: 180px;
  text-align: center;
  box-shadow: 0 0 10px red;
}

.customer-box i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}

.customer-box p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.customers-section .description {
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* الشريط المتحرك */
.customer-carousel {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scrollCustomers 40s linear infinite reverse;
  padding: 10px 0;
}

/* لجعل الحركة تعمل داخل المساحة فقط */
.customers-section {
  overflow: hidden;
}

/* البوكسات كما هي */
.customer-box {
  background-color: #111;
  padding: 20px;
  border-radius: 10px;
  width: 180px;
  text-align: center;
  box-shadow: 0 0 10px red;
  flex: 0 0 auto;
}

.customer-box i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}

.customer-box p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

/* حركة مستمرة */
@keyframes scrollCustomers {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.services-tabs-section {
  background-color: #000;
  color: #fff;
  padding: 80px 0;
}

.section-head h2 {
  font-size: 32px;
  color: #fff;
  font-family: "BOLD";
  margin-bottom: 15px;
}

.section-head p {
  color: #ccc;
  font-size: 18px;
  max-width: 800px;
  margin: auto;
  line-height: 1.7;
}

/* التبويبات */
.service-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 40px 0 30px;
  border-bottom: 1px solid #444;
}

.service-tabs li {
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
  color: #ccc;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

.service-tabs li.active {
  color: #fff;
  border-color: #c40000;
}

/* المحتوى */
.tabs-content .tab-panel {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tabs-content .tab-panel.active {
  display: block;
}



.service-box {
  background-color: #111;
  padding: 25px;
  border-radius: 12px;
  max-width: 300px;
  flex: 1 1 250px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
}

.service-box:hover {
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
}

.service-box .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 15px;
  filter: brightness(0) invert(1); /* لو SVG أبيض */
}

.service-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.service-box p {
  font-size: 14px;
  color: #ccc;
}

.read-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  color: #c40000;
  text-decoration: none;
  transition: all 0.2s;
}
.service-box {
  background: #111;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.05);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px; /* ✅ اضبط حسب ما يناسب تصميمك */
}
.services-grid {
  display: flex;
  flex-wrap: wrap;
}
.services-grid .col-md-4 {
  display: flex;
}
.service-box .icon {
  font-size: 30px;
	color: #C40000; /* 🔴 أحمر واضح */
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .topbar {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .services-grid {
    display: flex;
    flex-direction: column;
    align-items: center; /* ✅ علشان العناصر تتوسّط */
    gap: 20px; /* ✅ تباعد بين البلوكات */
  }

  .service-box {
    width: 100%;
    max-width: 320px; /* ✅ عشان تكون بحجم مناسب في الجوال */
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .service-tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 0 15px;
  }

  .service-tabs li {
    font-size: 14px;
    padding: 8px 12px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .services-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-inline: 15px; /* ⬅️ علشان ميخبطش في حواف الشاشة */
  }

  .service-box {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .services-grid .col-md-4 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .part-item {
    margin-bottom: 20px; /* ✅ مسافة بين كل عنصر */
  }

  .part-item .img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 10px; /* ✅ تباعد بسيط من اللي بعده */
  }
}
/* الشعار في التكرار */
.part-item .img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* لضبط التباعد */
.part-item .img {
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
}

/* ✅ العرض العادي */
@media (min-width: 769px) {
  .part-item .col-4 {
    width: 33.3333%;
  }
}

/* ✅ العرض في الجوال: 2 في الصف */
@media (max-width: 768px) {
  .part-item .col-4 {
    width: 50%;
    padding: 10px;
  }

  .part-item .row {
    margin: 0 -5px;
  }

  .part-item .col-4 .img {
    margin: 0 auto;
    text-align: center;
  }
}
.clients-strip {
  background-color: #fff;
  padding: 40px 0;
  overflow: hidden;
}

.clients-carousel {
  display: flex;
  gap: 40px;
  animation: scrollLogos 10s linear infinite;
}

.client-logo img {
  max-height: 120px;
  width: auto;
  opacity: 0.8;
  transition: transform 0.3s ease;
}

.client-logo img:hover {
  transform: scale(1.05);
  opacity: 1;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
