
@font-face {
  font-family: "Tahoma Local";
  src: url("../../fonts/Tahoma%20Regular%20font.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DB Heavent";
  src: url("../../fonts/DB%20Heavent%20Original/DB%20Heavent%20Thin%20v3.2.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "DB Heavent";
  src: url("../../fonts/DB%20Heavent%20Original/DB%20Heavent%20UlLi%20v3.2.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "DB Heavent";
  src: url("../../fonts/DB%20Heavent%20Original/DB%20Heavent%20Li%20v3.2.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "DB Heavent";
  src: url("../../fonts/DB%20Heavent%20Original/DB%20Heavent%20v3.2.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DB Heavent";
  src: url("../../fonts/DB%20Heavent%20Original/DB%20Heavent%20Med%20v3.2.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "DB Heavent";
  src: url("../../fonts/DB%20Heavent%20Original/DB%20Heavent%20Bd%20v3.2.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "DB Heavent";
  src: url("../../fonts/DB%20Heavent%20Original/DB%20Heavent%20Blk%20v3.2.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: #212529;
  background-color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
}

body.locale-th {
  font-family: "DB Heavent", sans-serif;
  font-size: 15px;
  font-size-adjust: 0.54;
}

img {
  width: 100%;
}

a {
  color: #13BEF3;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, #13BEF3, transparent 25%);
  text-decoration: none;
}

.text-white {
  color: #fff;
}

:focus {
    outline: unset !important;
}

p {
  font-size: 14px;
  color: #535353;
}

:where(body.locale-th) p {
  font-size: 13px;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: unset !important;
    border-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #37373f;
}

body.locale-th :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6
) {
  font-family: "DB Heavent", sans-serif;
  line-height: 1.5;
}

body.locale-th :is(
  .navmenu-desktop,
  .navmenu,
  .header-contact-btn,
  .lang,
  .page-navigator,
  .sustainability-footer-note,
  button,
  .btn,
  [role="button"],
  input[type="button"],
  input[type="submit"],
  input[type="reset"]
) {
  font-family: "DB Heavent", sans-serif;
  font-size-adjust: 0.54;
}

body.locale-cn {
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

body.locale-cn :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .navmenu-desktop,
  .navmenu,
  .header-contact-btn,
  .lang,
  .page-navigator,
  button,
  .btn,
  [role="button"],
  input[type="button"],
  input[type="submit"],
  input[type="reset"]
) {
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

body.locale-th .sustainability-copy {
  font-family: "Tahoma Local", Tahoma, sans-serif;
  font-size-adjust: none;
}

body.locale-th .sustainability-footer-note .sustainability-copy {
  font-family: "DB Heavent", sans-serif;
  font-size-adjust: 0.54;
}

.color-light-blue {
  color: #13BEF3;
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#13BEF3 50%, color-mix(in srgb, #13BEF3, transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, #13BEF3, transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid #13BEF3;
  transform: scale(20);
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
	overflow: hidden;
  width: auto;
	padding: 1rem 0;
	position: relative;
	z-index: 0;
  margin: 0 .5rem;
}

.btn:hover {
  border: unset;
}

.btn-white {
  color: #1B1464;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 45px;
  margin: 0;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-out-line-white {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  font-size: 18px;
  padding: 8px 45px;
  margin: 0;
  border-radius: 50px;
  width: fit-content;
  transition: all .3s ease-in-out;
}

.locale-th .btn-out-line-white {
  font-size: 17px;
}

.btn-out-line-white:before {
  background: #fff;
	content: "";
	width: 0%;
  left: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}

.btn-out-line-white:hover {
  color: #1B1464;
  border: 2px solid #fff;
}

.btn-out-line-white:hover:before {
	width: 100%;
}

.btn-light-blue,
.btn-light-blue:focus {
  color: #ffffff;
  background: #13BEF3;
  font-size: 18px;
  padding: 8px 26px;
  margin: 0;
  border-radius: 50px;
  border: unset;
  width: fit-content;
  transition: all .3s ease-in-out;
}

.locale-th .btn-light-blue,
.locale-th .btn-light-blue:focus {
  font-size: 17px;
}

.btn-light-blue:before {
  background: #959595;
	content: "";
	width: 0%;
  left: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}

.btn-light-blue:hover,
.btn-light-blue:focus:hover {
  color: #ffffff;
  background: #13BEF3;
}

.btn-light-blue:hover:before {
	width: 100%;
}



.btn-padding {
  padding: 8px 50px;
}

.line-clamp {
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.li1 {
  font-size: 14px;
  color: #535353;
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


@media (max-width: 1368px) {
  .btn-light-blue, .btn-light-blue:focus {
      font-size: 16px;
      padding: 5px 26px;
  }

  .locale-th .btn-light-blue,
  .locale-th .btn-light-blue:focus {
    font-size: 15px;
  }

  .btn-white {
    font-size: 16px;
    padding: 6px 45px;
  }

  .btn-out-line-white {
    font-size: 16px;
    padding: 6px 45px;
  }

  .locale-th .btn-out-line-white {
    font-size: 15px;
  }

}


@media (max-width: 1024px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .btn-out-line-white {
    padding: 6px 20px;
  }

}


@media (max-width: 432px) {
  .btn-light-blue, .btn-light-blue:focus {
    font-size: 14px;
    padding: 5px 20px;
  }

  .locale-th .btn-light-blue,
  .locale-th .btn-light-blue:focus {
    font-size: 13px;
  }

  .btn-white {
    font-size: 14px;
    padding: 5px 25px;
  }
}
/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #ffffff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #13BEF3;
  border-top-color: #ffffff;
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: #212529;
  background-color: #ffffff;
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  width: 150px;
  margin-right: 30px;
}



.header .nav-left {
  display: flex;
}

.header .nav-right {
  display: flex;
}

.header .nav-right .lang {
  position: relative;
  margin: auto 20px auto 0;
}

.header .nav-right .lang-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--nav-color);
  display: flex;
  gap: 6px;
  height: 35px;
  padding: 0;
}

.header .nav-right .lang-toggle .bi {
  font-size: 12px;
}

.header .nav-right .lang-menu {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  left: 50%;
  list-style: none;
  margin: 0;
  min-width: 142px;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  visibility: hidden;
  z-index: 1000;
}

.header .nav-right .lang:hover .lang-menu,
.header .nav-right .lang:focus-within .lang-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
}

.header .nav-right .lang-menu::before {
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  top: -10px;
}

.header .nav-right .lang-menu a {
  align-items: center;
  border-radius: 6px;
  color: var(--nav-color);
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.header .nav-right .lang-menu a:hover,
.header .nav-right .lang-menu a.active {
  background: rgba(19, 190, 243, 0.12);
  color: #13BEF3;
}

.header .nav-right .lang-flag {
  flex: 0 0 30px;
  height: 30px;
  width: 30px;
}

.header .nav-right svg {
  width: 30px;
}

.mobile-contact-menu-item {
  display: none;
}

.site-search {
  position: static;
  display: flex;
  align-items: center;
}

.site-search-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
}

.site-search-trigger svg {
  display: block;
}

.site-search.is-open .search-icon .cls-1 {
  fill: #F4F6F7 !important;
}

.site-search-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: clamp(16px, 2vw, 32px);
  right: clamp(16px, 5vw, 60px);
  z-index: 1005;
  display: none;
  padding-top: 1px;
  margin-top: 15px;
}

.site-search.is-open .site-search-panel {
  display: block;
}

.site-search-form {
  padding: 18px 20px 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(27, 20, 100, 0.12);
}

.site-search-form label {
  display: block;
  margin-bottom: 12px;
  color: #1b1464;
  font-size: 16px;
  font-weight: 700;
}

.site-search-input-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-search-input-row input {
  flex: 1 1 auto;
  min-width: 0;
  height: 28px;
  padding: 0 12px;
  border: 1px solid #8b8b8b;
  border-radius: 999px;
  color: #1b1464;
  font-size: 13px;
  outline: none;
}

.site-search-input-row button {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #1b1464;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-search-input-row button i {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .navmenu ,.header .navmenu-desktop {
    order: 3;
  }
}

@media (max-width: 432px) {
  .header .logo img {
    width: 100px;
  }

  .header .nav-right svg {
    width: 25px;
    margin-right: 20px;
  }

  .site-search-panel {
    top: calc(100% + 6px);
    left: 12px;
    right: 12px;
  }

  .site-search-form {
    padding: 16px;
  }

}

@media (max-width: 600px) {
  .header-contact-btn {
    display: none;
  }

  .mobile-contact-menu-item {
    display: block;
  }
}

@media (max-width: 320px) {
  .header .logo img {
    width: 80px;
    margin-right: 10px;
  }

  .header .nav-right svg {
    margin-right: 10px;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu-desktop {
    padding: 0;
  }

  .navmenu-desktop ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu-desktop li {
    position: relative;
  }

  .navmenu-desktop>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu-desktop>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu-desktop a,
  .navmenu-desktop a:focus {
    color: #1B1464;
    font-size: 15px;
    padding: 0 2px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu-desktop a i,
  .navmenu-desktop a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu-desktop a:hover:before,
  .navmenu-desktop li:hover>a:before,
  .navmenu-desktop .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu-desktop li:hover>a,
  .navmenu-desktop .active,
  .navmenu-desktop .active:focus {
    color: #13BEF3;
  }

  .navmenu-desktop .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 10px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu-desktop .business-dropdown ul {
    left: 0;
    min-width: 250px;
    padding: 16px 0;
    border-radius: 0 10px 10px 10px;
  }

  .navmenu-desktop .dropdown ul li {
    min-width: 200px;
  }

  .navmenu-desktop .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #1B1464;
  }

  .navmenu-desktop .business-dropdown ul a {
    padding: 7px 20px;
    font-weight: 700;
  }

  .navmenu-desktop .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu-desktop .dropdown ul a:hover,
  .navmenu-desktop .dropdown ul a.active,
  .navmenu-desktop .dropdown ul li:hover>a {
    color: #13BEF3;
  }

  .navmenu-desktop .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu-desktop .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu-desktop .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #7f7f90;
    font-size: 28px;
    line-height: 0;
    margin-left: 15px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #1B1464;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #13BEF3;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    color: #1B1464;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.site-footer {
  background: #1B1464;
  color: #fff;
  font-size: 14px;
  position: relative;
}

/* TOP */
.footer-top {
  padding: 80px 0 50px;
}

.footer-top h3 {
  color: #fff;
  font-size: 14px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 20px;
}

.footer-icon {
  width: 25px;
  margin-right: 10px;
}

.footer-company {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.footer-info {
  color: #fff;
  font-weight: 200;
  margin-bottom: 2rem;
}

.footer-info svg {
  width: 25px;
  margin-right: 10px;
}

/* SOCIAL */
.footer-social {
  margin-top: 15px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  margin-right: 15px;
  transition: 0.3s;
}

.footer-menu {
  text-align: center;
  padding-bottom: 40px;
}

.footer-menu a {
  margin: 0 15px;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
  font-size: 14px;
}

.footer-menu a:hover {
  opacity: 1;
}

/* BOTTOM BAR */
.footer-bottom {
  background: #f1f1f1;
  color: #535353;
  font-size: 13px;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  flex-wrap: wrap;
}

.footer-bottom-inner .text-darkblue {
  color: #1B1464;
}

.footer-bottom a {
  margin-right: 15px;
  color: #535353;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {
  .footer-menu {
    line-height: 2.2;
  }

  .footer-bottom-inner {
    text-align: center;
    gap: 8px;
  }
}

@media (max-width: 600px) {
  .footer-bottom-inner {
      justify-content: center;
  }

  .footer-info {
    margin-bottom: 0rem;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid #13BEF3;
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #13BEF3;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, #13BEF3, transparent 20%);
  color: #ffffff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, #212529, transparent 96%);
  color: #212529;
  background-color: #ffffff;
  padding: 120px 0;
  text-align: center;
  position: relative;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, #212529, transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: #212529;
  background-color: #ffffff;
  padding: 100px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 56px;
  }
}

@media (max-width: 600px) {
  section,
  .section {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: color-mix(in srgb, #212529, transparent 50%);
  display: inline-block;
  text-transform: uppercase;
}

.section-title p {
  color: #37373f;
  margin: 10px 0 0 0;
  font-size: 48px;
  font-weight: 500;
}

.section-title p .description-title {
  color: #13BEF3;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 60vh;
  position: relative;
  padding: 0;
  align-items: center;
}

.video-hero{
  position: relative;
  height: 100vh;
  min-height: 520px;
  overflow: hidden;
}

.video-bg{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 120%; /* เผื่อขยับ */
  object-fit: cover;
  transform: translate(-50%, -50%);
  will-change: transform;
}

.hero h1 {
  margin: 0;
  font-size: 55px;
  font-weight: 600;
  color: #fff;
}

.locale-th .hero h1 {
  font-size: 48px;
  font-weight: 500;
}

.hero p {
  color: #fff;
  margin: 30px 0;
  font-size: 24px;
  font-weight: 400;
  width: 50%;
}

.hero .btn-get-started {
  color: #ffffff;
  background: #13BEF3;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}



.hero .btn-get-started:hover {
  color: #ffffff;
  background: color-mix(in srgb, #13BEF3, transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #212529;
  font-weight: 500;
}

.hero .btn-watch-video i {
  color: #13BEF3;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: #13BEF3;
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, #13BEF3, transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.hero .hero-text {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  z-index: 1;
  width: 60%;
}

.hero .hero-text h1 span {
  color: #13BEF3;
}

.hero .hero-text.contact-banner {
  top: 30%;
  transform: translateY(-30%);
  width: 100%;
}

.hero .hero-social {
  position: absolute;
  top: 80%;
  right: 17%;
  z-index: 1;
}

.hero .hero-social a {
  margin-right: 30px;
}

.hero .hero-social svg {
  width: 35px;

}

.head-office-section {
  background: #fff;
}

.contact-title {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #1B1464;
}

.contact-title span {
  color: #13BEF3;
}

.company-title {
    margin: 0 0 1rem;
    font-size: 24px;
    font-weight: 600;
    color: #1B1464;
}

.office-block {
  margin-bottom: 28px;
}

.office-block h4,
.follow-us h4 {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 600;
    color: #1B1464;
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.info-icon {
  flex: 0 0 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

.info-icon svg {
  width: 25px;
  height: auto;
  fill: #1B1464;
  display: block;
}

.info-text, .info-text a {
  font-size: 16px;
  font-weight: 400;
  color: #535353;
}

.follow-us {
  margin-top: 50px;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.social-list a {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.social-list a:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.social-list a svg {
  width: 35px;
  height: 35px;
  fill: #fff;
  display: block;
}

.office-map-section{
background:#F4F6F7;
}

/* Tabs */

.office-map-tabs{
display:flex;
gap:20px;
margin-bottom:40px;
}

.office-tab{
  border:0;
  background:#fff;
  padding:10px 32px;
  border-radius:999px;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  color:#1B1464;
  transition:.25s;
}

.office-tab.active{
box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

.office-tab:hover{
transform:translateY(-2px);
}

/* Map */

.office-map-box{
width:100%;
height:560px;
overflow:hidden;
}

.office-map-box iframe{
width:100%;
height:100%;
border:0;
display:block;
}

/* Tab Content */

.office-map-pane{
display:none;
}

.office-map-pane.active{
display:block;
}

/* Responsive */

@media(max-width:992px){
  .office-map-box{
    height:420px;
  }
}

@media(max-width:600px){
  .office-map-tabs{
    gap:12px;
  }

  .office-map-box{
    height:320px;
  }
}



@media (max-width: 1920px) {
  .hero .hero-social {
    right: 14%;
  }
}

@media (max-width: 1664px) {
  .hero .hero-social {
    right: 9%;
  }
}

@media (max-width: 1620px) {
  .hero .hero-social {
    right: 9%;
  }
}

@media (max-width: 1536px) {
  .hero .hero-social {
    right: 6%;
  }

  .hero .hero-text {
    width: 70%;
  }
}

@media (max-width: 1504px) {
  .hero .hero-social {
    right: 6%;
  }
}

@media (max-width: 1440px) {
  .hero .hero-social {
    right: 3%;
  }

  .locale-th .hero h1 {
    font-size: 45px;
  }
}

@media (max-width: 1368px) {
  .hero h1 {
    font-size: 45px;
  }

  .locale-th .hero h1 {
    font-size: 43px;
  }

  .hero p {
    margin: 20px 0;
    font-size: 20px;
  }

  .hero .hero-social {
    right: 7%;
  }

  .hero .hero-social svg {
    width: 25px;
  }
}

@media (max-width: 1280px) {
  .hero .hero-social {
    right: 4%;
  }
}

@media (max-width: 1024px) {
  .hero .hero-social {
    right: 1%;
    top: 90%;
  }

  .video-hero {
    height: 70vh;
  }

  .hero p {
    width: 80%;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .locale-th .hero h1 {
    font-size: 26px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    width: 80%;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }

}

@media (max-width: 432px) {
  .hero h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .locale-th .hero h1 {
    font-size: 18px;
  }

  .hero p {
    font-size: 16px;
    line-height: 1.25;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/

.strategic-location {
  position: relative;
  background: #fff;
}

.strategic-location.glass{
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(12px); /* Safari */
  z-index: 1;
}

.strategic-location .content {
  width: 60%;
  margin: 0 100px;
}


.strategic-location .content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

.locale-th .strategic-location .content h2 {
  font-weight: 500;
}

.strategic-location .content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.locale-th .strategic-location .content h3 {
  font-weight: 500;
}

.strategic-location .content p {
  color: #fff;
  font-weight: 300;
}


.strategic-location .location {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.home-page.about-us {
  position: relative;
  height: 200vh;
}

.home-page.about-us .content {
  width: 50%;
  padding: 3rem 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reveal-item .content{
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
  display: none;
}

.reveal-item .content.show {
  display: block;
  opacity: 1;
}

.home-page.about-us .content h2 {
  margin-bottom: 2rem;
  font-size: 40px;
  font-weight: 600;
  color: #1B1464;
  line-height: 1.4;
}

.home-page.about-us .img-left {
  position: absolute;
  top: 25%;
}

.home-page.about-us .img-left2 {
  position: absolute;
  bottom: 4%;
}

.home-page.about-us .img-right {
  position: absolute;
  top: 10%;
  right: 5%;
}

.home-page.about-us .img-right2 {
  position: absolute;
  top: 60%;
  right: 5%;
}

.home-page.about-us .img-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.home-page.about-us .img-left img, .home-page.about-us .img-left2 img, .home-page.about-us .img-right img , .home-page.about-us .img-right2 img {
  width: 250px;
}

.home-page.about-us .img-center img {
  width: 350px;
}

.home-page.business {
  position: relative;
  background: url('../images/bg/Group-4983.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-page.business h2 {
  color: #fff;
  font-size: 35px;
}

.home-page.business h2 span {
  color: #13BEF3;
}

.home-page.business p {
  color: #fff;
  margin-bottom: 3rem;
  padding-top: 10px;
}

.home-page.business .mySwiper {
  margin-top: 13rem;
  margin-left: 15%;
}

.home-page.business .mySwiper .business-item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 20px;
  border-radius: 15px;
}

.home-page.business .mySwiper .business-item .business-content h3 {
  color: #fff;
  font-size: 20px;
}

.home-page.business .mySwiper .business-item .business-content {
  position: relative;
  height: 220px;
}

.home-page.business .mySwiper .business-item .business-content p, .home-page.business .mySwiper .business-item .business-content ul li {
  color: #fff;
  font-size: 12px;
  -webkit-line-clamp: 4;
}

.home-page.business .mySwiper .business-item .business-content .button {
  position: absolute;
  bottom: 15px;
}

.home-page.business .mySwiper .business-item img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.home-page.highlight-projects {
  position: relative;
  padding: 80px 0;
}

.home-page.highlight-projects .title {
    font-size: 35px;
    font-weight: 600;
    color: #1B1464;
}

.home-page.highlight-projects .title span {
  color: #13BEF3;
}

.home-page.highlight-projects .desc {
  width: 80%;
  color: #535353;
  margin: 20px 0 40px;
}

.home-page.highlight-projects .nav-wrap {
  display: flex;
  gap: 10px;
}

.home-page.highlight-projects .swiper-button-next:after, .home-page.highlight-projects .swiper-button-prev:after {
  display: none;
}

.home-page.highlight-projects .swiper-button-next, .home-page.highlight-projects .swiper-button-prev {
  width: 45px;
}

.home-page.highlight-projects .swiper-button-prev, .home-page.highlight-projects .swiper-rtl .swiper-button-next {
    left: 16%;
    top: 75%;
    right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 20%;
    right: auto;
    top: 75%;
}

.home-page.highlight-projects .projectSwiper {
  padding-left: 40px;
}

.home-page.highlight-projects .projectSwiper .swiper-slide {
  width: 340px;
}

.home-page.highlight-projects .project-card {
  position: relative;
  height: 400px;
  border-radius: 24px;
  overflow: hidden;
}

.home-page.highlight-projects .project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page.highlight-projects .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    right: 24px;
    color: #fff;
    z-index: 2;
    background: transparent linear-gradient(319deg, #13BEF300 0%, #13BEF300 33%, #13BEF3C2 67%, #13BEF3E3 100%) 0% 0% no-repeat padding-box;
}

.home-page.highlight-projects .overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    right: 24px;
    color: #fff;
    z-index: 2;
    background: transparent linear-gradient(319deg, #1B146400 0%, #1B146400 33%, #1B1464C2 67%, #1B1464E3 100%) 0% 0% no-repeat padding-box;
}

.home-page.highlight-projects .overlay h4, .home-page.highlight-projects .overlay2 h4 {
  font-size: 18px;
  margin-bottom: 1rem;
  color: #fff;
}

.home-page.highlight-projects .overlay p, .home-page.highlight-projects .overlay2 p {
  font-size: 14px;
  color: #fff;
}

.home-page.highlight-projects .logo {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 2;
}

.home-page.highlight-projects .logo img {
  border-radius: 50%;
}

.home-page.highlight-projects .project-card.blue::after {
  background: linear-gradient(
    180deg,
    rgba(0,120,255,0.2),
    rgba(0,120,255,0.75)
  );
}

.home-page.highlight-projects .content-left {
  padding-left: 16%;
}

.home-page.news {
  position: relative;
  background: #F4F6F7;
}

.home-page.news h2 {
  font-size: 35px;
  font-weight: 600;
  color: #1B1464;
}

.home-page.news h2 span {
  color: #13BEF3;
}

.home-page.news .content{
  margin-bottom: 3rem;
}

.home-page.news h3 {
  -webkit-line-clamp: 1;
  font-size: 20px;
  color: #1B1464;
}

.home-page.news p {
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}

body.locale-th .home-page.news .featured-news-detail {
  font-family: "Tahoma Local", Tahoma, sans-serif;
  font-size-adjust: none;
}

.home-page.news .latest-news img {
  border-radius: 20px;
  margin-bottom: 1.5rem;
}

.home-page.news h4 {
  font-size: 12px;
  font-weight: 400;
  color: #1B1464;
  text-transform: uppercase;
}

.home-page.news .other-news {
  margin-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: .5px solid #ccc;
}

.home-page.news .other-news h3 {
  -webkit-line-clamp: 2;
}

.home-page.news .other-news img {
  border-radius: 15px;
}

.home-page.news .other-news:first-child {
  padding-top: 0;
}


.home-page.news .other-news:last-child {
  border-bottom: 0 solid #ccc;
}

.home-page.contact {
  background: #1B1464;
  position: relative;
}

.home-page.contact .contact-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.home-page.contact .contact-title span {
  color: #13BEF3;
}

.home-page.contact .contact-tel {
  margin-top: 20px;
  opacity: 0.8;
  color: #fff;
}

.home-page.contact .contact-tel svg {
  width: 25px;
  margin-right: 10px;
}

.home-page.contact .contact-form label {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.home-page.contact .contact-form .form-control {
  background: rgba(255,255,255,0.08);
  border: none;
  border-radius: 8px;
  color: rgba(255,255,255,0.5);
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.home-page.contact .contact-form .form-control::placeholder {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  font-weight: 400;
}

.home-page.contact .contact-form .form-control:focus {
  box-shadow: none;
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.home-page.contact .contact-form select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 2 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  padding-right: 42px;
}

.home-page.contact .contact-form .form-check-label {
  font-size: 13px;
  opacity: 0.8;
}

.home-page.contact .contact-form .form-check-input {
    border-color: #707070;
    border-radius: 50%;
}

.page-navigator{
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  position: absolute;
  top: 5%;
}

.page-navigator a{
  color: #ffffff;
  text-decoration: none;
  transition: opacity .2s ease;
  font-size: 12px;
}

.page-navigator a:hover{
  opacity: .8;
}

.page-navigator .dot{
  color: #ffffff;
  font-size: 10px;
  transform: translateY(-1px);
}

.page-navigator .current{
  color: #ffffff;
  font-size: 12px;
}

.service-section {
  background: #f3f3f3;
}

.service-title {
  font-size: 32px;
  font-weight: 600;
  color: #1B1464;
}

.service-title span {
  color: #13BEF3;
}

.service-item {
  text-align: left;
}

.service-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 1rem;
}

.service-item-title {
  font-size: 20px;
  font-weight: 500;
  color: #13BEF3;
  margin-bottom: 1rem;
}

.service-item-desc {
  font-size: 16px;
  color: #535353;
  max-width: 90%;
  margin-bottom: 0;
}

.board-section {
  background: #1B1464;
}

.board-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 4rem;
}

.board-title span {
  color: #13BEF3;
}

.board-card {
  background: #3a3493;
  border-radius: 16px;
  padding: 20px 25px 22px;
  text-align: center;
  height: 100%;
}

.board-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 14px;
}

.board-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.board-info {
  padding: 0 6px;
}

.board-name {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}

.board-position {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

.org-structure-section {
  background: #F4F6F7;
}

.org-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 4rem;
  color: #1f1b78;
}

.org-title span {
  color: #13BEF3;
}

.org-image-wrap {
  position: relative;
}

.org-chart-img {
  width: 80%;
  margin: auto;
  display: block;
}

.org-zoom-btn {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 50px;
  height: 50px;
  border: 0;
  transition: all 0.25s ease;
  z-index: 2;
  background: #F4F6F7;
}

.org-zoom-btn:hover {
  transform: scale(1.08);
}

.org-zoom-btn svg {
  width: 50px;
  height: 50px;
}

.org-modal .modal-content {
  background: rgba(15, 14, 45, 0.96);
  border: 0;
  border-radius: 0;
}

.org-modal .modal-body {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.org-modal-image-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
}

.org-modal-img {
  max-width: 100%;
  max-height: calc(100vh - 80px);
  object-fit: contain;
}

.org-modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.25s ease;
}

.org-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.org-modal-close svg {
  width: 18px;
  height: 18px;
}

.partner-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 4rem;
  color: #1B1464;
}

.partner-title span {
  color: #13BEF3;
}

.partner-swiper-wrap {
}

.partner-item {
}

.partner-item img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.partner-button-prev,
.partner-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: #1B1464;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  z-index: 5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.partner-button-prev:hover,
.partner-button-next:hover {
  background: #1B1464;
  color: #ffffff;
}

.partner-button-prev {
  left: 0;
}

.partner-button-next {
  right: 0;
}

.partner-button-prev svg,
.partner-button-next svg {
  width: 14px;
  height: 14px;
}

.gc-network-section {
  padding-top: 0;
}

.gc-logo-wrap {
  margin-bottom: 28px;
}

.gc-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.gc-network-title {
    margin: 0 auto 1rem;
    width: 80%;
    font-size: 32px;
    font-weight: 600;
    color: #1B1464;
}

.gc-network-title span {
  color: #1fb7ec;
}

.gc-network-desc {
  width: 65%;
  margin: 0 auto;
  font-size: 16px;
  color: #535353;
}

.story-block {
  margin-bottom: 3rem;
}

.story-block p {
  font-weight: 300;
  font-size: 16px;
}

.point-map {
  position: absolute;
  top: 0;
  width: 100%;
}

.point-land {
  cursor: pointer;
  transition: r .25s ease, filter .25s ease;
}

.point-land:hover, .point-land.active {
  r: 9;
  filter: drop-shadow(0 0 4px rgba(0,0,0,.25));
  stroke-dasharray:none !important;
}

.land-panel{
  width: 100%;
  max-width: 390px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
  position: absolute;
  left: 60%;
  top: 10%;
}

.land-panel-inner{
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 15px;
}

.land-panel-top{
  padding: 15px;
  background: #fff;
  border-radius: 18px 18px 0 0;
}

.land-top-list,
.land-top-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.land-top-detail {
}

.back-to-land {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    color: #1d1b72;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
}

.back-to-land svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.land-top-detail .land-close-btn {
    width: 28px;
    height: 28px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #1d1b72;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.land-top-detail .land-close-btn svg {
    width: 18px;
    height: 18px;
}

.land-search-wrap{
  position: relative;
  flex: 1;
}

.land-search-icon{
  position: absolute;
  top: 50%;
  left: 12px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  color: #8c8c8c;
}

.land-search-input{
  width: 100%;
  height: 30px;
  border: 1.5px solid #535353;
  border-radius: 999px;
  background: #fff;
  padding: 0 16px 0 34px;
  font-size: 14px;
  color: #000;
  outline: none;
}

.land-search-input::placeholder{
  color: #535353;
}

.land-close-btn{
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #1B1464;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.land-close-btn svg{
  width: 18px;
  height: 18px;
}

.land-panel-meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.land-result-count{
  font-size: 14px;
  font-weight: 700;
  color: #1B1464;
}

.land-filter-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #13BEF3;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.land-filter-btn svg{
  width: 14px;
  height: 14px;
}

.land-list{
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 3px;
  padding: 15px;
}

.land-list::-webkit-scrollbar{
  width: 6px;
}
.land-list::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.15);
  border-radius: 10px;
}

.land-card{
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  box-shadow: 0 3px 8px rgba(0,0,0,.08);
  cursor: pointer;
}

.land-card-head{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
}

.land-checkbox-wrap{
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.land-checkbox-wrap input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.land-checkbox{
  width: 14px;
  height: 14px;
  border: 1.5px solid #808080;
  background: #fff;
  display: block;
}

.land-checkbox-wrap input:checked + .land-checkbox{
  background: #13BEF3;
  border-color: #13BEF3;
  box-shadow: inset 0 0 0 2px #fff;
}

.land-card-title-wrap{
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.land-dot-sold{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #13BEF3;
  border: 1.5px #000;
  border-style: dashed;
  display: inline-block;
  flex-shrink: 0;
}

.land-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px #000;
  border-style: dashed;
  display: inline-block;
  flex-shrink: 0;
}

.land-dot-off{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1B1464;
  border: 1.5px #fff;
  border-style: dashed;
  display: inline-block;
  flex-shrink: 0;
}

.land-card-title{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1B1464;
  line-height: 1.2;
}

.land-card-body{
  display: grid;
  grid-template-columns: 1.3fr .95fr;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}

.land-card-image{
  min-height: 135px;
}

.land-card-image img{
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
}

.land-card-info{
  display: flex;
  flex-direction: column;
}

.land-info-block{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 10px;
  font-weight: 500;
  color: #535353;
}

.land-date{
  font-size: 14px;
  border-top: 1px solid #d0d0d0;
}

.land-size{
  font-size: 14px;
  border-top: 1px solid #d0d0d0;
}

.land-desc {
  padding: 10px 10px 8px;
  border-top: 1px solid #d0d0d0;
}

.land-desc p{
  font-size: 11px;
  line-height: 1.35;
  color: #535353;
  width: 100%;
  margin: 0;
}

.land-pagination{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
  display: none;
}

.land-page-numbers{
  display: flex;
  align-items: center;
  gap: 8px;
}

.land-page-btn,
.land-page-nav{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  flex-shrink: 0;
}

.land-page-nav{
  background: #8c8c8c;
  color: #fff;
}

.land-page-nav.is-next{
  background: #13BEF3;
}

.land-page-nav svg{
  width: 18px;
  height: 18px;
}

.land-page-btn{
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.land-page-btn.is-muted{
  background: #9a9a9a;
}

.land-page-btn.is-active,
.land-page-btn.is-active-alt{
  background: #13BEF3;
}
.property-card {
  background: #f7f7f7;
  display: none;
  max-height: 60vh;
  overflow-y: auto;
  padding: 12px;
}

.property-card::-webkit-scrollbar{
  width: 6px;
}

.property-card::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.15);
  border-radius: 10px;
}

.property-card-inner {
  border-radius: 18px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.property-header {
    padding: 16px 18px 14px;
    border-bottom: 1px solid #cfcfcf;
}

.property-title {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    color: #1B1464;
}

.property-body {
    padding: 15px 18px 18px;
}

.property-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}

.property-address p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 400;
    color: #535353;
    max-width: 205px;
    width: 100%;
}

.go-to-pin {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1B1464;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 2px;
    transition: 0.25s ease;
}

.go-to-pin:hover {
    color: #1B1464;
    opacity: 0.8;
}

.go-to-pin svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
    flex-shrink: 0;
    transform: translateY(1px);
}

.listed-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.listed-date .dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #13BEF3;
    flex-shrink: 0;
    display: inline-block;
}

.listed-date span {
    font-weight: 700;
    color: #555;
}

.listed-section-title {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #1B1464;
}

.detail-list {
    margin-bottom: 18px;
}

.detail-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: start;
    gap: 8px 18px;
    margin-bottom: 8px;
}

.detail-row:last-child {
    margin-bottom: 0;
}

.detail-row .label {
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
    color: #535353;
}

.detail-row .value {
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
    color: #535353;
    text-align: left;
}

.property-image-wrap {
    position: relative;
    margin-bottom: 14px;
}

.property-swiper {
    position: relative;
    overflow: hidden;
}

.property-swiper .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #13BEF3;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: 0.25s ease;
}

.swiper-btn:hover {
    background: #12a7db;
}

.swiper-btn.prev {
    left: 12px;
}

.swiper-btn.next {
    right: 12px;
}

.swiper-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bottom-section-title {
    margin: 0;
    text-underline-offset: 2px;
}

.bottom-section-title h3 {
  font-size: 14px;
  font-weight: 600;
  color: #1B1464;
}

.bottom-section-title p {
  margin: 1rem 0;
}

.bottom-section-title ol {
  padding-left: 12px;
}

.bottom-section-title p, .bottom-section-title ol li {
  font-size: 12px;
  font-weight: 400;
  color: #535353;
  width: 100%;
}



.cta-box {
    text-align: center;
    padding: 15px 0 0 0;;
}

.cta-title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #1B1464;
}

.cta-desc {
    margin: 0 0 20px;
    font-size: 14px !important;
    line-height: 1.6;
    color: #535353 !important;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    margin: 1rem 0 !important;
}

.cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1B1464;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.cta-phone svg {
    width: 16px;
    height: 16px;
}

.cta-phone:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 26px;
    background: #F4F6F7;
    color: #1B1464;
    border-radius: 999px;
    text-decoration: none;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 26px;
    background: #13BEF3;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 999px;
    text-decoration: none;
    transition: 0.25s ease;
}

.cta-btn:hover {
    background: #12a9de;
    color: #fff;
}

.filter-box {
    width: 100%;
    display: none;
    padding: 12px 12px 0 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,.08);
}

.filter-box-inner {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 18px;
}

.filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px 14px;
    border-bottom: 1px solid #d1d1d1;
}

.filter-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1B1464;
}

.filter-reset {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    color: #1B1464;
    cursor: pointer;
    line-height: 1.2;
}

.filter-reset:hover {
    opacity: 0.8;
}

.filter-body {
    padding: 18px 14px 14px;
}

.filter-group {
    margin-bottom: 26px;
}

.filter-group:last-of-type {
    margin-bottom: 24px;
}

.filter-label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #1B1464;
}

.filter-range-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.filter-input-wrap {
    position: relative;
}

.filter-input {
    width: 100%;
    height: 38px;
    border: 0;
    border-bottom: 1px solid #bfbfbf;
    background: transparent;
    padding: 0 24px 0 6px;
    font-size: 14px;
    font-weight: 400;
    color: #535353;
    outline: none;
    border-radius: 0;
    box-shadow: none;
}

.filter-input::placeholder {
    color: #535353;
    opacity: 1;
}

.filter-unit {
    position: absolute;
    right: 2px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #535353;
    line-height: 1;
    pointer-events: none;
}

.filter-status {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 6px;
}

.filter-check {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #1B1464;
    user-select: none;
}

.filter-check input {
    display: none;
}

.filter-check .checkmark {
    width: 15px;
    height: 15px;
    border: 1px solid #7f7f7f;
    background: transparent;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

.filter-check .checkmark.round {
    border-radius: 50%;
}

.filter-check .checkmark.square {
    border-radius: 0;
}

.filter-check input:checked + .checkmark.square::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #13BEF3;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-check input:checked + .checkmark.round::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    background: #13BEF3;
    border-radius: 50%;
}

.filter-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 0 14px 14px;
    margin-top: 165px;
}

.filter-btn {
    height: 40px;
    border: 0;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    cursor: pointer;
    transition: 0.25s ease;
}

body.locale-th .filter-btn {
    font-family: "DB Heavent", sans-serif;
    font-size-adjust: 0.54;
}

body.locale-cn .filter-btn {
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.filter-btn-cancel {
    background: #ececec;
    color: #1B1464;
}

.filter-btn-cancel:hover {
    background: #e2e2e2;
}

.filter-btn-apply {
    background: #13BEF3;
    color: #fff;
}

.filter-btn-apply:hover {
    background: #12a9de;
}

.dot-blue {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #13BEF3;
    border: 1.5px #000;
    border-style: dashed;
    display: inline-block;
    flex-shrink: 0;
}

.dot-white {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #FFF;
    border: 1.5px #000;
    border-style: dashed;
    display: inline-block;
    flex-shrink: 0;
}

.project-overview-sec {
    background: #fff;
}

.project-overview-title {
    margin: 0 0 24px;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b1464;
    text-transform: uppercase;
}

.project-overview-content {
    position: relative;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.project-overview-content.collapsed {
    max-height: 340px;
}

.project-overview-content.expanded {
    max-height: 2000px;
}

.project-overview-inner {
    color: #535353;
    font-size: 14px;
    line-height: 1.6;
}

.project-overview-inner h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    color: #1b1464;
}

.project-overview-inner h3:not(:first-child) {
    margin-top: 18px;
}

.project-overview-inner ol {
    margin: 0 0 8px 20px;
    padding: 0;
}

.project-overview-inner li {
    margin-bottom: 2px;
}

.project-overview-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 95px;
    background: linear-gradient(to bottom, rgba(243,243,243,0) 0%, #fff 78%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.project-overview-content.expanded .project-overview-fade {
    opacity: 0;
}

.project-overview-content.is-short .project-overview-fade {
    display: none;
}

.office-space-type-overview .project-overview-content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.business-overview.office-space-type-overview .project-overview-content.collapsed {
    max-height: 120px;
}

.office-space-type-overview .project-overview-inner h1,
.office-space-type-overview .project-overview-inner h2 {
    margin: 0 0 24px;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b1464;
    text-transform: uppercase;
    padding-top: 10px;
}

body.locale-th .project-overview-inner h1,
body.locale-th .project-overview-inner h2 {
    padding-top: 0.15em;
    line-height: 1.45;
}

.project-overview-toggle {
    width: 46px;
    height: 46px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.project-overview-toggle[hidden] {
    display: none;
}

.project-overview-toggle .arrow {
    width: 25px;
    height: 25px;
    border-right: 7px solid #1b1464;
    border-bottom: 7px solid #1b1464;
    transform: rotate(45deg);
    display: block;
    transition: transform 0.3s ease;
}

.project-overview-toggle .arrow-1 {
    margin-top: -2px;
}

.project-overview-toggle .arrow-2 {
    margin-top: -8px;
}

.project-overview-toggle.is-open {
  margin-top: 4rem;
}

.project-overview-toggle.is-open .arrow {
    transform: rotate(-135deg);
}

.project-overview-toggle.is-open .arrow-1 {
    margin-top: 2px;
}

.project-overview-toggle.is-open .arrow-2 {
    margin-top: -5px;
}

.project-overview-cta {
    margin-top: 70px;
    text-align: center;
}

.project-overview-btn {
    min-width: 145px;
    height: 40px;
    padding: 10px 26px;
    border-radius: 999px;
    background: #13BEF3;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease;
}

.project-overview-btn:hover {
    background: #12a9de;
    color: #fff;
}

@media (max-width: 991px) {
  .office-space-type-overview .project-overview-content {
    width: 100%;
  }
}

/* LEFT */
.nr-faq-heading {
    font-size: 30px;
    font-weight: 600;
    color: #1b1464;
    margin-bottom: 16px;
}

.nr-faq-contact-text {
    color: #535353;
    font-size: 16px;
    line-height: 1.7;
}

.nr-faq-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #535353;
    text-decoration: none;
    margin-top: 10px;
}

.nr-faq-phone:hover {
  color: #535353;
}

.nr-faq-phone svg {
    width: 18px;
    height: 18px;
    color: #1b1464;
}

.nr-faq-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    height: 40px;
    border-radius: 999px;
    background: #13BEF3;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 20px;
    transition: 0.3s;
}

.nr-faq-contact-btn:hover {
    background: #12a9de;
}

/* ACCORDION */
.nr-faq-accordion .nr-faq-item {
    border: 0;
    border-bottom: 1px solid #ccc;
}

.nr-faq-btn {
    background: transparent !important;
    box-shadow: none !important;
    padding: 20px 0;
    font-weight: 500;
    font-size: 18px;
    color: #535353;
    position: relative;
}

.nr-faq-btn::after {
    display: none;
}

/* ปุ่ม + */
.nr-faq-btn::before {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #13BEF3;
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ตอนเปิด */
.nr-faq-btn:not(.collapsed)::before {
    content: "–";
    background: #999;
}

.nr-faq-body {
    padding: 0 40px 20px 0;
    color: #535353;
    font-size: 14px;
    line-height: 1.7;
}

.accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
}

.accordion-button:not(.collapsed) {
  color: #535353;
}

.home.sustainability-section {
    position: relative;
    background: url('/frontend/images/bg/forest.jpg') center bottom / cover no-repeat;
    min-height: 450px;
    padding: 82px 0 78px;
    color: #535353;
    overflow: hidden;
}

.home.sustainability-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,1) 48%,
        rgba(255,255,255,0.82) 62%,
        rgba(255,255,255,0.25) 78%,
        rgba(255,255,255,0.2) 100%
    );
}

