/* Add custom CSS styles below */ 
body {
    background-color: white;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color: #354D3D;
}
.footer-is-light .store-footer{
      color: rgb(255 255 255);
  background-color: #ECE9CD;
  margin-top: 0;

}
.s-block.s-block--faqs.s-block--full-bg{
  background-color: #FEFCE8;
}
.lp-title__overline{
  border: none
}
  .faq-item__inner , .faq-item label::after {
        background-color: transparent !important;
        border: 1px solid #687968;
}
.lp-title__overline{
  border-top:none !important;
}
.top-navbar{
  background-color: #354D3D;
}
a.s-menu-topnav-item.topnav-link-item.right-side{
  color: white;
}
/* Targets the container inside fixed banner sections to allow full width */
section.s-block--fixed-banner .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Center the main header container */
.s-slider-block__title {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px; /* Space between text and ornament */
    height: auto !important;
    margin-bottom: 40px !important;
}

/* Style the title text */
.s-slider-block__title-right {
    width: auto !important;
    text-align: center;
}

.s-slider-block__title-right h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #231f1e; /* Adjust color to match your theme */
}

/* Position and style the ornament container */
.s-slider-block__title-left {
    width: auto !important;
    height: auto !important;
    display: flex !important;
    justify-content: center !important;
}

/* Hide the default navigation arrows if they are still there */
.s-slider-block__title-nav {
    display: none !important;
}

/* Adding the ornament via CSS Background if you don't want to change HTML */
.s-slider-block__title-left::after {
    content: "";
    display: block;
    width: 150px;
    height: 40px
    background-image: url('https://cdn.files.salla.network/other/689999349/b89b3403-5d71-4fbc-aaa9-4747f358c8f2-original.webp'); /* Replace with your ornament image URL */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.s-slider-block__title-right{
  padding-left: 0;
}
/* Layout Container */
.custom-title-layout {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background-image: none !important;
  padding: 40px 0 !important;
  height: auto !important;
  width: 100%;
}

/* Heading Styling */
.custom-title-layout .s-slider-block__title-right h2 {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #334139 !important; /* Dark green from the image */
  margin: 0 !important;
  text-align: center !important;
}

/* Ornament Styling */
.custom-title-layout .s-slider-block__title-left {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-top: 10px;
}

.custom-title-layout .ornament-container img {
  width: 250px;
  max-width: 90%;
  height: auto;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .custom-title-layout .s-slider-block__title-right h2 {
    font-size: 24px !important;
  }
  
  .custom-title-layout .ornament-container img {
    width: 180px !important;
  }
  
  .custom-title-layout {
    padding: 20px 0 !important;
  }
}
.s-block{
          margin-top: 0;
}
.section-container{
  padding: 1rem !important;
}

.feature-card{
        background: transparent !important;
  }
.s-slider-block__title-right  , .lp-title > h2{
  background-image: url("https://cdn.files.salla.network/other/689999349/48b2e4dc-7191-420c-a886-3138234d051b-original.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100px; /* Added to ensure the image is visible */
       /* Added to ensure the image has space */
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *){
 padding-left: 0;
}