@font-face {
  font-family: "CPN";
  src: url("/wp-content/themes/topscorp2025/assets/fonts/CPN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "CPN";
  src: url("/wp-content/themes/topscorp2025/assets/fonts/CPN-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "CPN";
  src: url("/wp-content/themes/topscorp2025/assets/fonts/CPN-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "CPN", sans-serif;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  margin: 0 !important;

  overflow-x: hidden !important;
  padding-right: 0 !important;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* body.menu-open {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
} */
.container-fluid {
  background-color: #fff;
}

.current_page_item {
  color: #ff1301;
}

.map-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  outline: 2px solid #ccc;
  outline-offset: -1px;
}

#primary-menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  max-width: 85vw;
  height: 100vh;
  background: #fff;
  z-index: 1001;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
  padding: 80px 2.5rem 2rem 2.5rem;
}

#primary-menu.open {
  transform: translateX(0);
}

#primary-menu::-webkit-scrollbar {
  display: none;
}

#menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  cursor: pointer;
}

#menu-overlay.open {
  display: block;
}

#primary-menu .menu-item {
  position: relative;
  cursor: pointer;
}

#primary-menu .menu.nav-menu>.menu-item+.menu-item {
  border-top: 1px solid #a5a3a3;
}

#primary-menu .menu-item a {
  padding: 1rem 60px .8rem 1rem;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

#primary-menu .menu-item-has-children {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #000;
  overflow: hidden;
}

#primary-menu .menu-item-has-children.submenu-open {
  background: #a5a3a3;
  color: #fff;
}

#primary-menu .menu-item-has-children>a::after {
  content: "\f0d7";
  font-size: 12px;
  transition: transform 0.3s ease;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
}

#primary-menu .menu-item-has-children.submenu-open>a::after {
  transform: translateY(-50%) rotate(180deg);
}

#primary-menu .sub-menu {
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 2;
  box-shadow: none;
  color: #000;
}

.main-navigation ul ul a {
  width: 100%;
}

#primary-menu .menu-item-has-children.submenu-open>.sub-menu {
  display: block;
  max-height: 1000px;
  border-top-color: #e5e5e5;
  background-color: #e5e5e5;

}

#primary-menu .lang-text {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #a5a3a3;
  color: #333;
}

#primary-menu .lang-item,
#primary-menu .lang-item.not_home {
  color: #afafaf !important;
}

#primary-menu .lang-item.active,
#primary-menu .lang-item.not_home.active {
  color: #000 !important;
  transition: color 0.3s ease-in-out;
}

.main-navigation ul li>ul {
  left: auto;
}

.main-navigation ul {
  display: block !important;
}

.nav_menu_inner {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}

.nav_menu_inner::-webkit-scrollbar {
  display: none;
}

.sub-menu {
  width: 100% !important;
}

.nav-menu.open .sub-menu .menu-item a {
  padding: 5px 15px !important;
  font-size: 28px !important;
}

.site-main {
  overflow-x: hidden;
}

/* .text-justify {
  text-align: justify;
} */

.truncate_text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text_wrap {
  white-space: normal;
  word-wrap: break-word;
  /* รองรับเบราว์เซอร์เก่า */
  word-break: break-word;
  /* รองรับข้อความยาวไม่มีช่องว่าง */
}


.thumbnail-slider img {
  aspect-ratio: 150/100;
  object-fit: cover;
}

@media (min-width:1921px) {

  .gf_browser_chrome,
  /* .main_container_mpc, */
  .team_org_section,
  .ceo_con {
    max-width: 1920px;
    margin-inline: auto;
  }

  .thumbnail-slider img {
    aspect-ratio: 150 / 100;
    object-fit: cover;
  }
}

@media (min-width:1900px) {
  .contact_details_wrapper {
    max-width: 1364px;
  }

  .news_container {
    max-width: 1464px;
  }
}

.mar_container {
  margin-inline: 60px;
}

.padd_container {
  padding-inline: 60px;
}

.pr_container {
  padding-right: 60px;
}

.pl_container {
  padding-left: 60px;
}

.home_cs_con_wrapper {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background-color: #fff;
}

.pointer {
  cursor: pointer !important;
}

