/* Sakhnin24 Homepage Plugin */
.s24-wrap, .s24-wrap * {
  box-sizing: border-box;
  font-family: Arial, Tahoma, sans-serif;
}
.s24-wrap {
  background: #f5f5f5;
  color: #111;
  direction: rtl;
  width: 100%;
}
.s24-wrap a { text-decoration: none; }
.s24-topbar {
  background: #111;
  color: white;
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px;
}
.s24-breaking {
  background: #e60012;
  padding: 10px 18px;
  margin-left: 15px;
  display: inline-block;
  font-weight: 800;
}
.s24-header {
  background: white;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
  z-index: 3;
}
.s24-brand { color: #111 !important; display: block; min-width: 190px; }
.s24-logo {
  font-size: 44px;
  font-weight: 900;
  direction: ltr;
  line-height: 1;
  letter-spacing: -1px;
}
.s24-logo span { color: #e60012; }
.s24-tagline { font-size: 14px; font-weight: bold; margin-top: 6px; }
.s24-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.s24-nav a {
  margin: 0 8px;
  color: #111 !important;
  font-weight: 800;
  padding: 10px 4px;
}
.s24-nav a:hover { color: #e60012 !important; }
.s24-header-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.s24-btn {
  background: #e60012;
  color: white !important;
  padding: 12px 18px;
  border-radius: 4px;
  border: 1px solid #e60012;
  font-weight: 800;
}
.s24-btn-light {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #ddd !important;
}
.s24-container {
  width: min(94%, 1280px);
  margin: 30px auto;
}
.s24-hero {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
}
.s24-main-news, .s24-side-news {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
  display: block;
  color: #fff !important;
}
.s24-main-news img, .s24-side-news img, .s24-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s24-main-news img, .s24-side-news img { opacity: 0.75; transition: .25s ease; }
.s24-main-news:hover img, .s24-side-news:hover img { opacity: .62; transform: scale(1.03); }
.s24-main-news { height: 520px; }
.s24-side { display: grid; gap: 12px; }
.s24-side-news { height: 165px; }
.s24-news-text {
  position: absolute;
  bottom: 25px;
  right: 25px;
  left: 20px;
  color: white;
  max-width: 88%;
  z-index: 2;
}
.s24-badge {
  background: #e60012;
  color: white;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 800;
}
.s24-main-news h1 {
  font-size: 34px;
  line-height: 1.5;
  margin: 0 0 8px;
  color: #fff;
}
.s24-side-news h3 {
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 8px;
  color: #fff;
}
.s24-time { color: #ddd; font-size: 13px; margin: 0; }
.s24-section-title {
  margin: 40px 0 20px;
  font-size: 28px;
  border-right: 5px solid #e60012;
  padding-right: 12px;
  font-weight: 900;
  color: #111;
}
.s24-latest {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.s24-card {
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  color: #111 !important;
  transition: .2s ease;
}
.s24-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,.14);
}
.s24-card-img { height: 180px; background: #000; overflow: hidden; }
.s24-card-img img { transition: .25s ease; }
.s24-card:hover img { transform: scale(1.04); }
.s24-card-content { padding: 12px; }
.s24-card h3 {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 8px;
  color: #111;
  font-weight: 900;
}
.s24-forms {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.s24-form-box {
  background: white;
  padding: 40px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  border-radius: 6px;
}
.s24-form-box h2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 12px;
  font-weight: 900;
}
.s24-underline {
  width: 55px;
  height: 4px;
  background: #e60012;
  margin: 0 auto 25px;
}
.s24-form-box p {
  text-align: center;
  color: #666;
  margin-bottom: 25px;
}
.s24-form-box input[type="text"],
.s24-form-box input[type="email"],
.s24-form-box input[type="password"],
.s24-form-box input[type="tel"],
.s24-form-box .input {
  width: 100% !important;
  padding: 14px !important;
  margin: 10px 0 !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  background: #fff !important;
}
.s24-form-box input:focus {
  border-color: #e60012 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(230,0,18,0.12) !important;
}
.s24-full-btn,
.s24-form-box input[type="submit"],
.s24-form-box button {
  width: 100% !important;
  background: #e60012 !important;
  color: white !important;
  border: none !important;
  padding: 15px !important;
  margin-top: 15px !important;
  font-size: 17px !important;
  cursor: pointer !important;
  border-radius: 4px !important;
  font-weight: 800 !important;
}
.s24-forgot {
  color: #e60012 !important;
  font-size: 14px;
  margin: 10px 0;
  display: block;
}
.s24-alert {
  padding: 12px 14px;
  border-radius: 4px;
  margin-bottom: 16px;
  font-weight: 700;
}
.s24-alert-success { background: #e7f7e7; color: #1a6b1a; }
.s24-alert-error { background: #ffe6e8; color: #a6000d; }
.s24-otp-note {
  font-size: 13px;
  color: #777;
  margin-top: 12px !important;
}
.s24-cookie {
  position: fixed;
  bottom: 15px;
  right: 15px;
  left: 15px;
  background: #111;
  color: white;
  padding: 18px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999999;
  gap: 15px;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.s24-cookie p { margin: 0; color: #fff; }
.s24-cookie button {
  background: #e60012;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: 800;
}
@media (max-width: 1050px) {
  .s24-header { flex-direction: column; text-align: center; }
  .s24-latest { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .s24-topbar { padding: 10px 18px; flex-direction: column; text-align: center; }
  .s24-hero { grid-template-columns: 1fr; }
  .s24-latest { grid-template-columns: 1fr 1fr; }
  .s24-forms { grid-template-columns: 1fr; }
  .s24-main-news { height: 360px; }
  .s24-main-news h1 { font-size: 24px; }
  .s24-header { padding: 22px 18px; }
}
@media (max-width: 600px) {
  .s24-container { width: 94%; margin-top: 18px; }
  .s24-latest { grid-template-columns: 1fr; }
  .s24-logo { font-size: 36px; }
  .s24-nav a { display: inline-block; margin: 4px 6px; font-size: 14px; }
  .s24-header-buttons { width: 100%; justify-content: center; flex-wrap: wrap; }
  .s24-cookie { flex-direction: column; text-align: center; }
  .s24-side-news { height: 190px; }
  .s24-form-box { padding: 25px; }
}
