@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.pd-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mbws_mb-0 p {
  margin-bottom: 0;
}
.mbws_mb-0 h2 {
  margin-bottom: 0;
}
.mbws_mb-0 h3 {
  margin-bottom: 0;
}

.mbws_title-section h3 {
  text-transform: uppercase;
  position: relative;
}
.mbws_title-section h3::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: var(--fs-color-primary);
  left: 0;
  bottom: -15px;
}

.mbws_title-center-section h3 {
  text-transform: uppercase;
  position: relative;
}
.mbws_title-center-section h3::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: var(--fs-color-primary);
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.mbws_section-my-service .mbws_title-section h3 {
  text-transform: uppercase;
  position: relative;
}
.mbws_section-my-service .mbws_title-section h3::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: var(--fs-color-primary);
  left: 0;
  bottom: -15px;
}
.mbws_section-my-service .icon-box .icon-box-text {
  padding-left: 30px !important;
}

.mbws_section-register-advise {
  position: relative;
}
.mbws_section-register-advise .wpcf7-form .mbws_wrap-form {
  display: flex;
  gap: 16px;
}
.mbws_section-register-advise .wpcf7-form .mbws_wrap-form .mbws_form-field {
  flex: 1;
  width: 100%;
}
.mbws_section-register-advise .wpcf7-form .mbws_form-field {
  margin-bottom: 16px;
}
.mbws_section-register-advise .wpcf7-form input[type="text"],
.mbws_section-register-advise .wpcf7-form input[type="email"],
.mbws_section-register-advise .wpcf7-form input[type="tel"] {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #d1d5db;
  border-radius: 4px;
  height: 48px;
  background-color: #ffffff;
  color: #1e293b;
  padding: 0 14px;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.mbws_section-register-advise .wpcf7-form textarea {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background-color: #ffffff;
  color: #1e293b;
  padding: 12px 14px;
  font-size: 15px;
  min-height: 110px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.mbws_section-register-advise .wpcf7-form input:focus,
.mbws_section-register-advise .wpcf7-form textarea:focus {
  border-color: var(--fs-color-primary, #446084);
  box-shadow: 0 0 0 3px rgba(68, 96, 132, 0.25);
  outline: none;
}
.mbws_section-register-advise .wpcf7-form input[type="submit"] {
  background-color: #ee7226;
  border-color: #ee7226;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 12px 36px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.mbws_section-register-advise .wpcf7-form input[type="submit"]:hover {
  background-color: #d65d14;
  border-color: #d65d14;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(238, 114, 38, 0.35);
}
.mbws_section-register-advise .img-inner img {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .mbws_section-register-advise .wpcf7-form .mbws_wrap-form {
    flex-direction: column;
    gap: 0;
  }
}

.mbws_section-our-lawer .box-text {
  background: var(--fs-color-primary);
}
.mbws_section-our-lawer .mbws_counter .counter-number {
  position: relative;
}
.mbws_section-our-lawer .mbws_counter .counter-number::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: var(--fs-color-primary);
  left: 0;
  top: 0;
}
.mbws_section-our-lawer .mbws_counter .counter-content {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
.mbws_section-our-lawer .mbws_counter .counter-content .title {
  color: var(--fs-color-primary);
}

.mbws_section-our-history .mbws_readmore {
  display: flex;
  background: #363636;
  justify-content: space-between;
  padding: 30px 20px 10px 20px;
  flex-wrap: wrap;
}
.mbws_section-our-history .mbws_readmore .button {
  display: flex;
  align-items: center;
}

.mbws_section-news .post-item .box-text {
  background: #ffffff;
  padding: 30px;
}
.mbws_section-news .post-item .box-text .cat-label {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 12px;
  background: var(--fs-color-primary);
  position: relative;
}
.mbws_section-news .post-item .box-text .cat-label::before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2024/10/folder.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  left: -34px;
  top: -4px;
}
.mbws_section-news .post-item .box-text .post-title {
  margin-bottom: 20px;
}
.mbws_section-news .post-item .box-text .is-divider {
  display: none;
}

.mbws_section-advise-footer .button {
  margin-bottom: 0;
  background: #ffffff;
  color: #000000 !important;
  padding: 5px 20px;
  border-radius: 4px;
}

.rank-math-breadcrumb P {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.mbws_first-letter::first-letter {
  font-size: 30px;
  font-weight: 600;
}

.mbws_section-infor-our-member .box .box-text {
  background: #ffffff;
  padding: 10px 20px;
}
.mbws_section-infor-our-member .box .box-text .mbws_title-member {
  background: var(--fs-color-primary);
  color: #ffffff;
  padding: 5px 10px;
}
.mbws_section-infor-our-member .box .box-text:hover {
  background: #3B3946;
  color: #ffffff !important;
}
.mbws_section-infor-our-member .box .box-text:hover p {
  color: #ffffff !important;
}
.mbws_section-infor-our-member .box .box-image::before {
  position: absolute;
  right: 10px;
  top: 10px;
  left: 10px;
  border: 3px solid #ffffff;
  bottom: 10px;
  content: "";
  opacity: 0.8;
  z-index: 1;
}

.mbws_page-service .post-item {
  margin-bottom: 20px;
}
.mbws_page-service .box-blog-post .box-text .post-title {
  font-size: 30px;
}
.mbws_page-service .box-blog-post .box-text .cat-label {
  margin-bottom: 20px;
  font-size: 12px;
  background: var(--fs-color-primary);
  position: relative;
  margin-left: 35px;
  margin-top: 20px;
}
.mbws_page-service .box-blog-post .box-text .cat-label::before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2024/10/folder.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: -34px;
  top: 0px;
}
.mbws_page-service .box-blog-post .box-text .is-divider {
  display: none;
}

.sidebar-wrapper .widget-title {
  color: #000000;
}
.sidebar-wrapper .recent-posts-widget-with-thumbnails ul li {
  margin-left: 0;
}
.sidebar-wrapper .recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 18px;
}
.sidebar-wrapper .widget_tag_cloud .tagcloud {
  display: flex;
  gap: 20px;
}
.sidebar-wrapper .widget_tag_cloud .tagcloud a {
  border: 1px solid black;
  padding: 10px;
  font-size: 16px !important;
}

.mbws_section-contact .box {
  background: #f1f1f1;
  padding: 30px 20px;
  position: relative;
}
.mbws_section-contact .box::before {
  border: 1px solid #ffffff;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
}
.mbws_section-contact .wpcf7-form .mbws_form-field {
  margin-bottom: 20px;
}
.mbws_section-contact .wpcf7-form .mbws_form-field input {
  box-shadow: none;
  height: 48px;
}
.mbws_section-contact .wpcf7-form .mbws_form-field textarea {
  box-shadow: none;
}

.mbws_map {
  margin-bottom: -30px;
}

.header-main .nav > li > a,
.has-transparent .header-main .nav > li > a {
  color: #12488b !important;
}
.header-main .nav > li > a:hover,
.has-transparent .header-main .nav > li > a:hover {
  color: #e3262c !important;
}
.header-main .nav > .current_page_item > a,
.has-transparent .header-main .nav > .current_page_item > a {
  color: #e3262c !important;
}
.has-transparent .header-main {
  border-top: 1px solid #b2aeae;
  border-bottom: 1px solid #b2aeae;
}
.has-transparent .stuck .header-main {
  border: none;
}
#header.transparent {
  position: sticky !important;
  top: 0 !important;
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#top-bar {
  background-color: #12488b !important;
}
.has-transparent .header-main .mobile-nav .icon-search {
  color: #12488b !important;
}

