.elementor-1517 .elementor-element.elementor-element-ed51656{margin-top:30px;margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1517 .elementor-element.elementor-element-dab9e2b > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-1517 .elementor-element.elementor-element-dab9e2b .elementor-heading-title{color:#EC8B6B;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1517 .elementor-element.elementor-element-e08a664{--e-image-carousel-slides-to-show:1;}.elementor-1517 .elementor-element.elementor-element-e08a664 .swiper-pagination-bullet{background:#FD8867;}.elementor-1517 .elementor-element.elementor-element-0badb5e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-1517 .elementor-element.elementor-element-21fdc03 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1517 .elementor-element.elementor-element-52bbce3{margin-top:0px;margin-bottom:0px;}.elementor-1517 .elementor-element.elementor-element-a8bb452 > .elementor-widget-container{margin:-60px 0px -30px 0px;}.elementor-1517 .elementor-element.elementor-element-c1c6cfd{margin-top:0px;margin-bottom:30px;}.elementor-1517 .elementor-element.elementor-element-95b642a > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-1517 .elementor-element.elementor-element-95b642a{text-align:start;}.elementor-1517 .elementor-element.elementor-element-95b642a .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-1517 .elementor-element.elementor-element-89e78e0{margin-top:30px;margin-bottom:20px;}.elementor-1517 .elementor-element.elementor-element-ff0626d{margin-top:20px;margin-bottom:30px;}.elementor-1517 .elementor-element.elementor-element-cb68cb0.elementor-column > .elementor-widget-wrap{justify-content:center;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-efe68dc *//* Product breadcrumb */
.product__breadcrumbs {
    margin-bottom: 0px;
}
.product__breadcrumbs ul.breadcrumb {
    padding-left: 14px;
    list-style: none
}
.product__breadcrumbs ul.breadcrumb li {
    display: inline;
    font-size: 16px;
    color: var(--e-global-color-primary);
    font-weight: 500
}
.product__breadcrumbs ul.breadcrumb li+li:before {
    padding: 8px;
    color: var(--e-global-color-primary);
    content: "/\00a0"
}
.product__breadcrumbs ul.breadcrumb li a {
    color: var(--e-global-color-accent);
    text-decoration: none
}

/* Product Intro Wrapper */
.product__intro-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-3615 */.product__wcu{
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.product__wcu-item{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items:center; 
}
.product__wcu-item-heading{
    font-family: "Open Sans",Sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--e-global-color-primary);
}

@media (max-width:1025px){
    .product__wcu-item-heading{
        font-size:16px;
    }
}
@media (max-width:767px){
    .product__wcu-item-heading{
        font-size:14px;
    }
    .product__wcu{
        grid-template-columns: 1fr 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-52bbce3 */.elementor-tab-title {
    border: 1px solid #eee !important;
    padding: 10px;
    cursor: pointer;
    margin-right: 5px !important;
    padding: 10px 28px !important;
    border-radius: 5px ;
}

.elementor-tab-title.elementor-active {
    background-color: #EC8B6B;
}
.elementor-tabs-wrapper {
    gap: 2px !important;
    display: flex
;
}
.elementor-tab-content {
    border: 1px solid #eee !important;
    margin-top: 5px;
    border-radius: 5px;
}

@media (max-width: 768px) {
 /* Ensure the wrapper scrolls horizontally */
    .elementor-tabs-wrapper {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        white-space: nowrap;
        scroll-behavior: smooth; /* Smooth scrolling */

        /* Hide scrollbars across browsers */
        scrollbar-width: none; /* Firefox */
    }

    /* Hide scrollbar for Webkit browsers (Chrome, Safari, Edge) */
    .elementor-tabs-wrapper::-webkit-scrollbar {
        display: none;
    }

    /* Ensure each tab is inline and doesn't stretch */
    .elementor-tabs-wrapper .elementor-tab-desktop-title {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 10px;
        margin-right: 10px;
        border: 1px solid #ddd;
        border-radius: 2px;
        text-align: center;
    }   
     /* Hide mobile-specific duplicate tabs */
    .elementor-tab-mobile-title {
        display: none !important;
    }
}    

@media (min-width: 1024px) { 
    .elementor-tabs-wrapper {
        position: sticky;
        top: 0;
        z-index: 999;
        background: #fff;
        padding: 10px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c93dcb8 */.elementor-1517 .elementor-element.elementor-element-c93dcb8 td{
    font-size: 15px;
    background-color: white;
}
.elementor-1517 .elementor-element.elementor-element-c93dcb8 td:nth-child(odd){
    background: #fff !important;
}
.elementor-1517 .elementor-element.elementor-element-c93dcb8 th{
    background-color: #FB876B;
    color: #fff;
    text-align: left;
}
td:nth-child(odd) {
    background: #f5f5f5 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5161ab */.faq-container {
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
    }

    .faq-container h2 {
      text-align: center;
  margin-bottom: 30px;
    }

    .faq-item {
      background: #fff;
      border-radius: 0px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .faq-question {
      cursor: pointer;
      padding: 18px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px !important;
      font-weight: 500;
      color: #242528 !important;
    }
    .faq-question h3{
        font-size: 16px !important;
      font-weight: 600;
      color: #242528 !important;
    }

    .faq-question i {
      font-size: 14px;
      color: #ec8b6b !important;
      transition: transform 0.3s ease;
      padding: 5px;
      border-radius: 50%;
       background: #F7F6F5;
      color: #629C59;
    }

    .faq-item.active .faq-question {
      
    }

    .faq-item.active .faq-question i {
      transform: rotate(180deg);
      background: #ec8b6b !important;
      color: #fff !important;
    }
     .faq-item.active {
  background-color: #fff; 
  color: #1e293b; 
}
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      font-size: 15px;
      color: #475569;
      line-height: 1.6;
      transition: max-height 0.4s ease, padding 0.3s ease;
    }

    .faq-item.active .faq-answer {
      max-height: 500px;
      padding: 15px 20px 20px;
    }/* End custom CSS */