.home.sustainability-section .content {
  position: relative;
  z-index: 1;
}

.home .sustain-title {
    font-size: 26px;
    font-weight: 700;
    color: #1B1464;
    letter-spacing: 0;
    margin-bottom: 46px;
}

.home .sustain-desc p {
    font-size: 13px;
    line-height: 1.35;
    max-width: 720px;
    margin: 0 auto 34px;
}

.home .sustain-desc h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 2rem;
}

.locale-th .home .sustain-desc h3 {
    font-size: 33px;
}

.home.sustainability-section .btn-light-blue {
    min-width: 176px;
}

.video-map {
  object-fit: cover;
}

@media (max-width: 1664px) {
  .home-page.business .mySwiper {
    margin-left: 10%;
  }

  .home-page.highlight-projects .content-left {
    padding-left: 11%;
  }

  .home-page.highlight-projects .swiper-button-prev, .home-page.highlight-projects .swiper-rtl .swiper-button-next {
    left: 11%;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 15%;
  }
}

@media (max-width: 1536px) {
  .home-page.business .mySwiper {
    margin-left: 7%;
  }

  .home-page.highlight-projects .content-left {
    padding-left: 8%;
  }

  .home-page.highlight-projects .swiper-button-prev, .home-page.highlight-projects .swiper-rtl .swiper-button-next {
    left: 8%;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 12%;
  }
}