.bg-center-auto {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-center-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bg-center-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-left-cover {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.sustain_bg {
  min-height: 650px;
  flex-wrap: wrap;
}

@media (min-width: 2000px) {
  .sustain_bg {
    min-height: 850px;
  }
}

.bg-fixed {
  background-attachment: fixed;
}

:root {
  --font-16: 16px;
  --font-18: 18px;
  --font-20: 20px;
  --font-24: 24px;
  --font-28: 28px;
  --font-38: 38px;
  --font-40: 40px;
  --font-42: 42px;
  --font-120: 120px;
}

.font-16 {
  font-size: var(--font-16);
}

.font-18 {
  font-size: var(--font-18);
}

.font-20 {
  font-size: var(--font-20);
}

.font-24 {
  font-size: var(--font-24);
}

.font-28 {
  font-size: var(--font-28);
}

.font-38 {
  font-size: var(--font-38);
}

.font-40 {
  font-size: var(--font-40);
}

.font-42 {
  font-size: var(--font-42);
}

.font-120 {
  font-size: var(--font-120);
}

.text_upper {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  :root {
    --font-16: 15px;
    --font-18: 17px;
    --font-20: 18px;
    --font-24: 20px;
    --font-28: 24px;
    --font-38: 30px;
    --font-40: 32px;
    --font-42: 34px;
    --font-120: 80px;
  }
}

@media (max-width: 767px) {
  :root {
    --font-16: 14px;
    --font-18: 15px;
    --font-20: 16px;
    --font-24: 18px;
    --font-28: 20px;
    --font-38: 24px;
    --font-40: 26px;
    --font-42: 28px;
    --font-120: 60px;
  }
}

.line1 {
  line-height: 1.2;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.text-decoration,
.text-decoration-none {
  text-decoration: none;
}

.text-wrap {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
}

.color_white {
  color: white;
}

.lang-item {
  text-decoration: none;
  color: #afafaf !important;
  display: inline;
  line-height: 1;
  transition: border 0.3s ease-in-out;
}

.lang-item.active {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

.lang-item:hover {
  color: #afafaf !important;
}

.lang-item.active:hover {
  color: #fff !important;
}

.at-down .lang-item.active {
  color: #000 !important;
  transition: all 0.3s ease-in-out;
}

.at-down .lang-item.active:hover {
  color: #000 !important;
}

.lang-item.not_home.active {
  color: #fff !important;
}

.hamburger_text {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.at-down .hamburger_text {
  color: #000;
}

.lang-item.not_home.active:hover {
  color: #fff !important;
}

.at-down .lang-item.not_home.active {
  color: #000 !important;
}

.at-down .lang-item.not_home.active:hover {
  color: #000 !important;
}

.lang-item+.lang-item {
  border-left: 3px solid #fff;
}

.at-down .lang-item+.lang-item {
  border-left: 3px solid #000;
}

.home .site-header.in-up {
  transform: translateY(-100%);
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  align-items: center;
  padding: 21.5px 60px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  transform: translateY(0);
}

.site-header.at-top {
  background-color: transparent !important;
}

.nav-up {
  transition: all 0.5s ease-in-out;
  transform: translateY(-100%);
}

.nav_logo {
  display: flex;
  align-items: center;
}

.nav_logo a {
  position: relative;
}

.nav_logo img {
  max-height: 67px;
  width: 100%;
}

.nav_logo .logo {
  /* display: none; */
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.nav_logo .logo-white {
  opacity: 1;
  /* display: block; */
  transition: all 0.3s ease-in-out;
}

body.single .logo-white,
body .privacy-policy .logo-white,
body .cookie-policy .logo-white {
  opacity: 0 !important;
}

.logo.logo-black {
  position: absolute;
  inset: 0;
}

.at-down .nav_logo .logo-white {
  opacity: 0;
  /* display: none; */
}

.at-down .nav_logo .logo-black {
  opacity: 1;
  /* display: block; */
}

.at-down .logo_black {
  opacity: 1;
  /* display: block; */
}

.at-down .logo_white {
  opacity: 0;
  /* display: none; */
}

body.single .logo-black,
body .privacy-policy .logo-black,
body .cookie-policy .logo-black {
  opacity: 1 !important;
}

body.single .logo_white,
body .privacy-policy .logo_white,
body .cookie-policy .logo_white {
  opacity: 0 !important;
}

body.single .other_page,
body .privacy-policy .other_page,
body .cookie-policy .other_page {
  color: #000;
}

body.single .lang-item+.lang-item,
body .privacy-policy .lang-item+.lang-item,
body .cookie-policy .lang-item+.lang-item {
  border-left: 3px solid #000;
}

body.single .lang-item.not_home.active,
body.single .lang-item.not_home.active:hover,
body .privacy-policy .lang-item.not_home.active,
body .privacy-policy .lang-item.not_home.active:hover,
body .cookie-policy .lang-item.not_home.active,
body .cookie-policy .lang-item.not_home.active:hover {
  color: #000 !important;
}

.hamburger {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  margin-left: 20px;
  z-index: 100;
}

.other_page {
  color: #fff;
}

.at-down .other_page {
  color: #000;
  transition: color 0.2s ease-in-out;
}

.hamburger-box {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 24px;
  height: 3.5px;
  background-color: #fff;
  border-radius: 1.75px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.at-down .hamburger-inner {
  background-color: #000;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 3.5px;
  background-color: #fff;
  border-radius: 1.75px;
  transition:
    top 0.2s 0s,
    bottom 0.2s 0s,
    transform 0.2s 0.22s,
    background-color 0.3s 0s;
}

.at-down .hamburger-inner::before,
.at-down .hamburger-inner::after {
  background-color: #000;
}

.hamburger-inner.other_page {
  background-color: #fff;
  transition: background-color 0.3s ease-in-out 0s;
}

.hamburger-inner.other_page::before,
.hamburger-inner.other_page::after {
  content: "";
  background-color: #fff;
}

.at-down .hamburger-inner.other_page {
  background-color: #000;
  transition: background-color 0.3s ease-in-out 0s;
}

.at-down .hamburger-inner.other_page::before,
.at-down .hamburger-inner.other_page::after {
  content: "";
  background-color: #000;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

body.single .hamburger-inner,
body.single .hamburger-inner::before,
body.single .hamburger-inner::after,
body .privacy-policy .hamburger-inner,
body .privacy-policy .hamburger-inner::before,
body .privacy-policy .hamburger-inner::after {
  background-color: #000;
}


/* Stage 1: move lines to center (open) */
.hamburger.active .hamburger-inner::before {
  top: 0;
  transition:
    top 0.2s ease-in-out 0s,
    transform 0.2s ease-in-out 0.22s,
    background-color 0.3s ease-in-out 0s;
}

.hamburger.active .hamburger-inner::after {
  bottom: 0;
  transition:
    bottom 0.2s ease-in-out 0s,
    transform 0.2s ease-in-out 0.22s,
    background-color 0.3s ease-in-out 0s;
}

/* Stage 2: rotate to X after lines meet center (open) */
.hamburger.active .hamburger-inner {
  background-color: transparent;
  transition: background-color 0.2s ease-in-out 0.22s;
}

.hamburger.active .hamburger-inner::before {
  transform: rotate(45deg);
  transition:
    top 0.2s ease-in-out 0s,
    transform 0.2s ease-in-out 0.22s,
    background-color 0.3s ease-in-out 0s;
}

.hamburger.active .hamburger-inner::after {
  transform: rotate(-45deg);
  transition:
    bottom 0.2s ease-in-out 0s,
    transform 0.2s ease-in-out 0.22s,
    background-color 0.3s ease-in-out 0s;
}

/* Stage 1: rotate back to horizontal (close) */
.hamburger:not(.active) .hamburger-inner::before {
  transform: rotate(0deg);
  transition:
    transform 0.2s ease-in-out 0s,
    top 0.2s ease-in-out 0.22s,
    background-color 0.3s ease-in-out 0s;
}

.hamburger:not(.active) .hamburger-inner::after {
  transform: rotate(0deg);
  transition:
    transform 0.2s ease-in-out 0s,
    bottom 0.2s ease-in-out 0.22s,
    background-color 0.3s ease-in-out 0s;
}

/* Stage 2: move lines back to original position (close) */
.hamburger:not(.active) .hamburger-inner::before {
  top: -7px;
}

.hamburger:not(.active) .hamburger-inner::after {
  bottom: -7px;
}

/* Footer */
.site-footer {
  background-color: #d8d8d8;
  position: relative;
  z-index: 995;
  padding: 30px 60px;
}

.form_wrapper {
  outline: 2px solid #ccc;
  outline-offset: -1px;
}

.footer_copy_right {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.content_footer_con {
  padding-bottom: 20px;
}

.footer_main_content_container {
  border-bottom: 2px solid #9e9e9e;
  margin-bottom: 20px;
}

.nav_footer_con .menu {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 10px;
  margin-bottom: 4rem;
}

.nav_footer_con .menu .menu-item {
  list-style: none;
}

.nav_footer_con .menu .menu-item a {
  text-decoration: none;
  color: #000;
}

a {
  text-decoration: none;
}

.contact_social {
  display: flex;
  gap: 27px;
}

.contact_social img {
  max-height: 17px;
}

.speech_content h4 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 300;
}

.speech_content h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
}

body .cookie-policy .hamburger-inner.other_page,
body .cookie-policy .hamburger-inner.other_page::before,
body .cookie-policy .hamburger-inner.other_page::after {
  background-color: #000;
}

body .cookie-policy .hamburger.active .hamburger-inner.other_page {
  background-color: transparent;
}

.speech_content h5 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.about_content_desc h2 {
  font-size: 24px;
  font-weight: 300;
}

.home_banner {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.home_banner_wrapper {
  /* position: -webkit-sticky; */
  position: fixed;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

.home_banner_wrapper .home_banner {
  pointer-events: auto;
}

.home_banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: circle(0% at 50% 100%);
  transition: clip-path 3s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 1;
}

.home_banner_overlay.is-revealed {
  clip-path: circle(150% at 50% 100%);
}

.home_banner_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  background: #000;
}

.home_banner_video_mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  /* height: 100vh; */
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  background: #000;
}

.home_banner_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transform: translateY(100%);
  -webkit-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.home_banner_content.is-slid-up {
  transform: translateY(0);
}

.home_banner_content.no-anim {
  transition: none !important;
  -webkit-transition: none !important;
}

.home_banner_image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  object-position: top;
}

.banner_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  z-index: -1;
  overflow: hidden;
}

.cg_content_container {
  max-width: 1464px;
  margin-inline: auto;
}

.mini_banner_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
  overflow: hidden;
}

.on_bottom_inner {
  border: 1px solid #fff;
}

.cg_a_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cg_a_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 1rem;
}

.cg_inner {
  aspect-ratio: 480/380;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}

.cg_inner:hover {
  background-color: #EFEFEF;
}

.mini_banner_container {
  padding-bottom: 80px;
  background-color: #fff;
}

.banner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner_content {
  width: 100%;
  height: 100%;
}

.banner_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner_spacer {
  height: 700px;
}

.mini_banner_spacer {
  height: 500px;
}

.home_banner_spacer {
  height: 100vh;
  transition: height 1s ease;
}

.banner_overlay_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 1;
  width: 57%;
  max-width: 100%;
  padding: 20px;
}

/* .banner_desc {
  text-align: justify;
} */

.ceo_speech_img_p_org {
  width: 100%;
}

.banner_logo {
  max-height: 127px;
}

.about_link_con {
  border: 1.5px solid #c9c9c9;
}

.about_content_con {
  border: 1.5px solid #c9c9c9;
  background-color: #fff;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  border: 1.5px solid #c9c9c9;
}

.main-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 1280px;
  height: 800px; */
  aspect-ratio: 1280/800;
  overflow: hidden;
}

