/* Shortcode: [events_filter] goodarch Course & Events page  */
/* --- Basic styling (functional) --- */


.events_month_table thead tr th{
  border-color: #000;
  border-width: 0 0 3px 0;
  border-style: solid;

  text-align: left;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  padding: 15px;
}

.events_month_week_dates td{
  text-align: left;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  border-color: #000;
  cursor: pointer;
  padding: 10px 16px 16px;
  background-color: hsla(0, 0%, 50%, .102);
  opacity: 0.5;
  border-color: #0000004d;
  text-align: left;
}
.events_month_week_events td{
  padding: 0px;
  border-color: #0000004d;
  border-width: 0 1px 1px;
}
.events_month_week_events{
  background: hsla(0, 0%, 50%, .071);
}
.events_month_week_events td ul li a{
  padding: 10px;
  text-decoration: none;
  text-align: left;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  background: #FEFCF4;
}
.events_month_week_events td ul{
  display: flex;
  gap: 2px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}


.event-tooltip {
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    width: 320px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: none;
}

.event-tooltip-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-tooltip img {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    object-fit: cover;
    object-position: top;
}

.event-tooltip-title {
    font-family: "Lexend", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    display: block;
}

.event-tooltip-time {
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
    font-family: "Lexend", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.event-tooltip-desc {
    font-family: "Lexend", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
}
.events_week_event_link{
  width: 100%;
  display: flex;
}



.events_mobile_day_events{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.events_item_title_link{
  text-decoration: none !important; 
  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;

  padding-bottom: 2px;
  border-bottom: 1px solid #00000052;
}


.events_mobile_month_calendar {
  display: flex;
  flex-direction: column;
}

.calendar_weekdays,
.calendar_days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.calendar_weekdays .weekday {
  font-weight: bold;
  padding: 5px 0;
  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.calendar_day {
  padding: 8px 0;
  position: relative;
  cursor: pointer;
  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.calendar_day.other-month {
  opacity: 0.4;
}

.calendar_day.today {
  background: #e94932;
  color: #fff;
  border-radius: 6px;
}

.calendar_day.has-events .event-dot {
  width: 5px;
  height: 5px;
  background: #e94932;
  border-radius: 50%;
  display: block;
  margin: 2px auto 0;
}



/* Mobile/Desktop swap helpers */
.mobile-only { display: none !important; }
.desktop-only { display: flex; }

/* Mobile dropdown box default hidden (desktop) */
.events_mobile_dropdown { display: none; }

/* Mobile rules */
@media (max-width: 768px) {
  .desktop-only { display: none !important; }
  .mobile-only { display: flex !important; align-items: center; }

  .events_mobile_icons { gap: 10px; }

/* mobile dropdown styling (functionality only) */
  .events_mobile_dropdown {
    display: none;
    position: absolute; /* adjust positioning in your layout as needed */
    left: 12px;
    right: 12px;
    margin-top: 8px;
    padding: 12px;
    z-index: 1200;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  }
  .events_mobile_dropdown.open { display: block; }

/* gentle slide (optional) */
  @keyframes events-slide-down {
    from { transform: translateY(-6px); opacity: 0; }
    to   { transform: translateY(0);   opacity: 1; }
  }
  .events_mobile_dropdown.open { animation: events-slide-down 160ms ease; }
}







.events_wrapper_outer {
  font-family: Arial, sans-serif;
  color: #111;
}
.events_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.events_row_top {
  flex-wrap: wrap;
  border: 1px solid #a0a0a0;
  border-radius: 8px;
  padding: 0 16px;
}
.events_search_wrap {
  display: flex;
  gap: 8px;
  flex: 1;
  min-width: 260px;
}
.events_search_input {
  background: url("/wp-content/uploads/2025/09/Magnifyingglass.svg") no-repeat
    left 0px center;
  background-size: 28px; /* control icon size */
  flex: 1;
  padding-left: 40px !important; /* space for placeholder/text */
  outline: none;
  border: none !important;
  height: 40px; /* optional: keeps input height consistent */
  box-sizing: border-box;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.events_prev_page_btn:disabled,
.events_next_page_btn:disabled {
  opacity: 0.5;
}
.events_prev_page_btn,
.events_next_page_btn {
  outline: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0 !important;
}

/* disable hover/focus styles */
.events_prev_page_btn:hover,
.events_prev_page_btn:focus,
.events_next_page_btn:hover,
.events_next_page_btn:focus {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.events_prev_page_btn img,
.events_next_page_btn img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.events_controls_right {
  display: flex;
  gap: 8px;
}
.events_row_controls {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.events_controls_left {
  display: flex;
  gap: 40px;
}
.events_today_btn {
  padding: 0 24px;
  background: none;
  border: 1px solid #1d1d1d;
  display: flex;
  border-radius: 5px;

  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  cursor: pointer; /* still looks clickable */
}

/* remove hover, focus, active effects */
.events_today_btn:hover,
.events_today_btn:focus,
.events_today_btn:active {
  background: none;
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
  outline: none;
  box-shadow: none;
}
.events_date_label img{
  position: absolute;
  top: 4px;
  right: 0;
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.events_date_label span {
  padding-right: 32px;
}
.events_date_label {
  padding: 0;
  background: none;
  border: none;
  align-items: center;
  display: flex;
  border-radius: 0;
  gap: 8px;

  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;

  position: relative;
  cursor: pointer;
}

/* disable hover, focus, active changes */
.events_date_label:hover,
.events_date_label:focus,
.events_date_label:active {
  background: none;
  border: none;
  color: #1d1d1d;
  outline: none;
  box-shadow: none;
}

.events_find_btn:hover {
  background: #e94932;
}
.events_find_btn:focus {
  background: #e94932;
}
.events_find_btn {
  padding: 0 24px;
  background: #e94932;
  color: #fff;
  border: 1px solid #e94932;
  display: flex;
  border-radius: 5px;

  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
}
.events_layout_btn.active {
  border-color: #e94932 !important;
}

.events_layout_btn {
  padding: 12px 10px;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  outline: 0;

  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer; /* keep it clickable */
}

/* disable hover/focus styles */
.events_layout_btn:hover,
.events_layout_btn:focus {
  background: none;
  color: #1d1d1d;
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.events_row_footer {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #a0a0a0;
}
.events_prev_footer_btn,
.events_next_footer_btn {
  padding: 0 !important;
  background: none;
  border: none;
  outline: none;
  display: flex;
  gap: 8px;

  color: #e94932;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* disable hover, focus, active styles */
.events_prev_footer_btn:hover,
.events_prev_footer_btn:focus,
.events_prev_footer_btn:active,
.events_next_footer_btn:hover,
.events_next_footer_btn:focus,
.events_next_footer_btn:active {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  color: #e94932; /* keep same color */
}

.events_btn_subscriber {
  padding: 0 24px !important;
  background: none;
  border: 1px solid #e94932;
  outline: none;
  display: flex;
  gap: 10px;

  color: #e94932;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  border-radius: 5px;
}

/* disable hover, focus, active effects */
.events_btn_subscriber:hover,
.events_btn_subscriber:focus,
.events_btn_subscriber:active {
  background: none;
  border: 1px solid #e94932;
  outline: none;
  box-shadow: none;
  color: #e94932; /* keep same text color */
}

.events_row_month {
  display: flex;
  gap: 24px;
  position: relative;
  margin-bottom: 40px;
}
.events_current_month {
  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.events_row_month_line {
  flex: 1;
  height: 1px;
  background: #a0a0a0;
  transform: translateY(12px);
}

.events_layout_wrap {
  display: flex;
  gap: 8px;
}
.events_date_dropdown {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}

.events_date_picker_wrap {
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.events_row_content {
  align-items: flex-start;
  gap: 20px;
}
.events_left_sidebar {
  width: 160px;
}
.events_sidebar_date {
  background: #f9f3e8;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
}
.events_sidebar_day {
  font-weight: 700;
  color: #1d1d1d;
  font-size: 14px;
}
.events_sidebar_number {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.events_list_wrap {
  flex: 1;
  position: relative;
  min-height: 150px;
}
.events_loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 20;
}
.events_spinner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 4px solid #f3f3f3;
  border-top-color: #e94932;
  animation: events_spin 1s linear infinite;
}

@keyframes events_spin {
  to {
    transform: rotate(360deg);
  }
}

.events_items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.events_item {
  display: flex;
  align-items: stretch;
}
.events_item_media {
  width: 247px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  max-height: auto;
}
.events_item_body {
  padding: 16px 8px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  border-radius: 0px 16px 16px 0px;
  background: #f9f3e8;
  margin-right: 16px;
  flex: 1;
}
.events_item_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.events_item_date_single {
  padding: 16px 16px 16px 8px;
  background: #f9f3e8;
  border-radius: 16px 0px 0px 16px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: auto; 
  align-items: center;
}
.events_item_date_single_day {
  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.events_item_date_single_date {
  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.events_item_body_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.events_item_title {
  color: #000000;
  font-family: "Lexend", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}
.events_item_meta img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.events_item_meta {
  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  gap: 8px;
}
.events_item_excerpt p {
  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
}
/* Hide sidebar in month view */
.events_wrapper_outer.month-view .events_left_sidebar {
  display: none;
}

/* Month heading */
.events_month_heading {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 15px;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

/* Register Now button */
.events_register_btn {
  padding: 0 24px;
  background: none;
  border: 1px solid #e94932;
  display: flex;
  gap: 10px;
  width: fit-content;
  text-decoration: none !important;
  border-radius: 5px;
  color: #e94932;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  transition: 0.3s;
}

/* Subscribe dropdown */
.events_subscribe_dropdown {
  position: relative;
  display: inline-block;
}
.events_subscribe_toggle {
  background: #f9f3e8;
  border: 1px solid #e94932;
  color: #000;
  padding: 6px 12px;
  cursor: pointer;
}
.events_subscribe_list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
  min-width: 200px;
  z-index: 10;
}
.events_subscribe_list li {
  list-style: none;
}
.events_subscribe_list li a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
}
.events_subscribe_list li a:hover {
  background: #f9f3e8;
}
.events_item_date_single_mobile{display: none;}
.events_register_btn_mobile{
  display: none;
}
.events_footer_center_mobile{display: none;}

/* Responsive */
@media (max-width: 768px) {
  .events_row_top{
    margin-bottom: 16px;
    flex-direction: row !important;
    border-radius: 8px;
    border: 1px solid #E94932 !important;
    padding: 12px 16px !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .events_date_label span{
    font-size: 16px;
    line-height: 24px;
    color: #E94932;
  }

  .events_mobile_view_btn:focus,
  .events_mobile_search_btn:focus{
    background: none;
  }
  .events_mobile_view_btn{
    border: none;
    outline: none;
    padding: 0;
    display: flex;
    height: 20px;
    width: 20px;
  }
  .events_mobile_search_btn{
    border: none;
    outline: none;
    padding: 0;
    display: flex;
    height: 28px;
    width: 28px;
  }
  .events_date_label img{
    content: url("/wp-content/uploads/2025/09/chevron-down3.svg");
  }
  .events_controls_right{
    display: none;
  }
  .events_today_btn{
    display: none;
  }
  .events_row {
    flex-direction: column;
    align-items: stretch;
    border: none;
    padding: 0;
  }
  .events_items{
    gap: 32px;
    overflow: auto;
  }
  .events_today_btn{
    justify-content: center;
    text-align: center;
  }
  .events_row_controls{
    display: none;
  }
  .events_controls_left{
    flex-direction: column-reverse;
    gap: 12px;
  }
  .events_layout_wrap{
    justify-content: space-between;
  }
  .events_left_sidebar {
    display: none;
  }
  .events_item {
    flex-direction: column-reverse;
  }
  .events_item_media {
    width: 100%;
    height: 250px;
    margin-bottom: 8px;
  }
  .events_item_body {
    margin-right: 0;
    border-radius: 16px;
    padding: 16px 8px;
    flex-direction: row;
    gap: 16px;
  }
  .events_row_month{
    margin-bottom: 32px;
  }
  .events_register_btn_mobile{
    display: flex;
  }
  .events_register_btn_desktop{
    display: none;
  }
  .events_item_date_single_desktop{display: none;}
  .events_item_date_single_mobile{
    display: flex;
    padding: 0 8px;
  }
  .events_item_meta {
    align-items: center;
  }
  .events_item_title{
    font-size: 24px;
    line-height: 28px;
  }
  .events_register_btn {
    margin-top: 24px;
  }
  .events_prev_footer_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .events_prev_footer_btn {
      font-size: 0; /* hide all text temporarily */
  }

  .events_prev_footer_btn img {
      font-size: initial; /* keep icon visible */
  }

  .events_prev_footer_btn::after {
      content: 'Previous'; /* show only first word */
      font-size: 16px; /* restore font size */
      font-weight: 600;
      font-family: "Lexend", Sans-serif; 
  }

  .events_next_footer_btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
  }

  .events_next_footer_btn {
      /* Hide text after first word */
      font-size: 0; /* hide all text temporarily */
  }

  .events_next_footer_btn img {
      font-size: initial; /* keep icon visible */
  }

  .events_next_footer_btn::before {
      content: 'next'; /* show only first word */
      font-size: 16px; /* restore font size */
      font-weight: 600;
      font-family: "Lexend", Sans-serif;
  }
  .events_footer_center_desktop{
    display: none;
  }
  .events_footer_center_mobile{
    display: flex;
    margin-top: 24px;
    justify-content: center;
  }
  .events_btn_subscriber{
    width: 100%;
    justify-content: center;
  }
  .events_subscribe_dropdown{
    width: 100%;
  }

}

/* ✅ Shortcode[wellness_journey] page  (Page 1278) exploreGA : Course & Events */
/* loader (unique keyframes) */
.wellness_journey_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.wellness_journey_spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #e94932; /* site color */
  border-radius: 50%;
  animation: wellness_journey_spin 1s linear infinite;
}
@keyframes wellness_journey_spin {
  to {
    transform: rotate(360deg);
  }
}

/* layout */
.wellness_journey_wrapper {
  display: flex;
  gap: 24px;
}
.wellness_journey_left_col {
  width: 243px;
}
.wellness_journey_progress {
  margin-bottom: 8px;
}
.wellness_journey_progress_bar {
  background: #f3f3f3;
  height: 4px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.wellness_journey_progress_bar span {
  display: block;
  height: 100%;
  background: #e94932;
  width: 0%;
  transition: width 0.4s;
}
.wellness_journey_counter {
  margin-top: 16px;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  line-height: 20px;
  color: #a0a0a0;
}
.wellness_journey_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wellness_journey_item_btn:hover {
  background: none;
  color: #e94932;
}
.wellness_journey_item_btn {
  text-align: left;
  background: none;
  border: none;
  outline: 0;
  cursor: pointer;
  display: flex;
  padding: 0px;
  text-wrap: auto;
  transition: color 0.25s, transform 0.18s;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #a0a0a0;
}
.wellness_journey_item_btn.active {
  color: #e94932;
  font-weight: 700;
  background: none;
  transform: translateX(4px);
}

/* right column: keep relative so we can fade panels inside using jQuery */
.wellness_journey_right_col {
  flex: 1;
  position: relative;
  min-height: 120px; /* safe fallback while panels are hidden */
  transition: min-height 0.35s ease;
}

/* panels: don't control display here — jQuery will do fadeIn/fadeOut.
   Panels are positioned statically so container height adjusts naturally. */
.wellness_journey_detail {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
  gap: 10px;
  flex-direction: column;
  background: #f9f3e8;
  padding: 24px 16px;
  border-radius: 16px;
  display: none; /* initial hidden — jQuery will show the active one */
}
.wellness_journey_detail.active {
  display: block;
}
.wellness_journey_title {
  margin: 0 0 8px 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1d1d1d;
}
.wellness_journey_desc p{
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
  margin-bottom: 2px;
}
.wellness_journey_desc{
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
.wellness_journey_desc ul{
  padding-left: 25px;
  margin-bottom: 16px;
}
.wellness_journey_desc ul li{
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}

/* responsiveness */
@media (max-width: 768px) {
  .wellness_journey_wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .wellness_journey_left_col {
    width: 100%;
  }
  .wellness_journey_progress{
    display: none;
  }
  .wellness_journey_select {
      border: 1px solid #E94932;
      padding: 11px 18px;
      border-radius: 8px;

      background: url('/wp-content/uploads/2025/09/chevron-down3.svg') no-repeat right 12px center;
      background-color: transparent;
      background-size: 24px 24px;

      font-family: "Lexend", Sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #E94932;

      /* Remove default arrow in most browsers */
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;

      /* Remove focus outline */
      outline: none;

      cursor: pointer;

      /* Optional: smooth transition for hover/focus */
      transition: border 0.2s ease;
  }

  /* On hover/focus: change border color but no default outline */
  .wellness_journey_select:hover,
  .wellness_journey_select:focus {
      border-color: #E94932; /* keep same orange */
      box-shadow: none; /* remove default browser shadow */
  }

  /* Optional: make dropdown options visually consistent */
  .wellness_journey_select option {
      color: #333; /* text color inside dropdown */
      background: #fff; /* background of options */
      font-family: "Lexend", Sans-serif;
      font-size: 14px;
      padding: 8px 12px;
  }
}

/* ✅ Shortcode for Global Network page Section [global_locations] contact us page */
.global_location_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.global_location_spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #e94932;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.global_location_detail {
  display: none;
}
.global_location_detail.active {
  display: flex;
  animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.global_location_wrapper {
  display: flex;
  gap: 16px;
}
.global_location_left_col {
  width: 363px;
}
.global_location_progress {
  margin-bottom: 8px;
}
.global_location_progress_bar {
  background: #f3f3f3;
  height: 4px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.global_location_progress_bar span {
  display: block;
  height: 100%;
  background: #e94932;
  width: 0%;
  transition: width 0.4s;
}
.global_location_counter {
  margin-top: 16px;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  line-height: 20px;
  color: #a0a0a0;
}
.global_location_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.global_location_item_btn:hover {
  background: none;
  color: #e94932;
}
.global_location_item_btn {
  text-align: left;
  background: none;
  border: none;
  outline: 0;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  padding: 0px;
  transition: 0.3s;
  font-family: "Lexend", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #a0a0a0;
  transition: color 0.3s ease, font-weight 0.3s ease, transform 0.3s ease;
}
.global_location_desc {
  font-size: 14px;
}
.global_location_item_btn.active {
  color: #e94932;
  font-weight: 700;
  background: none;
}

.global_location_right_col {
  flex: 1;
  position: relative;
}
.global_location_detail {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  gap: 24px;
  flex-direction: column;
  background: #f9f3e8;
  padding: 24px 16px;
  border-radius: 16px;
}
.global_location_detail.active {
  display: flex;
  opacity: 1;
}
.global_location_detail_left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: fit-content;
}
.global_location_label {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1d1d1d;
}
.global_location_title {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1d1d1d;
}
.global_location_detail_right {
  height: 250px;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
.global_location_detail_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.global_location_address,
.global_location_phones,
.global_location_hours {
  display: flex;
  flex-direction: column;
}
.global_location_label_fields {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1d1d1d;
}
.global_location_anchor_address:hover {
  color: #000000;
}
.global_location_anchor_address {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: underline;
  color: #000000;
}
.global_location_numbers a {
  text-decoration: none;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
.global_location_website a {
  text-decoration: none;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
.global_location_website {
  display: flex;
  flex-direction: column;
}
.global_location_numbers {
  display: flex;
  flex-direction: column;
}
.global_location_hours_text {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
.global_location_dropdown:focus{
  outline: none;
}
.global_location_dropdown{
  display: none;
  border: 1px solid #E94932;
  padding: 11px 18px;
  border-radius: 8px;
  background: url(/wp-content/uploads/2025/09/chevron-down3.svg) no-repeat right 12px center;
  background-color: transparent;
  background-size: 24px 24px;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #E94932;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: border 0.2s ease;
}
@media (max-width: 768px) {
  .global_location_wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .global_location_left_col {
    width: 100%;
  }
  .global_location_detail.active {
    flex-direction: column;
    gap: 24px;
  }
  .global_location_detail_right {
    width: 100%;
    height: 250px;
  }
  .global_location_progress{
    display: none;
  }
  .global_location_list{
    display: none;
  }
  .global_location_dropdown{
    display: flex;
  }
}

/* ✅ Shortcode for Authorised Dealers Section [authorised_dealers] contact us page */
.dealers_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.dealers_spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #e94932;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dealers_wrapper {
  display: flex;
  gap: 40px;
}
.dealers_left_col {
  width: 348px;
}
.dealers_progress {
  margin-bottom: 8px;
}
.dealers_progress_bar {
  background: #f3f3f3;
  height: 4px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.dealers_progress_bar span {
  display: block;
  height: 100%;
  background: #e94932;
  width: 0%;
  transition: width 0.4s;
}
.dealers_counter {
  margin-top: 16px;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  line-height: 20px;
  color: #a0a0a0;
}
.dealers_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dealers_item_btn:hover {
  background: none;
  color: #e94932;
  font-weight: 700;
}
.dealers_item_btn {
  text-align: left;
  background: none;
  border: none;
  outline: 0;
  cursor: pointer;
  display: flex;
  padding: 0px;
  transition: 0.3s;
  font-family: "Lexend", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #a0a0a0;
}
.dealers_item_btn.active {
  color: #e94932;
  font-weight: 700;
  background: none;
}

.dealers_right_col {
  flex: 1;
  position: relative;
}
.dealers_detail {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  gap: 20px;
}
.dealers_detail.active {
  display: flex;
  opacity: 1;
}
.dealers_detail_left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 16px;
  border-radius: 16px;
  background: #f9f3e8;
  height: fit-content;
}
.dealers_title {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1d1d1d;
}
.dealers_detail_right {
  width: 364px;
  height: 312px;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
.dealers_detail_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.dealers_address,
.dealers_phones,
.dealers_hours {
  display: flex;
  flex-direction: column;
}
.dealers_label_fields {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1d1d1d;
}
.dealers_anchor_address:hover {
  color: #000000;
}
.dealers_anchor_address {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: underline;
  color: #000000;
}
.dealers_numbers a {
  text-decoration: none;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
.dealers_numbers {
  display: flex;
  flex-direction: column;
}
.dealers_hours_text {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
.dealers_select_wrap_mobile{
  display: none;
}
.dealers_select:focus{
  border: 1px solid #E94932;
  outline: none;
}
.dealers_select{
  border: 1px solid #E94932;
  padding: 11px 18px;
  border-radius: 8px;
  background: url(/wp-content/uploads/2025/09/chevron-down3.svg) no-repeat right 12px center;
  background-color: transparent;
  background-size: 24px 24px;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #E94932;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: border 0.2s ease;
}
.contact_us_malysia_slider_overly::before{
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .dealers_wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .dealers_left_col {
    width: 100%;
  }
  .dealers_detail.active {
    flex-direction: column;
    gap: 8px;
  }
  .dealers_detail_right {
    width: 100%;
    height: 250px;
  }
  .dealers_list_desktop{
    display: none;
  }
  .dealers_select_wrap_mobile{
    display: flex;
  }
  .dealers_progress{
    display: none;
  }
}

/* ✅ Shortcode for Malaysia Headquarters Gallery Slick Slider [malaysiya_gallery_slider] contact us page */
.malaysiya_gallery_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.malaysiya_gallery_slider .slick-dots li button:hover {
  background: #e94932 !important;
}
.malaysiya_gallery_slider .slick-dots li button::before {
  content: "" !important;
  display: none !important;
}
.malaysiya_gallery_slider .slick-dots li.slick-active button {
  opacity: 1 !important;
}
.malaysiya_gallery_slider .slick-dots li button {
  padding: 0 !important;
  height: 2px !important;
  width: 50px !important;
  background: #e94932 !important;
  opacity: 0.3 !important;
}
.malaysiya_gallery_slider .slick-dots li {
  margin: 0 !important;
  height: 2px !important;
  width: 50px !important;
}
.malaysiya_gallery_slider .slick-dots {
  bottom: -16px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.malaysiya_gallery_slider .slick-track {
  height: 400px;
}
.malaysiya_gallery_slider {
  margin-bottom: 0 !important;
}
.malaysiya_gallery_slide {
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
}
.malaysiya_gallery_loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 1000;
}
.malaysiya_gallery_spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #e94932;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: malaysiya_spin 1s linear infinite;
}
@keyframes malaysiya_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.malaysiya_gallery_slider_wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .malaysiya_gallery_slide {
    height: 250px;
  }
  .malaysiya_gallery_slider .slick-track {
    height: 250px;
  }
  .malaysiya_gallery_slider .slick-dots {
    bottom: -8px;
  }
}

/* [knowledge_single_related] shortcode used in knowledge single  */
.knowledge_single_related_wrapper {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.knowledge_single_related_header {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.knowledge_single_related_title {
  margin: 0;
  font-family: "Sansation", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -2px;
  color: #000000;
}
.knowledge_single_related_explore:hover {
  color: #ffffff;
}
.knowledge_single_related_explore {
  text-decoration: none;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  color: #ffffff;

  background: #e94932;
  border: 1px solid #e94932;
  padding: 0 16px;
  border-radius: 5px;
  display: flex;
}
.knowledge_single_related_posts {
  display: flex;
  gap: 16px;
}
.knowledge_single_related_post:hover .knowledge_single_related_post_title{
  color: #e94932;
}
.knowledge_single_related_post {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.knowledge_single_related_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.knowledge_single_related_thumb {
  height: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  display: flex;
}
.knowledge_single_related_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 8px;
}
.knowledge_single_related_meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.knowledge_single_related_cats,
.knowledge_single_related_date {
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #6f7478;
}
.knowledge_single_related_post_title:hover {
  color: #000000;
}
.knowledge_single_related_post_title {
  text-decoration: none;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
}
.knowledge_single_related_explore_mobile{
    text-decoration: none;
    font-family: "Lexend", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    color: #ffffff;
    background: #e94932;
    border: 1px solid #e94932;
    width: 100%;
    padding: 0 16px;
    border-radius: 5px;
    display: none;
    justify-content: center;
    margin-top: 24px;
}
@media (max-width: 768px) {
  .knowledge_single_related_explore_mobile{
    display: flex;
  }
  .knowledge_single_related_posts {
    flex-direction: column;
  }
}

/* [news_single_related] shortcode used in news single  */
.news_single_related_wrapper {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news_single_related_header {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.news_single_related_title {
  margin: 0;
  font-family: "Sansation", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -2px;
  color: #000000;
}
.news_single_related_explore:hover {
/*   background: #ffffff; */
  color: #fff;
}

.news_single_related_explore {
  text-decoration: none;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  width: 150px;
  background: #e94932;
  border: 1px solid #e94932;
  padding: 0 16px;
  border-radius: 5px;
}
.news_single_related_explore_mobile:hover {
  color: #ffffff;
}
.news_single_related_explore_mobile {
  text-decoration: none;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  color: #ffffff;
  display: none;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  background: #e94932;
  border: 1px solid #e94932;
  padding: 0 16px;
  border-radius: 5px;
}
.news_single_related_posts {
  display: flex;
  gap: 16px;
}
.news_single_related_post:hover .news_single_related_post_title{
  color: #e94932;
}
.news_single_related_post {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news_single_related_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.news_single_related_thumb {
  height: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
}
.news_single_related_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 8px;
}
.news_single_related_meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.news_single_related_cats,
.news_single_related_date {
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #6f7478;
}
.news_single_related_post_title:hover {
  color: #000000;
}
.news_single_related_post_title {
  text-decoration: none;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
}
@media (max-width: 768px) {
  .news_single_related_posts {
    flex-direction: column;
    gap: 24px;
  }
  .news_single_related_title {
    font-size: 32px;
    line-height: 40px;
  }
  .news_single_related_explore {
    display: none;
  }
  .news_single_related_thumb {
    height: 200px;
  }
  .news_single_related_explore_mobile {
    display: flex;
  }
}

/* knowledge_center shortcode [knowledge_center] */
.knowledge_center_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.knowledge_center_categories {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.knowledge_center_categories button:first-child {
  width: 140px;
}
.knowledge_center_categories button:hover {
  /* background: #e94932; */
  background-color: rgba(233, 73, 50, 0.2);*/ /* same as #E9493233 */
  color: #fff;
}
.knowledge_center_categories button {
  background: transparent;
  border: 1px solid #e94932;
  border-radius: 5px;
  padding: 4px 16px;
  display: flex;
  transition: all 0.3s ease;
  justify-content: center;

  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #e94932;
}
.knowledge_center_categories button.active {
  background: #e94932;
  color: #fff;
}
.knowledge_center_posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 16px;
  transition: opacity 0.4s ease;
}
.knowledge_center_post {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.knowledge_center_post:hover .knowledge_center_title{
  color: #e94932;
}
.knowledge_center_thumb {
  height: 300px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  text-decoration: none;
}
.knowledge_center_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.knowledge_center_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 8px;
}
.knowledge_center_meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.knowledge_center_cats {
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #6f7478;
}
.knowledge_center_date {
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #6f7478;
}
.knowledge_center_title {
  text-decoration: none !important;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #1d1d1d;
  transition: color 0.3s;
}
.knowledge_center_pagination {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a0a0a0;
  padding-top: 24px;
}
.knowledge_center_pagination button img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.knowledge_center_pagination button span {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #e94932;
}
.knowledge_center_pagination button {
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all 0.3s ease;
}
.knowledge_center_pagination button:disabled {
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .knowledge_center_categories {
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 8px;
      overflow-x: auto; /* horizontal scroll */
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;     /* Firefox */
      margin: 0 -24px;
      padding-left: 24px;
      justify-content: unset;
      padding-right: 24px;
  }

  .knowledge_center_categories::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera */
  }
  .knowledge_center_posts {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .knowledge_center_categories button:first-child {
    width: 100%;
  }
  .knowledge_center_wrapper{
    gap: 32px;
  }
  .knowledge_center_thumb{
    height: 200px;
  }
  .knowledge_center_categories button{
    width: fit-content;
  }
}

/* [certifications_block] Certifications & Recognitions page shortcode css  */
/* ✅ Overlay styles */
.certifications_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.certifications_overlay_inner {
  position: relative;
  max-width: 80%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #FFFFFF;
}
.certifications_overlay_inner_text{
  margin: 0;
  padding: 6px 10px 8px;
  text-align: center;
  color: #000000;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}
.certifications_overlay_inner img {
  max-height: calc(80vh - 50px); /* ✅ leave space for title text */
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
  display: block;
  padding: 10px 10px 0;
}
.certifications_overlay_close {
    background-image: url("/wp-content/uploads/2025/09/XCircle.svg");
    position: absolute;
    top: -30px;
    right: 0;
    height: 24px;
    width: 24px;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: block;
}
/* ✅ Menu dropdown arrows */
.certifications_menu .menu-item-has-children > a::after {
  content: "";
  cursor: pointer;
  background-image: url("/wp-content/uploads/2025/09/chevron-down.svg");
  height: 24px;
  width: 24px;
  object-fit: contain;
  display: flex;
  object-position: center;
}
.certifications_menu .sub-menu li a:hover {
  color: #e94932;
}
.certifications_menu .sub-menu li a {
  text-decoration: none;
  color: #a0a0a0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}
.certifications_menu .sub-menu {
  display: none;
  margin-left: 15px;
  list-style: none;
  padding-left: 16px;
  flex-direction: column;
  gap: 8px;
}
.certifications_row {
  display: flex;
  gap: 64px;
}
.certifications_left {
  width: 291px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.certifications_section h3 {
  margin: 0;
  padding: 0 16px;
  border-radius: 5px;
  background: #e94932;
  color: #ffffff;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
}
.certifications_section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.certifications_buttons {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  gap: 8px;
}
.certifications_btn.active {
  color: #e94932;
}
.certifications_btn_wrapper { 
    position: relative; 
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.certifications_btn_arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    position: absolute;
    background-image:url('/wp-content/uploads/2025/09/chevron-down.svg');
    cursor: pointer;
}

.certifications_subbuttons {
    display: none;
    margin-left: 12px;
    margin-top: 6px;
    flex-direction: column;
}
.certifications_btn_wrapper.open .certifications_subbuttons { 
    display: flex; 
    flex-direction: column;
}
.certifications_btn {
  border: 0;
  outline: 0;
  background: none;
  display: flex;
  justify-content: start;
  padding: 0;
  color: #a0a0a0;
  text-align: left;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.certifications_btn:hover,
.certifications_btn:focus {
  color: #e94932;
  background: none;
}
.certifications_menu li a:hover {
  color: #e94932;
}
.certifications_menu li a {
  text-decoration: none;
  color: #a0a0a0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}
.certifications_menu {
  list-style: none;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.certifications_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.certifications_right_static h2 {
  margin: 0;
  color: #1d1d1d;
  font-family: "Sansation", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -2px;
}
.certifications_right_static p {
  margin: 0;
  color: #000000;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.certifications_right_static {
  border-radius: 16px;
  background-color: #f9f3e8;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.certifications_category {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.certifications_category_title {
  margin: 0;
  color: #1d1d1d;
  font-family: "Lexend", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.certifications_posts {
  display: flex;
  gap: 16px;
}
.certifications_post {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.certifications_post_thumb img {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.certifications_post_thumb {
  height: auto;
  display: flex;
  background: #f9f3e8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden; /* keeps overlay inside */
}
.certifications_post_title {
  margin: 0;
  border-radius: 12px;
  padding: 16px 0;
  color: #000000;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.certifications_post_thumb::after {
  content: '';
  position: absolute;
  inset: 0; /* shorthand for top/right/bottom/left:0 */
  /*background-color: rgba(233, 73, 50, 0.2);*/ /* same as #E9493233 */
background-color: rgba(51, 51, 51, 0.4); /* 20% opacity same as #333*/
  background-image: url("/wp-content/uploads/2025/09/Frame-427320817.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 35px; /* height = 35px, width auto */
  opacity: 0; /* hidden by default */
  transition: opacity 0.3s ease;
  z-index: 2;
}

.certifications_post_thumb:hover::after {
  opacity: 1;
}
.certifications_category[data-cat="medical-device-license"]
  .certifications_post_thumb {
  border-radius: 16px;
  /* pointer-events: none; */
  cursor: default;
}
.certifications_category[data-cat="medical-device-license"]
  .certifications_post_thumb
  img {
  height: 74px;
  width: 100px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .certifications_row {
    flex-direction: column;
    gap: 24px;
  }
  .certifications_category_title{
    line-height: 28px;
    font-size: 20px;
  }
  .certifications_posts{
    gap: 16px 8px;
  }
  .certifications_right_static{
    display: none;
  }
  .certifications_post{
    flex: unset !important;
    /*width: calc(50% - 4px);*/
  }
  .certifications_left {
    width: 100%;
  }
  .certifications_posts {
    flex-wrap: wrap;
  }
  .certifications_overlay_inner {
    max-width: 90%;
    max-height: 90%;
  }
  .certifications_post_title{
    padding-bottom: 0;
  }
}


/* Desktop: show normal left column, hide mobile */
.certifications_left_mobile { display: none; }

@media (max-width: 768px) {
  .certifications_left { display: block; }
  .certifications_left_mobile { display: block; margin-bottom: 20px; }
  .certifications_mobile_tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden; /* prevent vertical scrollbar */
    flex-direction: row;
    gap: 8px;

    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    scrollbar-width: none; /* Firefox */
  }

  .certifications_mobile_tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }

  .certifications_mobile_tab {
    width: fit-content;
    padding: 0 16px;
    border-radius: 5px;
    border: 1px solid #E94932;
    display: flex;
    justify-content: center;
    background: none;
    outline: none;

    font-family: "Lexend", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    color: #E94932;

  }
  .certifications_mobile_tab.active {
    background: #E94932;
    color: #fff;
  }
  .certifications_mobile_dropdown {
    margin-top: 32px;
  }
  .certifications_mobile_dropdown select {
    width: fit-content;
    padding: 0 40px 0 16px; /* extra right padding for the arrow */
    border: 1px solid #E94932;
    border-radius: 5px;
    height: 35px;
    background: transparent url("/wp-content/uploads/2025/09/chevron-down3.svg") no-repeat right 12px center;
    background-size: 24px auto; /* adjust arrow size */
    font-family: "Lexend", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    color: #E94932;
    cursor: pointer;

    /* hide native arrows */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .certifications_mobile_dropdown select:focus {
    outline: none;
  }
}
 


/* Shortcode: [social_responsibility_block] css Precision Wellness Engineered for Life page  */
.social_responsibility_block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.social_responsibility_top {
  display: flex;
  gap: 16px;
}
.social_responsibility_left {
  max-width: 536px;
  border-radius: 16px;
  overflow: hidden;
}
.social_responsibility_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.social_responsibility_buttons {
  display: flex;
  gap: 8px;
}
.social_responsibility_btn {
  flex: 1;
  display: flex !important;
  border: 1px solid #e94932 !important;
  background: transparent;
  border-radius: 5px !important;
  padding: 4px 16px !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #E94932;

  /* Prevent browser defaults */
  outline: none;
  box-shadow: none;
}

/* Active state styling (only when JS adds .active) */
.social_responsibility_btn.active {
  background: #e94932 !important;
  color: #ffffff !important;
}

.social_responsibility_btn:hover {
  background: #e94932 !important;
  color: #ffffff !important;
}
.social_responsibility_gallery .slick-dots li button::before {
  content: "" !important;
  display: none !important;
  height: 0px !important;
  width: 0px !important;
}
.social_responsibility_gallery .slick-dots li button {
  padding: 0 !important;
  width: 73px !important;
  height: 4px !important;
  background-color: #ffffff !important;
  border: 1px solid #939393 !important;
}
.social_responsibility_gallery .slick-dots li.slick-active button {
  background-color: #e94932 !important;
  border: 1px solid #e94932 !important;
}
.social_responsibility_gallery .slick-dots li {
  margin: 0 2px !important;
  width: auto !important;
  height: auto !important;
}
.social_responsibility_gallery .slick-dots {
  bottom: 20px !important;
  display: flex !important;
  justify-content: center;
}
.social_responsibility_gallery {
  margin-bottom: 0 !important;
}
.social_responsibility_gallery_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.social_responsibility_gallery_item {
  height: 348px;
  display: flex !important;
}
.social_responsibility_texts {
  flex: 1;
  background-color: #f9f3e8;
  border-radius: 16px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.social_responsibility_text ol,
.social_responsibility_text ul {
  padding-left: 25px;
  margin-top: 24px;
}
.social_responsibility_text ol li,
.social_responsibility_text ul li {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #000000;
}
.social_responsibility_text p {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #000000;
}
.social_responsibility_posts {
  margin: 0 -8px;
}
.social_responsibility_post_item:hover .social_responsibility_post_title {
  color: #e94932;
}
.social_responsibility_post_item {
  margin: 0 8px;
  border-radius: 12px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  height: auto;
}
.social_responsibility_post_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.social_responsibility_post_thumb {
  height: 294px;
  display: flex;
}
.social_responsibility_post_title {
  margin: 0;
  flex: 1;
  background: #f9f3e8;
  padding: 16px;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.social_responsibility_posts .slick-track {
  display: flex;
}
.social_responsibility_arrows .slick-arrow::before {
  display: none !important;
}
.social_responsibility_arrows .slick-arrow img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.social_responsibility_arrows .slick-prev img:hover {
  content: url(/wp-content/uploads/2025/09/arrow-right-circle1-1.svg);
}
.social_responsibility_arrows .slick-arrow {
  position: static;
  padding: 0;
  transform: none !important;
  -webkit-transform: none;
  height: 40px;
  width: 40px;
  border: none;
  outline: none;
  display: flex;
  background: none;
  cursor: pointer;
}

/* Disable hover, focus, and active effects */
.social_responsibility_arrows .slick-arrow:hover,
.social_responsibility_arrows .slick-arrow:focus,
.social_responsibility_arrows .slick-arrow:active {
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  color: inherit;
  opacity: 1;
}

.social_responsibility_arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.social_responsibility_left_mobile{
  display: none;
}
@media (max-width: 992px) {
  .social_responsibility_top {
    flex-direction: column-reverse;
  }
  .social_responsibility_left {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .social_responsibility_left_mobile{
    display: block;
    margin-top: 16px;
  }
  .social_responsibility_left_desktop{
    display: none;
  }
  .social_responsibility_top {
    gap: 8px;
  }
  .social_responsibility_post_item{
    height: fit-content;
  }
  .social_responsibility_gallery_item {
    height: 300px;
  }
  .social_responsibility_post_thumb {
    height: 218px;
  }
  .social_responsibility_buttons {
    flex-direction: column;
  }
  .social_responsibility_btn{
    flex: unset;
    width: fit-content;
  }
  .social_responsibility_right{
    gap: 8px;
    padding: 0 24px;
  }
  .social_responsibility_bottom{
    padding-left: 24px;
  }
  .social_responsibility_arrows {
    display: none;
  }
}

/* [our_story_timeline] short code css page : Precision Wellness Engineered for Life  */
.our_timeline_content_group.active .our_timeline_toggle_btn:focus{
  background: none;
}
.our_timeline_content_group.active .our_timeline_toggle_btn{
  display: block !important;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;  
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #E94932;
  margin-top: 24px;
  text-decoration: underline;
  width: fit-content;
  text-align: left;
}
/* Hide Learn More on desktop */
@media (min-width: 1025px) {
  .our_timeline_content_group.active .our_timeline_toggle_btn{ /* replace with your actual class */
    display: none !important;
  }
}

/* Show Learn More on tablet & mobile */
@media (max-width: 1024px) {
  .our_timeline_content_group.active .our_timeline_toggle_btn{
    display: block !important;
  }
}

.our_timeline_row {
  display: flex;
  gap: 24px;
}
.our_timeline_left {
  flex: 0 0 170px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* Base button */
.our_timeline_btn {
  padding: 4px 16px;
  display: flex;
  border-radius: 5px;
  border: 1px solid #e94932;
  background: transparent;
  cursor: pointer;
  justify-content: center;
  margin: 0;

  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #E94932;
  outline: none;
  box-shadow: none;
}

/* Disable hover/focus/active pseudo-state visuals */
.our_timeline_btn:hover{
  background: #f6d1c4;
  color: #e94932;
}
.our_timeline_btn:focus,
.our_timeline_btn:active {
  background: transparent;
  color: #fff;
  border-color: #e94932;
  outline: none;
  box-shadow: none;
}

/* Active class (selected tab) */
.our_timeline_btn.active {
  background: #e94932;
  color: #fff;
  border-color: #e94932;
}
.our_timeline_content_group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.our_timeline_content_group .our_timeline_content {
  display: none;
}

.our_timeline_content_group.active .our_timeline_content {
  display: flex;
  flex-direction: column; /* or row depending on your design */
}
/* Keep active look even when hovered/focused/pressed */
.our_timeline_btn.active:hover,
.our_timeline_btn.active:focus,
.our_timeline_btn.active:active {
  background: #e94932;
  color: #fff;
  border-color: #e94932;
}
.our_timeline_single{
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
.our_timeline_right {
  flex: 1;
  background: #f9f3e8;
  padding: 24px 16px;
  border-radius: 16px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
}
.our_timeline_content {
  display: none;
  flex-direction: column;
}
.our_timeline_title {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1d1d1d;
}
.our_timeline_list {
  padding-left: 26px;
}
.our_timeline_list li {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .our_timeline_row {
    flex-direction: column;
  }
  .our_timeline_left {
    flex: 1;
    flex-wrap: nowrap;
    overflow-x: auto;   /* allow horizontal scroll */
    overflow-y: hidden; /* no vertical scroll */
    flex-direction: row;
    padding-left: 24px;
    margin: 0 -24px;

    /* Hide scrollbar but keep scrolling */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
  }

  .our_timeline_left::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Opera */
  }

  .our_timeline_btn{
    width: fit-content;
  }

}

/* [our_innovations_slider] short code css Precision Wellness Engineered for Life page  */
.our_innovations_slider_header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
}
.our_innovations_slider_nav {
  display: flex;
  gap: 8px;
}
.our_innovations_slider_title {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
}
.our_innovations_slider_prev img,
.our_innovations_slider_next img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.our_innovations_slider_prev,
.our_innovations_slider_next {
  padding: 0;
  outline: none;
  border: none;
  display: flex;
  background: none;
  border-radius: 0;
  cursor: pointer;
}

/* ✅ Disable hover, focus, and active states */
.our_innovations_slider_prev:hover,
.our_innovations_slider_prev:focus,
.our_innovations_slider_prev:active,
.our_innovations_slider_next:hover,
.our_innovations_slider_next:focus,
.our_innovations_slider_next:active {
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
  color: inherit !important;
}
.our_innovations_slider_item {
  border-radius: 16px;
  padding: 16px;
  display: flex !important;
  margin-left: 8px;
  margin-right: 8px;
  align-items: center;
  gap: 16px;
  height: auto !important;
  background: #f9f3e8;
}
.our_innovations_slider_wrapper {
  margin: 0 -8px;
}
.our_innovations_slider_wrapper .slick-track {
  display: flex !important;
}
.our_innovations_slider_image img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.our_innovations_slider_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.our_innovations_slider_item_text p {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.our_innovations_slider_item_title {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
}
.our_innovations_slider_image {
  display: flex;
  height: 81px;
  width: 66px;
}
.our_innovations_slider_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.our_innovations_spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #e94932;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* products page filter section shortcode css our porducts page */
.products_filter_button img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
}
.products_filter_button span {
  color: #e94932;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
}
.products_filter_item_link {
  color: #000;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}
.products_filter_button {
  padding: 0px 16px;
  display: flex;
  gap: 10px;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 48px;
  background: transparent;
  border: 1px solid #e94932;
  cursor: pointer;

  /* Prevent browser-specific focus styles */
  outline: none;
}

/* Disable hover, focus, and active visual changes */
.products_filter_button:hover,
.products_filter_button:focus,
.products_filter_button:active {
  background: transparent !important;
  border: 1px solid #e94932 !important;
  color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}
.products_filter_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 16px;
}
.products_filter_item:hover .products_filter_item_link {
  color: #e94932;
}
.products_filter_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.products_filter_item_img:hover {
  border-color: #e94932;
}
.products_filter_item_img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.products_filter_item_img {
  transition: border-color 0.3s ease, transform 0.2s ease;
  border: 1px solid transparent;
  background: #f9f3e8;
  border-radius: 16px;
  display: flex;
  height: 273px;
}
.products_filter_static_block .products_filter_static_block_img_wrapper img {
  display: block;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.products_filter_static_block .products_filter_static_block_img_wrapper {
  flex: 1;
  display: flex;
}
.products_filter_static_block .products_filter_static_block_content a img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.products_filter_static_block .products_filter_static_block_content a span {
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 35px;
}
.products_filter_static_block .products_filter_static_block_content a {
  text-decoration: none;
  margin-top: 24px;
  padding: 0 16px;
  border-radius: 5px;
  background: #e94932;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
}
.products_filter_static_block .products_filter_static_block_content p {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 24px;
}
.products_filter_static_block .products_filter_static_block_content h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 24px;
}
.products_filter_static_block .products_filter_static_block_content {
  flex: 1;
  padding: 27px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products_filter_static_block {
  grid-column: span 2;
  background: #f9f3e8;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.products_filter_loadmore_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.products_filter_loadmore_wrapper button {
  padding: 0px 16px;
  background: transparent;
  line-height: 35px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #e94932;
  color: #e94932;
  cursor: pointer;
  font-family: "Lexend", Sans-serif;
  outline: none;
  border-radius: 5px;
  min-width: 200px;
}

/* Loading Spinner */
.products_filter_loader {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  width: 100%;
}
.products_filter_no_results {
  text-align: center;
  padding: 60px 20px;
  font-family: "Lexend", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #555;
}
.products_filter_loader span {
  width: 40px;
  height: 40px;
  border: 4px solid #eee;
  border-top: 4px solid #e94932;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Animate items */
.products_filter_item,
.products_filter_static_block {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.4s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive grid */
@media (max-width: 1024px) {
  .products_filter_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .products_filter_grid {
    grid-template-columns: repeat(2, 1fr); /* 2 products per row */
    gap: 32px 8px;
  }
  .products_filter_static_block {
    grid-column: span 2; /* full width of the row */
    flex-direction: column;
  }
  .products_filter_static_block_img_wrapper{
    height: 200px;
    flex: unset !important;
  }
  .products_filter_static_block .products_filter_static_block_content{
    padding: 16px;
  }
  .products_filter_static_block .products_filter_static_block_content h6{
    margin-bottom: 16px;
  }
  /* Sidebar covers full screen on mobile */
  .products_filter_sidebar {
    width: 100% !important;
    left: -100%;
  }
  .products_filter_sidebar.active {
    left: 0;
  }
  .products_filter_item_img {
    height: 200px;
  }
  .products_filter_item{
    gap: 8px;
  }
  .products_filter_loadmore_wrapper{
    margin-top: 40px;
  }
  .products_filter_button{
    margin-bottom: 30px;
  }
  .products_filter_item_link{
    font-size: 14px;
    line-height: 20px;
  }
}

.products_filter_wrapper-sidebar {
  flex: 1;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
#products_filter_form {
  padding: 24px 30px 77px;
  height: 100%;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
/* Chrome, Safari, Opera */
.products_filter_form::-webkit-scrollbar {
  display: none;
}
.products_filter_wrapper-sidebar::-webkit-scrollbar {
  display: none;
}
.products_filter_sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 500px;
  height: 100%;
  background-color: #fefcf4;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  transition: left 0.6s ease;
  z-index: 9999;
}
.products_filter_sidebar.active {
  left: 0;
}
.products_filter_sidebar_close {
  position: absolute;
  right: 40px;
  top: 20px;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.products_filter_sidebar_close:hover,
.products_filter_sidebar_close:focus,
.products_filter_sidebar_close:active {
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: inherit !important;
  opacity: 1 !important;
  cursor: pointer;
}
.products_filter_sidebar_header img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.products_filter_sidebar_header h3 {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.products_filter_sidebar_header {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0; /* header only takes the space it needs */
  gap: 20px;
  padding: 20px 40px;
  border-bottom: 1px solid black;
}
.products-filter {
  flex: 1; /* takes all remaining space */
  padding: 24px 30px;
  overflow: auto; /* still scrollable */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
/* Chrome, Safari, Opera */
.products-filter::-webkit-scrollbar {
  display: none;
}
.products_filter_form {
  display: flex;
  flex-direction: column;
}

.products_filter_section {
  margin-bottom: 16px;
  background: #f9f3e8;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 20px;
}
.products_filter_sidebar_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.products_filter_options {
  display: none; /* open by default */
  padding-bottom: 16px;
  margin-top: 16px;
}
.products_filter_options.open {
  display: block; /* show when .open is added */
}
.products_filter_toggle {
  width: 100%;
  text-align: left;
  border-radius: 0 !important;
  background: transparent;
  border: none;
  padding: 24px 0 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: inherit;
  outline: none;
}

/* Remove hover/focus/active effects */
.products_filter_toggle:hover,
.products_filter_toggle:focus,
.products_filter_toggle:active {
  background: transparent;
  color: inherit;
  outline: none;
  box-shadow: none;
}
.products_filter_toggle.active {
  border: none;
}
.products_filter_options label {
  display: flex;
  gap: 16px;
  padding: 8px 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.products_filter_options label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #1d1d1d;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.products_filter_options label input[type="checkbox"]:checked {
  background-color: #e94932;
  border-color: #e94932;
}
.products_filter_options label input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* Disabled */
.products_filter_options label input[type="checkbox"]:disabled {
  background: #f2f2f2 !important; /* light gray */
  border-color: #ccc !important; /* gray border */
  cursor: not-allowed;
  opacity: 0.7;
}
/* Checked + Disabled (so tick is also dimmed) */
.products_filter_options label input[type="checkbox"]:checked:disabled {
  background-color: #d6d6d6 !important; /* dull gray */
  border-color: #aaa !important;
}
.products_filter_options label input[type="checkbox"]:checked:disabled::after {
  border-color: #999; /* dull tick color */
}

.products_filter_form {
  height: 100%;
  position: relative;
}

.products_filter_buttons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #000;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  gap: 8px;
  background-color: #fefcf4;
}

.products_filter_reset-btn,
.products_filter_apply-btn {
  flex: 1;
  padding: 0px 16px;
  display: flex;
  gap: 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 35px;
  font-weight: 700;
  font-family: "Lexend", Sans-serif;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  transition: 0.3s;
}
.products_filter_apply-btn:hover,
.products_filter_apply-btn:focus,
.products_filter_apply-btn:active {
  background: #e94932;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
}
.products_filter_reset-btn:hover,
.products_filter_reset-btn:focus,
.products_filter_reset-btn:active {
  background: transparent;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
  box-shadow: none;
  outline: none;
}
.products_filter_reset-btn {
  background: transparent;
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
}
.products_filter_apply-btn {
  background: #e94932;
  color: #fff;
  border: none;
}

/* products page slider shortcode our products page [goodarch_products_slider]  */
.products_slider_wrapper {
  position: relative;
  overflow: hidden;
}

.products_slider_loading {
  text-align: center;
  font-size: 16px;
  color: #555;
  padding: 40px 0;
  font-family: "Lexend", Sans-serif;
  animation: fadeBlink 1s infinite alternate;
}

@keyframes fadeBlink {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

/* ✅ Heading styling */
.products_slider_heading {
  font-family: "Sansation", Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.02em; /* fixed typo from -2% */
  color: black;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 0;
}

.products_slider_item:last-child {
  margin-right: 0;
}
.products_slider_link:hover {
  color: #1d1d1d;
}
.products_slider_item {
  height: 160px;
  width: 140px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: start;
  border-radius: 16px;
  overflow: hidden;
  background-color: #f9f3e8;
  box-sizing: border-box;
  border: 1px solid #f04b3c;
  transition: border-color 0.3s ease, background-color 0.3s ease,
    color 0.3s ease;
}
.products_slider_item:hover .products_slider_title {
  color: #1d1d1d;
}
.products_slider_item:hover {
  background: #F6D1C4;
}
.products_slider_item.slick-active.slick-current {
  background: #F6D1C4;
}
.products_slider_item.slick-active.slick-current .products_slider_title {
  color: #000;
}
.products_slider_link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}
.products_slider_image_wrapper {
  height: 100px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.products_slider_image {
  width: 100%;
  height: 100% !important;
  object-position: center;
  display: block;
  object-fit: contain;
}
.products_slider_title {
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding: 6px 8px;
  color: #1d1d1d;

  display: -webkit-box;
  -webkit-line-clamp: 2; /* max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products_slider_arrows {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.products_slider_prev img,
.products_slider_next img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.products_slider_prev,
.products_slider_next {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  outline: none;
}

.products_slider_prev:hover,
.products_slider_prev:focus,
.products_slider_prev:active,
.products_slider_next:hover,
.products_slider_next:focus,
.products_slider_next:active {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  color: inherit;
}


/* Center all slide items inside the slick track */
.products_slider .slick-track {
  display: flex;
  justify-content: center !important;
	margin: 0 auto !important;
}



/* Responsive */
@media (max-width: 1024px) {
  .products_slider_item {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .products_slider_heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .products_slider {
    padding-left: 1px;
  }
  .products_slider_arrows{
    display: none !important;
  }

	.products_slider .slick-track {
	  justify-content: left !important;
	}

}


/* header our innovation link shortcode css [our_innovations] */
/* --- SECTION SHOW/HIDE --- */
.our-innovation-section,
.our-products-section {
  display: none;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 250ms ease, transform 250ms ease;
}
.our-products-section {
  flex-direction: row !important;
}
.width_fit_contetn {
  width: fit-content;
}
.our-innovation-section.is_visible,
.our-products-section.is_visible {
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: translateY(0);
}

/* --- GRID (flex, 4 per row) --- */
.out_innovation_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}
.out_innovation_item {
  flex: 0 0 calc(25% - 18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.out_innovation_image {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  background: #f9f3e8;
  margin-bottom: 8px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: border-color 0.3s ease, transform 0.2s ease;
}
.out_innovation_image:hover {
  border-color: #e94932;
  transform: translateY(-2px);
}

.out_innovation_image img {
  width: 113px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.out_innovation_title {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: black;
}

@media (max-width: 768px) {
  .out_innovation_wrapper {
    gap: 20px 16px;
  }
  .out_innovation_item {
    flex: 0 0 100%;
  }
}

/* new page section shortcode [news_page] */
.news_page_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news_page_categories {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.news_page_categories button:first-child {
  width: 140px;
}

.news_page_categories button:hover {
  /* background: #e94932; */
  background-color: rgba(233, 73, 50, 0.2);*/ /* same as #E9493233 */
  color: #e94932;
}
.news_page_categories button {
  background: transparent;
  border: 1px solid #e94932;
  border-radius: 5px;
  padding: 4px 16px;
  display: flex;
  transition: all 0.3s ease;
  justify-content: center;

  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #e94932;
}


.news_page_categories button.active {
  background: #e94932;
  color: #fff;
}
.news_page_posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 16px;
  transition: opacity 0.4s ease;
}
.news_page_post:hover .news_page_title{
  color: #e94932;
}
.news_page_post {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news_page_thumb {
  height: 300px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  text-decoration: none;
}
.news_page_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.news_page_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 8px;
}
.news_page_meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.news_page_cats {
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #6f7478;
}
.news_page_date {
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #6f7478;
}
.news_page_title:hover {
  color: #e94932;
}
.news_page_title {
  text-decoration: none !important;
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #1d1d1d;
  transition: color 0.3s;
}
.news_page_pagination {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a0a0a0;
  padding-top: 24px;
}
.news_page_pagination button img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.news_page_pagination button span {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #e94932;
}
.news_page_pagination button {
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all 0.3s ease;
}
.news_page_pagination button:disabled {
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .news_page_categories {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;   /* horizontal scroll */
    overflow-y: hidden; /* prevent vertical */
    margin: 0 -24px;
    padding: 0 24px;
    justify-content: start;

    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE & Edge */
    scrollbar-width: none;     /* Firefox */
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .news_page_categories::-webkit-scrollbar {
    display: none;
  }
  .news_page_wrapper{
    gap: 32px;
  }
  .news_page_thumb{
    height: 200px;
  }
  .news_page_posts {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .news_page_categories button:first-child {
    width: 100%;
  }
}

/* single product and single innovatin in both this is used [single_product_fifth_testimonials] shortcode */
.single_product_fifth_testimonials {
  margin-bottom: 64px;
  overflow: hidden;
}
.single_product_fifth_testimonials_container {
  max-width: 1188px;
  margin: 0 auto;
  padding: 0 24px;
}
.single_product_fifth_section_title {
  font-family: "Lexend", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  line-height: 44px;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 8px;
}
.single_product_fifth_wrapper {
  display: flex;
  gap: 16px !important;

}
.single_product_fifth_item {
  flex: 1;

}

.single_product_fifth_item{
  margin-right: 24px;
}
.single_product_fifth_item:last-child{
  margin-right: 0;
}
.single_product_fifth_wrapper:hover {
  background: none !important;

}
.single_product_fifth_item .slick-slide:hover {
background: transparent !important;
}
.single_product_fifth_row.role {
  font-family: "Lexend", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
}
.single_product_fifth_row.title {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.single_product_fifth_content {
  border-radius: 8px;
  padding: 32px 16px;
  display: flex;
  background-color: #f9f3e8;

}

.single_product_fifth_content p {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.single_product_fifth_content:hover {
  background: none !important;

}

.single_product_fifth_item_meta {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8px 0;
  justify-content: start;
}
.single_product_fifth_image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6d1c4;
  flex-shrink: 0; /* prevent shrinking in flex layouts */
}

.single_product_fifth_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* 🔑 KEY FIX */
  object-position: top;    /* keep face/top visible */
  display: block;
}
.single_product_fifth_title_field {
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.single_product_fifth_wrappermobile_slider {
  display: none;
}
@media (max-width: 768px) {
  .single_product_fifth_wrappermobile_slider {
    display: flex;
  }
  .single_product_fifth_wrapper {
    flex-direction: column;
  }
  .single_product_fifth_testimonials{
    margin-bottom: 48px;
  }
  .single_product_fifth_testimonials_container{
    padding: 0 0 0 24px;
  }
  .single_product_fifth_section_title{
    line-height: 32px;
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  .single_product_fifth_wrapper.desktop_slider{
    display: none;
  }
  .single_product_fifth_wrappermobile_slider { display: flex; }
  .single_product_fifth_item{
    margin-right: 16px;
  }
  .single_product_fifth_item_meta{
    padding: 16px 0;
  }
}

/* [our-innovations] shortcode for home page  */
.our_brands_home_wrapper {
  display: flex;
  gap: 16px;
  margin: 0 -16px;
}
.our_brands_home_item {
  padding: 24px 16px;
  background: #f9f3e8;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  height: auto;
  margin: 0 8px;
  justify-content: space-between;
}
.our_brands_home_wrapper .slick-slider {
  margin: 0 -8px;
}
.our_brands_home_wrapper .slick-track {
  display: flex;
}
.our_brands_home_thumb img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.our_brands_home_thumb {
  height: 120px;
  width: 98px;
  display: flex;
}
.our_brands_home_title {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #000000;
}
.our_brands_home_content {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
.our_brands_home_btn img {
  display: block;
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
}
.our_brands_home_item_top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.our_brands_home_btn:hover {
  background: #e94932;
}
.our_brands_home_btn {
  text-decoration: none;
  padding: 6px 16px;
  border: 1px solid #e94932;
  display: flex;
  border-radius: 5px;
  width: fit-content;
}
.our_brands_home_arrows {
  display: flex;
  justify-content: end;
  gap: 8px;
}

.our_brands_prev img:hover{
  content: url("/wp-content/uploads/2025/09/arrow-right-circle1-1.svg");
}
.our_brands_home_slider_title{
  margin: 0;
  font-family: "Sansation", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -2px;
  color: #000;
}
.our_brands_home_slider_wrapper_top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.our_brands_prev img,
.our_brands_next img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.our_brands_prev ,
.our_brands_next {
  border: none;
  outline: none;
  padding: 0 !important;
  background: none;
  height: 40px;
  width: 40px;
  display: flex;
  cursor: pointer; /* keep it clickable */
}

.our_brands_prev:hover,
.our_brands_prev:active,
.our_brands_prev:focus,
.our_brands_next:hover,
.our_brands_next:active,
.our_brands_next:focus {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}
.our_brands_home_arrows .slick-arrow.slick-hidden{
  display: flex !important;  
}
@media(max-width: 768px){
  .our_brands_home_slider_title{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1.2px;
  }
  .our_brands_home_wrapper {
    margin: 0;
  }
}

.single_product_fifth_prev img:hover{
  content: url("/wp-content/uploads/2025/09/arrow-right-circle1-1.svg");
}

.single_product_fifth_prev img,
.single_product_fifth_next img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.single_product_fifth_prev ,
.single_product_fifth_next {
  border: none;
  outline: none;
  padding: 0 !important;
  background: none;
  height: 40px;
  width: 40px;
  display: flex;
  cursor: pointer; /* keep it clickable */
}

.single_product_fifth_prev:hover,
.single_product_fifth_prev:active,
.single_product_fifth_prev:focus,
.single_product_fifth_next:hover,
.single_product_fifth_next:active,
.single_product_fifth_next:focus {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}

/* [explore_other_brands] shortcode about us our stooy page  */
.explore_brands_row {
  display: flex;
  gap: 16px;
}
.explore_brands_col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  padding: 24px 16px;
  background: #f9f3e8;
}

.explore_brands_thumb img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.explore_brands_thumb {
  text-decoration: none;
  display: flex;
  height: 120px;
  width: 98px;
}
.explore_brands_posttitle {
  font-family: "Lexend", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #000000;
  margin: 0;
}
.explore_brands_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
.explore_brands_excerpt p {
  margin: 0;
  font-family: "Lexend", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.explore_brands_btn img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
}
.explore_brands_btn {
  display: flex;
  gap: 10px;
  border: 1px solid #e94932;
  padding: 6px 16px;
  border-radius: 5px;
  width: fit-content;
}
.explore_brands_btn:hover {
  color: #e94932;
  background-color: #e94b3249;
}
.explore_brands_row_mobile{display: none;}
@media (max-width: 768px) {
  .explore_brands_row {
    flex-direction: column;
  }
  .our_brands_home_arrows{
    display: none;
  }
  .explore_brands_row_dektop{display: none;}
  .explore_brands_row_mobile{display: flex;}
  .our_brands_home_item {
    margin: 0 16px 0 0;
  }
  .explore_brands_col{
    display: flex !important;
    height: auto;
    margin-right: 16px;
  }
  .explore_brands_content{
    gap: 8px;
  }
  .explore_brands_btn{
    font-family: "Lexend", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #e94932;

    text-decoration: none !important;
  }
  .explore_brands_row_mobile .slick-track{
    display: flex !important;
  }
}






/* Shortcode: [homepage_reports] home page */
/* Desktop grid */
.homepage_report_grid {
    display: flex;
    flex-direction: column;
    gap: 16px; /* space between row1 and row2 */
}
.homepage_report_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #F9F3E8;
    border-radius: 8px;
    padding: 32px 0;
}
.homepage_report_item:hover .homepage_report_title{
  color: #E94932;
}
.homepage_report_item:hover .homepage_report_link{
  background-color: #e94b3243;
}
.our_brands_home_btn:hover{
  background-color: #e94b3243;
}
.our_brands_home_item:hover {
	background: #f9f3e8 !important;	
}
.homepage_report_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 32px;
    gap: 16px;
}
.homepage_report_logo{
  height: 48px;
  width: 65px;
  display: flex;
}
.homepage_report_title{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
}
.homepage_report_logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.homepage_report_link img{
  height: 24px;
  width: 24px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.homepage_report_link{
  text-decoration: none;
  width: fit-content;
  display: flex;
  border-radius: 5px;
  border: 1px solid #E94932;
  padding: 6px 16px;
  margin-top: auto;
}

/* Slider hidden on desktop */
.homepage_report_slider {
    display: none;
}

/* Target 2nd item inside row1 */
.homepage_report_row1 .homepage_report_item:nth-child(2) {
  border-right: 2px solid #A0A0A0;
  border-left: 2px solid #A0A0A0;
}
.homepage_report_slider .slick-track{
  display: flex !important;
}
/* Target 2nd item inside row2 if needed */
.homepage_report_row2 .homepage_report_item:nth-child(2) {
  border-right: 1px solid #A0A0A0;
  border-left: 1px solid #A0A0A0;
}
.homepage_report_slide {
  margin-right: 16px;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  background: #F9F3E8;
  padding: 24px 16px;
  border-radius: 8px;
  height: auto;
}
.homepage_report_logo img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.homepage_report_logo{
  height: 32px;
  width: 43px;
  display: flex;
}

/* Mobile */
@media (max-width: 768px) {
    .homepage_report_grid {
        display: none;
    }
    .homepage_report_slider {
        display: block;
    }

}