.absolute-footer {
  display: none;
}

.ux-menu-link__link .ux-menu-link__text:hover {
  color: #ffffff;
}

.header-language-dropdown a {
  font-size: 0 !important;
}
.header-language-dropdown a .image-icon {
  display: flex;
  align-items: center;
}

/* Uniform height for lawyer images section */
.mbws_section-our-lawer .box-image,
.mbws_section-our-lawer .ux-image-box-img {
  height: 280px !important;
  max-height: 280px !important;
  overflow: hidden !important;
}

.mbws_section-our-lawer .box-image img,
.mbws_section-our-lawer .ux-image-box-img img,
.mbws_section-our-lawer .ux-image-box img {
  height: 280px !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
}
.header-language-dropdown .nav-dropdown a {
  font-size: 16px !important;
}

.mbws_section-our-history .img-inner img {
  border-radius: 10px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
}

/* History Section Premium Dark Luxury Theme */
.mbws_section-our-history {
  position: relative !important;
  background-image: url('/wp-content/uploads/2026/07/law_justice_bg.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-top: 1px solid #1e293b;
  border-bottom: 1px solid #1e293b;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  z-index: 1;
}

.mbws_section-our-history::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(135deg, rgba(10, 25, 47, 0.88) 0%, rgba(15, 23, 42, 0.92) 100%) !important;
  z-index: -1 !important;
}