@media (max-width: 1440px) {
  .home-page.business .mySwiper {
    margin-left: 4%;
  }

  .home-page.highlight-projects .content-left {
    padding-left: 5%;
  }

  .home-page.highlight-projects .swiper-button-prev, .home-page.highlight-projects .swiper-rtl .swiper-button-next {
    left: 5%;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 9%;
  }

}


@media (max-width: 1368px) {
  .home-page.business .mySwiper {
    margin-left: 8%;
  }

  .home-page.highlight-projects .content-left {
    padding-left: 9%;
  }

  .home-page.highlight-projects .swiper-button-prev, .home-page.highlight-projects .swiper-rtl .swiper-button-next {
    left: 9%;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 13%;
  }
}


@media (max-width: 1280px) {
  .home-page.about-us .content h2 {
      font-size: 30px;
  }

  .home-page.about-us .content {
    width: 45%;
  }

  .home-page.business .mySwiper {
    margin-left: 5%;
  }

  .home-page.highlight-projects .content-left {
    padding-left: 6%;
  }

  .home-page.highlight-projects .swiper-button-prev, .home-page.highlight-projects .swiper-rtl .swiper-button-next {
    left: 6%;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 11%;
  }
}

@media (max-width: 1199.98px) {

  .section-title {
    font-size: 46px;
  }

  .company-title {
    font-size: 28px;
  }

  .info-text {
    font-size: 18px;
  }
}


