.elementor-190 .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-190 .elementor-element.elementor-element-e1ad867:not(.elementor-motion-effects-element-type-background), .elementor-190 .elementor-element.elementor-element-e1ad867 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DBFCE3;}.elementor-190 .elementor-element.elementor-element-e1ad867::before, .elementor-190 .elementor-element.elementor-element-e1ad867 > .elementor-background-video-container::before, .elementor-190 .elementor-element.elementor-element-e1ad867 > .e-con-inner > .elementor-background-video-container::before, .elementor-190 .elementor-element.elementor-element-e1ad867 > .elementor-background-slideshow::before, .elementor-190 .elementor-element.elementor-element-e1ad867 > .e-con-inner > .elementor-background-slideshow::before, .elementor-190 .elementor-element.elementor-element-e1ad867 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-190 .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;}/* 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-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 */