.mbws_section-our-history h3,
.mbws_section-our-history p,
.mbws_section-our-history strong {
  color: #ffffff !important;
}

.mbws_section-our-history .mbws_title-section h3 {
  color: #ffffff !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}

.mbws_section-our-history p {
  color: #e2e8f0 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.mbws_section-our-history p strong {
  color: #ffffff !important;
}

.mbws_section-our-history .mbws_readmore {
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-left: 4px solid #e3262c !important;
  border-radius: 8px !important;
  padding: 25px 30px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.mbws_section-our-history .mbws_readmore p,
.mbws_section-our-history .mbws_readmore p strong,
.mbws_section-our-history .mbws_readmore p em {
  color: #ffffff !important;
}

/* Force center alignment for all elements in lawyer section */
.mbws_section-our-lawer .col,
.mbws_section-our-lawer .ux-image-box-text,
.mbws_section-our-lawer h4,
.mbws_section-our-lawer p,
.mbws_section-our-lawer [class*="mbws_counter"],
.mbws_section-our-lawer [class*="counter"] {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mbws_section-our-lawer [class*="mbws_counter"] > div,
.mbws_section-our-lawer [class*="counter"] > div {
  justify-content: center !important;
  display: flex !important;
  margin: 0 auto !important;
}

/* Lawyers page editorial banner */
body.page-id-194 .page-header-wrapper .page-title {
  background: #071827 !important;
}

body.page-id-194 .page-header-wrapper .title-bg {
  background-image: url("../img/ltn-lawyers-banner-v1-wide.webp") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.page-id-194 .page-header-wrapper .title-overlay {
  background: rgba(3, 16, 27, .16) !important;
}

body.page-id-194 .page-header-wrapper .entry-title {
  color: #fff !important;
  font-family: "Times New Roman", Times, serif !important;
  font-size: clamp(40px, 3.5vw, 58px) !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .35);
}

/* Modern 3-Column Card Grid for Category & Archive Pages */
.archive #post-list,
.category #post-list,
.blog-archive #post-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}

@media (max-width: 991px) {
  .archive #post-list,
  .category #post-list,
  .blog-archive #post-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 575px) {
  .archive #post-list,
  .category #post-list,
  .blog-archive #post-list {
    grid-template-columns: 1fr !important;
  }
}

.archive #post-list article.post,
.category #post-list article.post,
.blog-archive #post-list article.post {
  margin-bottom: 0 !important;
  height: 100% !important;
}

.archive #post-list .article-inner,
.category #post-list .article-inner,
.blog-archive #post-list .article-inner {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid #edf2f7 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.archive #post-list .article-inner:hover,
.category #post-list .article-inner:hover,
.blog-archive #post-list .article-inner:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 12px 30px rgba(18, 72, 139, 0.12) !important;
}

.archive #post-list .entry-image,
.category #post-list .entry-image {
  position: relative !important;
  max-height: 220px !important;
  height: 220px !important;
  width: 100% !important;
  overflow: hidden !important;
  margin: 10px 0 15px 0 !important;
  border-radius: 8px !important;
}

.archive #post-list .entry-image img,
.category #post-list .entry-image img {
  height: 220px !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 8px !important;
  transition: transform 0.4s ease !important;
}

.archive #post-list .article-inner:hover .entry-image img,
.category #post-list .article-inner:hover .entry-image img {
  transform: scale(1.04) !important;
}

.archive #post-list .entry-category,
.category #post-list .entry-category {
  position: static !important;
  display: inline-block !important;
  margin: 0 0 8px 0 !important;
  white-space: normal !important;
}

.archive #post-list .entry-category a,
.category #post-list .entry-category a {
  background: #edf2f7 !important;
  color: #12488b !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  border-radius: 4px !important;
  display: inline-block !important;
  box-shadow: none !important;
  letter-spacing: 0.3px !important;
  line-height: 1.4 !important;
  word-break: break-word !important;
}

.archive #post-list .entry-header,
.category #post-list .entry-header,
.archive #post-list .entry-content,
.category #post-list .entry-content {
  padding: 15px 20px !important;
  text-align: left !important;
}

.archive #post-list .entry-header-text,
.category #post-list .entry-header-text {
  text-align: left !important;
  padding: 0 !important;
}