@media (max-width: 1024px) {
  .strategic-location .content {
      width: 100%;
      margin: 0px;
  }

  .home-page.about-us {
    height: 150vh;
  }

  .home-page.about-us .img-left img, .home-page.about-us .img-left2 img, .home-page.about-us .img-right img, .home-page.about-us .img-right2 img {
    width: 200px;
  }

  .home-page.about-us .img-right {
      position: absolute;
      top: 5%;
      right: 5%;
  }

  .home-page.about-us .img-left {
      position: absolute;
      top: 25%;
  }

  .home-page.about-us .img-right2 {
    top: 45%;
  }

  .home-page.about-us .img-center {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
  }


  .home-page.business .mySwiper {
    margin-left: 2%;
  }

  .home-page.highlight-projects .content-left {
    padding-left: 3%;
  }

  .home-page.highlight-projects .swiper-button-prev, .home-page.highlight-projects .swiper-rtl .swiper-button-next {
    left: 3%;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 8%;
  }

  .land-list, .property-card {
    max-height: 360px;
  }

  .filter-footer {
    margin-top: 2rem;
  }
}

@media (max-width: 991.98px) {
  .head-office-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 40px;
  }

  .company-title {
    font-size: 26px;
  }
  
  .service-section {
  }

  .service-item-desc {
    max-width: 100%;
  }

  .org-modal .modal-body {
    padding: 24px;
  }

  .partner-swiper-wrap {
    padding: 0 40px;
  }

  .gc-logo-wrap {
    margin-bottom: 24px;
  }

  .gc-logo {
    max-width: 190px;
  }

  .board-card {
    padding: 15px 20px 22px;
  }

  .contact-title {
    margin-bottom: 2rem;
  }

  .search-icon {
    display: none;
  }
}