.member_title_con {
  border: 2px solid #c9c9c9;
  width: max-content;
  margin-bottom: 4rem !important;
  padding: 10px 20px 5px 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-slider {
  /* height: 100px; */
  padding: 20px;
}

.thumbnail-slider .swiper-slide {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.thumbnail-slider .swiper-slide-thumb-active img {
  border: 5px solid #fe361b;
}

.row_border {
  border: 1.5px solid #c9c9c9;
  background-color: #fff;
}

.row_border>* {
  border: 1.5px solid #c9c9c9;
}

.inner-row {
  outline: 2px solid #ccc;
  outline-offset: -1px;
}

.inner-row>* {
  outline: 2px solid #ccc;
  outline-offset: -1px;
}

.btn_content_title p {
  margin-bottom: 0;
}

.blog_img_con {
  overflow: hidden;
}

.blog_img {
  transition: scale 0.3s ease;
}

.blog_img_con:hover .blog_img {
  scale: 1.1;
}

.organiz_img {
  border-radius: 15px;
}

.organiz_content_text {
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
  text-align: center;
  line-height: 1.2;
  font-size: clamp(12px, 1.5vw, 14px);
}

.organiz_content {
  background-color: #fff;
}

.cs_vision {
  border-left: 2px solid #c9c9c9;
}

.cs_num {
  color: #ff0000;
}

.sw_container {
  overflow: hidden;
}

.sw_container img {
  transition: scale 0.3s ease;
}

.sw_container:hover img {
  scale: 1.1;
}

.promo_img {
  max-width: 408px;
  max-height: 564px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-sections-container {
  padding: 0;
}

.something_wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 2px solid #fff;
  transition:
    background-image 0.25s ease,
    background-position 0.25s ease;
}

.something_wrapper.gb {
  border-bottom: none;
}

.something {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.something+.something {
  border-left: 2px solid #fff;
}

.something::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 70%);
  opacity: 1;
  z-index: 2;
}

.something_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: var(--overlay-bg-position);
  background-image: var(--overlay-bg-image);
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.something_content {
  position: relative;
  padding: 20px;
  color: white;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.something_content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.4) 25%,
      rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}