.archive #post-list h2.entry-title,
.category #post-list h2.entry-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 8px 0 !important;
}

.archive #post-list h2.entry-title a,
.category #post-list h2.entry-title a {
  color: #1a202c !important;
  text-decoration: none !important;
}

.archive #post-list h2.entry-title a:hover,
.category #post-list h2.entry-title a:hover {
  color: #e3262c !important;
}

.archive #post-list .post-date,
.category #post-list .post-date,
.archive #post-list .entry-meta,
.category #post-list .entry-meta {
  font-size: 12px !important;
  color: #718096 !important;
  margin-bottom: 6px !important;
}

.archive #post-list .entry-divider,
.category #post-list .entry-divider {
  display: none !important;
}

/* Limit Featured Image Height on Single Post Pages */
.single-post .entry-image,
.single-post .featured-image {
  max-height: 400px !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

.single-post .entry-image img,
.single-post .featured-image img {
  height: 400px !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Tablet Responsive Layout (576px - 991px) */
@media (max-width: 991px) and (min-width: 576px) {
  .archive #post-list,
  .category #post-list,
  .blog-archive #post-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
  
  .archive #post-list .entry-image,
  .category #post-list .entry-image {
    height: 180px !important;
  }
  
  .archive #post-list .entry-header,
  .category #post-list .entry-header,
  .archive #post-list .entry-content,
  .category #post-list .entry-content {
    padding: 14px 16px !important;
  }
}

/* Mobile Phone Responsive Layout (< 575px) */
@media (max-width: 575px) {
  .archive #post-list,
  .category #post-list,
  .blog-archive #post-list {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .archive #post-list .article-inner,
  .category #post-list .article-inner {
    border-radius: 12px !important;
  }

  .archive #post-list .entry-image,
  .category #post-list .entry-image {
    height: 190px !important;
  }

  .archive #post-list h2.entry-title,
  .category #post-list h2.entry-title {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin: 6px 0 !important;
  }

  .archive #post-list .entry-header,
  .category #post-list .entry-header,
  .archive #post-list .entry-content,
  .category #post-list .entry-content {
    padding: 12px 16px !important;
  }

  .blog-archive-header,
  .archive-page-header {
    padding: 15px 0 !important;
  }

  .archive .large-3.col,
  .category .large-3.col {
    margin-top: 30px !important;
    padding-top: 20px !important;
    border-top: 1px solid #e2e8f0 !important;
  }
}

/* Styled Touch-Friendly Pagination */
.archive .nav-pagination,
.category .nav-pagination,
.blog-archive .nav-pagination {
  margin-top: 40px !important;
  text-align: center !important;
  width: 100% !important;
}

.archive .page-numbers,
.category .page-numbers,
.blog-archive .page-numbers {
  display: inline-flex !important;
  gap: 6px !important;
  justify-content: center !important;
  align-items: center !important;
  list-style: none !important;
  padding: 0 !important;
}

.archive .page-numbers li a,
.archive .page-numbers li span,
.category .page-numbers li a,
.category .page-numbers li span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #12488b !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all 0.2s ease !important;
}

.archive .page-numbers li span.current,
.category .page-numbers li span.current {
  background: #12488b !important;
  color: #ffffff !important;
  border-color: #12488b !important;
  box-shadow: 0 4px 10px rgba(18, 72, 139, 0.3) !important;
}

.archive .page-numbers li a:hover,
.category .page-numbers li a:hover {
  background: #e3262c !important;
  color: #ffffff !important;
  border-color: #e3262c !important;
}

/* Gracefully Handle Missing/Broken Article Images */
img[src=""],
img:not([src]),
img[src*="undefined"] {
  display: none !important;
}

/* Homepage — premium welcome / firm overview */
.ltn-home-welcome-v2 {
  background:
    radial-gradient(circle at 6% 14%, rgba(180, 138, 76, 0.07), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 245, 239, 0.96));
  color: #26313a;
  overflow: hidden;
  padding: 0 !important;
}

.ltn-home-welcome-v2 .section-content {
  max-width: none;
}

.ltn-welcome {
  font-family: Arial, Helvetica, sans-serif;
  padding: clamp(42px, 4.8vw, 78px) 0 clamp(48px, 5.4vw, 88px);
}

.ltn-welcome,
.ltn-welcome *,
.ltn-welcome *::before,
.ltn-welcome *::after {
  box-sizing: border-box;
}

.ltn-welcome h2,
.ltn-welcome h3,
.ltn-welcome p,
.ltn-welcome figure {
  margin: 0;
}

