.about-section {
  padding: 100px 0 100px 0;
  position: relative; }
  .about-section .about-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(24px, 4vw, 40px);
    max-width: 85%;
    margin: 0 auto; }
    .about-section .about-cols .about-left {
      position: relative;
      display: grid;
      gap: 1rem;
      padding: 30px;
      border: 1px solid rgba(20, 24, 22, 0.1);
      background-color: #ffffff; }
      .about-section .about-cols .about-left .review-about {
        border-radius: 11px;
        padding: var(--wp--preset--spacing--30);
        background-color: var(--wp--preset--color--background, #ffffff);
        box-shadow: 0px 3px 6px #00000029;
        width: fit-content;
        position: absolute;
        top: -20px;
        left: -50%;
        z-index: 1;
        right: 0;
        transform: translate(-50%, 20px); }
        .about-section .about-cols .about-left .review-about .review-box {
          display: grid;
          grid-template-columns: 1fr auto;
          align-items: center;
          gap: var(--wp--preset--spacing--30); }

.about-section .about-review-label {
  font-size: 16px;
  font-weight: 600; }

.about-section .about-review-image img {
  width: 100%;
  height: auto;
  object-fit: cover; }

.about-hero-image img {
  width: 100%;
  border-radius: 10px; }

.about-section .experience-value {
  font-size: 39px;
  font-weight: 700;
  text-align: center; }

.about-section .experience-label {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 0;
  color: #ffffff;
  margin-bottom: 0; }

.about-section .experience-card {
  background: var(--wp--preset--color--background, #ffffff);
  border-radius: 16px;
  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.12);
  text-align: center;
  padding: clamp(24px, 4vw, 32px);
  background-color: #017b6e !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  margin: auto !important;
  width: fit-content;
  height: fit-content;
  z-index: 1; }

.about-section .experience-card p:first-child {
  color: var(--wp--preset--color--accent, #ff7a00);
  margin: 0;
  margin-bottom: 15px; }

.about-section .about-section-label {
  font-size: 18px;
  font-weight: 600; }

.about-section .about-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 52px;
  line-height: 1.25em;
  font-family: "Plus Jakarta Sans", sans-serif; }

.about-section .about-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--wp--preset--color--tertiary, #475569);
  margin-bottom: 15px; }

.about-section .about-feature {
  display: grid;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #eee;
  margin-bottom: 15px;
  gap: 10px;
  grid-template-columns: 60px auto;
  padding: 16px 12px; }

.about-section .about-feature-icon-inner {
  background: rgba(255, 122, 0, 0.12);
  padding: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  object-fit: contain; }

.about-section .about-feature-icon-inner img {
  width: 100%; }

.about-section .about-feature-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 0; }

.about-section .about-feature-desc {
  line-height: 1.7;
  margin-top: 0; }

.about-section .about-summary {
  font-size: 1.05rem;
  font-weight: 500;
  padding-left: var(--wp--preset--spacing--50);
  line-height: 1.6; }

.about-section .about-cta .wp-block-button__link {
  background: var(--wp--preset--color--accent, #ff7a00);
  border-radius: 30px;
  padding: clamp(12px, 2.4vw, 16px) clamp(28px, 4vw, 42px);
  font-weight: 600;
  letter-spacing: 1px; }

.about-section .about-cta .wp-block-button__link:hover {
  background: var(--wp--preset--color--primary, #111827);
  color: var(--wp--preset--color--background, #ffffff); }

/* About Page Styles */
.about-page {
  background: var(--wp--preset--color--background, #ffffff); }

.about-page-hero {
  position: relative;
  padding: clamp(48px, 10vw, 96px) clamp(16px, 6vw, 72px);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.9));
  color: #fff;
  --about-hero-bg: none; }

.about-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--about-hero-bg);
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: 0;
  border-bottom-left-radius: clamp(24px, 6vw, 56px);
  border-bottom-right-radius: clamp(24px, 6vw, 56px);
  filter: saturate(1.2); }

.about-page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  gap: clamp(16px, 3vw, 24px); }

.about-page-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.about-page-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease; }

