/* REUSABLE PHENDRAMINE COMPONENT CLASSES */

/* Typography */
.phen_main_title {
  font-weight: 400;
  margin: 0;
  line-height: 1;
  padding: 0 30px 20px 30px;

  font-family: 'Kanit', sans-serif;
  font-size: clamp(42px, 4vw, 64px);
  padding-top: 0px;
  color: white;
}
.phen_main_title2 {
  font-weight: 400;
  margin: 0;
  line-height: 1;
  padding: 0 30px 20px 30px;

  font-family: 'Kanit', sans-serif;
  font-size: clamp(22px, 2vw, 34px);
  padding-top: 0px;
  color: white;
}




.homepagepanelinner1 .phen_main_title {   text-align: center;  }
.homepagepanelinner2 .phen_main_title {    text-align: left; }
.hppanel2sectiontext p {
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 1.2em;
  color: #000;
}


.phen_subtitle {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  color: white;
}

.phen_button_subtitle {
  font-size: 14px;
  margin-top: 10px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}

/* Highlights and Colors */
.phen_highlight {
  color: #00ffff;
  font-weight: 700;
  text-decoration: underline;         
}
.phen_highlight3 {
  color: #333;
  font-weight: 700;     
}
.phen_accent_color {
  color: #00ffff;
}
.setfont {
font-family: 'Prosto One', sans-serif;
}
.phen_primary_bg {
  background: linear-gradient(to bottom, #4c91c5, #282627);
}

.hppanel2sectiontext { margin-bottom: 50px; }

/* Buttons */
.phen_button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 42px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: solid 2px #fff;
  font-family: 'Prosto One', sans-serif;
}

.phen_button_primary {
  background: #ffe300;
  color: black;
}

.phen_button_primary:hover {
  background: #4c91c5;
  color: rgb(255, 255, 255);
}

.phen_button_icon {
  color: rgb(0, 0, 0) !important; transition: color 0.3s ease;
}

.phen_button_primary:hover .phen_button_icon {
  color: rgb(255, 255, 255) !important;
}


.phen_button2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 42px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: solid 2px #000000;
  font-family: 'Prosto One', sans-serif;
}

.phen_button_primary2 {
  background: #4c91c5;
  color: #fff;
}

.phen_button_primary2:hover {
  background: #ffe300;
  color: #000;
}

.phen_button_icon2 {
  color: #fff !important; transition: color 0.3s ease;
}

.phen_button_primary2:hover .phen_button_icon2 {
  color: #000 !important;
}




/* Feature Boxes */
.phen_feature_box {
  flex: 1;
  min-width: 240px;
  border: solid 2px #fff;
  padding: 0 10px;
  border-radius: 25px;
  font-family: 'Nata Sans', sans-serif;
  display: flex;
  flex-direction: column;
}

.phen_feature_box_title {
  font-size: 16px;
  font-weight: 300;
  color: #3f6c8e;
  letter-spacing: 1px;
  text-transform: uppercase;
  top: -10px;
  display: inline;
  position: relative;
  background: white;
  padding: 1px 25px 2px;
  border-radius: 15px;
  margin: auto;
}

/* Icons */
.phen_icon_block {
  display: grid;
  justify-items: center;
  gap: 1%;
  margin-bottom: 16px;
  width: 28%;
}

.phen_icon_block img {
  width: 100%;
}

.phen_icon_text {
  margin: 0;
  font-size: clamp(10px, 2vw, 12px);
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}

/* Layout Utilities */
.phen_flex_container {
  display: flex;
  justify-content: center;
  gap: 5%;
  flex-wrap: wrap;
}

.phen_center_content {
  display: grid;
  justify-items: center;
}

/* SPECIFIC LAYOUT CLASSES (for this particular panel layout) */

/* Reset & base styles */
.homepagepanelinner1, .homepagepanelinner2,  .homepagepanelinner3, .homepagepanelinner4, .homepagepanelinner5, .homepagepanelinner6  {
  margin: 0;

  color: white;
}
.homepagepanelinner2 {
justify-content: flex-start !important;
}

.hppanel2section {
max-width: 900px;
}
/* Container */
.homepagepanelouter1 {
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  background: linear-gradient(to bottom, #4c91c5, #282627);
}
.homepagepanel {
  border-bottom: 1px solid #fff;position: relative;
}
.homepagepanelouter2 {
  display: flex;
  justify-content: center;
  padding: 30px 20px;

}
.homepagepanelouter2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('images/panel-2b.jpg') no-repeat center center;
    background-size: cover; /* ensures scaling */
  z-index: -1;

}

.homepagepanelouter3 {
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  position: relative;
  z-index: 0;
}

.homepagepanelouter3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('images/benefits.jpg') no-repeat center center;
  background-size: cover; /* ensures scaling */
  filter: hue-rotate(299.4deg) saturate(146.1%) brightness(39.3%);
  z-index: -1;
}

.homepagepanelouter4 {
  display: flex;
  justify-content: center;
  padding: 30px 20px;
background-color: #f6f6f6;
}

.homepagepanelouter5 {
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  position: relative;
  z-index: 0;
}

.homepagepanelouter5::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('images/panel-5.jpg') no-repeat center center;
  background-size: cover; /* ensures scaling */
  filter: hue-rotate(0.4deg) saturate(100.1%) brightness(79.3%);
  z-index: -1;
}


.homepagepanelinner {
  display: flex;
  max-width: 1400px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;  
  font-family: 'Prosto One', sans-serif;
  flex-grow: 1;
}