.ltn-welcome a {
  text-decoration: none;
}

.ltn-welcome__shell {
  margin: 0 auto;
  max-width: 1760px;
  padding: 0 clamp(24px, 4.4vw, 84px);
}

.ltn-welcome__top {
  align-items: stretch;
  display: grid;
  gap: clamp(36px, 4vw, 70px);
  grid-template-columns: minmax(460px, 1fr) minmax(480px, 1.15fr);
}

.ltn-welcome__copy {
  align-self: center;
  padding: 8px 0;
}

.ltn-welcome__brand {
  align-items: center;
  color: #0a2a45;
  display: flex;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 700;
  gap: 15px;
  letter-spacing: 0.19em;
  margin-bottom: clamp(30px, 3.2vw, 50px);
  position: relative;
  text-transform: uppercase;
}

.ltn-welcome__brand-icon {
  align-items: center;
  color: #b28a51;
  display: inline-flex;
  font-family: "Times New Roman", Times, serif;
  font-size: 27px;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.ltn-welcome__brand-icon::before {
  content: "⚖";
}

.ltn-welcome__brand::after {
  background: #b28a51;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 43px;
  position: absolute;
  width: 82px;
}

.ltn-welcome__copy h2 {
  color: #082a46;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(32px, 2.5vw, 54px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.18;
  max-width: 100%;
  text-wrap: balance;
}

.ltn-welcome__copy h2 span {
  display: block;
}

.ltn-welcome__intro {
  color: #4c5359;
  font-size: clamp(15px, 1.02vw, 18px);
  line-height: 1.58;
  margin-top: 27px !important;
  max-width: 620px;
}

.ltn-welcome__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 31px;
  max-width: 650px;
}

.ltn-welcome__fact {
  align-items: center;
  border-right: 1px solid rgba(10, 42, 69, 0.13);
  color: #36414a;
  display: flex;
  flex-direction: column;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  gap: 6px;
  min-height: 54px;
  padding: 0 15px;
  text-align: center;
}

.ltn-welcome__fact:first-child {
  padding-left: 0;
}

.ltn-welcome__fact:last-child {
  border-right: 0;
  padding-right: 0;
}

.ltn-welcome__fact svg {
  color: #b28a51;
  height: 27px;
  width: 27px;
}

.ltn-welcome__fact::before {
  color: #b28a51;
  font-family: "Times New Roman", Times, serif;
  font-size: 29px;
  line-height: 1;
}

.ltn-welcome__fact:nth-child(1)::before {
  content: "▥";
}

.ltn-welcome__fact:nth-child(2)::before {
  content: "⌖";
}

.ltn-welcome__fact:nth-child(3)::before {
  content: "◎";
}

