.custom-green-background {
    background-color: green;
    color: white;
}




.content-entry h3 {
  font-weight: bold;
  font-size: 30px; /* Adjust the font size as needed */
  margin-bottom: 10px; /* Add space after the heading */
}

.content-entry p {
  font-size: 16px; /* Adjust the font size for paragraphs */
  line-height: 1.5; /* Adjust line height for better readability */
}

.content-entry h2 {
  font-weight: bold;
  font-size: 30px; /* Adjust the font size as needed */
  margin-bottom: 10px; /* Add space after the heading */
}

.content-entry a{
    color:red;
    text-decoration: underline;

}

/* Increase font size for main nav menu items */
#mainnav .main-menu > li > a span {
    font-size: 14px /* Change this value as needed */
}

/* Mobile menu font size */
#mainnav .lg\\:hidden span {
    font-size: 14px/* Adjust for smaller screens */
}

/* Optional: Update font size for cart/user icons if needed */
#mainnav .header-btn,
#mainnav .s-cart-summary-wrapper {
    font-size: 14px;
}

/* ===== Contact Us Page Styling (Fixed Clean Red + Black Theme) ===== */
.content--single-page {
  font-family: "Tajawal", sans-serif;
  color: #222;
  line-height: 1.9;
}

/* Page Title */
.content--single-page h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000; /* black */
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 2px solid #e60000; /* red underline */
  display: inline-block;
  padding-bottom: 6px;
}

/* Branch Headings (Jeddah / Riyadh) */
.content--single-page h3 {
  font-size: 20px;
  font-weight: 700;
  color: #e60000; /* red */
  margin-top: 25px;
  margin-bottom: 10px;
}

/* Highlighted strong text (like فرع جدة) */
.content--single-page p strong {
  color: #e60000; /* red */
  font-size: 18px;
  font-weight: 600;
}

/* Normal paragraph text */
.content--single-page p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
  background: none; /* remove background */
  padding: 0;
  border: none;
  box-shadow: none;
}

/* Contact info only (make box style) */
.content--single-page p:has(a),
.content--single-page p:has(strong:contains("الهاتف")),
.content--single-page p:has(strong:contains("الجوال")),
.content--single-page p:has(strong:contains("البريد")) {
  background: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Links */
.content--single-page a {
  color: #000; /* black */
  font-weight: 500;
  text-decoration: none;
}
.content--single-page a:hover {
  text-decoration: underline;
  color: #e60000; /* red hover */
}

/* YouTube videos */
.content--single-page iframe {
  width: 100%;
  max-width: 700px;
  height: 320px;
  border-radius: 10px;
  margin: 20px auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

}