/* Kanit Font Face Declarations */
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/typography-font/kanit-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kanit';
  src: url('../fonts/typography-font/kanit-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kanit';
  src: url('../fonts/typography-font/kanit-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kanit';
  src: url('../fonts/typography-font/kanit-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kanit';
  src: url('../fonts/typography-font/kanit-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Ensure Kanit font is applied globally */
body, html {
  font-family: 'Kanit', sans-serif !important;
}

/* Ensure all menu elements use Kanit font (excluding icons) */
.main-menu,
.main-menu .menu-item,
.main-menu .menu-link,
.menu-megamenu,
.megamenu-content,
.megamenu-card {
  font-family: 'Kanit', sans-serif !important;
}

/* Exclude icons from Kanit font - they need Material Symbols */
.megamenu-card-icon,
.megamenu-card-icon i,
.megamenu-card-icon .material-symbols-rounded,
.megamenu-view-all i,
.megamenu-view-all .material-symbols-rounded {
  font-family: 'Material Symbols Rounded' !important;
}

.service-section { background-color: #114b7f; }
.service-btn a { background: #f47d35; color: #fff; }
.counter-section { background: #faede9;}
.page-header {
  background-position: center;
  background-size: cover;
  min-height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-header > .container {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

/* Page header layout: title + breadcrumb (same on /blogs/, single post, and all other pages) */
.page-header .page-header-wrap,
.page-header-banner .page-header-wrap,
.slider-section .page-header-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-header .page-header-wrap {
  flex: 1;
  min-height: 0;
}
.page-header .page-header-wrap .page-header-box.bg-white {
  margin-top: auto;
}

.page-header .page-header-info,
.page-header-banner .page-header-info,
.slider-section .page-header-info {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .page-header .page-header-info,
  .page-header-banner .page-header-info,
  .slider-section .page-header-info {
    max-width: 100%;
  }
}

/* Breadcrumb box: right-aligned, same style on all pages */
.page-header-wrap .page-header-box.bg-white {
  list-style: none;
  margin: 0;
  padding: 0.75rem 1.25rem;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  max-width: 100%;
  white-space: nowrap;
  background: #fff;
  align-self: flex-end;
}

.page-header-wrap .page-header-box.bg-white li {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1.4;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

/* No extra marker from ::before (avoids double bullet with other stylesheets) */
.page-header-wrap .page-header-box.bg-white li::before {
  content: none !important;
}

/* Separator: right arrow between items */
.page-header-wrap .page-header-box.bg-white li:not(:last-child)::after {
  content: '\00a0\2192';
  color: var(--pm-primary, #f47d35);
  font-weight: 500;
  margin-left: 0.2rem;
  margin-right: 0.15rem;
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 1em;
}

/* Home / parent links in orange */
.page-header-wrap .page-header-box.bg-white a {
  color: var(--pm-primary, #f47d35);
  text-decoration: none;
  font-weight: 500;
}

.page-header-wrap .page-header-box.bg-white a:hover {
  text-decoration: underline;
}

/* Current page (e.g. BLOGS) in dark text */
.page-header-wrap .page-header-box.bg-white span {
  color: var(--pm-text-color-dark, #1e1c1c);
  font-weight: 500;
}

/* 404 Page */
.error-section {
  background: linear-gradient(180deg, #ffffff 0%, #faede9 100%);
}
.error-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  border: 1px solid #ececec;
  box-shadow: 0 20px 60px rgba(17, 75, 127, 0.12);
}
.error-content {
  max-width: 520px;
}
.error-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: #faede9;
  color: #f47d35;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 12px;
}
.error-image {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: block;
}
.error-title {
  margin: 0 0 12px;
  color: #1e1c1c;
}
.error-text {
  margin: 0 0 20px;
  color: #555;
}
.error-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 767px) {
  .error-card {
    padding: 24px;
  }
  .error-content {
    text-align: center;
    margin: 0 auto;
  }
}

/* Dropdown Menu Styles - Theme Matching Mega Menu */
.header-menu-wrap .menu-item {
  position: relative;
}

.header-menu-wrap .menu-item .menu-dropdown,
.header-menu-wrap .menu-item ul.menu-dropdown,
.header-menu-wrap ul.menu-dropdown,
.main-menu .menu-item .menu-dropdown,
.main-menu .menu-item ul.menu-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 10px 40px rgba(17, 75, 127, 0.15) !important;
  border: none !important;
  border-top: 4px solid #f47d35 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0 0 12px 12px !important;
  padding: 12px 0 !important;
  min-width: 220px !important;
  z-index: 999 !important;
  margin-top: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-10px);
  list-style: none !important;
}

.header-menu-wrap .menu-dropdown.collapse:not(.show),
.main-menu .menu-dropdown.collapse:not(.show) {
  display: none !important;
}

.header-menu-wrap .menu-dropdown.collapse.show,
.main-menu .menu-dropdown.collapse.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.header-menu-wrap .menu-dropdown-item,
.main-menu .menu-dropdown-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header-menu-wrap .menu-dropdown-item .menu-link,
.main-menu .menu-dropdown-item .menu-link {
  display: block !important;
  padding: 12px 24px !important;
  color: #1e1c1c !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
  font-family: 'Kanit', sans-serif !important;
  border-left: 3px solid transparent !important;
  background: transparent !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.header-menu-wrap .menu-dropdown-item .menu-link:hover,
.header-menu-wrap .menu-dropdown-item .menu-link:focus,
.main-menu .menu-dropdown-item .menu-link:hover,
.main-menu .menu-dropdown-item .menu-link:focus {
  color: #f47d35 !important;
  background: #faede9 !important;
  border-left-color: #f47d35 !important;
  padding-left: 28px !important;
}

/* Desktop Hover Effect for Dropdown */
@media (min-width: 992px) {
  .header-menu-wrap .menu-item:hover .menu-dropdown,
  .header-menu-wrap .menu-item:hover ul.menu-dropdown,
  .main-menu .menu-item:hover .menu-dropdown,
  .main-menu .menu-item:hover ul.menu-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: block !important;
  }
  
  .header-menu-wrap .menu-item .menu-dropdown.collapse,
  .main-menu .menu-item .menu-dropdown.collapse {
    display: block !important;
  }
  
  .header-menu-wrap .menu-item:hover > .menu-link,
  .main-menu .menu-item:hover > .menu-link {
    color: #f47d35 !important;
  }
}

/* Mobile Dropdown Styles */
@media (max-width: 991px) {
  .header-menu-wrap .menu-item .menu-dropdown,
  .header-menu-wrap .menu-item ul.menu-dropdown,
  .main-menu .menu-item .menu-dropdown,
  .main-menu .menu-item ul.menu-dropdown {
    position: static !important;
    box-shadow: 0 4px 20px rgba(17, 75, 127, 0.12) !important;
    border: none !important;
    border-top: 4px solid #f47d35 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 8px !important;
    margin-top: 8px !important;
    margin-left: 16px !important;
    background: #ffffff !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  .header-menu-wrap .menu-dropdown-item .menu-link,
  .main-menu .menu-dropdown-item .menu-link {
    padding: 10px 20px !important;
    color: #1e1c1c !important;
  }
  
  .header-menu-wrap .menu-dropdown-item .menu-link:hover,
  .main-menu .menu-dropdown-item .menu-link:hover {
    background: #faede9 !important;
    color: #f47d35 !important;
  }
  /* Fix dropdown-plus overlapping on mobile */
  .main-menu .menu-link.dropdown-toggle-btn,
  .header-menu-wrap .menu-link.dropdown-toggle-btn {
    padding-right: 2rem !important;
  }
}

/* Mega Menu Styles - Card Grid Design */
.menu-item.has-megamenu {
  position: static;
}

.menu-megamenu {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(-10px);
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(17, 75, 127, 0.15);
  border-top: 4px solid #f47d35;
  padding: 40px 0;
  z-index: 999;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: fit-content;
  min-width: 90%;
  max-width: 1400px;
  border-radius: 0 0 12px 12px;
  font-family: 'Kanit', sans-serif !important;
}

.menu-megamenu.collapse:not(.show) {
  display: none;
}

.menu-megamenu.collapse.show {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Desktop: ensure main nav and megamenus are visible (override Bootstrap collapse) */
@media (min-width: 992px) {
  .primary-header,
  .primary-header-inner,
  .header-menu-wrap,
  .main-menu {
    overflow: visible;
  }
  .header-menu-wrap.collapse {
    display: flex !important;
    visibility: visible !important;
    height: auto !important;
  }
  .header-menu-wrap.collapse:not(.show) {
    display: flex !important;
  }
  .menu-item.has-megamenu .menu-megamenu.collapse {
    display: block !important;
    height: auto !important;
  }
  .menu-item.has-megamenu:hover .menu-megamenu,
  .menu-item.has-megamenu .menu-megamenu.collapse.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    display: block !important;
    height: auto !important;
  }
  .menu-item.has-megamenu:hover .menu-link {
    color: #f47d35;
  }
  .menu-megamenu {
    width: auto;
  }
  /* Reduce gaps between root menu items */
  .main-menu > .menu-item > .menu-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  /* Menu links with dropdown-plus need extra padding-right so the + icon doesn't overlap text */
  .main-menu > .menu-item > .menu-link.dropdown-toggle-btn,
  .header-menu-wrap .main-menu > .menu-item > .menu-link.dropdown-toggle-btn {
    padding-right: 2rem !important;
  }
}

/* Compact Get in Touch button in header */
.header-right .header-btn.d-none.d-lg-flex {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 8px 14px !important;
  font-size: inherit !important;
  white-space: nowrap;
}
.header-right .header-btn.d-none.d-lg-flex i {
  font-size: 1em !important;
  margin-top: 0 !important;
  float: none !important;
}

.megamenu-content {
  width: 100%;
}

.megamenu-content .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.megamenu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  width: 100%;
}

/* About Mega Menu - Single Column */
#collapse-about.menu-megamenu,
#collapse-products.menu-megamenu {
  min-width: 90%;
  max-width: 1400px;
  width: fit-content;
}

#collapse-about .megamenu-grid,
#collapse-products .megamenu-grid {
  grid-template-columns: minmax(250px, 1fr);
  max-width: 100%;
}

#collapse-about .megamenu-content .container,
#collapse-products .megamenu-content .container {
  padding: 0 40px;
}

/* Ensure About menu cards have same width as Services mega menu cards */
#collapse-about .megamenu-card,
#collapse-products .megamenu-card {
  width: 100%;
  max-width: 100%;
}

/* Match Services card width at different breakpoints using same minmax values */
@media (min-width: 1400px) {
  #collapse-about .megamenu-grid,
  #collapse-products .megamenu-grid {
    grid-template-columns: minmax(280px, 1fr);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #collapse-about .megamenu-grid,
  #collapse-products .megamenu-grid {
    grid-template-columns: minmax(260px, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #collapse-about .megamenu-grid,
  #collapse-products .megamenu-grid {
    grid-template-columns: minmax(240px, 1fr);
  }
}

/* Service Card Styles */
.megamenu-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #ececec;
  box-shadow: 0 2px 8px rgba(17, 75, 127, 0.08);
}

.megamenu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(244, 125, 53, 0.2);
  border-color: #f47d35;
  background: #faede9;
}

.megamenu-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(17, 75, 127, 0.2);
}

.megamenu-card-icon i,
.megamenu-card-icon .material-symbols-rounded {
  font-size: 28px;
  color: #ffffff;
  font-family: 'Material Symbols Rounded' !important;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.megamenu-card-content {
  flex: 1;
  min-width: 0;
}

.megamenu-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e1c1c;
  margin: 0 0 6px 0;
  font-family: 'Kanit', sans-serif !important;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

.megamenu-card-desc {
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Kanit', sans-serif !important;
  letter-spacing: 0.05px;
}

/* View All Button */
.megamenu-view-all {
  background: #f47d35;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Kanit', sans-serif !important;
  letter-spacing: 0.1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(244, 125, 53, 0.3);
  border: none;
}

.megamenu-view-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(244, 125, 53, 0.4);
  background: #e66a22;
  color: #ffffff;
}

.megamenu-view-all i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.megamenu-view-all:hover i {
  transform: translateX(4px);
}

/* Responsive Design - Dynamic Grid */
@media (min-width: 1400px) {
  .menu-megamenu {
    min-width: 1200px;
  }
  
  .megamenu-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .menu-megamenu {
    min-width: 1000px;
    max-width: 1200px;
  }
  
  .megamenu-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-megamenu {
    min-width: 90%;
    max-width: 1000px;
  }
  
  .megamenu-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
  }
  
  .megamenu-content .container {
    padding: 0 30px;
  }
  
  .megamenu-card {
    padding: 18px;
  }
  
  .megamenu-card-icon {
    width: 52px;
    height: 52px;
  }
  
  .megamenu-card-icon i {
    font-size: 26px;
  }
}

/* Tablet - 2 columns */
@media (min-width: 768px) and (max-width: 991px) {
  .menu-megamenu {
    min-width: 95%;
    max-width: 95%;
  }
  
  .megamenu-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
  }
  
  .megamenu-content .container {
    padding: 0 20px;
  }
  
  .megamenu-view-all {
    grid-column: 1 / -1;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .menu-megamenu {
    position: static !important;
    box-shadow: 0 4px 20px rgba(17, 75, 127, 0.12) !important;
    border-top: 3px solid #f47d35 !important;
    padding: 20px 0 !important;
    background: #ffffff !important;
    transform: none !important;
    border-radius: 0 0 12px 12px !important;
    margin-top: 10px !important;
    left: auto !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  
  .megamenu-content .container {
    padding: 0 15px;
  }
  
  .megamenu-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .megamenu-card {
    padding: 16px;
  }
  
  .megamenu-card-icon {
    width: 48px;
    height: 48px;
  }
  
  .megamenu-card-icon i {
    font-size: 24px;
  }
  
  .megamenu-card-title {
    font-size: 15px;
    letter-spacing: 0.1px;
  }
  
  .megamenu-card-desc {
    font-size: 14px;
    letter-spacing: 0.05px;
  }
  
  .megamenu-view-all {
    padding: 18px;
    font-size: 14px;
    letter-spacing: 0.1px;
  }
}

/* Blogs page: legacy card fallback (kept for compatibility) */
.blog-card-img {
  object-fit: cover;
  aspect-ratio: 16 / 10;
  width: 100%;
  height: auto;
}

.blog-card .card-body { display: flex; flex-direction: column; }
.blog-card .card-text { flex-grow: 1; }
.category-card { transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.category-card:hover {
  border-color: var(--pm-primary, #f47d35) !important;
  box-shadow: 0 4px 12px rgba(244, 125, 53, 0.15);
}
.blog-pagination .btn + .btn { margin-left: 0; }

/* ========== Blogs page – modern layout ========== */
.blogs-page {
  background: linear-gradient(180deg, var(--pm-body-color, #fff) 0%, var(--pm-grey, #faede9) 8%, var(--pm-body-color, #fff) 18%);
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

.container--blogs {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blogs-section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.blogs-section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pm-primary, #f47d35);
  margin-bottom: 0.5rem;
}

.blogs-section-title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  color: var(--pm-heading-color, #1e1c1c);
  margin: 0;
  letter-spacing: -0.02em;
}

.blogs-section-header--categories {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}

/* Blog cards – modern */
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .blogs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .blogs-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
}

.blog-card-modern {
  background: var(--pm-body-color, #fff);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.blog-card-modern:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.blog-card-modern__img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.blog-card-modern__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card-modern:hover .blog-card-modern__img {
  transform: scale(1.05);
}

.blog-card-modern__body {
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card-modern__date {
  font-size: 0.8125rem;
  color: var(--pm-text-color-light, #999);
  margin-bottom: 0.5rem;
}

.blog-card-modern__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 0.75rem;
}

.blog-card-modern__title a {
  color: var(--pm-heading-color, #1e1c1c);
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-card-modern__title a:hover {
  color: var(--pm-primary, #f47d35);
}

.blog-card-modern__excerpt {
  font-size: 0.9375rem;
  color: var(--pm-text-color, #555);
  line-height: 1.55;
  margin: 0 0 1rem;
  flex-grow: 1;
}

.blog-card-modern__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pm-primary, #f47d35);
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.blog-card-modern__link .material-symbols-rounded {
  font-size: 1.125rem;
  transition: transform 0.2s ease;
}

.blog-card-modern__link:hover {
  color: var(--pm-heading-color, #1e1c1c);
  gap: 0.5rem;
}

.blog-card-modern__link:hover .material-symbols-rounded {
  transform: translateX(3px);
}

/* ========== Homepage blog section – modern card grid ========== */
.blog-section-modern {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.blog-section-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fafaf9 0%, #f5f4f2 50%, #fafaf9 100%);
}
.blog-section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(13, 92, 99, 0.04) 0%, transparent 55%);
  pointer-events: none;
}
.blog-section-modern .container {
  position: relative;
  z-index: 2;
}
.blog-section-heading {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 2.5rem;
}
.blog-section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0d5c63;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 0.5rem;
  padding: 0.4rem 1.1rem;
  background: rgba(13, 92, 99, 0.08);
  border-radius: 100px;
}
.blog-section-title {
  font-size: clamp(1.5rem, 3vw, 1.95rem);
  font-weight: 700;
  color: #0d5c63;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.blog-section-intro {
  font-size: 1rem;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.6;
}
.blog-section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-bottom: 2.5rem;
}
.blog-card-home {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(13, 92, 99, 0.06);
  border: 1px solid rgba(13, 92, 99, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.blog-card-home:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(13, 92, 99, 0.12);
}
.blog-card-home__img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.blog-card-home__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.blog-card-home:hover .blog-card-home__img {
  transform: scale(1.05);
}
.blog-card-home__body {
  padding: 1.5rem 1.5rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-home__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #5a5a5a;
  margin-bottom: 0.65rem;
}
.blog-card-home__cat {
  font-weight: 600;
  color: #0d5c63;
}
.blog-card-home__sep {
  width: 4px;
  height: 4px;
  background: rgba(13, 92, 99, 0.3);
  border-radius: 50%;
}
.blog-card-home__title {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.6rem;
}
.blog-card-home__title a {
  color: #0d5c63;
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog-card-home__title a:hover {
  color: #e07a5f;
}
.blog-card-home__excerpt {
  font-size: 0.9rem;
  color: #4a4a4a;
  line-height: 1.55;
  margin: 0 0 1rem;
  flex: 1;
}
.blog-card-home__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0d5c63;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}
.blog-card-home__link .material-symbols-rounded {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}
.blog-card-home__link:hover {
  color: #e07a5f;
  gap: 0.5rem;
}
.blog-card-home__link:hover .material-symbols-rounded {
  transform: translateX(3px);
}
.blog-section-footer {
  text-align: center;
}
.blog-section-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0d5c63;
  background: rgba(13, 92, 99, 0.08);
  border: 1px solid rgba(13, 92, 99, 0.15);
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-section-btn:hover {
  background: #0d5c63;
  color: #fff;
  border-color: #0d5c63;
}
@media only screen and (max-width: 991px) {
  .blog-section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .blog-section-modern {
    padding: 3rem 0;
  }
  .blog-section-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .blog-card-home__body {
    padding: 1.25rem 1.25rem 1.5rem;
  }
}

/* View all button */
.blogs-view-all {
  text-align: center;
  margin-bottom: 3rem;
}

.btn-blogs-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background: var(--pm-primary, #f47d35);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(244, 125, 53, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-blogs-primary:hover {
  background: #e06d28;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(244, 125, 53, 0.4);
}

/* Category pills */
.blogs-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 3.5rem;
}

.blogs-category-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--pm-text-color-dark, #222);
  background: var(--pm-body-color, #fff);
  border: 1px solid var(--pm-border-color, #ececec);
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blogs-category-pill:hover {
  border-color: var(--pm-primary, #f47d35);
  background: rgba(244, 125, 53, 0.06);
  color: var(--pm-primary, #f47d35);
  transform: translateY(-1px);
}

.blogs-category-pill__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pm-primary, #f47d35);
  background: rgba(244, 125, 53, 0.12);
  border-radius: 50px;
}

.blogs-category-pill:hover .blogs-category-pill__count {
  background: rgba(244, 125, 53, 0.2);
}

/* All posts section */
.blogs-all-section {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--pm-border-color, #ececec);
}

/* Pagination – modern */
.blogs-pagination {
  margin-top: 3rem;
}

.blogs-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blogs-pagination__numbers {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blogs-pagination__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--pm-text-color-dark, #222);
  background: var(--pm-body-color, #fff);
  border: 1px solid var(--pm-border-color, #ececec);
  border-radius: 10px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.blogs-pagination__num:hover {
  border-color: var(--pm-primary, #f47d35);
  color: var(--pm-primary, #f47d35);
  background: rgba(244, 125, 53, 0.05);
}

.blogs-pagination__num--current {
  border-color: var(--pm-primary, #f47d35);
  background: var(--pm-primary, #f47d35);
  color: #fff;
  cursor: default;
}

.blogs-pagination__btn {
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--pm-text-color-dark, #222);
  background: var(--pm-body-color, #fff);
  border: 1px solid var(--pm-border-color, #ececec);
  border-radius: 10px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.blogs-pagination__btn:hover {
  border-color: var(--pm-primary, #f47d35);
  color: var(--pm-primary, #f47d35);
  background: rgba(244, 125, 53, 0.05);
}

.blogs-pagination__btn--disabled {
  color: var(--pm-text-color-light, #999);
  cursor: not-allowed;
  opacity: 0.7;
}

.blogs-empty {
  text-align: center;
  color: var(--pm-text-color-light, #999);
  font-size: 1rem;
  margin: 2rem 0;
}

/* Blogs page banner section: slider or single image (reuses .slider-section from theme) */
.page-header-banner {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}

.page-header-banner .banner-slider,
.page-header-banner .banner-slider .swiper-container,
.page-header-banner .banner-slider .swiper-wrapper {
  height: 100%;
  min-height: 700px;
}

.page-header-banner .banner-slider {
  position: absolute;
  inset: 0;
  width: 100%;
}

.page-header-banner .swiper-slide {
  height: 100%;
  min-height: 700px;
  position: relative;
}
.page-header-banner .swiper-slide .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 700px;
}
.page-header-banner .swiper-slide .page-header-wrap {
  flex: 1;
  min-height: 0;
}
.page-header-banner .page-header-wrap .page-header-box.bg-white {
  margin-top: auto;
}

.page-header-banner .slide-img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-header-banner .slide-img-wrap .slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-header-banner .page-header-wrap {
  position: relative;
  z-index: 2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.page-header-banner .banner-slider-controls {
  position: relative;
  z-index: 2;
}

/* ========== Single post page – align content with logo (same .container as header) ========== */
.post-single-page {
  padding: 3rem 0 4rem;
  background: var(--pm-body-color, #fff);
}

/* .post-single-page__container has class .container – same padding as header (logo) */

/* Content: full width with 5% side margin */
.post-single-page__content {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-left: 5%;
  margin-right: 5%;
}

.post-single-page__thumb {
  margin-bottom: 2rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.post-single-page__thumb img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.post-single-page__body {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--pm-text-color, #555);
}

.post-single-page__body h1,
.post-single-page__body h2,
.post-single-page__body h3,
.post-single-page__body h4 {
  color: var(--pm-heading-color, #1e1c1c);
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.post-single-page__body h1 { font-size: 1.75rem; }
.post-single-page__body h2 { font-size: 1.5rem; }
.post-single-page__body h3 { font-size: 1.25rem; }
.post-single-page__body h4 { font-size: 1.125rem; }

.post-single-page__body p {
  margin-bottom: 1.25rem;
}

.post-single-page__body a {
  color: var(--pm-primary, #f47d35);
  text-decoration: none;
}

.post-single-page__body a:hover {
  text-decoration: underline;
}

.post-single-page__body ul,
.post-single-page__body ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.post-single-page__body li {
  margin-bottom: 0.35rem;
}

.post-single-page__body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.5rem 0;
}

.post-single-page__body blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid var(--pm-primary, #f47d35);
  background: var(--pm-grey, #faede9);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: var(--pm-text-color-dark, #222);
}

/* Single post: page header uses same .container as main header (logo) – no override = same indent */

/* Single post: modernize page header (title + breadcrumb) */
body.post-single-page .page-header,
body.post-single-page .page-header-banner {
  min-height: 590px;
}

body.post-single-page .page-header-info h1,
body.post-single-page .page-header-info .h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

/* Single post: truncate long post title in breadcrumb so box stays compact like /blogs */
body.post-single-page .page-header-wrap .page-header-box.bg-white li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(280px, 50vw);
  min-width: 0;
}
body.post-single-page .page-header-wrap .page-header-box.bg-white li:last-child span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.post-single-page .page-header-wrap .page-header-box.bg-white li:not(:last-child) {
  flex-shrink: 0;
}

/* ========== About Us Page ========== */
.about-us-hero {
  min-height: 730px;
  height: 730px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-size: cover;
  background-position: center;
  position: relative;
}
.about-us-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.about-us-hero .page-header-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.about-us-hero .page-header-wrap .page-header-box.bg-white {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.about-us-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 75, 127, 0.45) 0%, rgba(13, 58, 95, 0.5) 100%);
  z-index: 1;
}
.about-us-hero .page-header-info .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.about-us-hero .page-header-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.about-us-intro-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 991px) {
  .about-us-intro-wrap { grid-template-columns: 1fr; }
  .about-us-intro-wrap .about-us-intro-img { order: -1; }
}
.about-us-intro-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(17, 75, 127, 0.15);
  aspect-ratio: 4/3;
}
.about-us-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-us-intro .section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pm-primary, #f47d35);
  margin-bottom: 0.75rem;
}
.about-us-intro .section-heading .h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 1.25rem;
}
.about-us-intro .lead {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--pm-text-color-dark, #222);
  margin-bottom: 1rem;
}

.about-us-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .about-us-cards { grid-template-columns: 1fr; }
}
.about-us-card-modern {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.about-us-card-modern:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(17, 75, 127, 0.12);
}
.about-us-card-modern__img {
  aspect-ratio: 16/10;
  width: 100%;
  object-fit: cover;
  display: block;
}
.about-us-card-modern__body {
  padding: 1.5rem 1.5rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.about-us-card-modern__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #fff;
}
.about-us-card-modern__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 0.5rem;
}
.about-us-card-modern__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--pm-text-color, #555);
  margin: 0;
}

.about-us-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .about-us-values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .about-us-values-grid { grid-template-columns: 1fr; }
}
.about-us-value-item {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.about-us-value-item:hover {
  box-shadow: 0 8px 24px rgba(17, 75, 127, 0.08);
  border-color: rgba(247, 125, 53, 0.2);
}
.about-us-value-item .material-symbols-rounded {
  font-size: 1.75rem;
  color: var(--pm-primary, #f47d35);
  flex-shrink: 0;
}
.about-us-value-item__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 0.35rem;
}
.about-us-value-item__text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--pm-text-color, #555);
  margin: 0;
}

.about-us-cta-section {
  background: linear-gradient(135deg, #114b7f 0%, #0d3a5f 100%);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about-us-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
}
.about-us-cta-section .h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
}
.about-us-cta-section p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  position: relative;
}
.about-us-cta-section .btn-primary {
  position: relative;
  background: var(--pm-primary, #f47d35);
  color: #fff;
  border: none;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.about-us-cta-section .btn-primary:hover {
  background: #e66a22;
  color: #fff;
  transform: translateY(-2px);
}

.about-us-section-title {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pm-primary, #f47d35);
  margin-bottom: 0.5rem;
}
.about-us-section-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 2rem;
}

.about-us-page .padding-top { padding-top: 2.5rem; }
.about-us-page .padding-bottom { padding-bottom: 2.5rem; }
.about-us-page .padding { padding-top: 2rem; padding-bottom: 2rem; }

/* ========== Chairman's Desk Page ========== */
.chairman-desk-hero {
  min-height: 730px;
  height: 730px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-size: cover;
  background-position: center;
  position: relative;
}
.chairman-desk-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.chairman-desk-hero .page-header-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.chairman-desk-hero .page-header-wrap .page-header-box.bg-white {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.chairman-desk-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 75, 127, 0.45) 0%, rgba(13, 58, 95, 0.5) 100%);
  z-index: 1;
}
.chairman-desk-hero .page-header-info .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.chairman-desk-hero .page-header-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.chairman-desk-main {
  background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
  border-radius: 24px;
  padding: 2.5rem;
  margin-top: -1rem;
  position: relative;
  box-shadow: 0 4px 24px rgba(17, 75, 127, 0.06);
  border: 1px solid rgba(17, 75, 127, 0.06);
}
@media (max-width: 767px) {
  .chairman-desk-main { padding: 1.5rem; margin-top: 0; }
}
.chairman-desk-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 991px) {
  .chairman-desk-wrap { grid-template-columns: 1fr; }
  .chairman-desk-wrap .chairman-desk-photo { order: -1; max-width: 360px; margin: 0 auto; }
}
.chairman-desk-photo {
  position: relative;
}
.chairman-desk-photo::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(247, 125, 53, 0.15) 0%, rgba(17, 75, 127, 0.08) 100%);
  z-index: -1;
}
.chairman-desk-photo-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(17, 75, 127, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
  aspect-ratio: 3/4;
  background: #f0f0f0;
  position: relative;
}
.chairman-desk-photo-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), transparent);
  pointer-events: none;
}
.chairman-desk-photo-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.chairman-desk-content {
  padding-top: 0.5rem;
}
.chairman-desk-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pm-primary, #f47d35);
  margin-bottom: 0.75rem;
}
.chairman-desk-label::before {
  content: '';
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--pm-primary, #f47d35), transparent);
  border-radius: 1px;
}
.chairman-desk-name {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}
.chairman-desk-title {
  font-size: 1rem;
  color: var(--pm-text-color, #555);
  margin-bottom: 1.5rem;
  font-weight: 500;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(17, 75, 127, 0.12);
}
.chairman-desk-message {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--pm-text-color-dark, #222);
  border-left: 4px solid var(--pm-primary, #f47d35);
  padding-left: 1.5rem;
  margin-left: 0;
  background: rgba(247, 125, 53, 0.04);
  padding: 1.25rem 1.5rem 1.25rem 1.5rem;
  border-radius: 0 12px 12px 0;
}
.chairman-desk-message p {
  margin-bottom: 1.25rem;
}
.chairman-desk-message p:last-child {
  margin-bottom: 0;
}
.chairman-desk-signature {
  margin-top: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  font-style: italic;
  letter-spacing: 0.02em;
}
.chairman-desk-cta-inner {
  text-align: center;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #114b7f 0%, #0d3a5f 100%);
  border-radius: 20px;
  border: none;
  box-shadow: 0 12px 40px rgba(17, 75, 127, 0.2);
  position: relative;
  overflow: hidden;
}
.chairman-desk-cta-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.chairman-desk-cta-text {
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
}
.chairman-desk-cta-inner .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  background: var(--pm-primary, #f47d35);
  color: #fff;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  box-shadow: 0 4px 14px rgba(247, 125, 53, 0.35);
}
.chairman-desk-cta-inner .btn-primary:hover {
  background: #e66a22;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(247, 125, 53, 0.4);
}

.chairman-desk-page .padding-top { padding-top: 2.5rem; }
.chairman-desk-page .padding-bottom { padding-bottom: 2.5rem; }
.chairman-desk-page .padding { padding-top: 2rem; padding-bottom: 2rem; }

/* ========== Director's Desk Page ========== */
.director-desk-hero {
  min-height: 730px;
  height: 730px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-size: cover;
  background-position: center;
  position: relative;
}
.director-desk-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.director-desk-hero .page-header-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.director-desk-hero .page-header-wrap .page-header-box.bg-white {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.director-desk-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 75, 127, 0.45) 0%, rgba(13, 58, 95, 0.5) 100%);
  z-index: 1;
}
.director-desk-hero .page-header-info .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.director-desk-hero .page-header-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.director-desk-main {
  background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
  border-radius: 24px;
  padding: 2.5rem;
  margin-top: -1rem;
  position: relative;
  box-shadow: 0 4px 24px rgba(17, 75, 127, 0.06);
  border: 1px solid rgba(17, 75, 127, 0.06);
}
@media (max-width: 767px) {
  .director-desk-main { padding: 1.5rem; margin-top: 0; }
}
.director-desk-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 991px) {
  .director-desk-wrap { grid-template-columns: 1fr; }
  .director-desk-wrap .director-desk-photo { order: -1; max-width: 360px; margin: 0 auto; }
}
.director-desk-photo {
  position: relative;
}
.director-desk-photo::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(39, 174, 96, 0.15) 0%, rgba(17, 75, 127, 0.08) 100%);
  z-index: -1;
}
.director-desk-photo-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(17, 75, 127, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
  aspect-ratio: 3/4;
  background: #f0f0f0;
  position: relative;
}
.director-desk-photo-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), transparent);
  pointer-events: none;
}
.director-desk-photo-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.director-desk-content {
  padding-top: 0.5rem;
}
.director-desk-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #27ae60;
  margin-bottom: 0.75rem;
}
.director-desk-label::before {
  content: '';
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, #27ae60, transparent);
  border-radius: 1px;
}
.director-desk-name {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}
.director-desk-title {
  font-size: 1rem;
  color: var(--pm-text-color, #555);
  margin-bottom: 1.5rem;
  font-weight: 500;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(17, 75, 127, 0.12);
}
.director-desk-message {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--pm-text-color-dark, #222);
  border-left: 4px solid #27ae60;
  padding-left: 1.5rem;
  margin-left: 0;
  background: rgba(39, 174, 96, 0.04);
  padding: 1.25rem 1.5rem 1.25rem 1.5rem;
  border-radius: 0 12px 12px 0;
}
.director-desk-message p {
  margin-bottom: 1.25rem;
}
.director-desk-message p:last-child {
  margin-bottom: 0;
}
.director-desk-signature {
  margin-top: 1.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  font-style: italic;
  letter-spacing: 0.02em;
}
.director-desk-cta-inner {
  text-align: center;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #114b7f 0%, #0d3a5f 100%);
  border-radius: 20px;
  border: none;
  box-shadow: 0 12px 40px rgba(17, 75, 127, 0.2);
  position: relative;
  overflow: hidden;
}
.director-desk-cta-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.director-desk-cta-text {
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
}
.director-desk-cta-inner .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  background: #27ae60;
  color: #fff;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  box-shadow: 0 4px 14px rgba(39, 174, 96, 0.35);
}
.director-desk-cta-inner .btn-primary:hover {
  background: #229954;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
}

.director-desk-page .padding-top { padding-top: 2.5rem; }
.director-desk-page .padding-bottom { padding-bottom: 2.5rem; }
.director-desk-page .padding { padding-top: 2rem; padding-bottom: 2rem; }

/* ========== Our Team Page ========== */
.our-team-hero {
  min-height: 730px;
  height: 730px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-size: cover;
  background-position: center;
  position: relative;
}
.our-team-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.our-team-hero .page-header-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.our-team-hero .page-header-wrap .page-header-box.bg-white {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.our-team-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 75, 127, 0.45) 0%, rgba(13, 58, 95, 0.5) 100%);
  z-index: 1;
}
.our-team-hero .page-header-info .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.our-team-hero .page-header-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.our-team-photo-section {
  margin-top: -1rem;
}
.our-team-photo-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.our-team-photo-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: -0.01em;
}
.our-team-photo-inner {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(17, 75, 127, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
  aspect-ratio: 16/9;
  background: #f0f0f0;
}
.our-team-photo-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.our-team-photo-caption {
  text-align: center;
  margin-top: 1.25rem;
  padding: 0 1rem;
}
.our-team-photo-caption p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--pm-text-color, #555);
  margin: 0;
}

.our-team-section-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pm-primary, #f47d35);
  margin-bottom: 0.5rem;
}
.our-team-section-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 2rem;
}