.about-page-hero__breadcrumb a:hover {
  color: #fff;
  text-decoration: underline; }

.about-page-hero__breadcrumb span {
  color: rgba(255, 255, 255, 0.7); }

.about-page-hero__breadcrumb-current {
  color: #fff;
  font-weight: 600; }

.about-page-hero__title {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.25); }

.about-page__article {
  margin: 0 auto;
  max-width: min(1100px, 90vw);
  padding: clamp(48px, 8vw, 96px) clamp(16px, 6vw, 72px); }

.about-page__content {
  display: grid;
  gap: clamp(32px, 5vw, 48px); }

.about-page__featured-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 32px 70px rgba(15, 23, 42, 0.22); }

.about-page__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover; }

.about-page__text-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(15, 23, 42, 0.82); }

.about-page__text-content p {
  margin-bottom: 1.5em;
  font-style: normal;
  font-weight: 300;
  color: #797e88;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  line-height: 30px; }

.about-page__text-content h1,
.about-page__text-content h2,
.about-page__text-content h3,
.about-page__text-content h4,
.about-page__text-content h5,
.about-page__text-content h6 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  color: var(--wp--preset--color--primary, #0f172a);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700; }

.about-page__text-content h1 {
  font-size: 2.5rem; }

.about-page__text-content h2 {
  font-size: 2rem; }

.about-page__text-content h3 {
  font-size: 1.75rem; }

.about-page__text-content h4 {
  font-size: 1.5rem; }

.about-page__text-content h5 {
  font-size: 1.25rem; }

.about-page__text-content h6 {
  font-size: 1rem; }

.about-page__text-content ul,
.about-page__text-content ol {
  margin: 1.5em 0;
  padding-left: 2em; }

.about-page__text-content ul {
  list-style: none;
  padding-left: 0; }

.about-page__text-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #797e88;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  line-height: 30px; }

.about-page__text-content ul li:before {
  content: "\f101";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: var(--wp--preset--color--accent, #ff7a00); }

.about-page__text-content a {
  color: var(--wp--preset--color--accent, #ff7a00);
  text-decoration: underline;
  transition: color 0.2s ease; }

.about-page__text-content a:hover {
  color: var(--wp--preset--color--primary, #0f172a); }

.about-page__text-content .page-links {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid rgba(15, 23, 42, 0.1); }

/* General Page Template Styles */
.page-template {
  background: var(--wp--preset--color--background, #ffffff); }

.page-hero {
  position: relative;
  padding: clamp(48px, 10vw, 96px) clamp(16px, 6vw, 72px);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.9));
  color: #fff;
  --page-hero-bg: none; }

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--page-hero-bg);
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: 0;
  border-bottom-left-radius: clamp(24px, 6vw, 56px);
  border-bottom-right-radius: clamp(24px, 6vw, 56px);
  filter: saturate(1.2); }

.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  gap: clamp(16px, 3vw, 24px); }

.page-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.page-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease; }

.page-hero__breadcrumb a:hover {
  color: #fff;
  text-decoration: underline; }

.page-hero__breadcrumb span {
  color: rgba(255, 255, 255, 0.7); }

.page-hero__breadcrumb-current {
  color: #fff;
  font-weight: 600; }

.page-hero__title {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.25); }

.page-content {
  margin: 0 auto;
  max-width: min(1100px, 90vw);
  padding: clamp(48px, 8vw, 96px) clamp(16px, 6vw, 72px); }

.page-content__wrapper {
  display: grid;
  gap: clamp(32px, 5vw, 48px); }

.page-content__featured-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 32px 70px rgba(15, 23, 42, 0.22); }

.page-content__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover; }

.page-content__text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(15, 23, 42, 0.82); }

