/* Add custom CSS styles below */
.custom-form::before {
  content: "ابدأ رحلتك الآن\Aاحجز وتواصل معنا بكل سهولة";
  display: block;
  white-space: pre; /* ضروري علشان \A يتحول لسطر جديد */
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff; /* غيّره حسب لون الخلفية */
}

.custom-form {
  background-image: url('https://i.ibb.co/XrvccxZM/a63c0e3dcce3fda11697a3faaed7460af078d0dc.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  background-color: rgba(255, 255, 255, 0.2); /* تغطية شفافة فوق الصورة */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
  padding: 80px;
  border-radius: 12px;
  max-width: 700px;
  width: 100%;
  margin: 40px auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-form input,
.custom-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}

.custom-form button {
  background-color: #000000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
}

.custom-form-success {
  color: green;
  text-align: center;
  margin-top: 10px;
}



/* Add custom CSS styles below */ 

    
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container,section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(4) > .container {
    max-width: 100%;
    padding: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(7) > .container {
    max-width: 60%;
    padding: 0;
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}
    .s-block--banners .grid.two-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1;
}

.s-block__title {
    justify-content: center;
}

@media (max-width: 768px) {
     .s-block--banners .grid.two-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
}
.s-slider-block__title h2 {
   font-size: 1.5rem; 
}
/* Change button background and text color */
.s-button-btn.s-button-primary-outline {
  background-color: #000000;
  color: white ;
 
}

/* Remove hover effect */
.s-button-btn.s-button-primary-outline:hover {
  background-color:#000000 ;
  color: white;

}
/* Product Price */
.s-product-card-price {
   
    text-align: center ;
}
.s-product-card-content-sub {
    text-align: center;
     display: inline-block;
}
.s-product-card-content-title a {
    
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
    border: 2px solid #000000;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 5rem;
}
.navbar-brand img {
    max-height: 5rem;
}
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid ##000000;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s-product-card-entry:hover,
custom-salla-product-card.s-product-card-entry:hover {
  transform: scale(0.97); /* Zoom out slightly */
  box-shadow: none;       /* Optional: remove shadow on hover */
}
.s-block__title h2 {
    border: 2px solid #000000;       
    border-radius: 10px;          
    padding: 10px 20px;      
    display: inline-block;       
     
                 
}

.s-slider-block__title-left {
    display: none;
   
}

.s-slider-block__title {
    justify-content: center;
}
.s-slider-block__title h2 {
 border: 2px solid #000000;       
    border-radius: 10px;          
    padding: 10px 20px;      
    display: inline-block;    
}

.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}