@media (max-width: 884px) {
  .home-page.about-us .img-right2 {
    top: 45%;
  }

  .home-page.highlight-projects .nav-wrap {
    display: none;
  }

  .home-page.business .mySwiper {
    margin-left: 10%;
  }

  .home-page.highlight-projects .content-left, .home-page.highlight-projects .projectSwiper {
    padding-left: 11%;
  }

  .home-page.news .mb-news {
    margin-bottom: 2rem;
  }

  .land-panel {
    max-width: 330px;
  }

  .land-list, .property-card {
    max-height: 299px;
  }
}

@media (max-width: 834px) {
  .home-page.about-us .img-center img {
      width: 300px;
  }

  .home-page.business .mySwiper {
    margin-left: 6%;
  }

  .home-page.highlight-projects .content-left, .home-page.highlight-projects .projectSwiper {
    padding-left: 7%;
  }
}

@media (max-width: 820px) {
  .home-page.business .mySwiper {
      margin-top: 5rem;
  }

  .gc-network-title, .gc-network-desc {
    width: 100%;
  }

  .land-panel {
    max-width: 300px;
  }

  .land-list, .property-card {
    max-height: 260px;
  }
}

@media (max-width: 768px) {
  .home-page.business .mySwiper {
      margin-left: 3%;
  }

  .home-page.highlight-projects .content-left, .home-page.highlight-projects .projectSwiper {
    padding-left: 4%;
  }

  .gc-network-title, .partner-title, .org-title, .board-title, .service-title {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .home.sustainability-section {
    min-height: 520px;
    padding: 60px 0 70px;
  }

  .home .sustain-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .home .sustain-desc p {
    font-size: 13px;
    margin-bottom: 28px;
  }

  .strategic-location .content h2 {
    font-size: 20px;
  }

  .strategic-location .content h3 {
    font-size: 18px;
  }

  .home-page.about-us .content h2 {
    font-size: 25px;
  }

  .home-page.about-us .content {
    width: 90%;
  }

  .home-page.business h2 {
    font-size: 30px;
  }

  .home-page.news .other-news {
    margin-left: 0;
  }

  .home-page.highlight-projects .title, .home-page.news h2, .home-page.news h2, .home-page.news h2, .home-page.contact .contact-title {
    font-size: 30px;
  }

  .home-page.highlight-projects {
    padding: 60px 0;
  }

  .home-page.news .content {
    margin-bottom: 1rem;
  }

  .home-page.news h3 {
    font-size: 16px;
  }

  .story-block {
    margin-bottom: 2rem;
  }

  .story-block p {
    font-size: 14px;
  }

  .partner-title, .org-title, .board-title {
      font-size: 30px;
  }

  .service-title {
    font-size: 24px;
  }

  .service-item-desc {
    font-size: 16px;
  }

  .board-title, .org-title, .partner-title {
    margin-bottom: 2rem;
  }

  .gc-network-title {
    font-size: 20px;
  }

  .gc-network-desc {
    font-size: 14px;
  }

  .video-map {
    height: 400px !important;
    object-position: right;
  }

  .point-map {
    left: -19%;
  }

  .point-map svg {
    height: 400px;
    object-position: right;
    object-fit: cover;
  }

  .land-panel {
    position: relative;
    left: 0;
    top: 0;
    border-radius:0;
    max-width: 100%;
  }

  .land-list, .property-card {
    max-height: 500px;
  }

  .nr-faq-btn {
    padding: 20px 50px 20px 0;
  }

  .page-navigator {
    top: 30px;
  }
}

@media (max-width: 575.98px) {

  .section-title {
    font-size: 34px;
  }

  .company-title {
    font-size: 23px;
  }

  .office-block h4,
  .follow-us h4 {
    font-size: 19px;
  }

  .info-row {
    gap: 14px;
    margin-bottom: 14px;
  }

  .info-icon {
    flex: 0 0 30px;
    width: 30px;
  }

  .info-icon svg {
    width: 24px;
    height: 24px;
  }

  .info-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .social-list a {
    width: 48px;
    height: 48px;
  }

  .service-item-desc {
    font-size: 14px;
  }

  .board-card {
    padding: 14px 14px 20px;
    border-radius: 14px;
  }

  .board-name {
    font-size: 16px;
  }

  .board-position {
    font-size: 14px;
  }

  .org-modal-close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }

  .partner-swiper-wrap {
    padding: 0 34px;
  }

  .partner-button-prev,
  .partner-button-next {
    width: 34px;
    height: 34px;
  }

  .partner-button-prev svg,
  .partner-button-next svg {
    width: 12px;
    height: 12px;
  }

  .gc-logo {
    max-width: 160px;
  }

  .gc-network-title {
    font-size: 22px;
  }

  .gc-network-desc {
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  .home-page.business .mySwiper {
      margin-left: 0;
  }

  .point-map {
    left: -32%;
  }
}

@media (max-width: 480px) {
  .home-page.about-us .img-left img, .home-page.about-us .img-left2 img, .home-page.about-us .img-right img, .home-page.about-us .img-right2 img {
    width: 150px;
  }

  .home-page.about-us .img-center img {
    width: 280px;
  }

  .point-map {
    left: -49%;
  }
}

@media (max-width: 448px) {
  .gc-network-title {
    font-size: 20px;
  }

  .header .logo img {
    width: 120px;
  }

  .point-map {
    left: -60%;
  }
}

@media (max-width: 432px) {
  .home-page.about-us .content h2 {
    font-size: 20px;
  }

  .gc-network-title {
    font-size: 18px;
  }

  .org-zoom-btn, .org-zoom-btn svg {
    width: 30px;
    height: 30px;
  }

  .board-name {
    font-size: 14px;
  }

  .board-position {
    font-size: 12px;
  }

  .service-title {
    font-size: 20px;
  }

  .point-map {
    left: -65%;
  }
}

@media (max-width: 375px) {
    .home-page.about-us .img-center img {
        width: 200px;
    }

    .home-page.about-us .img-left img, .home-page.about-us .img-left2 img, .home-page.about-us .img-right img, .home-page.about-us .img-right2 img {
        width: 110px;
    }

    .header .logo img {
        width: 90px;
    }

}

@media (max-width: 414px) {
    .point-map {
      left: -72%;
    }
}

@media (max-width: 400px) {
    .point-map {
      left: -78%;
    }
}

@media (max-width: 385px) {
  .video-map {
    object-position: 80%;
  }
  .point-map {
    left: -68%;
  }

}

@media (max-width: 375px) {
  .point-map {
    left: -72%;
  }
}

@media (max-width: 360px) {
  .point-map {
    left: -78%;
  }
}

@media (max-width: 320px) {
  .point-map {
    left: -98%;
  }
}

/* Our Business Detail */
.business-hero img {
  height: 100vh;
  min-height: 520px;
  object-fit: cover;
}

.business-hero-text {
  left: 50% !important;
  top: 48% !important;
  transform: translate(-50%, -48%) !important;
  text-align: center;
  width: 100%;
}

.business-hero-text h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.business-hero-text span {
  color: #13bef3;
}

.business-overview {
  padding: 88px 0;
}

.business-overview .project-overview-content.collapsed {
  max-height: 260px;
}

.business-gallery {
  position: relative;
  background: #eef2f4;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  padding: 0;
}

.business-section-title {
  color: #1b1464;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 46px;
  text-align: center;
  text-transform: uppercase;
}

.business-gallery .business-section-title {
  color: #fff;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
  top: 74px;
  z-index: 3;
}

.business-gallery-main {
  height: 100%;
}

.business-gallery-main .swiper-wrapper,
.business-gallery-main .swiper-slide {
  height: 100%;
}

.business-gallery-main .swiper-slide {
  position: relative;
}

.business-gallery-main .swiper-slide::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.25) 18%, rgba(0, 0, 0, 0) 42%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.business-gallery-main img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.business-gallery-thumbs {
  bottom: 28px;
  left: max(84px, calc((100vw - 1320px) / 2 + 50px));
  max-width: none;
  position: absolute;
  right: max(84px, calc((100vw - 1320px) / 2 + 50px));
  transform: none;
  width: auto;
  z-index: 4;
}

.business-gallery-thumbs .swiper-slide {
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  height: 100px;
  overflow: hidden;
  opacity: 0.72;
}

.business-gallery-thumbs .swiper-slide-thumb-active {
  border-color: #13bef3;
  opacity: 1;
}

.business-gallery-thumbs img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.business-swiper-arrow {
  align-items: center;
  background: #13bef3;
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 5;
}

.business-gallery .business-swiper-arrow {
  background: transparent;
  bottom: 50px;
  height: clamp(38px, 3.8vw, 55px);
  padding: 0;
  top: auto;
  transform: none;
  width: clamp(38px, 3.8vw, 55px);
}

.business-gallery .business-swiper-arrow.prev {
  left: max(24px, calc((100vw - 1320px) / 2 + 12px));
}

.business-gallery .business-swiper-arrow.next {
  right: max(24px, calc((100vw - 1320px) / 2 + 12px));
}

.business-gallery-arrow-icon {
  display: block;
  height: 100%;
  width: 100%;
}

.business-gallery-arrow-bg {
  fill: #13bef3;
}

.business-gallery-arrow-mark {
  fill: #fff;
}

.business-swiper-arrow.prev {
  left: 66px;
}

.business-swiper-arrow.next {
  right: 66px;
}

