.elementor-57 .elementor-element.elementor-element-342a5e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-57 .elementor-element.elementor-element-298b738{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5d55e76 *//* ================= SERVICES SECTION ================= */
.services-section {
  padding: 100px 20px;
  background: #faf8f5;
  font-family: 'Poppins', sans-serif;
}

/* Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-card {
  background: #fff;
  border-radius: 22px;
  padding: 45px 35px;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.12);
  border-color: #0f6935;
}

.service-card::before {
  content: "";
  position: absolute;
  width: 130%;
  height: 130%;
  top: -15%;
  left: -15%;
  background: linear-gradient(135deg, rgba(15,105,53,0.12), rgba(15,105,53,0.06));
  z-index: 0;
  transition: transform 0.6s ease;
}

.service-card:hover::before {
  transform: rotate(12deg);
}

/* IMAGE AREA */
.service-icon {
  width: 180px;
  height: 160px;
  margin: 0 auto 25px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10);
  transition: transform 0.4s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.08);
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card h3 {
  font-size: 26px;
  color: #0f6935;
  margin-bottom: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.service-card p {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
  z-index: 1;
}

.service-card ul {
  text-align: left;
  padding-left: 20px;
  color: #555;
  z-index: 1;
  font-size: 16px;
}

.service-card ul li {
  margin-bottom: 10px;
}

/* HERO */
.services-hero {
  position: relative;
  height: 500px;
  background: url('https://egy-herbal.com/wp-content/uploads/2025/12/servicehero-1.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(15, 80, 43, 0.6); 
  z-index: 1;
}

.services-hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.services-hero .hero-content h1 {
  font-size: 60px;
  font-family: "Playfair Display";
  font-weight: 700;
}

.services-hero .hero-content p {
  font-size: 22px;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-icon {
    width: 140px;
    height: 140px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d559f2 *//* Fonts */
body {
  font-family: 'Inter', sans-serif;
}

/* Section */
.quality-section {
  padding: 80px 20px;
  background: #f7f7f7;
}

/* Header */
.qs-header {
  text-align: center;
  margin-bottom: 60px;
}

.qs-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #1B5126;
  font-weight: 700;
  margin-bottom: 10px;
}

.qs-sub {
  font-size: 18px;
  color: #444;
}

/* Main Box */
.qs-box {
  background: #fff;
  border-radius: 14px;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.07);
  border-left: 6px solid #1B5126;
}

/* Titles */
.qs-title h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 700;
  color: #1B5126;
  margin-bottom: 25px;
}

/* Text */
.qs-text {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* Three Columns */
.qs-columns {
  display: flex;
  gap: 30px;
  margin: 35px 0;
}

.qs-col {
  flex: 1;
  background: #f3f7f4;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #dfe7e2;
}

.qs-col h4 {
  font-family: "Playfair Display", serif;
  color: #1B5126;
  margin-bottom: 12px;
}

/* Subtitle */
.qs-subtitle {
  font-size: 22px;
  color: #1B5126;
  font-family: "Playfair Display", serif;
  margin-top: 30px;
}

/* Logo container */
.qs-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 20px 0 40px;
}

/* Each logo item */
.qs-logo-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f4f8f5;
  padding: 22px 28px;
  border-radius: 12px;
  border: 1px solid #dfe7e2;
  flex: 1 1 calc(50% - 20px);

  min-width: 380px;
}

/* Logo style */
.qs-logo-item img {
  width: 90px;
  height: 95px;
  object-fit: contain;
  padding: 10px;
  border-radius: 10%;
  background: rgba(27, 81, 38, 0.06);
  transition: 0.3s ease;
}

/* Hover glow */
.qs-logo-item img:hover {
  transform: scale(1.08);
  box-shadow: 0 0 10px rgba(27, 81, 38, 0.3);
}

/* Logo text */
.qs-logo-item span {
  font-size: 17px;
  color: #333;
  font-family: "Playfair Display", serif;
}

/* Quote */
.qs-quote {
  background: #eaf2ec;
  padding: 18px 25px;
  border-left: 5px solid #1B5126;
  font-style: italic;
  margin: 25px 0;
  border-radius: 8px;
  color: #1B5126;
}

/* Image */
.qs-image {
  text-align: center;
  margin: 30px 0;
}

.qs-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 900px) {
  .qs-columns {
    flex-direction: column;
  }

  .qs-logo-item {
    flex: 1 1 100%;
  }

  .qs-header h2 {
    font-size: 32px;
  }

  .qs-title h3 {
    font-size: 24px;
  }

  .qs-box {
    padding: 25px;
  }
}

/* Responsive Improvements */
@media (max-width: 900px) {
  .qs-columns {
    flex-direction: column;
    gap: 20px; /* أقل شوية المسافة بين الأعمدة */
  }

  .qs-logo-item {
    flex: 1 1 100%;
    min-width: auto; /* منع القص الجزئي على الشاشات الصغيرة */
  }

  .qs-header h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .qs-title h3 {
    font-size: 24px;
    line-height: 1.3;
  }

  .qs-box {
    padding: 25px;
  }
}

@media (max-width: 500px) {
  .qs-header h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .qs-sub {
    font-size: 16px;
  }

  .qs-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .qs-box {
    padding: 20px;
  }

  .qs-columns {
    gap: 15px;
  }

  .qs-logo-item {
    padding: 12px 15px;
    flex: 1 1 100%;
    min-width: auto;
  }

  .qs-logo-item img {
    width: 70px;
    height: 70px;
  }

  .qs-logo-item span {
    font-size: 15px;
  }

  .qs-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .qs-header h2 {
    font-size: 24px;
  }

  .qs-title h3 {
    font-size: 20px;
  }

  .qs-text {
    font-size: 14px;
  }

  .qs-logo-item img {
    width: 60px;
    height: 60px;
  }

  .qs-logo-item span {
    font-size: 14px;
  }
}/* End custom CSS */