/* Left image */
.hppanel1image img {
  width: 100%;
  max-width: 500px;
}

/* Right section */
.hppanel1rightsection {
  flex: 1;
  max-width: 700px;
  display: flex;
  flex-direction: column;
}

/* Icon containers */
.hppanel1rightsectioniconscontainer {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* Button section */
.hppanel1rightsectionbuttoncontainer {
  margin-top: 20px;
  display: grid;
  justify-items: center;
}

.hppanel_iconblock_container {   
  display: flex;
  justify-content: center;
  gap: 5%;
  flex-wrap: wrap;
}



.benefits-section {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 1em;
}

.benefits-intro {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 2em;
  line-height: 1.6;margin-bottom: 30px !important;

}

.benefits-grid {
  display: flex;
  flex-direction: column;
  gap: 2em;flex-wrap: wrap;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.benefit-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 1em;
  transition: transform 0.3s ease;
}
.hppanel5section .benefit-icon {
filter: invert(1);
}

.benefit-icon:hover {
  transform: scale(1.15) rotate(5deg);
}

.benefit-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0.5em 0;
  text-transform: uppercase;
  letter-spacing: 1px;color: #fff;
  font-size: 2.4em;
  line-height: 1;
}

.benefit-text {
  font-size: 1.1rem;
  max-width: 500px;
  line-height: 1.6;
  font-weight: 500;
}

/* Larger screens layout */
@media (min-width: 768px) {
  .benefits-grid {
    flex-direction: row;
    justify-content: center;
    gap: 3em;
  }

  .benefit-item {
    flex: 1;
    max-width: 280px;
  }
.benefit-icon {
  width: 150px;
  height: 150px;
}}












.ui-accordion-header {
  display: flex;
  justify-content: space-between; /* pushes text left, icon right */
  align-items: center;
}

.ui-accordion-header .ui-accordion-header-icon {
  order: 1; /* move to end */
  margin-left: 8px;
}


/* Pointer cursor on collapsed headers */
.ui-accordion-header:not(.ui-accordion-header-active) {
  cursor: pointer;
}



.hppanel4section p {  
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 1.2em;
  color: rgb(0, 0, 0);
}

.phen_highlight2 {
  color: #008ee0;
  font-weight: 700;
}
.hppanel4section {
width:100%;
}
.hppanel4section h2 {   text-align: center;   margin-bottom: 30px; }
.homepagepanelinner4 .accordionxxd {   background: #F6F6F6;   border-bottom: 0px;    }







.body.home div[data-sub-layout] {
padding: 0 !important;
}


.homepagestripicons {
  padding: 50px 0 !important;
  max-width: 100% !important;
  background: linear-gradient(to bottom, #4c91c5, #282627) !important;
  gap: 5% !important;justify-content: center !important;display: flex !important;
}
.homepagestripicons h3 {
color: #fff;line-height: 1.2em;
}
.homepagestripiconscontainer {

  max-width: 150px !important;
}


.homepagestripicons-icon {
background: #6c373700;
  width: 150px !important;
  height: 150px !important;
  padding: 12px !important;
  margin-bottom: 10px !important;
  filter: brightness(200%) hue-rotate(30deg);
}

html {
scroll-padding-top: 125px;
  overflow: scroll;
}

 .mob-header .navPages-container {
    width: 100% !important;
    position: absolute !important;
  top: -500px;
  }
 .mob-header .navPages {height: auto !important;}
 .mob-header .navPages-container {
    left: 0px !important;

  }

   .mob-header .navPages-container.is-open {

  top: 0px;
  }

  .mob-header .phen_button {   

      padding: 8px 12px;  
     font-size: .8em;
     }
     .mob-header div.row { 
      justify-content: space-around;
     }

     .mob-header .csmenu-open-wrapper .navPages-container.is-open {
      top: auto;   
      bottom: auto;   
      left: auto !important;   
      right: auto;   
      height: auto; }
      
      
      .has-activeNavPages {
  overflow: visible !important; 

}
#main-content {
  margin-top: 0 !important; 
}
@media (max-width: 767px) {
.homepagepanelinner h3 {   font-size: 1.2em; }

.ui-accordion-header .ui-accordion-header-icon {
  right: 10px;
  position: absolute;
}
.fparticleouter .price--non-sale, .epic-product-card .price--withTax {   font-size: 1.7em !important;     }

.fparticleouter .card-figcaption-button {
  height: 45px !important;
}

.hppanel2section {
  padding-top: 300px;
}

.homepagepanelouter2::before {
   background: url('images/panel-2b.jpg') no-repeat top center;
    background-size: auto;
  background-size: contain;
  z-index: -1;
}

.hppanel2sectiontext h2.phen_main_title  {   text-align: center; text-shadow: #fff 1px 3px 3px;}
.hppanel2sectiontext { text-align: center; }

.homepagestripicons-icon {
  width: 100px !important;
  height: 100px !important;margin-bottom: 0px !important;
}
.homepagestripiconscontainer {
  max-width: 100px !important;
}
.homepagestripicons {
  padding: 20px 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, auto);
  justify-content: space-evenly;padding-top: 0 !important;
}

}

.ui-accordion-header-icon {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.5em;
  vertical-align: middle;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid currentColor;
  transition: transform 0.2s ease;
}

/* expanded state */
.ui-accordion-header-active .ui-accordion-header-icon {
  transform: rotate(90deg);
}


.buynowtext {
  font-family: 'Prosto One', sans-serif;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.de-top-slider-contain {
  display: none !important;
}