/* Mission / motivational block */
.our-team-mission-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem;
}
.our-team-mission-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 1.25rem;
}
.our-team-mission-lead {
  font-size: 1.15rem;
  line-height: 1.75;
  color: var(--pm-text-color-dark, #222);
  margin-bottom: 1rem;
}
.our-team-mission-inner p:last-child {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--pm-text-color, #555);
  margin: 0;
}

/* Values grid */
.our-team-values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1199px) {
  .our-team-values-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .our-team-values-grid { grid-template-columns: 1fr; }
}
.our-team-value-item {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-align: center;
}
.our-team-value-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(17, 75, 127, 0.1);
  border-color: rgba(247, 125, 53, 0.2);
}
.our-team-value-icon {
  font-size: 2rem;
  color: var(--pm-primary, #f47d35);
  margin-bottom: 0.75rem;
  display: block;
}
.our-team-value-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 0.5rem;
}
.our-team-value-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--pm-text-color, #555);
  margin: 0;
}

/* Quote block */
.our-team-quote-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #faede9 0%, #fff 100%);
  border-radius: 20px;
  border-left: 4px solid var(--pm-primary, #f47d35);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.our-team-quote-text {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--pm-heading-color, #1e1c1c);
  font-style: italic;
  margin: 0 0 1rem 0;
}
.our-team-quote-attribution {
  font-size: 0.95rem;
  color: var(--pm-text-color, #555);
  margin: 0;
  font-weight: 500;
}

.our-team-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
@media (max-width: 991px) {
  .our-team-cards { grid-template-columns: 1fr; }
}
.our-team-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}
.our-team-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--pm-primary, #f47d35), #114b7f);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.our-team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(17, 75, 127, 0.12);
  border-color: rgba(247, 125, 53, 0.2);
}
.our-team-card:hover::before {
  opacity: 1;
}
.our-team-card__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  color: #fff;
}
.our-team-card__icon--dev {
  background: linear-gradient(135deg, #114b7f 0%, #0d3a5f 100%);
  box-shadow: 0 8px 24px rgba(17, 75, 127, 0.3);
}
.our-team-card__icon--support {
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
  box-shadow: 0 8px 24px rgba(39, 174, 96, 0.3);
}
.our-team-card__icon--digital {
  background: linear-gradient(135deg, #f47d35 0%, #e66a22 100%);
  box-shadow: 0 8px 24px rgba(247, 125, 53, 0.3);
}
.our-team-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.our-team-card__text {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--pm-text-color, #555);
  margin: 0;
}

.our-team-cta-inner {
  text-align: center;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #114b7f 0%, #0d3a5f 100%);
  border-radius: 20px;
  border: none;
  box-shadow: 0 12px 40px rgba(17, 75, 127, 0.2);
  position: relative;
  overflow: hidden;
}
.our-team-cta-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.our-team-cta-text {
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
}
.our-team-cta-inner .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  background: var(--pm-primary, #f47d35);
  color: #fff;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  box-shadow: 0 4px 14px rgba(247, 125, 53, 0.35);
}
.our-team-cta-inner .btn-primary:hover {
  background: #e66a22;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(247, 125, 53, 0.4);
}

.our-team-page .padding-top { padding-top: 2.5rem; }
.our-team-page .padding-bottom { padding-bottom: 2.5rem; }
.our-team-page .padding { padding-top: 2rem; padding-bottom: 2rem; }

/* ========== Service Single (e.g. Software Development) ========== */
.service-single-hero {
  min-height: 730px;
  height: 730px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-size: cover;
  background-position: center;
  position: relative;
}
.service-single-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.service-single-hero .page-header-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.service-single-hero .page-header-wrap .page-header-box.bg-white {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.service-single-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 75, 127, 0.45) 0%, rgba(13, 58, 95, 0.5) 100%);
  z-index: 1;
}
.service-single-hero .page-header-info .h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.service-single-hero .page-header-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.service-single-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pm-primary, #f47d35);
  margin-bottom: 0.5rem;
}
.service-single-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 1rem;
}
.service-single-lead {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--pm-text-color-dark, #222);
  margin-bottom: 1rem;
}
.service-single-intro-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 991px) {
  .service-single-intro-wrap {
    grid-template-columns: 1fr;
  }
  .service-single-intro-wrap .service-single-intro-img {
    order: -1;
  }
}
.service-single-intro-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(17, 75, 127, 0.15);
  position: relative;
  aspect-ratio: 4/3;
}
.service-single-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-single-intro-content p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--pm-text-color, #555);
  margin-bottom: 1rem;
}
.service-single-intro-content p:last-child {
  margin-bottom: 0;
}