.business-type-section {
  background: #1d1768;
  min-height: 560px;
  padding: 84px 0 78px;
}

.business-type-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 46px;
  text-transform: uppercase;
}

.business-type-title span {
  color: #13bef3;
}

.business-type-filter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 32px;
}

.business-type-filter-btn {
  align-items: center;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  justify-content: center;
  line-height: 1;
  min-width: 84px;
  padding: 0 20px;
}

.business-type-filter-btn.is-active,
.business-type-filter-btn:hover {
  background: #fff;
  color: #1d1768;
}

.business-type-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fill, minmax(255px, 255px));
}

.business-type-filter-grid {
  row-gap: 30px;
}

.business-type-bootstrap-grid .business-type-card {
  height: 100%;
  width: 100%;
}

.business-type-grid-item.is-hidden {
  display: none;
}

.business-type-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: none;
  color: inherit;
  display: block;
  min-height: 320px;
  overflow: hidden;
  text-decoration: none;
  width: 255px;
}

.business-type-card.is-hidden {
  display: none;
}

.business-type-card-image {
  display: block;
  height: 160px;
  object-fit: cover;
  width: 100%;
}

.business-type-card-body {
  padding: 14px 14px 22px;
}

.business-type-card h3 {
  color: #1d1768;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 8px;
}

.business-type-card p {
  color: #535353;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.48;
  margin: 0 0 12px;
}

.business-type-meta {
  align-items: center;
  color: #535353;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 11px;
}

.business-type-meta-item {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  line-height: 1;
}

.business-type-meta-item svg {
  width: 20px;
}

.business-type-meta-item + .business-type-meta-item {
  border-left: 1px solid #c7c7c7;
  padding-left: 11px;
}

.similar-properties-section {
  background: #f2f3f4;
  overflow: hidden;
  padding: 88px 0 108px;
  position: relative;
}

.similar-properties-title {
  color: #1d1768;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 52px;
  text-transform: uppercase;
}

.similar-properties-title span {
  color: #13bef3;
}

.similar-properties-swiper {
  overflow: visible;
}

.similar-properties-swiper .swiper-slide {
  display: flex;
  justify-content: flex-start;
}

.similar-properties-section .business-type-card {
  box-shadow: 0 2px 8px rgba(27, 20, 100, 0.14);
  width: 100%;
}

.similar-properties-section .business-swiper-arrow {
  height: clamp(38px, 3.8vw, 55px);
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(38px, 3.8vw, 55px);
}

.similar-properties-section .business-swiper-arrow.prev {
  left: max(24px, calc((100vw - 1320px) / 2 - 20px));
}

.similar-properties-section .business-swiper-arrow.next {
  right: max(24px, calc((100vw - 1320px) / 2 - 20px));
}

.meeting-detail-section {
  background: #fff;
  padding: 88px 0 92px;
}

.meeting-detail-row {
  align-items: center;
  display: grid;
  gap: 82px;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
}

.meeting-detail-row + .meeting-detail-row {
  margin-top: 82px;
}

.meeting-detail-row-reverse {
  grid-template-columns: minmax(380px, 1fr) minmax(0, 0.9fr);
}

.meeting-detail-media {
  border-radius: 10px;
  overflow: hidden;
}

.meeting-detail-media img {
  aspect-ratio: 1.58 / 1;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.meeting-detail-copy {
  color: #535353;
  font-size: 14px;
  line-height: 1.62;
}

.meeting-detail-copy > :last-child {
  margin-bottom: 0;
}

.meeting-detail-copy h2,
.meeting-detail-copy h3 {
  color: #1b1464;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 34px;
  text-transform: uppercase;
}

.meeting-detail-copy h2 span,
.meeting-detail-copy h3 span,
.meeting-detail-copy h2 strong,
.meeting-detail-copy h3 strong {
  color: #13bef3;
}

.meeting-detail-copy p {
  margin: 0 0 16px;
}

.meeting-detail-copy strong {
  color: #171717;
  font-weight: 700;
}

.meeting-detail-copy ul,
.meeting-detail-copy ol {
  margin: 0 0 18px;
  padding-left: 18px;
}

.meeting-detail-copy li + li {
  margin-top: 10px;
}

.meeting-benefit-copy figure.table {
  margin: 34px 0 0;
  overflow: visible;
}

.meeting-benefit-copy table {
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.meeting-benefit-copy td {
  border: 0;
  color: #202020;
  font-size: 13px;
  line-height: 1.35;
  padding: 0 14px;
  text-align: center;
  vertical-align: top;
}

.meeting-benefit-copy td figure.image {
  align-items: center;
  display: flex;
  height: 55px;
  justify-content: center;
  margin: 0 auto 14px;
  width: 55px !important;
}

.meeting-benefit-copy td img {
  border-radius: 0;
  height: 55px !important;
  object-fit: contain;
  width: 55px !important;
}

.meeting-benefit-copy td p {
  margin: 0;
}

.office-rental-detail-section {
  background: #fff;
  padding: 86px 0 82px;
}

.office-rental-detail-row {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.98fr);
}

.office-rental-detail-row + .office-rental-detail-row {
  margin-top: 80px;
}

.office-rental-detail-row-reverse {
  grid-template-columns: minmax(360px, 0.98fr) minmax(0, 1fr);
}

.office-rental-detail-copy {
  color: #535353;
  font-size: 14px;
  line-height: 1.68;
}

.office-rental-detail-copy > :last-child {
  margin-bottom: 0;
}

.office-rental-detail-copy h2,
.office-rental-detail-copy h3 {
  color: #1b1464;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 34px;
  text-transform: uppercase;
}

.office-rental-detail-copy h2 span,
.office-rental-detail-copy h3 span,
.office-rental-detail-copy h2 strong,
.office-rental-detail-copy h3 strong {
  color: #13bef3;
}

.office-rental-detail-copy p {
  margin: 0 0 16px;
}

.office-rental-detail-copy strong {
  color: #171717;
  font-weight: 700;
}

.office-rental-detail-copy ul,
.office-rental-detail-copy ol {
  margin: 0 0 18px;
  padding-left: 18px;
}

.office-rental-detail-copy li + li {
  margin-top: 10px;
}

.office-rental-detail-copy figure {
  margin: 0;
}

.office-rental-benefit-copy figure.table,
.type-why-choose-copy figure.table {
  margin-top: 28px;
  overflow: visible;
}

.office-rental-benefit-copy table,
.type-why-choose-copy table {
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.office-rental-benefit-copy td,
.type-why-choose-copy td {
  border: 0;
  color: #343434;
  font-size: 13px;
  line-height: 1.35;
  padding: 0 10px;
  text-align: center;
  vertical-align: top;
}

.office-rental-benefit-copy td figure.image,
.type-why-choose-copy td figure.image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 11px;
  width: 55px !important;
}

.office-rental-benefit-copy td img,
.type-why-choose-copy td img {
  border-radius: 0;
  height: 55px !important;
  object-fit: contain;
  width: 55px !important;
}

.office-rental-benefit-copy td p,
.type-why-choose-copy td p {
  margin: 0;
}

.type-project-detail-section {
  background: #fff;
  padding: 82px 0 74px;
}

.type-project-detail-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(260px, 0.74fr) minmax(420px, 1.26fr);
}

.type-project-detail-copy h2 {
  color: #1b1464;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 34px;
  text-transform: uppercase;
}

.type-project-detail-list {
  display: grid;
  gap: 18px;
}

.type-project-detail-item {
  align-items: center;
  color: #535353;
  display: flex;
  font-size: 14px;
  gap: 15px;
  line-height: 1.35;
}

.type-project-detail-icon {
  align-items: center;
  background: #1b1464;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 36px;
  font-size: 18px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.type-project-detail-map {
  min-height: 330px;
  position: relative;
}

.type-project-detail-map img {
  display: block;
  height: 100%;
  max-height: 380px;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.type-project-detail-zoom {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  bottom: 28px;
  color: #1b1464;
  display: flex;
  font-size: 19px;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: 18px;
  text-decoration: none;
  width: 28px;
}

.type-project-detail-zoom:hover {
  color: #13bef3;
}

.type-why-choose-section {
  background: #fff;
  padding: 72px 0 84px;
}

.type-project-detail-section + .type-why-choose-section {
  padding-top: 24px;
}

.type-why-choose-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.95fr);
}

.type-why-choose-media {
  border-radius: 10px;
  overflow: hidden;
}