.page-content__text p {
  margin-bottom: 1.5em;
  font-style: normal;
  font-weight: 300;
  color: #797e88;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  line-height: 30px; }

.page-content__text h1,
.page-content__text h2,
.page-content__text h3,
.page-content__text h4,
.page-content__text h5,
.page-content__text h6 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  color: var(--wp--preset--color--primary, #0f172a);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700; }

.page-content__text h1 {
  font-size: 2.5rem; }

.page-content__text h2 {
  font-size: 2rem; }

.page-content__text h3 {
  font-size: 1.75rem; }

.page-content__text h4 {
  font-size: 1.5rem; }

.page-content__text h5 {
  font-size: 1.25rem; }

.page-content__text h6 {
  font-size: 1rem; }

.page-content__text ul,
.page-content__text ol {
  margin: 1.5em 0;
  padding-left: 2em; }

.page-content__text ul {
  list-style: none;
  padding-left: 0; }

.page-content__text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #797e88;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  line-height: 30px; }

.page-content__text ul li:before {
  content: "\f101";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: var(--wp--preset--color--accent, #ff7a00); }

.page-content__text a {
  color: var(--wp--preset--color--accent, #ff7a00);
  text-decoration: underline;
  transition: color 0.2s ease; }

.page-content__text a:hover {
  color: var(--wp--preset--color--primary, #0f172a); }

/* Single Post Template Styles */
.single-post {
  background: var(--wp--preset--color--background, #ffffff); }

.single-post-hero {
  position: relative;
  padding: clamp(48px, 10vw, 96px) clamp(16px, 6vw, 72px);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.9));
  color: #fff;
  --single-hero-bg: none; }

.single-post-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--single-hero-bg);
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: 0;
  border-bottom-left-radius: clamp(24px, 6vw, 56px);
  border-bottom-right-radius: clamp(24px, 6vw, 56px);
  filter: saturate(1.2); }

.single-post-hero__inner {
  position: relative;
  z-index: 1;
  max-width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  gap: clamp(16px, 3vw, 24px); }

.single-post-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.single-post-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease; }

.single-post-hero__breadcrumb a:hover {
  color: #fff;
  text-decoration: underline; }

.single-post-hero__breadcrumb span {
  color: rgba(255, 255, 255, 0.7); }

.single-post-hero__breadcrumb-current {
  color: #fff;
  font-weight: 600; }

.single-post-hero__title {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.25); }

.single-post-hero__meta {
  margin-top: 12px;
  font-size: 0.95rem;
  opacity: 0.9; }

.single-post__article {
  margin: 0 auto;
  max-width: min(1100px, 90vw);
  padding: clamp(48px, 8vw, 96px) clamp(16px, 6vw, 72px); }

.single-post__content {
  display: grid;
  gap: clamp(32px, 5vw, 48px); }

.single-post__featured-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 32px 70px rgba(15, 23, 42, 0.22); }

.single-post__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover; }

.single-post__text-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(15, 23, 42, 0.82); }

