/* style/index-thabet88-brand-story.css */
.page-index-thabet88-brand-story {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
}

.page-index-thabet88-brand-story__hero {
  background: linear-gradient(135deg, #007BFF, #0056b3);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.page-index-thabet88-brand-story__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-index-thabet88-brand-story__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-index-thabet88-brand-story__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-index-thabet88-brand-story__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-index-thabet88-brand-story__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.page-index-thabet88-brand-story__btn--primary {
  background-color: #FFC107;
  color: #000000;
}

.page-index-thabet88-brand-story__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-index-thabet88-brand-story__btn--secondary {
  background-color: transparent;
  color: #FFC107;
  border: 2px solid #FFC107;
}

.page-index-thabet88-brand-story__btn--secondary:hover {
  background-color: #FFC107;
  color: #000000;
  transform: translateY(-2px);
}

.page-index-thabet88-brand-story__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 0;
}

.page-index-thabet88-brand-story__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.page-index-thabet88-brand-story__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-index-thabet88-brand-story__section {
  padding: 60px 0;
}

.page-index-thabet88-brand-story__section--light {
  background-color: #f8f9fa;
}

.page-index-thabet88-brand-story__section-title {
  font-size: 2.5em;
  color: #007BFF;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-index-thabet88-brand-story__section-title--white {
  color: #ffffff;
}

.page-index-thabet88-brand-story__text {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: justify;
  color: #333333;
}

.page-index-thabet88-brand-story__text--white {
  color: #e0e0e0;
}

.page-index-thabet88-brand-story__text--center {
  text-align: center;
}

.page-index-thabet88-brand-story__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-thabet88-brand-story__grid--two-cols {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .page-index-thabet88-brand-story__grid--two-cols {
    grid-template-columns: 1fr;
  }
}

.page-index-thabet88-brand-story__grid-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-index-thabet88-brand-story__grid-item:hover {
  transform: translateY(-5px);
}

.page-index-thabet88-brand-story__img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-thabet88-brand-story__img--large {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  margin-top: 40px;
}

.page-index-thabet88-brand-story__item-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-thabet88-brand-story__item-text {
  font-size: 1em;
  color: #555555;
  text-align: justify;
}

.page-index-thabet88-brand-story__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-index-thabet88-brand-story__list li {
  background-color: #ffffff;
  border-left: 5px solid #007BFF;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-index-thabet88-brand-story__list li .page-index-thabet88-brand-story__item-title {
  color: #007BFF;
  margin-top: 0;
  text-align: left;
}

.page-index-thabet88-brand-story__list li .page-index-thabet88-brand-story__item-text {
  color: #555555;
  text-align: left;
}

.page-index-thabet88-brand-story__cta {
  background: linear-gradient(135deg, #007BFF, #0056b3);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-index-thabet88-brand-story__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-index-thabet88-brand-story__product-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 25px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-index-thabet88-brand-story__product-item:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.2);
}

.page-index-thabet88-brand-story__product-img {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-index-thabet88-brand-story__product-title {
  font-size: 1.4em;
  color: #FFC107;
  margin-bottom: 10px;
}

.page-index-thabet88-brand-story__product-desc {
  font-size: 0.95em;
  color: #e0e0e0;
  text-align: center;
}

.page-index-thabet88-brand-story__cta-buttons {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-thabet88-brand-story__main-title {
    font-size: 2.5em;
  }
  .page-index-thabet88-brand-story__subtitle {
    font-size: 1.1em;
  }
  .page-index-thabet88-brand-story__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-index-thabet88-brand-story__hero {
    padding: 60px 15px;
  }
  .page-index-thabet88-brand-story__main-title {
    font-size: 2em;
  }
  .page-index-thabet88-brand-story__subtitle {
    font-size: 1em;
  }
  .page-index-thabet88-brand-story__hero-buttons,
  .page-index-thabet88-brand-story__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-thabet88-brand-story__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-index-thabet88-brand-story__section {
    padding: 40px 0;
  }
  .page-index-thabet88-brand-story__section-title {
    font-size: 1.8em;
  }
  .page-index-thabet88-brand-story__grid-item {
    padding: 20px;
  }
  .page-index-thabet88-brand-story__list li {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-index-thabet88-brand-story__main-title {
    font-size: 1.8em;
  }
  .page-index-thabet88-brand-story__section-title {
    font-size: 1.5em;
  }
  .page-index-thabet88-brand-story__btn {
    font-size: 1em;
    padding: 12px 25px;
  }
  .page-index-thabet88-brand-story__hero-buttons,
  .page-index-thabet88-brand-story__cta-buttons {
    gap: 10px;
  }
  .page-index-thabet88-brand-story__img--large {
    max-width: 100%;
  }
}