.type-why-choose-media img {
  aspect-ratio: 1.6 / 1;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.type-why-choose-copy {
  color: #535353;
  font-size: 14px;
  line-height: 1.62;
}

.type-why-choose-copy > :last-child {
  margin-bottom: 0;
}

.type-why-choose-copy h2,
.type-why-choose-copy h3 {
  color: #1b1464;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 34px;
  text-transform: uppercase;
}

.type-why-choose-copy h2 span,
.type-why-choose-copy h3 span,
.type-why-choose-copy h2 strong,
.type-why-choose-copy h3 strong {
  color: #13bef3;
}

.type-why-choose-copy p {
  margin: 0 0 16px;
}

.type-why-choose-copy strong {
  font-weight: 700;
}

.type-why-choose-copy ul,
.type-why-choose-copy ol {
  margin: 0;
  padding-left: 18px;
}

.type-why-choose-copy li + li {
  margin-top: 12px;
}

.office-rental-detail-media {
  border-radius: 10px;
  overflow: hidden;
}

.office-rental-detail-media img {
  aspect-ratio: 1.62 / 1;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.business-videos {
  background: #eef2f4;
  padding: 92px 0 82px;
  position: relative;
}

.business-video-frame {
  margin: 0 auto;
  max-width: 920px;
}

.business-video-frame iframe {
  aspect-ratio: 16 / 9;
  background: #000;
  display: block;
  height: auto;
  width: 100%;
}

.business-videos .business-swiper-arrow.prev {
  left: max(24px, calc((100vw - 1320px) / 2 + 12px));
}

.business-videos .business-swiper-arrow.next {
  right: max(24px, calc((100vw - 1320px) / 2 + 12px));
}

.business-videos .business-swiper-arrow {
  background: transparent;
  height: clamp(38px, 3.8vw, 55px);
  padding: 0;
  pointer-events: auto;
  top: calc(50% + 30px);
  width: clamp(38px, 3.8vw, 55px);
  z-index: 10;
}

.business-video-arrow-icon {
  display: block;
  height: 100%;
  width: 100%;
}

.business-video-arrow-bg {
  fill: #13bef3;
}

.business-video-arrow-mark {
  fill: #fff;
}

.business-faq {
  padding: 96px 0;
}

.business-empty {
  color: #535353;
  text-align: center;
}

@media (max-width: 991px) {
  .business-hero-text h1 {
    font-size: 36px;
  }

  .business-overview,
  .business-faq {
    padding: 62px 0;
  }

  .business-swiper-arrow.prev,
  .business-videos .business-swiper-arrow.prev {
    left: 20px;
  }

  .business-swiper-arrow.next,
  .business-videos .business-swiper-arrow.next {
    right: 20px;
  }

  .business-gallery-thumbs {
    left: 72px;
    right: 72px;
    width: auto;
  }

  .business-type-section {
    min-height: auto;
    padding: 62px 0;
  }

  .business-type-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .business-type-filter {
    margin-bottom: 28px;
  }

  .business-type-card {
    width: 100%;
  }

  .similar-properties-section {
    padding: 62px 0 82px;
  }

  .similar-properties-swiper .swiper-slide {
    justify-content: center;
  }

  .meeting-detail-section {
    padding: 62px 0;
  }

  .meeting-detail-row,
  .meeting-detail-row-reverse {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .meeting-detail-row + .meeting-detail-row {
    margin-top: 54px;
  }

  .meeting-detail-row-reverse .meeting-detail-media {
    order: 2;
  }

  .meeting-detail-row-reverse .meeting-detail-copy {
    order: 1;
  }

  .office-rental-detail-section {
    padding: 62px 0;
  }

  .office-rental-detail-row,
  .office-rental-detail-row-reverse {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .office-rental-detail-row + .office-rental-detail-row {
    margin-top: 54px;
  }

  .office-rental-detail-row-reverse .office-rental-detail-media {
    order: 2;
  }

  .office-rental-detail-row-reverse .office-rental-detail-copy {
    order: 1;
  }

  .type-project-detail-section {
    padding: 62px 0;
  }

  .type-project-detail-grid {
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .type-project-detail-map {
    min-height: 260px;
  }

  .type-why-choose-section,
  .type-project-detail-section + .type-why-choose-section {
    padding: 62px 0;
  }

  .type-why-choose-grid {
    gap: 32px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .type-why-choose-grid-reverse .type-why-choose-copy {
    order: 1;
  }

  .type-why-choose-grid-reverse .type-why-choose-media {
    order: 2;
  }
}

@media (max-width: 600px) {
  .business-gallery-thumbs {
    display: none;
  }

  .business-gallery .business-swiper-arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 575px) {
  .business-hero img {
    min-height: 480px;
  }

  .business-hero-text h1,
  .business-section-title,
  .business-overview .project-overview-title,
  .business-faq .nr-faq-heading {
    font-size: 26px;
  }

  .business-gallery .business-section-title {
    top: 48px;
  }

  .business-gallery-thumbs {
    bottom: 22px;
    left: 64px;
    right: 64px;
    width: auto;
  }

  .business-gallery .business-swiper-arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .business-gallery .business-swiper-arrow,
  .business-videos .business-swiper-arrow {
    height: clamp(36px, 10vw, 44px);
    width: clamp(36px, 10vw, 44px);
  }

  .business-type-title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .business-type-filter {
    gap: 8px;
  }

  .similar-properties-title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .similar-properties-section .business-swiper-arrow {
    height: clamp(36px, 10vw, 44px);
    width: clamp(36px, 10vw, 44px);
  }

  .business-type-filter-btn {
    font-size: 13px;
    height: 34px;
    min-width: auto;
    padding: 0 16px;
  }

  .business-type-grid {
    grid-template-columns: 1fr;
  }

  .meeting-detail-copy h2,
  .meeting-detail-copy h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .meeting-detail-copy {
    font-size: 13px;
  }

  .meeting-benefit-copy table,
  .meeting-benefit-copy tbody,
  .meeting-benefit-copy tr,
  .meeting-benefit-copy td {
    display: block;
    width: 100%;
  }

  .meeting-benefit-copy td + td {
    margin-top: 22px;
  }

  .office-rental-detail-copy h2,
  .office-rental-detail-copy h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .office-rental-detail-copy {
    font-size: 13px;
  }

  .office-rental-benefit-copy table,
  .office-rental-benefit-copy tbody,
  .office-rental-benefit-copy tr,
  .office-rental-benefit-copy td,
  .type-why-choose-copy table,
  .type-why-choose-copy tbody,
  .type-why-choose-copy tr,
  .type-why-choose-copy td {
    display: block;
    width: 100%;
  }

  .office-rental-benefit-copy td + td,
  .type-why-choose-copy td + td {
    margin-top: 22px;
  }

  .type-project-detail-copy h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .type-project-detail-map {
    min-height: 190px;
  }

  .type-project-detail-zoom {
    bottom: 14px;
    right: 8px;
  }

  .type-why-choose-copy h2,
  .type-why-choose-copy h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .type-why-choose-copy {
    font-size: 13px;
  }
}

@media (max-width: 448px) {
  .business-gallery .business-swiper-arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .business-videos .business-swiper-arrow {
    top: calc(50% + 40px);
  }
}











/* Moved page CSS from Blade views */


/* resources/views/sustainability.blade.php */
.sustainability-page .video-hero img {
    height: 100vh;
    object-fit: cover;
  }
  .sustainability-hero-text {
    left: 50% !important;
    top: 40% !important;
    transform: translate(-50%, -40%) !important;
    text-align: center;
    width: 100%;
  }

  .sustainability-hero-text h1 {
    font-weight: 700;
    text-transform: uppercase;
  }

  .sustainability-intro {
    background: #fff;
    text-align: center;
  }

  .sustainability-intro-inner {
    max-width: 760px;
    margin: 0 auto;
  }

  .sustainability-title {
    color: #1b1464;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .sustainability-copy {
    color: #535353;
    font-size: 11px;
    line-height: 1.45;
  }

  .sustainability-copy p {
    margin-bottom: 15px;
  }

  .sustainability-copy a,
  .sustainability-copy strong {
    color: #00aeef;
    font-weight: 700;
  }

  .sustainability-story {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 116px 0 132px;
  }

  .sustainability-story-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 96px;
    row-gap: 108px;
    align-items: start;
  }

  .sustainability-story-card {
    width: 100%;
    padding: 40px;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(15px) saturate(100%);
    -webkit-backdrop-filter: blur(15px) saturate(100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      0 22px 58px rgba(0, 0, 0, 0.2);
  }

  .sustainability-story-card:nth-child(odd) {
    grid-column: 1;
  }

  .sustainability-story-card:nth-child(even) {
    grid-column: 2;
  }

  .sustainability-story-card:nth-child(2) {
    margin-top: 430px;
  }

  .sustainability-story-card:nth-child(3) {
    margin-top: -230px;
  }

  .sustainability-story-card:nth-child(4) {
    margin-top: -12px;
  }

  .sustainability-story-card h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .sustainability-story-card .sustainability-copy, .sustainability-story-card .sustainability-copy p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
  }

  .sustainability-story-card .sustainability-copy p:last-child,
  .sustainability-story-card .sustainability-copy ul:last-child,
  .sustainability-story-card .sustainability-copy ol:last-child {
    margin-bottom: 0;
  }

  .sustainability-story-card .sustainability-copy ul,
  .sustainability-story-card .sustainability-copy ol {
    padding-left: 20px;
    margin-bottom: 24px;
  }

  .sustainability-story-card .sustainability-copy li {
    margin-bottom: 12px;
  }

  .sustainability-story-card .sustainability-copy strong {
    color: #fff;
  }

  .sustainability-story-card-image {
    margin-top: 50px;
    border-radius: 13px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: rgba(255, 255, 255, 0.24);
  }

  .sustainability-story-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sustainability-video {
    background: #f2f5f7;
    text-align: center;
  }

  .sustainability-video-title {
    color: #1b1464;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
  }

  .sustainability-video-frame {
    max-width: 920px;
    margin: 0 auto;
  }

  .sustainability-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    background: #000;
    border: 0;
  }

  .sustainability-footer-note {
    background: #fff;
    text-align: center;
    border-bottom: 16px solid #1b1464;
  }

  .sustainability-footer-note .sustainability-copy {
    max-width: 620px;
    margin: 0 auto 34px;
  }

  .sustainability-footer-title {
    color: #1b1464;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
  }

  .sustainability-footer-title span,
  .sustainability-footer-subtitle span {
    color: #00aeef;
  }

  .sustainability-footer-subtitle {
    color: #1b1464;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
  }

  @media (max-width: 1199px) {
    .sustainability-story {
      padding: 72px 0 92px;
    }

    .sustainability-story-list {
      column-gap: 40px;
      row-gap: 58px;
    }

    .sustainability-story-card {
      padding: 42px 34px 38px;
    }

    .sustainability-story-card:nth-child(odd) {
      grid-column: 1;
    }

    .sustainability-story-card:nth-child(even) {
      grid-column: 2;
    }

    .sustainability-story-card:nth-child(2),
    .sustainability-story-card:nth-child(3),
    .sustainability-story-card:nth-child(4) {
      margin-top: 0;
    }
  }

  @media (max-width: 991px) {

    .sustainability-story {
      padding: 56px 0;
    }

    .sustainability-story-list {
      display: block;
    }

    .sustainability-story-card {
      margin-bottom: 32px;
      padding: 34px 26px 30px;
    }

    .sustainability-story-card h3 {
      font-size: 24px;
    }

    .sustainability-video-title {
      margin-bottom: 32px;
    }

    .sustainability-footer-note {
      padding: 58px 0 68px;
    }

    .sustainability-footer-title,
    .sustainability-footer-subtitle {
      font-size: 23px;
    }
  }

  @media (max-width: 575px) {
    .sustainability-title, .sustainability-video-title, .sustainability-story-card h3 {
      font-size: 19px;
    }

    .sustainability-story-card {
      padding: 28px 22px 26px;
    }
  }

/* resources/views/industrial-land.blade.php */
.industrial-land-page .industrial-hero {
        position: relative;
        height: 100%;
        min-height: 100%;
        overflow: hidden;
        background: transparent;
    }

    .industrial-land-page .industrial-hero img {
        height: auto;
        object-fit: cover;
    }

    @media (max-width: 1024px) {
    }

    @media (max-width: 600px) {
        .industrial-land-page .industrial-hero img {
            height: 400px;
            object-position: left;
            object-fit: cover;
        }
    }

/* resources/views/about-us.blade.php */
.about-page .about-hero,
.about-page .about-video-hero {
        position: relative;
        height: 100vh;
        min-height: 500px;
        overflow: hidden;
        background: transparent;
    }

    .about-page .about-hero img {
        height: 100vh;
        object-fit: cover;
    }

    .about-page .video-bg {
        position: fixed;
        width: 100%;
        height: 100vh;
        object-fit: cover;
        will-change: transform;
        z-index: -1;
    }

    @media (max-width: 1024px) {
        .about-page .about-hero,
.about-page .about-video-hero {
            height: 70vh;
        }
    }

    @media (max-width: 600px) {
        .about-page .strategic-location .content h2 {
            margin-bottom: 1rem;
        }
    }

/* resources/views/contact-us.blade.php */
.contact-page .contact-hero {
    position: relative;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
  }

  .contact-page .contact-hero img {
    height: 100vh;
    object-fit: cover;
  }

  .contact-page .contact-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
  }

  .contact-page .contact-social-fallback {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1b1464;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  .contact-page .office-map-box iframe,
  .contact-page .office-map-box > div {
    width: 100%;
    min-height: 360px;
    border: 0;
  }

  .contact-page .office-empty-state {
    border-radius: 24px;
    background: #f5f7fb;
    color: #6f7b91;
    text-align: center;
    padding: 48px 24px;
  }

  @media (max-width: 1024px) {
    .contact-page .contact-hero {
      height: 70vh;
    }
  }

/* resources/views/news-and-activities.blade.php */
.news-list-page .page-navigator {
    top: 12%;
  }

  .news-page-hero {
    background: #1b1464;
    color: #fff;
    padding: 36px 0 92px;
  }

  .news-page-hero .page-navigator,
  .news-page-hero .page-navigator a,
  .news-page-hero .page-navigator span {
    color: #fff;
  }

  .news-page-title {
    margin: 112px 0 98px;
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
  }

  body.locale-th .news-page-title {
    font-weight: 500;
  }

  .news-page-title span {
    color: #13bef3;
  }

  .news-filter {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
  }

  .news-filter-link {
    min-width: 92px;
    padding: 10px 26px;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }

  body.locale-th .news-filter-link {
    font-weight: 500;
  }

  .news-filter-link:hover,
  .news-filter-link.active {
    background: #fff;
    color: #1b1464;
  }

  .news-list-section {
    background: #fff;
    padding: 108px 0 118px;
  }

  .news-card {
    display: block;
    color: inherit;
  }

  .news-card:hover {
    color: inherit;
  }

  .news-card-image {
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 1.47 / 1;
    background: #eef3f6;
    margin-bottom: 24px;
  }

  .news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
  }

  .news-card:hover .news-card-image img {
    transform: scale(1.04);
  }

  .news-card-type {
    color: #1b1464;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .news-card-title {
    color: #1b1464;
    display: -webkit-box;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.34;
    min-height: 46px;
    margin-bottom: 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.locale-th .news-card-title {
    font-weight: 500;
  }

  .news-card-excerpt {
    color: #595f6f;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.5;
    min-height: 40px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.locale-th .news-card-excerpt {
    font-family: "Tahoma Local", Tahoma, sans-serif;
    font-size-adjust: none;
  }

  .news-empty {
    color: #6f7482;
    padding: 60px 0;
    text-align: center;
  }

  .news-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 78px;
  }

  .news-pagination a,
  .news-pagination span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #9b9b9b;
    font-size: 18px;
    font-weight: 700;
  }

  .news-pagination a:hover,
  .news-pagination .active {
    background: #13bef3;
    color: #fff;
  }

  .news-pagination .arrow {
    font-size: 30px;
    font-weight: 400;
  }

  .news-pagination .disabled {
    opacity: 0.55;
  }

  @media (max-width: 991px) {
    .news-page-hero {
      padding-bottom: 64px;
    }

    .news-page-title {
      margin: 72px 0 56px;
      font-size: 40px;
    }

    .news-list-section {
      padding: 68px 0 82px;
    }
  }

  @media (max-width: 575px) {
    .news-page-title {
      font-size: 32px;
    }

    .news-filter {
      gap: 12px;
    }

    .news-filter-link {
      min-width: 80px;
      padding: 9px 18px;
    }
  }

/* resources/views/news-and-activities-detail.blade.php */
.news-detail-page-body .header {
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  }

  .news-detail-page-body .page-navigator {
    top: 12%;
  }

  .news-detail-page-body .page-navigator a,
  .news-detail-page-body .page-navigator .current,
  .news-detail-page-body .page-navigator .dot {
    color: #535353;
  }

  .news-detail-page-body .page-navigator a {
    text-transform: lowercase;
  }
  .news-detail-page-body .page-navigator a::first-letter {
    text-transform: uppercase;
  }

  .news-detail-page {
    background: #fff;
    padding: 34px 0 0;
  }

  .news-detail-container {
    max-width: 920px;
    margin: auto;
  }

  .news-detail-meta {
    color: #1b1464;
    font-size: 14px;
    font-weight: 500;
    margin-top: 70px;
    text-transform: uppercase;
  }

  .news-detail-date {
    color: #555c67;
    font-size: 14px;
    margin-top: 5px;
  }

  .news-detail-title {
    color: #1b1464;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
    margin: 25px 0 25px;
  }

  .news-detail-cover {
    width: 100%;
    margin-bottom: 48px;
  }

  .news-detail-cover img {
    width: 100%;
    display: block;
  }

  .news-detail-content {
    color: #555c67;
    font-size: 14px;
    line-height: 1.65;
  }

  body.locale-th .news-detail-content {
    font-family: "Tahoma Local", Tahoma, sans-serif;
    font-size-adjust: none;
  }

  .news-detail-content p {
    margin-bottom: 28px;
  }

  .news-detail-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 44px;
  }

  .news-detail-gallery img {
    width: 100%;
    aspect-ratio: 1.56 / 1;
    object-fit: cover;
    display: block;
  }

  .news-share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin: 62px 0 112px;
    color: #1b1464;
    font-size: 14px;
    font-weight: 700;
  }

  .news-share-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .news-share-link:hover {
    background: #fff;
  }

  .related-posts-section {
    background: #f3f6f8;
    padding: 102px 0 122px;
    border-bottom: 14px solid #1b1464;
  }

  .related-title {
    color: #1b1464;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 64px;
    text-transform: uppercase;
  }

  .related-title span {
    color: #13bef3;
  }

  .related-swiper-wrap {
    position: relative;
  }

  .related-post-card {
    display: block;
    color: inherit;
  }

  .related-post-card:hover {
    color: inherit;
  }

  .related-post-image {
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 1.47 / 1;
    background: #e7edf2;
    margin-bottom: 24px;
  }

  .related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .related-post-type {
    color: #1b1464;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .related-post-title {
    color: #1b1464;
    display: -webkit-box;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.34;
    min-height: 46px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .related-post-excerpt {
    color: #59606e;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.locale-th .related-post-excerpt {
    font-family: "Tahoma Local", Tahoma, sans-serif;
    font-size-adjust: none;
  }

  .related-nav {
    position: absolute;
    top: 36%;
    z-index: 2;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: #13bef3;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
  }

  .related-nav.prev {
    left: -28px;
  }

  .related-nav.next {
    right: -28px;
  }

  @media (max-width: 991px) {
    .news-detail-title {
      font-size: 28px;
    }

    .news-detail-gallery {
      grid-template-columns: 1fr;
    }

    .related-nav {
      display: none;
    }
  }

/* resources/views/policy.blade.php */
.policy-page {
        padding: 120px 0 80px;
        background: linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
    }

    .policy-card {
        background: #fff;
        border-radius: 24px;
        padding: 32px;
        box-shadow: 0 20px 60px rgba(21, 40, 84, 0.08);
    }

    .policy-card h1 {
        color: #1b1464;
        font-size: 34px;
        margin-bottom: 1rem;
    }

    .policy-card .content {
        color: #233554;
        line-height: 1.9;
    }

    .policy-card .content h1,
    .policy-card .content h2,
    .policy-card .content h3,
    .policy-card .content h4 {
        color: #1b1464;
        margin-top: 1.75rem;
    }

    @media (max-width: 767px) {
        .policy-page {
            padding: 96px 0 60px;
        }

        .policy-card h1 {
            font-size: 28px;
        }

        .policy-card {
            padding: 24px;
            border-radius: 20px;
        }
    }

/* resources/views/search-results.blade.php */
.search-results-hero {
  padding: 86px 0 44px;
  background: linear-gradient(180deg, #eef7fb 0%, #ffffff 100%);
}

.search-results-hero h1 {
  margin: 28px 0 24px;
  color: #1b1464;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
}

.search-results-form {
  display: flex;
  width: min(100%, 760px);
  gap: 12px;
}

.search-results-form input {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #c9d6e2;
  border-radius: 999px;
  color: #1b1464;
  font-size: 15px;
  outline: none;
}

.search-results-form input:focus {
  border-color: #1b1464;
  box-shadow: 0 0 0 4px rgba(19, 190, 243, 0.18);
}

.search-results-form button {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #13bef3;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.search-results-section {
  padding: 46px 0 84px;
  background: #fff;
}

.search-results-count {
  margin-bottom: 22px;
  color: #59606e;
  font-size: 15px;
}

.search-results-list {
  display: grid;
  gap: 14px;
}

.search-result-item {
  display: block;
  padding: 22px 24px;
  border: 1px solid #e4ebf2;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.search-result-item:hover {
  border-color: rgba(19, 190, 243, 0.7);
  box-shadow: 0 12px 28px rgba(21, 40, 84, 0.08);
  transform: translateY(-2px);
}

.search-result-category {
  display: block;
  margin-bottom: 9px;
  color: #13bef3;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.search-result-item h2 {
  margin: 0 0 8px;
  color: #1b1464;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.search-result-item p {
  margin: 0 0 10px;
  color: #59606e;
  line-height: 1.65;
}

.search-result-url {
  color: #2d7690;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.search-results-empty {
  padding: 30px 24px;
  border: 1px solid #e4ebf2;
  border-radius: 8px;
  color: #59606e;
  text-align: center;
}

.search-pagination .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #13bef3;
  color: #fff;
}

@media (max-width: 767px) {
  .search-results-hero {
    padding: 66px 0 34px;
  }

  .search-results-hero h1 {
    font-size: 32px;
  }

  .search-results-form {
    flex-direction: column;
  }

  .search-results-form button {
    justify-content: center;
    width: 100%;
  }

  .search-result-item {
    padding: 18px;
  }
}

/* Thai typography: use medium weight wherever the default is semibold. */
.locale-th .php-email-form .error-message,
.locale-th .php-email-form .sent-message,
.locale-th .navmenu a,
.locale-th .navmenu a:focus,
.locale-th .hero h1,
.locale-th .company-title,
.locale-th .office-block h4,
.locale-th .follow-us h4,
.locale-th .office-tab,
.locale-th .strategic-location .content h2,
.locale-th .strategic-location .content h3,
.locale-th .home-page.about-us .content h2,
.locale-th .home-page.highlight-projects .title,
.locale-th .home-page.news h2,
.locale-th .service-title,
.locale-th .board-title,
.locale-th .org-title,
.locale-th .partner-title,
.locale-th .gc-network-title,
.locale-th .back-to-land,
.locale-th .listed-section-title,
.locale-th .detail-row .label,
.locale-th .bottom-section-title h3,
.locale-th .cta-phone,
.locale-th .filter-title,
.locale-th .filter-label,
.locale-th .filter-check,
.locale-th .project-overview-inner h3,
.locale-th .nr-faq-heading,
.locale-th .business-type-card h3,
.locale-th .sustainability-title,
.locale-th .sustainability-story-card h3,
.locale-th .sustainability-video-title,
.locale-th .sustainability-footer-title,
.locale-th .sustainability-footer-subtitle,
.locale-th .news-detail-title {
  font-weight: 500;
}

.locale-th .service-item-title {
  font-size: 19px;
}

.locale-th .li1 {
  font-size: 13px;
}

.locale-th .land-detail-title {
  font-weight: 500;
}

.locale-th .land-detail-section-title {
  font-weight: 500;
}

.locale-th .land-detail-label {
  font-weight: 500;
}

.locale-th .land-detail-ready-title {
  font-weight: 500;
}

.gc-contact-success-popup {
  width: min(92vw, 460px) !important;
  padding: 2rem 2rem 2.25rem !important;
  border-top: 5px solid #13bef3 !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 70px rgba(27, 20, 100, 0.18) !important;
}

.gc-contact-success-title {
  color: #1b1464 !important;
  font-size: 30px !important;
  font-weight: 600 !important;
}

.locale-th .gc-contact-success-title {
  font-weight: 500 !important;
}

.gc-contact-success-text {
  color: #59606e !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.gc-contact-success-button {
  min-width: 140px;
  padding: 11px 42px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #13bef3, #1597e5);
  box-shadow: 0 10px 24px rgba(19, 190, 243, 0.3);
  color: #fff;
  font-size: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gc-contact-success-button:hover {
  box-shadow: 0 13px 28px rgba(19, 190, 243, 0.38);
  transform: translateY(-1px);
}

.gc-contact-success-button:focus {
  outline: 3px solid rgba(19, 190, 243, 0.25);
  outline-offset: 3px;
}
