.elementor-151 .elementor-element.elementor-element-e1ad867{--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;--overlay-opacity:0.5;}.elementor-151 .elementor-element.elementor-element-e1ad867:not(.elementor-motion-effects-element-type-background), .elementor-151 .elementor-element.elementor-element-e1ad867 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DBFCE3;}.elementor-151 .elementor-element.elementor-element-e1ad867::before, .elementor-151 .elementor-element.elementor-element-e1ad867 > .elementor-background-video-container::before, .elementor-151 .elementor-element.elementor-element-e1ad867 > .e-con-inner > .elementor-background-video-container::before, .elementor-151 .elementor-element.elementor-element-e1ad867 > .elementor-background-slideshow::before, .elementor-151 .elementor-element.elementor-element-e1ad867 > .e-con-inner > .elementor-background-slideshow::before, .elementor-151 .elementor-element.elementor-element-e1ad867 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-151 .elementor-element.elementor-element-e1ad867 > .elementor-shape-top svg, .elementor-151 .elementor-element.elementor-element-e1ad867 > .e-con-inner > .elementor-shape-top svg{height:0px;}.elementor-151 .elementor-element.elementor-element-17de29f{--display:grid;--min-height:0px;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--justify-items:stretch;--align-items:center;--overlay-opacity:1;}.elementor-151 .elementor-element.elementor-element-17de29f::before, .elementor-151 .elementor-element.elementor-element-17de29f > .elementor-background-video-container::before, .elementor-151 .elementor-element.elementor-element-17de29f > .e-con-inner > .elementor-background-video-container::before, .elementor-151 .elementor-element.elementor-element-17de29f > .elementor-background-slideshow::before, .elementor-151 .elementor-element.elementor-element-17de29f > .e-con-inner > .elementor-background-slideshow::before, .elementor-151 .elementor-element.elementor-element-17de29f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#24A20C;--background-overlay:'';}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-151 .elementor-element.elementor-element-419616e img{width:96%;border-radius:28px 28px 28px 28px;}.elementor-151 .elementor-element.elementor-element-c8d2a00.elementor-element{--align-self:flex-end;}.elementor-151 .elementor-element.elementor-element-a0c544b{--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;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-151 .elementor-element.elementor-element-17de29f{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-151 .elementor-element.elementor-element-e1ad867{--content-width:1600px;}.elementor-151 .elementor-element.elementor-element-17de29f{--content-width:1003px;}}@media(max-width:767px){.elementor-151 .elementor-element.elementor-element-e1ad867 > .elementor-shape-top svg, .elementor-151 .elementor-element.elementor-element-e1ad867 > .e-con-inner > .elementor-shape-top svg{height:0px;}.elementor-151 .elementor-element.elementor-element-17de29f{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-151 .elementor-element.elementor-element-419616e img{border-radius:22px 22px 22px 22px;}}/* Start custom CSS for html, class: .elementor-element-c436d11 *//* GENERAL */
.sb-header {
  direction: rtl;
  width: 100%;
  background: #DBFCE3;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 999;
}

.sb-header-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.sb-logo img {
  height: 54px;
  width: auto;
}

/* DESKTOP NAV */
.sb-nav {
  display: flex;
  gap: 28px;
}

.sb-nav-link {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #222;
  transition: 0.2s;
}

.sb-nav-link:hover {
  color: #24A20C;
}

/* CART */
.sb-cart {
  position: relative;
  color: #222;
  text-decoration: none;
}

.sb-cart .material-icons {
  font-size: 26px;
}

.sb-cart-count {
  position: absolute;
  top: -6px;
  left: -8px;
  background: #24A20C;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  padding: 2px 6px;
}

/* MOBILE MENU BUTTON */
.sb-menu-btn {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.sb-menu-btn span {
  width: 26px;
  height: 3px;
  background: #222;
  border-radius: 3px;
}

/* MOBILE MENU */
.sb-mobile-menu {
  display: none;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #eee;
}

.sb-mobile-link {
  padding: 12px 0;
  font-size: 18px;
  text-decoration: none;
  color: #222;
  font-weight: 600;
}

.sb-mobile-link:hover {
  color: #24A20C;
}

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
  .sb-nav,
  .sb-cart {
    display: none;
  }
  
  .sb-menu-btn {
    display: flex;
  }

  body.sb-menu-open .sb-mobile-menu {
    display: flex;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12af9cb *//* ========== Font ========== */
* {
  font-family: "Cairo", system-ui, sans-serif;
}

/* ========== Section Style ========== */
.sb-best {
  direction: rtl;
  max-width: 1150px;
  margin: 0 auto 50px;
  padding: 20px;
}

.sb-best-header {
  text-align: center;
  margin-bottom: 25px;
}

.sb-best-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #0f172a;
}

.sb-best-sub {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
}

.sb-best-sub span {
  font-size: 14px;
  color: #6b7280;
}

/* ========== Grid ========== */
.sb-best-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {
  .sb-best-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sb-best-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== Card ========== */
.sb-best-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px 12px 18px;
  text-align: center;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: 0.25s ease;
  animation: fadeUp 0.7s ease both;
}

.sb-best-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.1);
}

/* ========== Product Image ========== */
.sb-best-img-box {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}

.sb-best-img-box img {
  width: 100%;
  display: block;
  transition: 0.3s ease;
}

.sb-best-card:hover img {
  transform: scale(1.06);
}

/* ========== Product Name ========== */
.sb-best-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0f172a;
}

/* ========== Price ========== */
.sb-best-price {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.sb-best-price .new {
  font-size: 18px;
  color: #22a120;
  font-weight: 800;
}

.sb-best-price .old {
  font-size: 14px;
  text-decoration: line-through;
  color: #9ca3af;
}

/* ========== Animation ========== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.sb-best-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #22a120;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.sb-best-btn:hover {
  background: #188015;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb0fc6c */.sb-faq-section {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  max-width: 750px;
  margin: 40px auto;
  padding: 0 10px;
}

.sb-faq-title {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  text-align: center;
  margin-bottom: 10px;
}

.sb-faq-desc {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.8;
}

.sb-faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.sb-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 17px;
  color: #111;
  font-weight: 600;
}

.sb-arrow {
  transition: 0.3s;
}

.sb-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.35s ease;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

.sb-faq-item.active .sb-faq-answer {
  max-height: 500px;
  padding-top: 10px;
}

.sb-faq-item.active .sb-arrow {
  transform: rotate(180deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45980e1 *//*****************************************
   WhatsApp Floating Button – SultanBio
*****************************************/
.sb-whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  border-radius: 50px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  z-index: 99999;
  transition: 0.3s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.20);
  animation: bounce 1.8s infinite ease-in-out;
}

/* WhatsApp Icon Image */
.sb-w-icon {
  width: 28px;
  height: 28px;
  display: block;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}

/* Hover */
.sb-whatsapp-btn:hover {
  background: #1ebe5d;
  transform: scale(1.05);
}

/* Animation */
@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

/* Mobile Optimization */
@media (max-width: 480px) {
  .sb-whatsapp-btn {
    padding: 8px 14px;
    font-size: 13px;
    right: 14px;
    bottom: 14px;
  }

  .sb-w-icon {
    width: 26px;
    height: 26px;
  }
}/* End custom CSS */