.single-post__text-content p {
  margin-bottom: 1.5em;
  font-style: normal;
  font-weight: 300;
  color: #797e88;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  line-height: 30px; }

.single-post__text-content h1,
.single-post__text-content h2,
.single-post__text-content h3,
.single-post__text-content h4,
.single-post__text-content h5,
.single-post__text-content h6 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  color: var(--wp--preset--color--primary, #0f172a);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700; }

.single-post__text-content ul li:before {
  content: "\f101";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: var(--wp--preset--color--accent, #ff7a00); }

@media (max-width: 768px) {
  .about-section {
    padding: clamp(60px, 10vw, 80px) 0; }

  .about-page-hero,
  .page-hero,
  .single-post-hero {
    padding: clamp(36px, 8vw, 64px) clamp(16px, 4vw, 32px); }

  .about-page__article,
  .page-content,
  .single-post__article {
    padding: clamp(32px, 6vw, 64px) clamp(16px, 4vw, 32px); } }
.about-section .about-cols {
  max-width: 85%;
  gap: clamp(20px, 4vw, 32px); }

.about-section .about-summary {
  padding-left: 0; }

@media (max-width: 480px) {
  .about-section {
    padding: clamp(40px, 8vw, 60px) 0; }

  .about-section .about-cols {
    max-width: 100%;
    padding: 0 clamp(16px, 4vw, 24px);
    padding-left: 0;
    padding-right: 0; }

  .about-section .about-left {
    padding: 20px; }

  .about-section .review-about {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 20px; } }
/* -------------------------------------------------
   Custom Page Templates Styles
   Previous code did not contain styles for custom page templates.
-------------------------------------------------- */
/* Full Width Page Template */
.page-template--full-width .page-content__wrapper--full-width {
  max-width: 100%;
  padding: clamp(48px, 8vw, 96px) clamp(16px, 6vw, 72px); }

/* Contact Page Template */
.page-template--contact .page-content--contact .page-content__contact-form {
  margin-top: clamp(32px, 5vw, 48px);
  padding: clamp(24px, 4vw, 40px);
  background: rgba(15, 23, 42, 0.03);
  border-radius: 18px; }

/* Page Without Hero Template */
.page-template--no-hero .page-content--no-hero {
  padding-top: clamp(48px, 8vw, 96px); }
.page-template--no-hero .page-content__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: clamp(24px, 4vw, 40px);
  color: var(--wp--preset--color--primary, #0f172a); }

/* General Page Hero Styles (if not already defined) */
.page-hero {
  position: relative;
  padding: clamp(48px, 10vw, 96px) clamp(16px, 6vw, 72px);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.9));
  color: #fff;
  --page-hero-bg: none; }
  .page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--page-hero-bg);
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: 0;
    border-bottom-left-radius: clamp(24px, 6vw, 56px);
    border-bottom-right-radius: clamp(24px, 6vw, 56px);
    filter: saturate(1.2); }
  .page-hero__inner {
    position: relative;
    z-index: 1;
    max-width: min(1080px, 100%);
    margin: 0 auto;
    display: grid;
    gap: clamp(16px, 3vw, 24px); }
  .page-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em; }
    .page-hero__breadcrumb a {
      color: rgba(255, 255, 255, 0.85);
      text-decoration: none; }
      .page-hero__breadcrumb a:hover {
        color: #fff;
        text-decoration: underline; }
    .page-hero__breadcrumb span {
      color: rgba(255, 255, 255, 0.7); }
    .page-hero__breadcrumb-current {
      color: #fff;
      font-weight: 600; }
  .page-hero__title {
    margin: 0;
    font-size: clamp(2.6rem, 5vw, 3.8rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    text-align: center; }

/* General Page Content Styles */
.page-content {
  margin: 0 auto;
  max-width: min(1100px, 90vw);
  padding: clamp(48px, 8vw, 96px) clamp(16px, 6vw, 72px); }
  .page-content__wrapper {
    display: grid;
    gap: clamp(32px, 5vw, 48px); }
  .page-content__featured-image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 32px 70px rgba(15, 23, 42, 0.22); }
  .page-content__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover; }
  .page-content__text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(15, 23, 42, 0.82); }
    .page-content__text p {
      margin-bottom: 1.5em;
      font-style: normal;
      font-weight: 300;
      color: #797e88;
      font-family: "Kanit", sans-serif;
      font-size: 16px;
      line-height: 30px; }
    .page-content__text h1, .page-content__text h2, .page-content__text h3, .page-content__text h4, .page-content__text h5, .page-content__text h6 {
      margin-top: 1.5em;
      margin-bottom: 0.75em;
      color: var(--wp--preset--color--primary, #0f172a);
      font-family: "Plus Jakarta Sans", sans-serif;
      font-weight: 700; }
    .page-content__text h1 {
      font-size: 2.5rem; }
    .page-content__text h2 {
      font-size: 2rem; }
    .page-content__text h3 {
      font-size: 1.75rem; }
    .page-content__text h4 {
      font-size: 1.5rem; }
    .page-content__text h5 {
      font-size: 1.25rem; }
    .page-content__text h6 {
      font-size: 1rem; }
    .page-content__text ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 1.5em; }
      .page-content__text ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
        font-weight: 300;
        color: #797e88;
        font-family: "Kanit", sans-serif;
        font-size: 16px;
        line-height: 30px; }
        .page-content__text ul li:before {
          content: "\f101";
          font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Pro";
          font-weight: 900;
          position: absolute;
          top: 0;
          left: 0;
          font-size: 11px;
          color: var(--wp--preset--color--accent, #ff7a00); }

/*# sourceMappingURL=about.css.map */