.something_content>* {
  position: relative;
  z-index: 2;
}


.something_title {
  margin-bottom: 30px;
}

.something_title img {
  max-height: 150px;
}

.something_text {
  position: relative;
  padding-top: 30px;
  transition:
    opacity 0.8s ease,
    max-height 0.8s ease;
}

@media (min-width:1401px) {
  .something_text.on_top {
    max-width: 285px;
    margin-inline: auto;
  }
}

/* .something_wrapper.out_side_page .something_content {
  position: relative;
  height: 100%;
} */

/* .something_wrapper.out_side_page .something_title {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  transition:
    transform 0.5s ease,
    bottom 0.5s ease;
  display: flex;
  justify-content: center;
} */

.home_csv_con_in {
  max-width: 600px;
}

.something_desc.on_bottom {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gform-theme--foundation .gform_fields {
  column-gap: 40px !important;
  row-gap: 20px !important;
}

@media (max-width:1024px) {
  .something_content::before {
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  .hamburger_text {
    display: none;
  }

  .navigation_container {
    gap: 3rem;
  }

  .hamburger {
    cursor: pointer;
    background: none;
    border: none;
    margin-left: 20px;
    z-index: 100;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .something_text {
    opacity: 1;
    max-height: 300px;
  }

  .something_arrow {
    rotate: 0deg;
  }

  .something_wrapper {
    background-image: none !important;
    background-position: center center !important;
  }

  .something_wrapper.is-active .something.is-inactive .something_overlay {
    opacity: 1 !important;
  }

  .something_wrapper.is-active .something:hover .something_overlay {
    opacity: 1 !important;
  }

  .gform-theme--foundation .gform_fields {
    column-gap: 20px !important;
    row-gap: 10px !important;
  }
}

@media (min-width: 1025px) {
  .someting_col_inner:hover .something_content::before {
    opacity: 1;
  }



  .something_text {
    opacity: 0;
    max-height: 0;
  }

  .someting_col_inner:hover .something_text,
  .something:hover .something_text {
    opacity: 1;
    max-height: 343px;
  }

  .something_arrow {
    rotate: -45deg;
    transition: rotate 1.2s ease;
  }

  .someting_col_inner:hover .something_arrow,
  .something:hover .something_arrow {
    rotate: 0deg;
  }

  .something_wrapper.is-active .something.is-inactive .something_overlay {
    opacity: 0 !important;
  }

  .something_wrapper.is-active .something:hover .something_overlay {
    opacity: 0 !important;
  }

  .something_wrapper.out_side_page.is-active .something:hover .something_title {
    transform: translate(-50%, 50%);
    bottom: 50%;
  }
}

@media (max-width: 989px) {
  .something_wrapper {
    flex-direction: column;
    height: 100%;
    max-height: none;
  }

  .home_csv_con_in {
    max-width: none;
  }

  .something {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-left: none;
  }

  .something+.something {
    border-left: none;
    border-top: 2px solid #fff;
  }

  .something_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    min-height: 400px;
    padding: 64px 64px 24px 64px;
  }

  .something_content.unique_sc {
    justify-content: start;
  }

  .something_content.on_bottom {
    padding: 35px;
    height: 100%;
    max-height: 100%;
    min-height: unset;
  }

  .something_desc {
    width: 100%;
    text-align: start;
    border-top: 1px solid #fff;
    line-height: normal;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .something_title {
    margin-bottom: 0;
    width: 40%;
    text-align: center;
  }

  .something_title img {
    max-height: 75px;
  }

  .something_text {
    display: flex;
    padding-top: 0;
    width: 100%;
    justify-content: end;
    align-items: center;
    flex-direction: column;
  }

  .something_arrow {
    padding-bottom: 0 !important;
  }
}

.people_ceo_con h5 {
  font-size: var(--font-24);
}

.home_cfg_con {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.home_cfg_desc_con {
  max-width: 808px;
  width: 100%;
  /* text-align: justify; */
}

.new-swiper-container-wrapper {
  position: relative;
  width: 100%;
  /* height: 550px; */
}

.myNewSwiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullets {
  bottom: 0 !important;
  transform: translateY(58px);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.myNewSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_gall_img_con img {
  max-width: 721px;
  max-height: 399px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.home_swiper_container {
  border: none !important;
}

.home_swiper_container.thumbnail-slider img {
  width: 250px;
  height: auto;
}

.tops_online_carousel_wrapper {
  width: 100%;
  position: relative;
}

.tops_online_carousel {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.tops_online_carousel .item {
  position: relative;
  overflow: hidden;
  /* height: 700px; */
}

.tops_online_carousel .item img {
  width: 100%;
  height: 100%;
  display: block;
}

.tops_online_carousel .owl-item:not(.center) {
  position: relative;
}

.tops_online_carousel .owl-item:not(.center)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.tops_online_carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
  font-size: 36px;
  color: #fff;
  padding-inline: 50px;
}

.tops_online_carousel .owl-nav button {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

.tops_online_carousel .owl-dots {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-69%);
}

.tops_online_carousel .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff !important;
  display: inline-block;
  margin: 0 6px;
  border-radius: 50%;
  transition: background 0.3s;
}

.tops_online_carousel .owl-dot.active {
  background: #000 !important;
}

.map_con {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.map_con iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.home_cu_img {
  max-height: 67px;
}



.gform_validation_errors {
  display: none !important;
}

.gform_title {
  font-size: 42px !important;
  font-weight: 700;
}

.gform_description {
  display: none !important;
}

.form_wrapper select option {
  color: #000 !important;
}

.gf_placeholder {
  display: none !important;
}

.sustain_content p {
  font-size: var(--font-20);
}

.sustain_content h4 {
  font-size: var(--font-24);
  font-weight: 300;
}

.form_wrapper input[type="text"],
.form_wrapper input[type="email"],
.form_wrapper input[type="tel"],
.form_wrapper input[type="number"],
.form_wrapper textarea,
.form_wrapper select {
  width: 100%;
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 20px !important;
  background-color: #ededed !important;
  font-size: 16px !important;
}

.form_wrapper input::placeholder,
.form_wrapper textarea::placeholder {
  color: #898989 !important;
}

.gform_footer input:focus,
.form_wrapper input:focus,
.form_wrapper textarea:focus,
.form_wrapper select:focus {
  outline: none !important;
  border: 0 !important;
}

.gform_footer {
  justify-content: end !important;
  margin-top: 0 !important;
}

.gform-theme--foundation .gfield textarea.small {
  min-block-size: 3.75rem !important;
  height: 3.75rem !important;
}

.gform_footer input {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 28px !important;
  max-height: 28px !important;
}

.ceo_speech_img {
  height: 100%;
  min-height: 600px;
  object-position: bottom center;
  object-fit: cover;
}

.sw_img {
  height: 100%;
  object-fit: cover;
}

.cs_line {
  text-align: left;
}

.test_section {
  display: block;
  position: relative;
}

.home_csv_img {
  max-height: 195px;
}

.ls-wrapper.ls-in-out,
.ls-layer {
  width: 100% !important;
}

.ls-wrapper.ls-in-out {
  left: 0 !important;
}

.ls-wrapper.ls-in-out {
  bottom: 0 !important;
  top: auto;
}

.ls-wrapper.ls-in-out,
ls-layer {
  height: 100% !important;
}

.home_banner_wrapper {
  height: 100vh;
  transition: height 1s ease;
}

.ls-wp-container {
  height: 100% !important;
}

.soft-break {
  display: inline;
  content: " ";
  margin-right: 0.25em;
}

.padding_nav_top {
  padding-top: 12rem;
}

.something_on_bottom_swiper .swiper-button-prev,
.something_on_bottom_swiper .swiper-button-next {
  color: #fd1401;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.something_on_bottom_swiper .swiper-button-next:after,
.something_on_bottom_swiper .swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: 700;
}

.something_on_bottom_swiper {
  padding-bottom: 40px;
  /* Space for dots */
}

.something_on_bottom_swiper .swiper-pagination-bullets {
  transform: translateY(0);
}

/* <!-- =======================================
   Section: NEW HERE
   ======================================= --> */

.contact_desc_box {
  background-color: #EDEDED;
  gap: 18px;
  display: flex;
  flex-direction: column;
}

.contact_icon {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  aspect-ratio: 1/1;
  font-size: 40px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.contact_title {
  background-color: #000;
  color: #fff;
  padding: 18px;
}

.sustain_title {
  max-width: 90%;
  margin: 1rem auto;
  border: 1px solid #C9C9C9;
  background-color: #fff;
  text-align: center;
  padding: .5rem 1rem;
}

.sustain_content {
  display: flex;
  flex-direction: column;
}

.sustain_row {
  --bs-gutter-y: 0.75rem;
  --bs-gutter-x: 0.75rem;
}

.sustain_content {
  gap: 0.75rem;
}

.page-id-22 .banner_desc {
  text-align: center;
}

.sustain_inner_content {
  position: relative;
  cursor: pointer;
}

.sustain_inner_content::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(60 60 60 / 20%);
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.sustain_inner_content:hover::before {
  opacity: 0;
}

.sustain_inner_content img {
  width: 100%;
}

.sustain_inner_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 30px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}

.sustain_inner_content:hover .sustain_inner_title {
  opacity: 1;
  visibility: visible;
}

.sustain_inner_content:hover .sustain_number {
  opacity: 0;
  visibility: hidden;
}

.keyword-input-wrap {
  position: relative;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  display: flex;
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.padding_filter {
  padding: 35px 40px 26px 40px !important;
}

.select-wrapper {
  position: relative;
  display: block;
  height: 100%;
}

.select-wrapper .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 55px;
}

.select-wrapper .custom-select::-ms-expand {
  display: none;
}


.select-wrapper .select-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  right: 25px;

  color: #000;
  pointer-events: none;
  font-size: 1.2rem;
  z-index: 10;
}

.select-wrapper.is-open .select-icon {
  transform: translateY(-50%) rotate(180deg);
}

.post-title,
.post-excerpt {
  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

.post-excerpt p {
  font-weight: 300;
}

.post-excerpt strong {
  font-weight: 300;
}

.post_col_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: start;
  height: 100%;
}

.pr-n-event-item+.pr-n-event-item {
  border-top: 1px solid #000;
  margin-top: 40px;
  padding-top: 40px;
}

.pr-n-event-container {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.post_img_warpper {
  aspect-ratio: 400/300;
  background-color: #ccc;
}

.post_img_warpper.promo {
  aspect-ratio: 400/550;
}

.post_img_warpper img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.post-taxonomies {
  color: #606060;
}

.post-taxonomies-wrapper {
  width: 100%;
  color: #fff;
}

.date-range-wrap {
  display: flex;
}

.pagination-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-number {
  padding-top: 2px;
}

.pagination-container span,
.pagination-container a {
  width: 40px;
  height: 40px;
  border: 2px solid #C9C9C9;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.page-number.current {
  border: none;
  background-color: #000;
  color: #fff;
  cursor: default;
}

.pagination-container span:hover,
.pagination-container a:hover {
  border-color: #000;
}

.someting_col_inner {
  aspect-ratio: 435 / 500;
  position: relative;
  overflow: hidden;
}

.someting_col_inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.something_content {
  position: absolute;
  bottom: 0;
}

.something_img_box {
  aspect-ratio: 250/76;
}

.something_img_box img {
  max-height: 150px;
  max-width: 250px;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hightlight_row {
  padding-inline: 40px;
}

.cof_img_con img {
  object-fit: cover;
  object-position: bottom center;
}

.sustain_number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 140px;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 990px) {
  .sustain_number {
    font-size: 80px;
  }
}

.news_n_promo_item img {
  max-height: 650px;
  object-fit: cover;
  object-position: center right;
}

/* <!-- =======================================
      Section: END NEW
      ======================================= --> */

@media (min-width: 990px) {
  .soft-break {
    display: block;
    height: 0;
    line-height: 0;
    margin: 0;
  }

  /* .ls-wrapper.ls-in-out,
  .ls-layer {
    height: 100% !important;
  } */
  .home_banner_wrapper {
    height: 100vh;
  }

  .ls-wp-container {
    height: 100vh !important;
  }
}

.under_hero_content p {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .home_gall_img_con img {
    max-width: 600px;
  }

  .tops_online_carousel .owl-nav {
    padding-inline: 40px;
  }

  .tops_online_carousel .owl-dots {
    transform: translateX(-50%) translateY(0);
  }

  .ceo_speech_img_p_org_con {
    text-align: center;
  }

  .ceo_speech_img_p_org {
    /* height: 500px; */
  }
}

@media (max-width: 990px) {
  .cfg_img_col {
    max-height: 500px;
  }

  .cof_img_con {
    text-align: center;
  }

  .home_cs_col {
    max-height: 500px;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #ccc;
  }

  .ceo_speech_img {
    min-height: auto;
  }

  .home_csv_img {
    max-height: 150px;
  }

  .tops_online_carousel .owl-nav {
    padding-inline: 10px;
  }

  .banner_overlay_text {
    width: 80%;
  }

  #primary-menu .menu-item a {
    font-size: 20px;
  }

  .nav-menu.open .sub-menu .menu-item a {
    font-size: 24px !important;
  }

  .something::before {
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%);
  }
}

@media (max-width: 767px) {
  .padding_nav_top {
    padding-top: 6rem;
  }

  .site-header {
    padding: 18px 32px;
  }

  .nav_logo img {
    max-height: 50px;
  }

  #primary-menu {
    width: 100%;
    max-width: none;
  }

  .mar_container {
    margin-inline: 20px;
  }

  .something_content.on_bottom {
    padding: 20px
  }

  .something_content {
    padding: 20px 20px 24px 20px;
  }

  .something_title {
    width: 30%;
  }

  .someting_col_inner+.someting_col_inner {
    border-bottom: 2px solid #fff
  }

  .on_bottom_row {
    border-bottom: 2px solid #fff;
  }

  .padd_container {
    padding-inline: 20px;
  }

  .pr_container {
    padding-right: 32px;
  }

  .pl_container {
    padding-left: 32px;
  }

  .home_gall_img_con img {
    width: 100%;
  }

  .site-footer {
    padding: 30px 32px;
  }

  .nav_footer_con {
    padding-bottom: 1rem;
  }



  .something_wrapper.out_side_page .something_title {
    width: 100%;
  }

  .something_title img {
    width: 80%;
    object-fit: contain;
  }

  .tops_online_carousel .owl-dot {
    width: 8px;
    height: 8px;
  }

  .tops_online_carousel .owl-dots {
    transform: translateX(-50%) translateY(5px);
  }

  .banner_overlay_text {
    width: 100%;
    padding: 32px;
  }

  .ceo_speech_img_p_org {
    height: auto;
  }

  #primary-menu .menu-item a {
    font-size: 16px;
  }

  .nav-menu.open .sub-menu .menu-item a {
    font-size: 20px !important;
  }

  .hightlight_row {
    padding-inline: 20px;
  }

  .nap_title {
    font-size: 16px;
  }

  .mini_banner_container {
    padding-bottom: 40px;
  }

  .padding_filter {
    padding: 20px !important;
  }

  .contact_icon {
    font-size: 29px;
    width: 70px;
    height: 70px;
  }

  .pr_n_e_date-wrapper {
    display: flex;
    justify-content: end;
    align-items: baseline;
    gap: 0.5rem;
  }

  h2 a {
    font-size: 18px;
  }
}

@media (max-width:375px) {
  .nap_title {
    font-size: 14px;
  }

  .pagination-container {
    gap: 10px;
  }
}

.top_space {
  height: 110px
}

/* .page-template-template-store-locator {
  padding-top: 110px;
} */

.page-id-2934 .site-footer {
  display: none;
}

.page-template-template-store-locator .site-header,
.error404 .site-header,
.page-id-2934 .site-header {
  background: #fff !important;
}

.error404 .lang-item+.lang-item,
.page-id-2934 .lang-item+.lang-item,
.page-template-template-store-locator .lang-item+.lang-item {
  border-left: 3px solid #000 !important;
}

.error404 .hamburger-inner.other_page::before,
.error404 .hamburger-inner.other_page::after,
.error404 .hamburger-inner,
.page-id-2934 .hamburger-inner.other_page::before,
.page-id-2934 .hamburger-inner.other_page::after,
.page-id-2934 .hamburger-inner,
.page-template-template-store-locator .hamburger-inner.other_page::before,
.page-template-template-store-locator .hamburger-inner.other_page::after,
.page-template-template-store-locator .hamburger-inner {
  background-color: #000 !important;
}

.error404 .hamburger_text,
.error404 .lang-item.not_home.active,
.error404 .lang-item.not_home.active:hover,
.page-id-2934 .hamburger_text,
.page-id-2934 .lang-item.not_home.active,
.page-id-2934 .lang-item.not_home.active:hover,
.page-template-template-store-locator .hamburger_text,
.page-template-template-store-locator .lang-item.not_home.active,
.page-template-template-store-locator .lang-item.not_home.active:hover {
  color: #000 !important;
}

.error404 .nav_logo .logo-white,
.page-id-2934 .nav_logo .logo-white,
.page-template-template-store-locator .nav_logo .logo-white {
  display: block !important;
  opacity: 0 !important;
}

.error404 .nav_logo .logo-black,
.page-id-2934 .nav_logo .logo-black,
.page-template-template-store-locator .nav_logo .logo-black {

  display: block !important;
  opacity: 1 !important;
}

.error404 .hamburger.active .hamburger-inner,
.page-id-2934 .hamburger.active .hamburger-inner,
.page-template-template-store-locator .hamburger.active .hamburger-inner {
  background-color: transparent !important;
}

.store-locator-wrapper {
  display: flex;
  height: calc(100vh - 110px);
  box-sizing: border-box;
  background: #f4f4f4;
  font-family: inherit;
}

.store-locator-sidebar {
  width: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  z-index: 2;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.store-locator-search {
  display: flex;
  align-items: center;
  border: 2px solid #ddd;
  background: #fff;
}

.store-locator-search .search-input-wrap {
  flex: 7;
  position: relative;
  border-right: 2px solid #ddd;
}

.store-locator-search .search-select-wrap {
  flex: 3;
  position: relative;
}

.store-locator-search input {
  width: 100%;
  padding: 20px 40px 20px 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.store-locator-search input:focus {
  background-color: #fafafa;
}

.store-locator-search .search-input-wrap::after {
  content: '\f002';
  font-family: 'FontAwesome';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #333;
  pointer-events: none;
}

.store-locator-search select {
  width: 100%;
  padding: 20px 40px 20px 20px;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

.store-locator-search .search-select-wrap::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #333;
  pointer-events: none;
}

.store-locator-search select:focus {
  background-color: #fafafa;
}

.store-locator-list {
  flex-grow: 1;
  overflow-y: auto;
}

/* Custom scrollbar */
.store-locator-list::-webkit-scrollbar {
  width: 6px;
}

.store-locator-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.store-locator-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.store-locator-list::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.branch_wrapper {
  padding: 7px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.branch_wrapper:nth-child(even) {
  background: #cccccc40;
}

.branch-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
}

.branch-item .branch-img {
  width: 140px;
  height: 95px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
}

.branch-item .branch-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.branch-item .branch-info {
  flex-grow: 1;
}

.branch-item.active {
  border: 2px solid #ed1c24;
  background: #ffff001a;
}

.branch-item h3 {
  margin: 0 0 8px 0;
  font-size: 15px;
  color: #000;
  font-weight: 700;
}

.branch-item p {
  margin: 0 0 5px 0;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.store-locator-map-container {
  flex-grow: 1;
  position: relative;
}

#store-locator-map {
  width: 100%;
  height: 100%;
  background: #e5e3df;
  /* Map placeholder gray */
}

/* Mobile Responsive */
@media (max-width: 992px) {
  /* .page-template-template-store-locator {
    padding-top: 90.02px;
  } */

  .top_space {
    height: 90.02px;
  }

  .nav_logo img {
    max-height: 50px;
  }

  .site-header {
    padding: 20.5px 60px;
  }

  .store-locator-wrapper {
    flex-direction: column;
    height: calc(100vh - 90.02px);
  }

  .store-locator-sidebar {
    display: contents;
  }

  .store-locator-search {
    order: 1;
    width: 100%;
    flex-shrink: 0;
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .store-locator-map-container {
    order: 2;
    width: 100%;
    height: 40vh;
    flex-shrink: 0;
    z-index: 1;
  }

  .store-locator-list {
    order: 3;
    width: 100%;
    flex-grow: 1;
    background: #fff;
    z-index: 2;
  }
}

@media (max-width:767px) {
  .top_space {
    height: 85.16px;
  }

  /* 
  .page-template-template-store-locator {
    padding-top: 85.16px;
  } */

  .store-locator-wrapper {
    flex-direction: column;
    height: calc(100vh - 85.16px);
  }
}

/* 404 Page Styles */
.error-404-bg {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 110px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error-404-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.error-404-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px;
}

.error-404-title {
  margin: 0;
  line-height: .9;
}

.error-404-desc {
  margin: 10px 0 145px 0;
}

.btn-back-home {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  margin-inline: auto;
  max-width: 350px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.social_link {
  display: flex;
  width: 250px;
  height: 54px;
  border-radius: 14px;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.2s ease;
  font-family: 'Inter', sans-serif;
  padding: 3px;
  padding-left: 0;
  overflow: hidden;
  font-family: 'CPN';
}

.social_link:hover {
  transform: translateY(-2px);
}

.social_link__icon {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: transparent;
}

.social_link__icon svg {
  height: 26px;
  width: auto;
}

.social_link__text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  border-radius: 0 12px 12px 0;
  height: 100%;
}

.social_link__text span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Facebook */
.social_link--facebook {
  background-color: #285fa4;
}

.social_link--facebook .social_link__text span {
  color: #285fa4;
}

/* TikTok */
.social_link--tiktok {
  background-color: #000000;
}

.social_link--tiktok .social_link__icon svg {
  fill: #ffffff;
  filter: drop-shadow(-1.5px -1.5px 0px #24f6f0) drop-shadow(1.5px 1.5px 0px #fe2c55);
}

.social_link--tiktok .social_link__text span {
  color: #000000;
}

/* Instagram */
.social_link--instagram {
  background: linear-gradient(25deg, #f09433 0%, #dc2743 20%, #bc1888 30%, #5b51d8 60%, #405de6 100%);
}

.social_link--instagram .social_link__text span {
  background: linear-gradient(25deg, #f09433 0%, #dc2743 20%, #bc1888 30%, #5b51d8 60%, #405de6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 992px) {
  .error-404-bg {
    min-height: calc(100vh - 90.02px);
  }
}

@media (max-width: 767px) {
  .error-404-bg {
    min-height: calc(100vh - 85.16px);
  }

  .btn-back-home {
    padding: 12px 30px;
    font-size: 14px;
  }
}