/* Reset */
@font-face {
  font-family: 'ElMessiri';
  src: url('fonts/ElMessiri-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'ElMessiri', sans-serif;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
}

/* Hero Section */
.hero {
  background-image: url('wakrah-hero.jpg');
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .overlay {
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  width: 100%;
}

.arabic-title {
  font-size: 48px;
  font-weight: bold;
  direction: rtl;
}

.english-title {
  font-size: 28px;
  letter-spacing: 2px;
  margin-top: 5px;
}

/* Content Section */
main {
  padding: 20px;
  max-width: 900px;
  margin: auto;
}

.text-section {
  margin-bottom: 40px;
}

.text-section h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.text-section p {
  margin-bottom: 12px;
  font-size: 16px;
}

.rtl {
  direction: rtl;
  text-align: right;
}

.ltr {
  direction: ltr;
  text-align: left;
}

.image-section img,
.video-section video {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 20px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero {
    height: 220px;
  }

  .arabic-title {
    font-size: 36px;
  }

  .english-title {
    font-size: 20px;
  }

  main {
    padding: 10px;
  }

  .text-section h2 {
    font-size: 20px;
  }

  .text-section p {
    font-size: 15px;
  }
}
/* alwakra page  */

 

.container{
    padding: 40px 20px;
}
.content{
    display: flex;
    flex-direction: column;
}
.content .banner-img img{
    width: 100%;

}
.content .banner-img.rounded img{
   border-radius: 10px 10px 0 0;

}
 
.content .alwakra-info-ar {
    text-align: right;
    color: #92764c;
    padding: 0 10px;
}

.content .alwakra-info-ar p{
    line-height: 1.6;
    margin-bottom: 20px;
}
.content .alwakra-info-ar p br {
    margin-bottom: 20px;
}

.content .alwakra-info {
        color: #92764c;
        padding: 0 10px;
}

.content .alwakra-info p {
        line-height: 1.6;
    margin-bottom: 20px;
}






