/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/

@import url("../hello-elementor/style.css");
@import url("../hello-elementor-child/assets/css/dosing-calculator.css");
@import url("../hello-elementor-child/assets/css/header.css");
@import url("../hello-elementor-child/assets/css/secondary-nav.css");
@import url("../hello-elementor-child/components/Form/forms.css");

/* footer */
.cookie-list ul a:hover {
  text-decoration: none !important;
}

@media (max-width: 768px) {
    .separator-list ul {
      flex-direction: column;
      gap: 5px;
    }
    .separator-list ul li::after {
      display: none;
    }
    .cookie-list ul {
      flex-direction: column;
    }
}

/* Tabs */
/* Common tab styles */
#tab-1,
#tab-2 {
  flex: 1;
  position: relative;
  border: 4px solid #FFD400;
  border-bottom: none;
  padding: 40px 10px 22px;
}

/* Tab border radius */
#tab-1 {
  z-index: 3;
  border-top-left-radius: 150px;
  border-top-right-radius: 50px;
}

#tab-2 {
  z-index: 1;
  border-top-left-radius: 50px;
  border-top-right-radius: 150px;
}

/* Tabs Responsive layout */
@media only screen and (max-width: 768px) {
  .custom-tabs {
    border: 2px solid #FFD400;
    border-radius: 20px;
  }
  
  .custom-tabs .tab1-content.e-active,
  .custom-tabs .tab2-content.e-active {
        border: none !important;
   }

   .custom-tabs .e-n-tabs-content >div {
    padding-left: 5px !important;
    padding-right: 5px !important;
   }

  #tab-1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 10px 5px;
    border: none !important;
  }

  #tab-2 {
    margin-left: 0;
    margin-top: 6px;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 10px 10px 8px;
  }
}

/* Girl position on specific mobile device */
@media only screen and (max-width: 767px) and (min-width: 380px) {
  .custom-tabs [aria-labelledby="tab-2"] .tab2-img-mob div {
    margin-bottom: -60px !important;
  }

  .about-stay-informed .tab2-img-mob div {
    margin-bottom: -111px !important;
  }
}

/* Tab2 girl image on tablet */
@media only screen and (max-width: 940px) and (min-width: 800px) {
  .custom-tabs [aria-labelledby="tab-2"] .tab2-img-mob div {
    margin-top: 137px !important;
  }
}

/* Active tab styles */
#tab-1[aria-selected="true"],
#tab-2[aria-selected="true"] {
  background-color: #FFD400;
  z-index: 2;
}

/* Tab content active styles */
.tab1-content.e-active,
.tab2-content.e-active {
  border: 5px solid #FFD400 !important;
  border-top: none !important;
}

/* Typography inside tabs */
#tab-1 span,
#tab-2 span {
  flex-direction: column;
}

#tab-1 span span,
#tab-2 span span {
  font-size: 16px;
  font-weight: 700;
}


/* SS Code */

.elementor-button-link-hover { 
  background-color: #fff !important;
  color: #804080 !important;
  border: 2px solid #804080 !important;
}

.elementor-button-link-hover svg {
  fill: #804080 !important;
}

/* Add dashes instead of bullets */
.isi-content ul ul {
  list-style-type: none !important;
  list-style: none !important;
  padding-left: 16px;
  padding-bottom: 5px;
  padding-top: 2px;
}

.isi-content ul ul.bullet-list {
  padding-left: 28px;
  padding-bottom: 5px;
  padding-top: 4px;
}

.isi-content ul.bullet-list li, 
.isi-content ul.bullet-list ul.bullet-list li {
  padding-bottom: 6px;
}
.isi-content ul.bullet-list li:last-child,
.isi-content ul.bullet-list ul.bullet-list li:last-child {
  padding-bottom: 0;
}

.isi-content ul ul li {
  position: relative;
}
.isi-content ul ul li::before {
  content: '\2013';
  position: absolute;
  left: -15px;
}

.isi-content ul ul.bullet-list li::before {
  content: '';
  position: absolute;
  left: -15px;
  width: 5px;
  top: 5px;
  height: 5px;
  background-color: white;
  border: 1px solid #818181;
  border-radius: 50%;
}

.osano-cm-window__widget {
  border: none !important;
}
.osano-cm-window__widget:hover {
 background: none !important;
}

/* List Custom style */

.list-bullets-style ul, ul ul {
  list-style-type: disc !important;     
}

.list-bullets-style ul li::marker {
  font-size: 14px !important;   
}


/* Anchor Links */
.secondary-nav .elementor-icon-list-item:not(:last-child)::after {
  content: "|";
  margin-left: 12px;
  color: #999;
  vertical-align: middle;
  font-weight: normal;
}
    
.secondary-nav .elementor-icon-list-item.last-in-line::after {
  content: none !important;
}



/* ACCORDION */
.elementor-widget-n-accordion .e-n-accordion-item { overflow: visible!important; }


/* Exit Modal */
.exit-cancel:focus  {
  background-color: #ffd400 !important;
  border-color:#ffd400 !important;
  outline: none !important;
}

.exit-cancel:hover  {
  background-color: #fff !important;
  border-color:#804080 !important;
  outline: none !important;
}

/* Custom Scrollbar */
.transcript-accordion>.elementor-widget-container {
  overflow: hidden;
}
.custom-scrollbar {
  height: 325px;
  overflow-y: scroll;
  /* Force scrollbar to always be visible */
  scrollbar-width: auto; /* Firefox */
}
.custom-scrollbar .elementor-widget-container {
  padding-right: 20px;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
  -webkit-appearance: none; /* Force visibility */
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #fff;  
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #833e85; 
  border-radius: 10px;
  height: 25px;
  border: 1.5px solid #fff;  
}
/* Force scrollbar to always be visible - not just on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
  min-height: 25px;
}

/* Fixing additional study in About Sephience page */
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .addt-study {
    background-position: center -140px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .addt-study {
    background-position: center -340px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .addt-study {
    background-position: center -400px !important;
  }
}