body {
  background: #111;
  direction: rtl;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Navbar Container */
.navbar {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 12px 40px;
  width: fit-content;
  max-width: 90%;
  z-index: 999;
}

.navbar-inner {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}

/* Logo */
.logo {
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(to right, orange, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

/* Right section (links + languages) */
.right-section {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Links */
.nav-menu {
  display: flex;
  gap: 25px;
  padding: 20px 60px;
}
.nav-menu a {
  text-decoration: none;
  color: white;
font-size: 21px;
  transition: 0.3s;
}
.nav-menu a:hover {
  color: orange;
}

/* Languages */
.languages {
  display: flex;
  gap: 10px;
}
.lang {
  background-color: #222;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}
.lang:hover,
.lang.active {
  background-color: orange;
  color: black;
}


/*slider*/

.carousel-img {
  height: 1100px !important; /* الطول اللي انت عاوزه */
  object-fit: cover !important; /* يحافظ على نسبة الصورة ويملأ الإطار */

}
/*services*/

.des.services{
    margin-top: 150px
}
    .services {
      text-align: center;
      padding: 0px 20px;
    }
    
    .card-body.services h3 {
    font-size: 28px;
    color: #000;
    background: #fff;
    text-align: center;
    padding: 15px;
}


.card-body.services p {
    color: #000;
    font-size: 14px;
    background: #fff;
    padding-bottom: 15px;
}
   .services h2 {
    font-size: 54px;
    margin-bottom: 10px;
    margin-top: 51px;
    }
    .services p {
        color: #aaa;
        margin-bottom: 40px;
        font-size: 25px;
    }
    .container-fluid {
        width: 70%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .card-container {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .card {
      background-color: #111;
      border-radius: 15px;
      overflow: hidden;
      max-width: 100%;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
      display: flex;
      flex-direction: column;
          margin-bottom: 50px;

    }

    .card img {
      width: 100%;
      height: auto;
    }

    .card-body {
      padding: 20px;
      text-align: right;
    }


    .card-body h3 {
      font-size: 28px;
      color: #fff;
      background: none;
      text-align: center;
      padding: 15px;
    }

    .card-body p {
        color: #fff;
        font-size: 14px;
        background: none;
        padding-bottom: 15px;
    }
    
 

    .card-body a {
     display: inline-block;
    border: 1px solid orange;
    color: orange;
    padding: 8px 20px;
    border-radius: 5px;
    width: 100%;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    text-align-last: center;
    }



    .card-body a:hover {
      background-color: orange;
      color: #000;
    }

    /**/


    .gallery-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .3s ease;
}



   .galleries h2 {
    font-size: 54px;
    padding-bottom: 50px;
    margin-top: 51px;
    }
  
    /*******************************************start books*******************************/

    .card-body_books{
        padding: 20px;
        text-align: right;
    }
        .card-body_books h3 {
      font-size: 28px;
      color: #fff;
      background: none;
      text-align: center;
      padding: 15px;
    }
    
    
  .card-body_books p {
        color: #fff;
        font-size: 14px;
        background: none;
        padding-bottom: 15px;
    }

    .card-body .price {
      color: orange;
      font-weight: bold;
      text-align: center;
      padding:10px 0;

    }
    h1 {
      margin-top: 40px;
      font-size: 2.5rem;
    }

    p {
      margin-bottom: 30px;
      color: #ccc;
    }

    .form-container {
      background-color: #111;
      padding: 30px;
      border-radius: 10px;
   width: 100%;
    max-width: 55%;
      justify-self: center;
      box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
    }

    label {
      display: block;
      margin-bottom: 6px;
      margin-top: 20px;
      color: #ccc;

    text-align: right;
    }

    input,
    select,
    textarea {
      text-align: right;
      width: 100%;
      padding: 12px;
      background-color: #000;
      border: 1px solid #444;
      border-radius: 6px;
      color: white;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: #b87333;
      outline: none;
    }

    .submit-button {
      margin-top: 25px;
      width: 100%;
      background-color: #b2541b;
      color: white;
      border: none;
      padding: 15px;
      font-size: 1rem;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .submit-button:hover {
      background-color: #944416;
    }

    .books{
        margin-top: 60px;
    }




.card h2 {
  margin: 0;
  width: 100%;
  font-size: 30px;
  background: #eb331e;
  padding: 20px 0;
  color: #EDDDD4;
  box-shadow: inset 0px 5px 4px -4px #ecddd461;
}

.card h5 {
     padding: 40px;
     background: #fff;

}








.card h3 span {
  font-size: 20px;
}
.card p {
  font-style: italic;
  margin: 0px;
      padding: 5px 10px;
}
.card ul {
  text-align: left;
  padding: 0 50px;
  margin: 0;
}
.card ul li {
  display: block;
}
.card ul li:not(:last-child) {
  margin-bottom: 10px;
}
.card ul li.aval::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  font-size: 20px;
  color: #197278;
  width: 40px;
  display: inline-block;
}
.card ul li.unaval::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  font-size: 20px;
  color: #C44536;
  width: 40px;
  display: inline-block;
}
.card .select {
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  font-weight: 700;
  background: #3e3e3e;
  color: #efefef;
  font-size: 15px;
  font-family: inherit;
  box-shadow: 0 8px 18px 4px #283d3b4d;
}
.card .select::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 15px;
}

.card-1 {
  z-index: 9999;
  height: 100%;
  margin-top: 40px;


}
.card.card-2 h2 {
    text-align: center;
}

ul.des_ser{
    text-align: left;
    padding:  5px;
    margin: 0;
    color: #000;
    background: #fff;
    text-align: right;

}
.card ul li {
    display: block;
    text-align: right;
}


/*js books*/
.card.card-2.books{
    background:#fff;
}


.card.card-2.books h4{

    text-align: center;
    padding: 20px 0;
}
  /******************************** end books**************************/

  /******************************** start footer**************************/
    .footer {
      background: #000 var(--tw-gradient-to-position);
      padding: 60px 40px 20px;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
    }

    .footer-column {
      flex: 1;
      min-width: 250px;
    }

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

    .footer-column p, .footer-column li, .footer-column a {
      color: #ccc;
      font-size: 14px;
      line-height: 1.8;
      text-decoration: none;
    }

    .footer-column a:hover {
      color: orange;
    }

    .footer-brand {
      color: orange;
      font-weight: bold;
      font-size: 18px;
      margin: 10px 0;
    }

    .social-icons {
      margin-top: 15px;
    }

    .social-icons a {
      display: inline-block;
      margin-left: 10px;
      font-size: 20px;
      color: #999;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: orange;
    }

    .footer-bottom {
      text-align: center;
      border-top: 1px solid #222;
      padding-top: 15px;
      margin-top: 40px;
      font-size: 13px;
      color: #888;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
    }

    .footer-column li {
      margin-bottom: 8px;
    }

    .footer-column li i {
      margin-left: 8px;
      color: orange;
    }
    /******************************** end footer**************************/