/* SDLC – modern timeline */
.sdlc-section {
  background: linear-gradient(180deg, rgba(17, 75, 127, 0.03) 0%, rgba(255, 255, 255, 0) 50%);
}
.sdlc-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sdlc-image-wrap {
  max-width: 800px;
  margin: 0 auto 3rem;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(17, 75, 127, 0.12), 0 0 0 1px rgba(17, 75, 127, 0.06);
}
.sdlc-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.sdlc-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--pm-text-color, #555);
  margin-bottom: 2.5rem;
  max-width: 640px;
}
.sdlc-timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  position: relative;
  padding-top: 2rem;
}
.sdlc-timeline__line {
  position: absolute;
  top: 52px;
  left: 5%;
  right: 5%;
  height: 4px;
  background: linear-gradient(90deg, #114b7f 0%, #1a6bb3 25%, #f77d35 75%, #e85a1a 100%);
  border-radius: 4px;
  opacity: 0.9;
  box-shadow: 0 2px 12px rgba(17, 75, 127, 0.2);
}
.sdlc-step {
  flex: 1 1 0;
  min-width: 140px;
  max-width: 160px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.5rem 1.5rem;
}
.sdlc-step__badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(145deg, #114b7f 0%, #0d3a5f 100%);
  box-shadow: 0 8px 24px rgba(17, 75, 127, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  border: 3px solid #fff;
}
.sdlc-step:hover .sdlc-step__badge {
  transform: scale(1.08);
  box-shadow: 0 12px 32px rgba(17, 75, 127, 0.4), 0 0 0 4px rgba(17, 75, 127, 0.15);
}
.sdlc-step__icon {
  font-size: 1.35rem !important;
  color: #fff;
  opacity: 0.95;
  display: block;
  line-height: 1;
}
.sdlc-step__num {
  font-size: 0.7rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: 5px;
  right: 6px;
  line-height: 1;
}
.sdlc-step__content {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem 1rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sdlc-step:hover .sdlc-step__content {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(17, 75, 127, 0.12), 0 0 0 1px rgba(17, 75, 127, 0.08);
}
.sdlc-step__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.sdlc-step__text {
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--pm-text-color, #555);
  margin: 0;
}
@media (max-width: 1199px) {
  .sdlc-timeline {
    flex-direction: column;
    align-items: stretch;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .sdlc-timeline__line {
    left: 27px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #114b7f 0%, #1a6bb3 25%, #f77d35 75%, #e85a1a 100%);
  }
  .sdlc-step {
    flex: none;
    max-width: 100%;
    min-width: 0;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 0 0 1.5rem 1rem;
    gap: 1.25rem;
  }
  .sdlc-step__badge {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .sdlc-step__content {
    text-align: left;
    min-height: 0;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .sdlc-timeline__line {
    left: 23px;
  }
  .sdlc-step__badge {
    width: 48px;
    height: 48px;
  }
  .sdlc-step__icon {
    font-size: 1.1rem !important;
  }
  .sdlc-step__num {
    font-size: 0.65rem;
    bottom: 2px;
    right: 4px;
  }
}

/* Service benefits – modern cards */
.service-single-benefits {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(17, 75, 127, 0.04) 50%, rgba(255, 255, 255, 0) 100%);
}
.service-benefits-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.service-benefits-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--pm-text-color, #555);
  margin-bottom: 2.5rem;
  max-width: 560px;
}
.service-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  align-items: stretch;
}
@media (max-width: 991px) {
  .service-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .service-benefits-grid { grid-template-columns: 1fr; }
}
.service-benefit-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(17, 75, 127, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.service-benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #114b7f 0%, #f77d35 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(17, 75, 127, 0.12), 0 0 0 1px rgba(17, 75, 127, 0.08);
  border-color: rgba(17, 75, 127, 0.12);
}
.service-benefit-card:hover::before {
  opacity: 1;
}
.service-benefit-card__icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(145deg, #f77d35 0%, #e85a1a 100%);
  box-shadow: 0 8px 24px rgba(247, 125, 53, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-benefit-card:nth-child(1) .service-benefit-card__icon-wrap {
  background: linear-gradient(145deg, #f77d35 0%, #e85a1a 100%);
  box-shadow: 0 8px 24px rgba(247, 125, 53, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.service-benefit-card:nth-child(2) .service-benefit-card__icon-wrap {
  background: linear-gradient(145deg, #27ae60 0%, #219653 100%);
  box-shadow: 0 8px 24px rgba(39, 174, 96, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.service-benefit-card:nth-child(3) .service-benefit-card__icon-wrap {
  background: linear-gradient(145deg, #114b7f 0%, #0d3a5f 100%);
  box-shadow: 0 8px 24px rgba(17, 75, 127, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.service-benefit-card:nth-child(4) .service-benefit-card__icon-wrap {
  background: linear-gradient(145deg, #8b5cf6 0%, #7c3aed 100%);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.service-benefit-card:hover .service-benefit-card__icon-wrap {
  transform: scale(1.06);
}
.service-benefit-card:nth-child(1):hover .service-benefit-card__icon-wrap {
  box-shadow: 0 12px 32px rgba(247, 125, 53, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.service-benefit-card:nth-child(2):hover .service-benefit-card__icon-wrap {
  box-shadow: 0 12px 32px rgba(39, 174, 96, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.service-benefit-card:nth-child(3):hover .service-benefit-card__icon-wrap {
  box-shadow: 0 12px 32px rgba(17, 75, 127, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.service-benefit-card:nth-child(4):hover .service-benefit-card__icon-wrap {
  box-shadow: 0 12px 32px rgba(139, 92, 246, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.service-benefit-icon {
  font-size: 1.75rem !important;
  color: #fff;
  display: block;
  line-height: 1;
}
.service-benefit-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pm-heading-color, #1e1c1c);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.service-benefit-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--pm-text-color, #555);
  margin: 0;
  flex: 1 1 0;
}

/* Service CTA – Get in Touch (light, refined) */
.service-single-cta-inner {
  text-align: center;
  padding: 2.75rem 2rem;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(17, 75, 127, 0.06);
  border: 1px solid rgba(17, 75, 127, 0.06);
}
.service-single-cta__heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1d24;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}
.service-single-cta__text {
  font-size: 1rem;
  color: #5a6578;
  margin: 0 0 1.5rem;
}
.service-single-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: #f77d35;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(247, 125, 53, 0.25);
}
.service-single-cta__btn:hover {
  background: #e66a22;
  color: #fff;
  box-shadow: 0 6px 20px rgba(247, 125, 53, 0.35);
}
.service-single-cta__btn-icon {
  font-size: 1.1rem !important;
}
@media (max-width: 575px) {
  .service-single-cta-inner {
    padding: 2rem 1.5rem;
  }
  .service-single-cta__heading {
    font-size: 1.3rem;
  }
}

.service-single-page .padding-top { padding-top: 2.5rem; }
.service-single-page .padding-bottom { padding-bottom: 2.5rem; }
.service-single-page .padding { padding-top: 2rem; padding-bottom: 2rem; }

/* ========== Services listing page – modern layout ========== */
.page-services-listing { background: #f8fafc; }

/* Intro */
.services-listing-intro {
  padding: 4rem 0 3rem;
}
.services-listing-intro-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.services-listing-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f77d35;
  background: rgba(247, 125, 53, 0.12);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}
.services-listing-intro-title {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 700;
  color: #1e1c1c;
  margin: 0 0 1rem;
  line-height: 1.3;
}
.services-listing-intro-text {
  font-size: 1.05rem;
  color: #555;
  margin: 0;
  line-height: 1.7;
}

/* Cards grid */
.services-listing-grid-wrap {
  padding-bottom: 4rem;
}
.services-listing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1199px) {
  .services-listing-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
  .services-listing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .services-listing-grid { grid-template-columns: 1fr; gap: 1.25rem; }
}

.services-listing-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.services-listing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.services-listing-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.services-listing-card-image-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e2e8f0;
}
.services-listing-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.services-listing-card:hover .services-listing-card-image {
  transform: scale(1.08);
}
.services-listing-card-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.services-listing-card:hover .services-listing-card-image-overlay {
  opacity: 1;
}
.services-listing-card-icon {
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem !important;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.services-listing-card:hover .services-listing-card-icon {
  transform: scale(1.08);
}
.services-listing-card--orange .services-listing-card-icon { background: linear-gradient(145deg, #f77d35 0%, #e85a1a 100%); }
.services-listing-card--teal .services-listing-card-icon { background: linear-gradient(145deg, #0d9488 0%, #0f766e 100%); }
.services-listing-card--blue .services-listing-card-icon { background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 100%); }
.services-listing-card--violet .services-listing-card-icon { background: linear-gradient(145deg, #7c3aed 0%, #6d28d9 100%); }
.services-listing-card--amber .services-listing-card-icon { background: linear-gradient(145deg, #f59e0b 0%, #d97706 100%); }
.services-listing-card--emerald .services-listing-card-icon { background: linear-gradient(145deg, #10b981 0%, #059669 100%); }
.services-listing-card--rose .services-listing-card-icon { background: linear-gradient(145deg, #e11d48 0%, #be123c 100%); }
.services-listing-card--indigo .services-listing-card-icon { background: linear-gradient(145deg, #4f46e5 0%, #4338ca 100%); }

.services-listing-card-body {
  padding: 1.5rem 1.5rem 1.75rem;
}
.services-listing-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e1c1c;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.services-listing-card-link:hover .services-listing-card-title {
  color: #f77d35;
}
.services-listing-card-excerpt {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0 0 1rem;
  line-height: 1.6;
}
.services-listing-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f77d35;
  transition: gap 0.25s ease;
}
.services-listing-card-cta .material-symbols-rounded {
  font-size: 1.1rem !important;
  transition: transform 0.25s ease;
}
.services-listing-card-link:hover .services-listing-card-cta .material-symbols-rounded {
  transform: translateX(4px);
}

/* CTA block */
.services-listing-cta {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}
.services-listing-cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #0f172a 100%);
}
.services-listing-cta-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}
.services-listing-cta-inner {
  position: relative;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.services-listing-cta-title {
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.services-listing-cta-text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1.75rem;
  line-height: 1.6;
}
.services-listing-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #0f172a;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.services-listing-cta-btn:hover {
  color: #0f172a;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}
.services-listing-cta-btn .material-symbols-rounded {
  font-size: 1.2rem !important;
}

/* ========== LabIQ Journey – Installation to Go-Live ========== */
/* Warm cream + teal palette – compact */
.labiq-journey-section {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}
.labiq-journey-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #f8f6f1 0%, #ebe8e0 50%, #e8e4dc 100%);
}
.labiq-journey-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(13, 92, 99, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(224, 122, 95, 0.06) 0%, transparent 40%);
  pointer-events: none;
}
.labiq-journey-inner {
  position: relative;
}

/* Hero – text only (no image) */
.labiq-journey-hero {
  margin-bottom: 1.75rem;
}
.labiq-journey-hero-text-only .labiq-journey-hero-content {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.labiq-journey-hero-text-only .labiq-journey-intro {
  max-width: none;
}
.labiq-journey-title {
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  font-weight: 700;
  color: #0d5c63;
  margin: 0 0 0.35rem;
  line-height: 1.3;
}
.labiq-journey-subtitle {
  font-size: 1.05rem;
  color: #2d6a6f;
  margin: 0 0 0.5rem;
  line-height: 1.4;
}
.labiq-journey-intro {
  font-size: 0.95rem;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.55;
  max-width: 480px;
}

/* Timeline label */
.labiq-journey-timeline-label {
  text-align: center;
  margin-bottom: 1.25rem;
}
.labiq-journey-timeline-text {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0d5c63;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.9;
}

/* Vertical timeline layout */
.labiq-journey-steps.labiq-journey-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 1.5rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
/* Center line */
.labiq-journey-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #0d5c63 0%, #2d6a6f 50%, #0d5c63 100%);
  border-radius: 2px;
  transform: translateX(-50%);
}
/* Step cards – alternating left/right with image */
.labiq-journey-timeline .labiq-journey-step {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 48%;
  max-width: 320px;
  min-height: 380px;
  margin-bottom: 1.25rem;
  padding: 0;
  padding-top: 0;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(13, 92, 99, 0.12);
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(13, 92, 99, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}
.labiq-journey-timeline .labiq-journey-step-image {
  width: 100%;
  height: 170px;
  overflow: hidden;
  background: rgba(13, 92, 99, 0.04);
  flex-shrink: 0;
}
.labiq-journey-timeline .labiq-journey-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
.labiq-journey-timeline .labiq-journey-step:hover .labiq-journey-step-image img {
  transform: scale(1.03);
}
.labiq-journey-timeline .labiq-journey-step-body {
  padding: 1.25rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.labiq-journey-timeline .labiq-journey-step::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #e07a5f;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #0d5c63;
  z-index: 2;
}
.labiq-journey-timeline .labiq-journey-step-left {
  align-self: flex-start;
  margin-left: 0;
}
.labiq-journey-timeline .labiq-journey-step-left::before {
  right: -24px;
  left: auto;
}
.labiq-journey-timeline .labiq-journey-step-right {
  align-self: flex-end;
  margin-right: 0;
}
.labiq-journey-timeline .labiq-journey-step-right::before {
  left: -24px;
  right: auto;
}
.labiq-journey-timeline .labiq-journey-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(13, 92, 99, 0.15);
}
.labiq-journey-timeline .labiq-journey-step-num {
  top: 0.5rem;
  right: 0.5rem;
  left: auto;
  background: linear-gradient(135deg, #0d5c63 0%, #2d6a6f 100%);
  box-shadow: 0 2px 8px rgba(13, 92, 99, 0.25);
}
.labiq-journey-timeline .labiq-journey-step-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0 0.75rem 0;
  margin-right: auto;
  background: linear-gradient(135deg, rgba(13, 92, 99, 0.12) 0%, rgba(13, 92, 99, 0.06) 100%);
  border-radius: 12px;
  border: 1px solid rgba(13, 92, 99, 0.15);
}
.labiq-journey-timeline .labiq-journey-step-icon .material-symbols-rounded {
  color: #0d5c63;
  font-size: 1.25rem !important;
}
.labiq-journey-timeline .labiq-journey-step-title {
  color: #0d5c63;
  font-size: 1rem;
}
.labiq-journey-timeline .labiq-journey-step-desc {
  color: #5a5a5a;
  font-size: 0.85rem;
  line-height: 1.45;
}
/* Fallback for non-timeline (legacy) */
.labiq-journey-steps:not(.labiq-journey-timeline) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.labiq-journey-step {
  position: relative;
  background: #fff;
  border: 1px solid rgba(13, 92, 99, 0.12);
  border-radius: 14px;
  padding: 1.5rem;
  padding-top: 2.25rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 20px rgba(13, 92, 99, 0.08);
}
.labiq-journey-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(13, 92, 99, 0.15);
}
.labiq-journey-step-num {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0d5c63 0%, #2d6a6f 100%);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(13, 92, 99, 0.25);
}
.labiq-journey-step-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(13, 92, 99, 0.12) 0%, rgba(13, 92, 99, 0.06) 100%);
  border-radius: 12px;
  border: 1px solid rgba(13, 92, 99, 0.15);
}
.labiq-journey-step-icon .material-symbols-rounded {
  font-size: 1.5rem !important;
  color: #0d5c63;
}
.labiq-journey-step-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0d5c63;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.labiq-journey-step-desc {
  font-size: 0.9rem;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.55;
}
/* Add-on features – flip cards, same colour, original size */
.labiq-journey-addons {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.labiq-journey-addons-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem;
}
.labiq-journey-addons-label {
  text-align: center;
  margin-bottom: 1rem;
}
.labiq-journey-addons-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0d5c63;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.labiq-journey-addons-badge .material-symbols-rounded {
  font-size: 1.1rem !important;
  color: #0d5c63;
}
.labiq-journey-addons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
/* Flip card container */
.labiq-journey-addon-item {
  perspective: 1000px;
  min-height: 125px;
}
.labiq-journey-addon-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 125px;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.labiq-journey-addon-item:hover .labiq-journey-addon-inner {
  transform: rotateY(180deg);
}
.labiq-journey-addon-front,
.labiq-journey-addon-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(13, 92, 99, 0.12);
  box-shadow: 0 2px 8px rgba(13, 92, 99, 0.06);
}
.labiq-journey-addon-front {
  background: #fff;
}
.labiq-journey-addon-back {
  background: #fff;
  transform: rotateY(180deg);
  overflow-y: auto;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
}
.labiq-journey-addon-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 92, 99, 0.08);
  border-radius: 10px;
}
.labiq-journey-addon-icon .material-symbols-rounded {
  font-size: 1.2rem !important;
  color: #0d5c63;
}
.labiq-journey-addon-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0d5c63;
  line-height: 1.35;
}
.labiq-journey-addon-desc {
  font-size: 0.8rem;
  color: #5a5a5a;
  line-height: 1.5;
  margin: 0;
  padding: 0 0.25rem;
}
@media only screen and (max-width: 575px) {
  .labiq-journey-addons-wrap {
    padding: 1.5rem 1rem;
  }
  .labiq-journey-addons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .labiq-journey-addon-item,
  .labiq-journey-addon-inner {
    min-height: 115px;
  }
  .labiq-journey-addon-front,
  .labiq-journey-addon-back {
    padding: 1rem 0.75rem;
  }
  .labiq-journey-addon-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.75rem;
  }
  .labiq-journey-addon-icon .material-symbols-rounded {
    font-size: 1.2rem !important;
  }
  .labiq-journey-addon-title {
    font-size: 0.8rem;
  }
  .labiq-journey-addon-desc {
    font-size: 0.75rem;
  }
}
.labiq-journey-cta {
  text-align: center;
  margin-top: 0;
}
.labiq-journey-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.95rem 1.9rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #0d5c63 0%, #2d6a6f 100%);
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(13, 92, 99, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.labiq-journey-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #0f6b73 0%, #3d7a7f 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(13, 92, 99, 0.4);
}
.labiq-journey-btn .material-symbols-rounded {
  font-size: 1.2rem !important;
}
@media only screen and (max-width: 991px) {
  .labiq-journey-timeline::before {
    left: 1.25rem;
  }
  .labiq-journey-timeline .labiq-journey-step {
    width: 100%;
    max-width: none;
    max-width: none;
    align-self: flex-start;
    margin-left: 2.5rem;
    margin-right: 0;
  }
  .labiq-journey-timeline .labiq-journey-step-left,
  .labiq-journey-timeline .labiq-journey-step-right {
    align-self: flex-start;
  }
  .labiq-journey-timeline .labiq-journey-step::before {
    left: -2.5rem;
    right: auto;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 575px) {
  .labiq-journey-section {
    padding: 2rem 0;
  }
  .labiq-journey-hero {
    margin-bottom: 1.25rem;
  }
  .labiq-journey-timeline .labiq-journey-step {
    min-height: 360px;
  }
  .labiq-journey-timeline .labiq-journey-step-image {
    height: 140px;
  }
  .labiq-journey-timeline::before {
    left: 1rem;
  }
  .labiq-journey-timeline .labiq-journey-step {
    margin-left: 2rem;
  }
  .labiq-journey-timeline .labiq-journey-step::before {
    left: -2rem;
    width: 12px;
    height: 12px;
  }
}

/* ========== Why Choose Datanalytix – professional, matches LabIQ palette ========== */
.why-choose-section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.why-choose-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #f8f6f1 0%, #ebe8e0 50%, #e8e4dc 100%);
}
.why-choose-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(13, 92, 99, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(224, 122, 95, 0.05) 0%, transparent 40%);
  pointer-events: none;
}
.why-choose-inner {
  position: relative;
}
.why-choose-heading {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 2.5rem;
}
.why-choose-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0d5c63;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
}
.why-choose-title {
  font-size: clamp(1.5rem, 3vw, 1.95rem);
  font-weight: 700;
  color: #0d5c63;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}
.why-choose-intro {
  font-size: 1.05rem;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.6;
}
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.why-choose-card {
  background: #fff;
  border: 1px solid rgba(13, 92, 99, 0.12);
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 2px 8px rgba(13, 92, 99, 0.06);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.why-choose-card:hover {
  box-shadow: 0 8px 24px rgba(13, 92, 99, 0.1);
  border-color: rgba(13, 92, 99, 0.2);
  transform: translateY(-2px);
}
.why-choose-card-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 92, 99, 0.08);
  border-radius: 10px;
}
.why-choose-card-icon .material-symbols-rounded {
  font-size: 1.5rem !important;
  color: #0d5c63;
}
.why-choose-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0d5c63;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}
.why-choose-card-desc {
  font-size: 0.9rem;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.55;
}
@media only screen and (max-width: 575px) {
  .why-choose-section {
    padding: 3rem 0;
  }
  .why-choose-heading {
    margin-bottom: 2rem;
  }
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .why-choose-card {
    padding: 1.5rem 1.25rem;
  }
}

/* ========== Testimonials – modern, clean design ========== */
.testimonial-section-modern {
  position: relative;
  padding: 5.5rem 0;
  overflow: hidden;
}
.testimonial-section-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fafaf9 0%, #f5f4f2 50%, #fafaf9 100%);
}
.testimonial-section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 100% 80% at 0% 0%, rgba(13, 92, 99, 0.04) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 100% 100%, rgba(224, 122, 95, 0.05) 0%, transparent 55%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
  pointer-events: none;
}
.testimonial-section-bg::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 60%;
  height: 100%;
  background: radial-gradient(circle, rgba(13, 92, 99, 0.03) 0%, transparent 70%);
  pointer-events: none;
}
.testimonial-section-inner {
  position: relative;
}
.testimonial-section-heading {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 2.5rem;
}
.testimonial-section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0d5c63;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 0.5rem;
  padding: 0.4rem 1.1rem;
  background: rgba(13, 92, 99, 0.06);
  border: 1px solid rgba(13, 92, 99, 0.1);
  border-radius: 100px;
}
.testimonial-section-title {
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
  font-weight: 700;
  color: #0d5c63;
  margin: 0 0 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.testimonial-section-intro {
  font-size: 1.05rem;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.6;
}
.testimonial-slider-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.testimonial-swiper {
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.testimonial-swiper .swiper-slide {
  height: auto;
}
.testimonial-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(13, 92, 99, 0.06);
  border-radius: 24px;
  padding: 2.5rem 2.75rem;
  box-shadow: 0 2px 8px rgba(13, 92, 99, 0.04), 0 8px 32px rgba(0, 0, 0, 0.04);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #0d5c63, #e07a5f);
  border-radius: 0 0 4px 4px;
  opacity: 0.9;
}
.testimonial-slider-wrap .swiper-slide-active .testimonial-card {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(13, 92, 99, 0.12);
  box-shadow: 0 4px 16px rgba(13, 92, 99, 0.06), 0 16px 48px rgba(0, 0, 0, 0.06);
  transform: scale(1.01);
}
.testimonial-card-quote {
  margin-bottom: 1rem;
}
.testimonial-card-quote .material-symbols-rounded {
  font-size: 2.25rem !important;
  color: rgba(13, 92, 99, 0.12);
  opacity: 0.8;
}
.testimonial-card-text {
  font-size: 1.05rem;
  color: #3d3d3d;
  line-height: 1.75;
  margin: 0 0 1.5rem;
  font-style: normal;
  letter-spacing: 0.01em;
}
.testimonial-card-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.testimonial-card-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(13, 92, 99, 0.08);
}
.testimonial-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonial-card-meta {
  text-align: left;
}
.testimonial-card-name {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #0d5c63;
  font-style: normal;
  margin-bottom: 0.15rem;
}
.testimonial-card-position {
  font-size: 0.9rem;
  color: #5a5a5a;
}
.testimonial-swiper-pagination {
  margin-top: 2rem;
  position: relative !important;
}
.testimonial-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(13, 92, 99, 0.2);
  opacity: 1;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial-swiper-pagination .swiper-pagination-bullet:hover {
  background: rgba(13, 92, 99, 0.4);
}
.testimonial-swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background: #0d5c63;
  transform: none;
}
@media only screen and (max-width: 575px) {
  .testimonial-section-modern {
    padding: 3rem 0;
  }
  .testimonial-section-heading {
    margin-bottom: 2rem;
  }
  .testimonial-card {
    padding: 1.5rem 1.25rem;
  }
  .testimonial-card-text {
    font-size: 1rem;
  }
}

/* ========== About block sections – flat design, aligned with other sections ========== */

/* Section wrapper – for floating badge positioning */
.about-section--block {
  position: relative;
  overflow: visible;
}

/* Floating vertical text – positioned at left of section, not part of content flow */
.about-section--block .about-badge-col {
  position: absolute;
  left: -16rem;
  top: 0;
  bottom: 0;
  width: 22.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}

/* Base layout – same container flow as What We Do / services */
.about-section--block .about-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  position: relative;
  overflow: visible;
  max-width: 100%;
}
.about-section--block .about-badge-col .year-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
}
.about-section--block .about-badge-col .year-area strong {
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--pm-dark);
  margin-bottom: 0;
  opacity: 0.3;
  text-transform: uppercase;
}

/* Image container with animation */
.about-section--block .about-thumb {
  position: relative;
  flex-shrink: 0;
  width: 36.5625rem;
  height: 45.5625rem;
  max-width: 100%;
  overflow: hidden;
}
.about-thumb__img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.about-thumb__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Image entrance animation */
@keyframes about-img-reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.about-modern .about-thumb__img-wrap img {
  animation: about-img-reveal 0.6s ease-out forwards;
}
.about-modern.about-section--labiq .about-thumb__img-wrap img {
  animation-delay: 0.1s;
  animation-fill-mode: both;
}

/* Content area */
.about-section--block .about-content {
  flex: 1;
  position: relative;
  min-width: 0;
  padding: 3.75rem;
  background: #fff;
}

/* Responsive – tablet */
@media only screen and (max-width: 991px) {
  .about-section--block .about-box {
    flex-direction: column;
  }
  .about-section--block .about-badge-col {
    display: none;
  }
  .about-section--block {
    overflow: visible;
  }
  .about-section--block .about-thumb {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .about-section--block .about-thumb .about-thumb__img-wrap {
    min-height: 18rem;
    height: auto;
  }
  .about-section--block .about-thumb .about-thumb__img-wrap img {
    width: 100%;
    max-height: 28rem;
    height: auto;
    min-height: 18rem;
    object-fit: cover;
    object-position: center;
  }
  .about-section--block .about-content {
    padding: 2.5rem 1.5rem;
  }
  .about-section--block + .about-section--block {
    margin-top: 3rem;
  }
}

/* Responsive – mobile */
@media only screen and (max-width: 575px) {
  .about-section--block .about-thumb .about-thumb__img-wrap {
    min-height: 14rem;
  }
  .about-section--block .about-thumb .about-thumb__img-wrap img {
    max-height: 22rem;
    min-height: 14rem;
  }
  .about-section--block .about-content {
    padding: 1.75rem 1rem;
  }
  .about-section--block .about-content .section-heading.mb-40 {
    margin-bottom: 1.5rem;
  }
  .about-section--block .about-content .about-item-box.mb-40 {
    margin-bottom: 1.5rem;
  }
  .about-section--block .about-content .about-item-box {
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
  }
  .about-section--block + .about-section--block {
    margin-top: 2.5rem;
  }
  .labiq-brand-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Responsive – small mobile */
@media only screen and (max-width: 375px) {
  .about-section--block .about-content {
    padding: 1.25rem 0.75rem;
  }
}
.about-section--block + .about-section--block {
  margin-top: 4rem;
}

/* Align about sections with container – match padding of sibling sections */
.position-relative.padding-t {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 575px) {
  .position-relative.padding-t {
    padding-top: 1.5rem;
  }
}
.position-relative.padding-t .about-section--block:first-child {
  margin-top: 0;
}

/* LabIQ section: logo beside heading */
.labiq-brand-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.labiq-brand-wrap .labiq-logo {
  width: 110px;
  height: auto;
  display: block;
  object-fit: contain;
}
.labiq-brand-wrap .labiq-tagline-text {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--pm-text-color, #555);
  line-height: 1.4;
}