.ltn-welcome__button {
  align-items: center;
  border: 1px solid #b28a51;
  color: #9a713b !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.06em;
  margin-top: 31px;
  padding: 15px 22px;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.ltn-welcome__button:hover {
  background: #0a2a45;
  border-color: #0a2a45;
  color: #fff !important;
}

.ltn-welcome__hero {
  min-height: 540px;
  position: relative;
}

.ltn-welcome__hero::before {
  border-right: 1px solid #b28a51;
  border-top: 1px solid #b28a51;
  content: "";
  height: calc(100% + 34px);
  pointer-events: none;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 39%;
  z-index: 2;
}

.ltn-welcome__hero::after {
  background: #b28a51;
  border-radius: 50%;
  bottom: -18px;
  content: "";
  height: 4px;
  position: absolute;
  right: -21.5px;
  width: 4px;
  z-index: 2;
}

.ltn-welcome__hero img,
.entry-content .ltn-welcome__hero img {
  border-radius: 1px !important;
  display: block;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.ltn-welcome__cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.ltn-welcome-card {
  background: #ffffff;
  border: 1px solid rgba(133, 111, 79, 0.2);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(23, 35, 45, 0.04);
  display: flex;
  flex-direction: column;
  min-height: 290px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ltn-welcome-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #082a46 0%, #b28a51 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ltn-welcome-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(8, 42, 70, 0.09);
  border-color: rgba(178, 138, 81, 0.5);
}

.ltn-welcome-card:hover::before {
  opacity: 1;
}

.ltn-welcome-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px 28px 26px;
}

.ltn-welcome-card__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.ltn-welcome-card__icon {
  align-items: center;
  background: #082a46;
  border-radius: 50%;
  color: #c19a62;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  width: 52px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.ltn-welcome-card:hover .ltn-welcome-card__icon {
  background: #0a365c;
  transform: scale(1.06);
}

.ltn-welcome-card__icon svg {
  height: 26px;
  width: 26px;
}

.ltn-welcome-card__icon::before {
  font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  line-height: 1;
}

.ltn-welcome-card:nth-child(1) .ltn-welcome-card__icon::before {
  content: "§";
}

.ltn-welcome-card:nth-child(2) .ltn-welcome-card__icon::before {
  content: "◎";
}

.ltn-welcome-card:nth-child(3) .ltn-welcome-card__icon::before {
  content: "✓";
}

.ltn-welcome-card__number {
  color: #b28a51;
  font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  font-weight: 700;
  opacity: 0.85;
}

.ltn-welcome-card h3 {
  color: #0a2a45;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(22px, 1.4vw, 26px);
  font-weight: 700;
  line-height: 1.2;
}

.ltn-welcome-card h3::after {
  background: #b28a51;
  content: "";
  display: block;
  height: 2px;
  margin-top: 14px;
  width: 38px;
  transition: width 0.3s ease;
}

.ltn-welcome-card:hover h3::after {
  width: 56px;
}

.ltn-welcome-card p {
  color: #4a5568;
  font-size: 14.5px;
  line-height: 1.6;
  margin-top: 16px;
}

.ltn-welcome-card__link {
  color: #a6793d !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: auto;
  padding-top: 22px;
}

.ltn-welcome-card__link span {
  display: inline-block;
  margin-left: 7px;
  transition: transform 0.2s ease;
}

.ltn-welcome-card__link:hover span {
  transform: translateX(5px);
}

.ltn-welcome-card__media {
  display: none !important;
}

@media (max-width: 1280px) {
  .ltn-welcome__top {
    gap: 36px;
    grid-template-columns: minmax(440px, 1fr) minmax(460px, 1.1fr);
  }

  .ltn-welcome__copy h2 {
    font-size: clamp(30px, 2.4vw, 42px);
  }

  .ltn-welcome__hero {
    min-height: 440px;
  }

  .ltn-welcome-card {
    min-height: 280px;
  }

  .ltn-welcome-card__content {
    padding: 24px 22px 22px;
  }
}

@media (max-width: 1024px) {
  .ltn-welcome__top {
    grid-template-columns: 1fr;
  }

  .ltn-welcome__copy {
    max-width: 760px;
  }

  .ltn-welcome__hero {
    min-height: 470px;
  }

  .ltn-welcome__cards {
    grid-template-columns: 1fr;
  }

  .ltn-welcome-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .ltn-welcome {
    padding: 36px 0 48px;
  }

  .ltn-welcome__shell {
    padding: 0 18px;
  }

  .ltn-welcome__top {
    gap: 34px;
  }

  .ltn-welcome__brand {
    font-size: 12px;
    letter-spacing: 0.13em;
    margin-bottom: 35px;
  }

  .ltn-welcome__brand::after {
    width: 66px;
  }

  .ltn-welcome__copy h2 {
    font-size: clamp(24px, 6.8vw, 34px);
    line-height: 1.25;
  }

  .ltn-welcome__facts {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .ltn-welcome__fact {
    border-bottom: 1px solid rgba(10, 42, 69, 0.12);
    border-right: 0;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 0;
    padding: 0 0 13px !important;
    text-align: left;
  }

  .ltn-welcome__hero {
    min-height: 330px;
  }

  .ltn-welcome__hero::before {
    height: calc(100% + 20px);
    right: -8px;
    top: -10px;
  }

  .ltn-welcome__hero::after {
    bottom: -10px;
    right: -9.5px;
  }

  .ltn-welcome__cards {
    gap: 18px;
    margin-top: 28px;
  }

  .ltn-welcome-card {
    grid-template-columns: 1fr;
  }

  .ltn-welcome-card__media {
    height: 260px;
    order: -1;
  }
}

.entry-content img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
  margin: 15px auto !important;
}

/* Prevent Duplicate Images in Post Cards & Category Lists */
.archive #post-list .entry-content img,
.category #post-list .entry-content img,
.blog-archive #post-list .entry-content img,
.archive #post-list .entry-summary img,
.category #post-list .entry-summary img,
.archive #post-list .article-inner .entry-content img,
.category #post-list .article-inner .entry-content img {
  display: none !important;
}
