@charset "UTF-8";
html,
body {
  background-color: #0a221a !important;
}

/* Global typography scale — fluid 375px→1600px (mobile min → desktop max) */
/* Sub-heading tier: 11/14 of h2 (between h2 and h3) */
body {
  font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
}

h1 {
  font-size: clamp(40px, 32.65px + 1.96vw, 64px);
}

h2 {
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
}

h3 {
  font-size: clamp(26px, 22.94px + 0.82vw, 36px);
}

/* Wider content cap than Bootstrap XXL (1320px); keeps BS rules below this breakpoint */
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
/* Team section background */
.cs-team_section_wrap {
  background-color: #f5f2eb;
  padding: 0 0 48px;
  border-radius: 0;
  overflow: hidden;
}

/* Team card overlay (stronger gradient for text on images) */
.cs-team_section_wrap .cs-team.cs-style1 .cs-member_overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}

.cs-team_section_wrap .cs-team.cs-style1 .cs-member_motto_overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: inherit;
  background: rgba(188, 150, 84, 0.82);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.cs-team_section_wrap .cs-team.cs-style1 .cs-member_motto_text {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.3;
}

.cs-team_section_wrap .cs-team.cs-style1.cs-team--has-motto:hover .cs-member_motto_overlay {
  opacity: 1;
}

.cs-team_section_wrap .cs-team.cs-style1 .cs-member_social {
  top: 14px;
  left: 14px;
  transform: none;
  justify-content: flex-start;
}

.cs-text_session.cs-style1 {
  background-color: #032b1e !important;
}

/* Move team info below the image (style 1) */
.cs-team_section_wrap .cs-team.cs-style1 .cs-member_info {
  position: static;
  width: auto;
  padding: 10px 0 0;
}

/* Team member name (primary text) */
.cs-team_section_wrap .cs-team.cs-style1 .cs-member_name {
  color: #101010;
  margin-bottom: 3px;
}

/* Team member designation (secondary text) */
.cs-team_section_wrap .cs-team.cs-style1 .cs-member_designation {
  color: #101010;
  font-weight: 600;
  font-size: 14px;
}

.cs-team_section_wrap .cs-team.cs-style1.cs-team--partner .cs-member_designation {
  font-weight: 400;
}

.cs-team_section_wrap .cs-team.cs-style1 .cs-member_company_designation {
  color: #101010;
  font-weight: 700;
  font-size: 13px;
}

.cs-team_section_wrap .cs-team.cs-style1 .cs-member_email,
.cs-team_section_wrap .cs-team.cs-style1 .cs-member_website {
  color: #101010;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}

/* Team section heading text (outside images) */
.cs-team_section_wrap .cs-section_heading .cs-section_title {
  color: #101010;
}

.cs-team_section_wrap .cs-section_heading .cs-section_subtitle {
  color: #101010;
}

.cs-team_section_wrap .cs-team_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 26px;
}

.cs-team_section_wrap .cs-team_grid_item,
.cs-team_section_wrap .slick-slide > div {
  min-width: 0;
}

.cs-team_section_wrap .cs-team.cs-style1 {
  min-width: 0;
}

.cs-team_section_wrap .cs-team.cs-style1 .cs-member_thumb {
  aspect-ratio: 1/1.12;
  overflow: hidden;
}

.cs-team_section_wrap .cs-team.cs-style1 .cs-member_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-team_section_wrap .cs-team.cs-style1 .cs-member_name {
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.cs-team_section_wrap .cs-team.cs-style1 .cs-member_designation,
.cs-team_section_wrap .cs-team.cs-style1 .cs-member_company_designation,
.cs-team_section_wrap .cs-team.cs-style1 .cs-member_email,
.cs-team_section_wrap .cs-team.cs-style1 .cs-member_website {
  line-height: 1.45;
  overflow-wrap: anywhere;
}

@media (max-width: 1399px) {
  .cs-team_section_wrap .cs-team_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1199px) {
  .cs-team_section_wrap .cs-team_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .cs-team_section_wrap .cs-team_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_info {
    padding-top: 8px;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_designation {
    font-size: 13px;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_company_designation {
    font-size: 12px;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_email {
    font-size: 12px;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_website {
    font-size: 12px;
  }
}
.cs-team_section_wrap .cs-team.cs-style1 .cs-member_motto_inline {
  display: none;
}

.cs-team_section_wrap .cs-team_grid--mobile_stack {
  display: none;
}

@media (max-width: 575px) {
  .cs-team_section_wrap .cs-team_slider_desktop {
    display: none !important;
  }
  .cs-team_section_wrap .cs-team_grid--mobile_stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px 0;
  }
  .cs-team_section_wrap .cs-team_grid:not(.cs-team_grid--mobile_stack) {
    grid-template-columns: 1fr;
    gap: 28px 0;
  }
  .cs-team_section_wrap .cs-team.cs-style1 {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    overflow: visible;
  }
  .cs-team_section_wrap .cs-team_grid_item:nth-child(odd) .cs-team.cs-style1,
  .cs-team_section_wrap .cs-team_grid--mobile_stack .cs-team_grid_item:nth-child(odd) .cs-team.cs-style1 {
    flex-direction: row;
  }
  .cs-team_section_wrap .cs-team_grid_item:nth-child(even) .cs-team.cs-style1,
  .cs-team_section_wrap .cs-team_grid--mobile_stack .cs-team_grid_item:nth-child(even) .cs-team.cs-style1 {
    flex-direction: row-reverse;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_thumb {
    position: relative;
    flex: 0 0 min(42%, 160.7142857143px);
    width: min(42%, 160.7142857143px);
    max-width: min(42%, 160.7142857143px);
    height: auto;
    max-height: 180px;
    aspect-ratio: 1/1.28;
    min-width: 0;
    overflow: hidden;
    border-radius: 12px;
    align-self: flex-start;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transform: none;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_overlay {
    opacity: 0.35;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_motto_inline {
    display: block;
    margin: 10px 0 0;
    color: #101010;
    font-size: 12px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_motto_overlay {
    display: none;
  }
  .cs-team_section_wrap .cs-team.cs-style1.cs-team--has-motto:hover .cs-member_motto_overlay {
    opacity: 0;
  }
  .cs-team_section_wrap .cs-team.cs-style1:hover .cs-member_thumb img {
    transform: none;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_name {
    font-size: 17px;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_designation {
    font-size: 12px;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_company_designation {
    font-size: 12px;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_email {
    font-size: 11px;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_website {
    font-size: 11px;
  }
  .cs-team_section_wrap .cs-team_grid_item:nth-child(even) .cs-team.cs-style1 .cs-member_social,
  .cs-team_section_wrap .cs-team_grid--mobile_stack .cs-team_grid_item:nth-child(even) .cs-team.cs-style1 .cs-member_social {
    left: auto;
    right: 14px;
  }
}
/* Tablet + desktop: inline motto below info, no gold hover */
@media (min-width: 576px) {
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_motto_overlay {
    display: none;
  }
  .cs-team_section_wrap .cs-team.cs-style1.cs-team--has-motto:hover .cs-member_motto_overlay {
    opacity: 0;
  }
  .cs-team_section_wrap .cs-team.cs-style1 .cs-member_motto_inline {
    display: block;
    margin: 12px 0 0;
    padding-left: 14px;
    border-left: 2px solid rgba(188, 150, 84, 0.65);
    color: #101010;
    font-size: clamp(13px, 0.85vw, 15px);
    line-height: 1.55;
    font-style: italic;
    overflow-wrap: anywhere;
  }
}
.cs-project_info .hero-gold {
  color: #a77d3f;
}

/* Footer overrides */
.cs-fooer,
.cs-fooer .cs-fooer_main,
.cs-fooer .cs-bottom_footer {
  background-color: #000000;
}

.cs-fooer .cs-text_widget img {
  display: block;
  width: auto;
  max-width: 280px;
  max-height: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Newsletter input uses the same green background and white text */
.cs-fooer .cs-newsletter.cs-style1 .cs-newsletter_input {
  background-color: #1d3624;
  color: #ffffff;
}

.cs-fooer .cs-newsletter.cs-style1 .cs-newsletter_input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.cs-fooer .cs-newsletter.cs-style1 .cs-newsletter_input::placeholder {
  color: #ffffff;
  opacity: 1;
}

/* Hero section overrides */
.cs-hero.cs-style1 .cs-hero_subtitle,
.cs-hero.cs-style3 .cs-hero_subtitle,
.cs-hero.cs-style1.cs-type1 .cs-hero_subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 13.875px !important;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.6s ease 0.6s forwards;
}

.cs-hero.cs-style1 .cs-hero_subtitle::before,
.cs-hero.cs-style3 .cs-hero_subtitle::before,
.cs-hero.cs-style1.cs-type1 .cs-hero_subtitle::before {
  content: "";
  width: 24px;
  height: 1px;
  background: rgb(255, 255, 255);
}

.cs-hero.cs-style1 .cs-hero_subtitle:empty,
.cs-hero.cs-style3 .cs-hero_subtitle:empty,
.cs-hero.cs-style1.cs-type1 .cs-hero_subtitle:empty {
  display: none;
}

.cs-hero.cs-style1 .cs-hero_subtitle:empty::before,
.cs-hero.cs-style3 .cs-hero_subtitle:empty::before,
.cs-hero.cs-style1.cs-type1 .cs-hero_subtitle:empty::before {
  display: none;
}

/* Keep hero background image better aligned */
.cs-hero.cs-style1.cs-bg,
.cs-hero.cs-style4.cs-bg,
.cs-hero.cs-style5.cs-bg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Add subtle overlay for better hero text contrast */
.cs-hero.cs-style1.cs-bg {
  position: relative;
  overflow: hidden;
}

.cs-hero.cs-style1.cs-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center 60%;
  background-repeat: no-repeat;
  opacity: 1;
  animation: heroZoom 18s ease-in-out infinite alternate heroOpen 0.6s ease forwards;
  z-index: 0;
  pointer-events: none;
}

.cs-hero.cs-style1.cs-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 70% at 50% 40%, rgba(5, 20, 14, 0) 0%, rgba(5, 20, 14, 0.52) 100%), linear-gradient(to bottom, rgba(5, 18, 12, 0.45) 0%, rgba(5, 18, 12, 0.05) 25%, rgba(5, 18, 12, 0) 50%, rgba(5, 18, 12, 0.55) 80%, rgba(5, 18, 12, 0.82) 100%);
  filter: blur(10px);
  transform: scale(1);
  transform-origin: center;
  animation: heroOpen 0.3s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  pointer-events: none;
  z-index: 2;
}

.cs-hero.cs-style1.cs-bg > .container {
  position: relative;
  z-index: 3;
}

.cs-hero.cs-style1.cs-bg .cs-hero_social_wrap {
  position: relative;
  z-index: 3;
}

/* Keep shape markup in JSX, but disable visual shapes for this hero variant */
/* .cs-hero.cs-style1.cs-shape_wrap_1 .cs-shape_1 { ...base shape styles... } */
.cs-hero.cs-style1.cs-shape_wrap_1 .cs-shape_1 {
  display: none !important;
}

.cs-hero.cs-style1 .cs-hero_text,
.cs-hero.cs-style3 .cs-hero_text,
.cs-hero.cs-style1.cs-type1 .cs-hero_text {
  text-align: center;
  margin-top: 120px;
}

.cs-hero.cs-style1 .cs-hero_title,
.cs-hero.cs-style3 .cs-hero_title,
.cs-hero.cs-style1.cs-type1 .cs-hero_title {
  text-align: center;
  margin-top: 0;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.6s ease 1s forwards;
  font-size: clamp(40px, 32.65px + 1.96vw, 64px);
}

/* Use this class in title HTML to highlight a word in gold */
.cs-hero .cs-hero_title .hero-gold {
  color: #a77d3f;
}

.cs-hero.cs-style1 .cs-hero_title br,
.cs-hero.cs-style3 .cs-hero_title br,
.cs-hero.cs-style1.cs-type1 .cs-hero_title br {
  display: inline;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroReveal {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes heroOpen {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  65% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes heroZoom {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}
/* Avoid fixed-attachment rendering artifacts that can look pixelized on Windows */
.cs-hero.cs-fixed_bg {
  background-attachment: scroll !important;
}

/* Hero style 12 (Medical Spa) */
.cs-hero.cs-style12 {
  position: relative;
  width: 100%;
  min-height: 680px;
  overflow: hidden;
  background: #0a221a;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(120deg, #051a12 0%, #0d3d2e 45%, #1a5c42 100%);
}

.cs-hero.cs-style12 .cs-hero12_bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #051a12 0%, #0d3d2e 45%, #1a5c42 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cs-hero.cs-style12 .cs-hero12_bg {
  display: none;
}

.cs-hero.cs-style12.has-bg-image .cs-hero12_bg {
  background-size: cover;
  background-position: center center;
}

.cs-hero.cs-style12 .cs-hero12_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 70% at 80% 40%, rgba(201, 169, 110, 0.06) 0%, transparent 65%), radial-gradient(ellipse 40% 40% at 10% 80%, rgba(5, 26, 18, 0.7) 0%, transparent 70%);
}

.cs-hero.cs-style12 .cs-hero12_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(5, 18, 12, 0.85) 0%, rgba(5, 18, 12, 0.3) 55%, rgba(5, 18, 12, 0.1) 100%), linear-gradient(to top, rgba(5, 18, 12, 0.65) 0%, transparent 55%);
}

.cs-hero.cs-style12 .cs-hero12_content {
  position: relative;
  z-index: 10;
  padding: 0 60px 80px;
  max-width: 760px;
  opacity: 0;
  animation: hero12FadeUp 0.6s ease 0.3s forwards;
}

@keyframes hero12FadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cs-hero.cs-style12 .cs-hero12_eyebrow {
  font-size: 14px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #a77d3f;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.cs-hero.cs-style12 .cs-hero12_eyebrow::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #a77d3f;
  opacity: 0.6;
}

.cs-hero.cs-style12 .cs-hero12_title {
  font-size: clamp(81px, 9.45vw, 132.75px);
  font-weight: 300;
  font-style: italic;
  line-height: 0.95;
  color: #f5f2eb;
  letter-spacing: 0.01em;
  margin: 0 0 36px;
}

/* Spans inside Medical Spa title HTML (e.g. <span class="hero-gold">) */
.cs-hero.cs-style12 .cs-hero12_title .hero-gold {
  color: #a77d3f;
}

.cs-hero.cs-style12 .cs-hero12_title .hero-green {
  color: #1a6349;
}

.cs-hero.cs-style12 .cs-hero12_tagline {
  margin: 0;
  font-size: 18px;
  line-height: 1.85;
  color: rgba(245, 242, 235, 0.5);
  max-width: 560px;
  border-left: 1px solid rgba(201, 169, 110, 0.3);
  padding-left: 26px;
}

@media (max-width: 991px) {
  .cs-hero.cs-style12 {
    min-height: 620px;
  }
  .cs-hero.cs-style12 .cs-hero12_content {
    padding: 0 32px 56px;
  }
}
@media (max-width: 767px) {
  .cs-hero.cs-style12 {
    min-height: 560px;
  }
  .cs-hero.cs-style12 .cs-hero12_content {
    padding: 0 20px 44px;
  }
  .cs-hero.cs-style12 .cs-hero12_eyebrow {
    margin-bottom: 18px;
    font-size: 13.875px;
    letter-spacing: 0.2em;
  }
  .cs-hero.cs-style12 .cs-hero12_title {
    font-size: clamp(49.5px, 12.375vw, 74.25px);
    margin-bottom: 24px;
    line-height: 1.02;
  }
  .cs-hero.cs-style12 .cs-hero12_tagline {
    font-size: 15.75px;
    line-height: 1.75;
    padding-left: 20px;
  }
}
/* Better alignment for hero image blocks */
.cs-hero.cs-style8 .cs-hero_img_box img,
.cs-hero.cs-style6 .cs-hero_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

/* Portfolio section style 5 - remove left offset and center content on responsive */
@media (max-width: 1080px) {
  .cs-portfolio.cs-style2 .container,
  .cs-portfolio.cs-style2.cs-type1 .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cs-portfolio.cs-style2 .cs-portfolio_img,
  .cs-portfolio.cs-style2.cs-type1 .cs-portfolio_img {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cs-portfolio.cs-style2 .cs-section_heading.cs-style1,
  .cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-style1 {
    padding-left: 0 !important;
    text-align: center;
  }
  .cs-portfolio.cs-style2 .cs-section_heading.cs-style1 .cs-btn,
  .cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-style1 .cs-btn {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Portfolio layout style 5 — item title, CTA text and arrow */
.cs-portfolio.cs-style2 .cs-section_heading.cs-portfolio-section-heading .cs-section_title,
.cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-portfolio-section-heading .cs-section_title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
.cs-portfolio.cs-style2 .cs-section_heading.cs-portfolio-section-heading .cs-text_btn,
.cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-portfolio-section-heading .cs-text_btn {
  font-size: 18px;
  font-weight: 400;
}
.cs-portfolio.cs-style2 .cs-section_heading.cs-portfolio-section-heading .cs-text_btn svg,
.cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-portfolio-section-heading .cs-text_btn svg {
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .cs-portfolio.cs-style2 .cs-section_heading.cs-portfolio-section-heading .cs-section_title,
  .cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-portfolio-section-heading .cs-section_title {
    font-size: 18px;
  }
  .cs-portfolio.cs-style2 .cs-section_heading.cs-portfolio-section-heading .cs-text_btn,
  .cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-portfolio-section-heading .cs-text_btn {
    font-size: 15px;
    font-weight: 400;
  }
  .cs-portfolio.cs-style2 .cs-section_heading.cs-portfolio-section-heading .cs-text_btn svg,
  .cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-portfolio-section-heading .cs-text_btn svg {
    font-size: 15px;
    font-weight: 400;
  }
}
/* Mobile hero subtitle/title size */
@media (max-width: 991px) {
  .cs-hero.cs-style1.cs-bg::after {
    background-position: center center;
    transform: scale(1.03);
    animation-duration: 14s, 1s;
  }
  .cs-hero.cs-style1 .cs-hero_subtitle,
  .cs-hero.cs-style3 .cs-hero_subtitle,
  .cs-hero.cs-style1.cs-type1 .cs-hero_subtitle {
    margin-bottom: 12px;
    font-size: 12px !important;
    letter-spacing: 0.16em;
  }
  .cs-hero.cs-style1 .cs-hero_title,
  .cs-hero.cs-style3 .cs-hero_title,
  .cs-hero.cs-style1.cs-type1 .cs-hero_title {
    font-size: clamp(34px, 7vw, 44px);
    line-height: 1.15;
    letter-spacing: 0.02em;
    margin-top: 0 !important;
  }
  .cs-hero.cs-style1 .cs-hero_text,
  .cs-hero.cs-style3 .cs-hero_text,
  .cs-hero.cs-style1.cs-type1 .cs-hero_text {
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .cs-hero.cs-style1 .cs-hero_subtitle,
  .cs-hero.cs-style3 .cs-hero_subtitle,
  .cs-hero.cs-style1.cs-type1 .cs-hero_subtitle {
    font-size: 11px !important;
    letter-spacing: 0.14em;
  }
  .cs-hero.cs-style1 .cs-hero_title,
  .cs-hero.cs-style3 .cs-hero_title,
  .cs-hero.cs-style1.cs-type1 .cs-hero_title {
    font-size: clamp(28px, 8vw, 38px);
  }
}
/* Banner style 2 */
.cs-banner.cs-style2 {
  width: 100%;
  padding: 80px 0;
  background-color: #f5f6ef;
}

.cs-banner.cs-style2 .cs-banner_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cs-banner.cs-style2 .cs-banner_inner > * {
  margin-bottom: 34px;
}

.cs-banner.cs-style2 .cs-banner_inner > *:last-child {
  margin-bottom: 0;
}

.cs-banner.cs-style2 .cs-banner_title {
  margin: 0 0 24px;
  text-align: center;
  color: #101010;
}

.cs-banner.cs-style2 .cs-banner_divider {
  width: 100%;
  max-width: 980px;
  height: 1px;
  background-color: #101010;
  opacity: 0.22;
  margin: 0 0 1px;
}

.cs-banner.cs-style2 .cs-banner_image {
  display: block;
  margin: 0 auto 52px;
  width: 100%;
  max-width: 980px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.cs-banner.cs-style2 .cs-banner_btn_wrap {
  margin: 0;
}

.cs-banner.cs-style2 .cs-banner_outline_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 32px;
  border: 1px solid #101010;
  border-radius: 999px;
  color: #101010;
  background-color: transparent;
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.cs-banner.cs-style2 .cs-banner_outline_btn:hover {
  color: #101010;
  background-color: rgba(16, 16, 16, 0.08);
  border-color: #101010;
}

/* Text Session style 1 (based on Banner style 2) */
.cs-text_session.cs-style1 {
  width: 100%;
  padding: 80px 0;
  background-color: #061611;
}

.cs-text_session.cs-style1 .cs-text_session_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cs-text_session.cs-style1 .cs-text_session_inner > * {
  margin-bottom: 34px;
}

.cs-text_session.cs-style1 .cs-text_session_inner > *:last-child {
  margin-bottom: 0;
}

.cs-text_session.cs-style1 .cs-text_session_title {
  margin: 0 0 24px;
  text-align: center;
  color: #ffffff;
  max-width: 720px;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 100;
}

.cs-text_session.cs-style1 .cs-text_session_divider {
  display: none;
}

.cs-text_session.cs-style1 .cs-text_session_richtext {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
}

/* Text Session style 2 - subtitle+title left, rich text+button right */
.cs-text_session.cs-style2 {
  width: 100%;
  padding: 80px 0;
  background-color: #f5f2eb;
}

.cs-text_session.cs-style2 .container {
  max-width: 100%;
  padding-left: 62px;
  padding-right: 62px;
}

.cs-text_session.cs-style2 .cs-text_session_inner.cs-text_session_style2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 60px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
}

.cs-text_session.cs-style2 .cs-text_session_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.cs-text_session.cs-style2 .cs-text_session_right {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 36px;
}

.cs-text_session.cs-style2 .cs-text_session_subtitle {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 13.875px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #bc9654;
}
.cs-text_session.cs-style2 .cs-text_session_subtitle::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(188, 150, 84, 0.8);
}

.cs-text_session.cs-style2 .cs-text_session_title {
  margin: 0;
  text-align: left;
  color: #101010;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  line-height: 1.2;
}

.cs-text_session .cs-text_session_title .hero-gold {
  color: #a77d3f;
}

.cs-text_session .cs-text_session_title .hero-green {
  color: #1a6349;
}

.cs-text_session.cs-style2 .cs-text_session_btn_wrap {
  margin-top: 0;
}

.cs-text_session.cs-style2 .cs-text_session_right .cs-text_session_richtext {
  display: block;
  margin: 0;
  color: #1b1b1b;
  text-align: left;
  font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
  line-height: 1.75;
}

.cs-text_session.cs-style2 .cs-text_session_outline_btn {
  align-self: flex-start;
}

/* Text Session style 3 - like style 1, cream background, left-aligned rich text */
.cs-text_session.cs-style3 {
  width: 100%;
  padding: 80px 0;
  background-color: #f5f2eb;
}

.cs-text_session.cs-style3 .cs-text_session_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cs-text_session.cs-style3 .cs-text_session_inner > * {
  margin-bottom: 34px;
}

.cs-text_session.cs-style3 .cs-text_session_inner > *:last-child {
  margin-bottom: 0;
}

.cs-text_session.cs-style3 .cs-text_session_title {
  margin: 0 0 24px;
  text-align: center;
  color: #101010;
  max-width: 720px;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 100;
}

.cs-text_session.cs-style3 .cs-text_session_richtext {
  display: block;
  margin: 0 0 30px;
  width: 100%;
  max-width: 620px;
  color: #1b1b1b;
  text-align: left;
  font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
  line-height: 1.75;
}

@media (max-width: 991px) {
  .cs-text_session.cs-style2 .cs-text_session_inner.cs-text_session_style2 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cs-text_session.cs-style2 .cs-text_session_right {
    padding-left: 0;
    width: 100%;
    align-items: flex-start;
    gap: 18px;
  }
  .cs-text_session.cs-style2 .cs-text_session_right .cs-text_session_richtext {
    width: 100%;
    text-align: left;
  }
  .cs-text_session.cs-style2 .cs-text_session_btn_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cs-text_session.cs-style2 .cs-text_session_outline_btn {
    align-self: center;
  }
}
@media (max-width: 767px) {
  .cs-text_session.cs-style2 {
    padding: 60px 0;
  }
  .cs-text_session.cs-style2 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-text_session.cs-style2 .cs-text_session_right .cs-text_session_richtext {
    font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
  }
  .cs-text_session.cs-style3 {
    padding: 60px 0;
  }
}
.cs-portfolio.cs-style2 .cs-portfolio_img_title {
  display: none;
}

/* Portfolio style 2 - warmer gold radial gradient shape */
.cs-portfolio.cs-style2 .cs-gradient_shape {
  background: radial-gradient(50% 50% at 50% 50%, rgba(201, 164, 107, 0.28) 0%, rgba(10, 34, 26, 0.18) 100%);
}

/* Portfolio style 8 */
.cs-portfolio8_section {
  padding: 100px 0;
}

.cs-portfolio8_section .container {
  max-width: 100%;
  padding-left: 62px;
  padding-right: 62px;
}

.cs-portfolio8_heading_row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

h2.cs-portfolio8_title,
.cs-portfolio8_title {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  line-height: 1.05;
}

.cs-theme-btn,
.cs-portfolio8_btn,
.cs-service7_btn,
.cs-text_session_outline_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 28px;
  border: 1px solid rgba(201, 164, 107, 0.45);
  background: transparent;
  color: #c9a46b;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.cs-theme-btn:hover,
.cs-portfolio8_btn:hover,
.cs-service7_btn:hover,
.cs-text_session_outline_btn:hover {
  color: #fff;
  background-color: rgba(201, 164, 107, 0.18);
  border-color: rgba(201, 164, 107, 0.8);
}

.cs-theme-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.cs-portfolio8_layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px;
  min-height: 640px;
}

.cs-portfolio8_item {
  min-width: 0;
  min-height: 0;
}

.cs-portfolio8_slot_primary {
  grid-column: 1/2;
  grid-row: 1/3;
}

.cs-portfolio8_slot_top {
  grid-column: 2/3;
  grid-row: 1/2;
}

.cs-portfolio8_slot_bottom {
  grid-column: 2/3;
  grid-row: 2/3;
}

.cs-portfolio8_card {
  position: relative;
  display: block;
  height: 100%;
  min-height: 308px;
  overflow: hidden;
  border-radius: 24px;
  background-color: #161616;
}

.cs-portfolio8_card_media,
.cs-portfolio8_card_overlay,
.cs-portfolio8_card_content {
  position: absolute;
  left: 0;
  width: 100%;
}

.cs-portfolio8_card_media,
.cs-portfolio8_card_overlay {
  top: 0;
  height: 100%;
}

.cs-portfolio8_card_media {
  overflow: hidden;
}

.cs-portfolio8_card_img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.45s ease;
}

.cs-portfolio8_card_overlay {
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.08) 53%, rgba(16, 16, 16, 0.72) 95%, rgba(16, 16, 16, 0.94) 100%), linear-gradient(135deg, rgba(16, 16, 16, 0) 44%, rgba(12, 38, 14, 0.2) 100%);
}

.cs-portfolio8_card_content {
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
}

.cs-portfolio8_card_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11.5px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cs-portfolio8_card_status,
.cs-portfolio8_card_location {
  display: inline-flex;
  align-items: center;
}

.cs-portfolio8_card_status {
  color: #c9a46b;
}

.cs-portfolio8_card_location::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: rgba(201, 164, 107, 0.9);
}

.cs-portfolio8_card_primary .cs-portfolio8_card_meta {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  font-size: 12.5px;
  line-height: 1.5;
}

.cs-portfolio8_card_primary .cs-portfolio8_card_location::before {
  display: none;
}

.cs-portfolio8_card_primary .cs-portfolio8_card_title {
  font-size: clamp(22px, 19px + 0.65vw, 30px);
  line-height: 1.1;
}

.cs-portfolio8_card_title {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 16px + 0.45vw, 26px);
  font-weight: 400;
  line-height: 1.14;
}

.cs-portfolio8_card_sm .cs-portfolio8_card_title {
  font-size: clamp(16px, 14.5px + 0.35vw, 22px);
}

.cs-portfolio8_card:hover .cs-portfolio8_card_img {
  transform: scale(1.05);
}

.cs-portfolio8_slide {
  padding-bottom: 4px;
}

.cs-portfolio8_slider .slick-track {
  display: flex;
}

.cs-portfolio8_slider .slick-slide {
  height: inherit;
}

.cs-portfolio8_slider .slick-slide > div {
  height: 100%;
}

.cs-portfolio8_slider .slick-dots {
  margin-top: 32px;
}

.cs-portfolio8_slider .slick-dots button {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-color: rgba(201, 164, 107, 0.6);
}

.cs-portfolio8_slider .slick-dots button:disabled {
  cursor: default;
}

.cs-portfolio8_slider .slick-dots button::before {
  width: 6px;
  height: 6px;
  background-color: #c9a46b;
}

.cs-portfolio8_slider .slick-dots .slick-active button {
  background-color: rgba(201, 164, 107, 0.18);
  border-color: #c9a46b;
}

@media (max-width: 991px) {
  .cs-portfolio8_section {
    padding: 80px 0;
  }
  .cs-portfolio8_section .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .cs-portfolio8_heading_row {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .cs-portfolio8_layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 540px 260px;
    min-height: initial;
  }
  .cs-portfolio8_item {
    display: flex;
    min-height: 0;
  }
  .cs-portfolio8_slot_primary {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .cs-portfolio8_slot_top {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .cs-portfolio8_slot_bottom {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .cs-portfolio8_card {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
  }
  .cs-portfolio8_card_lg,
  .cs-portfolio8_card_primary {
    height: 100%;
    min-height: 0;
    max-height: none;
  }
  .cs-portfolio8_card_sm {
    height: 100%;
    min-height: 0;
    max-height: none;
  }
}
@media (max-width: 767px) {
  .cs-portfolio8_section {
    padding: 60px 0;
  }
  .cs-portfolio8_section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-portfolio8_heading_row {
    gap: 18px;
    margin-bottom: 24px;
  }
  .cs-theme-btn,
  .cs-portfolio8_btn,
  .cs-service7_btn,
  .cs-text_session_outline_btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 12.375px;
    letter-spacing: 0.14em;
  }
  .cs-portfolio8_layout {
    gap: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: 420px 280px 280px;
  }
  .cs-portfolio8_item {
    display: flex;
    min-height: 0;
  }
  .cs-portfolio8_slot_primary,
  .cs-portfolio8_slot_top,
  .cs-portfolio8_slot_bottom {
    grid-column: auto;
    grid-row: auto;
  }
  .cs-portfolio8_card {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
  }
  .cs-portfolio8_card_primary,
  .cs-portfolio8_card_lg,
  .cs-portfolio8_card_sm {
    height: 100%;
    min-height: 0;
    max-height: none;
  }
  .cs-portfolio8_card_content {
    gap: 8px;
    padding: 20px 18px;
  }
  .cs-portfolio8_card_meta {
    gap: 6px 12px;
    font-size: 10.5px;
  }
  .cs-portfolio8_card_primary .cs-portfolio8_card_meta {
    font-size: 11.5px;
  }
  .cs-portfolio8_card_primary .cs-portfolio8_card_title {
    font-size: clamp(20px, 18px + 0.5vw, 26px);
  }
  .cs-portfolio8_card_title {
    font-size: clamp(16px, 14.5px + 0.35vw, 20px);
  }
  .cs-portfolio8_card_sm .cs-portfolio8_card_title {
    font-size: clamp(15px, 14px + 0.25vw, 18px);
  }
  .cs-portfolio8_card_location::before {
    margin-right: 8px;
  }
}
/* Testimonial style 5 - title/subtitle/description left, items array right */
.cs-testimonial5 {
  width: 100%;
  padding: 80px 0;
  background-color: #f5f2eb;
}

.cs-testimonial5 .container {
  max-width: 100%;
  padding-left: 62px;
  padding-right: 62px;
}

.cs-testimonial5_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 60px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
}

.cs-testimonial5_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.cs-testimonial5_subtitle {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 13.875px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #000000;
}
.cs-testimonial5_subtitle::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(0, 0, 0, 0.8);
}

.cs-testimonial5_title {
  margin: 0;
  text-align: left;
  color: #101010;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  line-height: 1.2;
}

.cs-testimonial5_description {
  color: #1b1b1b;
  font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
  line-height: 1.75;
}

.cs-testimonial5_right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cs-testimonial5_item {
  padding: 28px 0;
  border-top: 1px solid rgba(16, 16, 16, 0.12);
}
.cs-testimonial5_item:first-child {
  padding-top: 0;
  border-top: none;
}

.cs-testimonial5_item_title {
  margin: 0 0 3px;
  color: #000;
  font-size: clamp(25.14px, 21.3px + 1.03vw, 37.71px);
  font-weight: 500;
  line-height: 1.3;
}

.cs-testimonial5_item_richtext {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 1.75;
}

.cs-testimonial5_item_richtext p {
  margin: 0 0 12px;
}
.cs-testimonial5_item_richtext p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .cs-testimonial5_inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .cs-testimonial5 {
    padding: 60px 0;
  }
  .cs-testimonial5 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-testimonial5_item {
    padding: 24px 0;
  }
}
/* Testimonial style 6 — title header; left: quote + label; right: rich text */
.cs-testimonial6 {
  width: 100%;
  padding: 96px 0;
  background-color: #f5f2eb;
}

.cs-testimonial6 .container {
  max-width: 100%;
  padding-left: 62px;
  padding-right: 62px;
}

.cs-testimonial6_header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px 28px;
  margin-bottom: 48px;
}

.cs-testimonial6_title {
  margin: 0;
  width: 100%;
  min-width: 0;
  color: #101010;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  line-height: 1.15;
}

.cs-testimonial6_grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 48px 72px;
  align-items: start;
}

.cs-testimonial6_left {
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-left: 1px solid #bc9654;
  padding-left: 28px;
}

.cs-testimonial6_quote {
  margin: 0;
  padding: 0;
  border: none;
  color: rgba(16, 16, 16, 0.55);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 22.94px + 0.82vw, 36px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
}

.cs-testimonial6_quote p {
  margin: 0 0 0.75em;
}
.cs-testimonial6_quote p:last-child {
  margin-bottom: 0;
}

.cs-testimonial6_subtitle {
  margin: 0;
  font-size: 13.875px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #bc9654;
  font-family: inherit;
  font-weight: 500;
}

.cs-testimonial6_right {
  min-width: 0;
}

.cs-testimonial6_richtext {
  color: #1b1b1b;
  font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
  line-height: 1.75;
}

.cs-testimonial6_richtext p {
  margin: 0 0 1em;
}
.cs-testimonial6_richtext p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .cs-testimonial6_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .cs-testimonial6 {
    padding: 64px 0;
  }
  .cs-testimonial6 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-testimonial6_header {
    margin-bottom: 32px;
  }
  .cs-testimonial6_left {
    padding-left: 20px;
  }
}
/* Testimonial style 7 — editorial heading with bordered rich-text items */
.cs-testimonial7 {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 92px 0;
  background-color: #f5f2eb;
}

.cs-testimonial7 .container {
  max-width: 100%;
  padding-left: 62px;
  padding-right: 62px;
}

.cs-testimonial7_inner {
  display: grid;
  grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
  gap: 64px 88px;
  align-items: start;
}

.cs-testimonial7_label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding-top: 8px;
  padding-right: 24px;
}

.cs-testimonial7_subtitle {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 13.875px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #bc9654;
}
.cs-testimonial7_subtitle::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(188, 150, 84, 0.8);
}

.cs-testimonial7_content {
  min-width: 0;
}

.cs-testimonial7_intro {
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(16, 16, 16, 0.14);
}

.cs-testimonial7_title {
  margin: 0;
  color: #101010;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}

.cs-testimonial7_title em,
.cs-testimonial7_title i {
  color: #2b7a55;
  font-style: normal;
}

.cs-testimonial7_description {
  max-width: 860px;
  color: rgba(16, 16, 16, 0.66);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 1.25vw, 28px);
  font-weight: 400;
  line-height: 1.45;
}

.cs-testimonial7_description p {
  margin: 0 0 1em;
}
.cs-testimonial7_description p:last-child {
  margin-bottom: 0;
}

.cs-testimonial7_items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 80px;
  padding-top: 56px;
}

.cs-testimonial7_item {
  color: #1b1b1b;
  font-size: clamp(16px, 0.44vw + 14.63px, 18px);
  line-height: 1.75;
}

.cs-testimonial7_item h1,
.cs-testimonial7_item h2,
.cs-testimonial7_item h3,
.cs-testimonial7_item h4,
.cs-testimonial7_item strong {
  margin: 0 0 14px;
  color: #101010;
  font-size: clamp(25.14px, 21.3px + 1.03vw, 37.71px);
  font-weight: 500;
  line-height: 1.3;
}

.cs-testimonial7_item p {
  margin: 0 0 1em;
}
.cs-testimonial7_item p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .cs-testimonial7_inner {
    gap: 36px;
  }
  .cs-testimonial7_items {
    gap: 32px 48px;
  }
}
@media (max-width: 991px) {
  .cs-testimonial7_inner {
    grid-template-columns: 1fr;
  }
  .cs-testimonial7_label {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cs-testimonial7 {
    padding: 64px 0;
  }
  .cs-testimonial7 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-testimonial7_intro {
    padding-bottom: 30px;
  }
  .cs-testimonial7_items {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
}
/* Standard split-layout image panel (Why Us 2, About 3, Project Info 1) */
.cs-why_choose_us_style2 .cs-why_us2_img_wrap,
.cs-about_style3 .cs-about3_img_wrap,
.cs-project_info.cs-style1 .cs-project_info_image_wrap {
  aspect-ratio: 5/6;
  width: 100%;
  max-height: 320px;
  display: block;
}

.cs-why_choose_us_style2 .cs-why_us2_img_wrap,
.cs-about_style3 .cs-about3_img_wrap {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .cs-why_choose_us_style2 .cs-why_us2_img_wrap,
  .cs-about_style3 .cs-about3_img_wrap,
  .cs-project_info.cs-style1 .cs-project_info_image_wrap {
    max-height: min(58vh, 580px);
  }
}
.cs-why_choose_us_style2 .cs-why_us2_img,
.cs-about_style3 .cs-about3_img,
.cs-project_info.cs-style1 .cs-project_info_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-why_choose_us_style2 .cs-why_us2_img,
.cs-about_style3 .cs-about3_img {
  -o-object-position: center;
     object-position: center;
}

/* Why Choose Us style 2 (Medical Spa) */
.cs-why_choose_us_style2 {
  position: relative;
  z-index: 1;
  padding: 100px 60px;
  border-bottom: 1px solid rgba(16, 16, 16, 0.06);
  width: 100%;
  max-width: 100%;
}
.cs-why_choose_us_style2.container {
  width: 100%;
  max-width: 100% !important;
  padding-left: 60px;
  padding-right: 60px;
}
.cs-why_choose_us_style2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f5f2eb;
  border-bottom: 1px solid rgba(16, 16, 16, 0.06);
  z-index: -1;
  pointer-events: none;
}
.cs-why_choose_us_style2 .cs-why_us2_grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 100px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.cs-why_choose_us_style2 .cs-why_us2_grid > [class*=col-] {
  width: auto;
  max-width: none;
  flex: initial;
  padding-left: 0;
  padding-right: 0;
}
.cs-why_choose_us_style2 .cs-why_us2_content {
  margin-left: 0 !important;
}
.cs-why_choose_us_style2 .cs-why_us2_img_col {
  display: flex;
  justify-content: center;
}
.cs-why_choose_us_style2 .cs-why_us2_img_wrap {
  width: 100%;
  border: 1px solid rgba(16, 16, 16, 0.12);
  position: relative;
  overflow: hidden;
}
.cs-why_choose_us_style2 .cs-why_us2_img {
  display: block;
  background: linear-gradient(135deg, var(--green-mid, #144d3a) 0%, var(--green, #0c260e) 100%);
}
.cs-why_choose_us_style2 .cs-why_us2_heading .cs-section_title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 300;
  line-height: 1.1;
  color: #101010;
  margin-bottom: 20px;
}
.cs-why_choose_us_style2 .cs-why_us2_heading .cs-section_subtitle {
  font-size: 13.875px;
  transform: translateY(-16px);
  margin-bottom: 25px;
}
.cs-why_choose_us_style2 .cs-why_us2_heading .cs-section_subtitle:empty {
  display: none;
}
.cs-why_choose_us_style2 .cs-why_us2_heading .cs-section_subtitle:empty::before {
  display: none;
}
.cs-why_choose_us_style2 .cs-why_us2_text {
  font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
  line-height: 1.75;
  color: #101010;
  margin-bottom: 36px;
}
.cs-why_choose_us_style2 .cs-theme-btn {
  border-color: rgba(10, 34, 26, 0.45);
  color: #0a221a;
}
.cs-why_choose_us_style2 .cs-theme-btn:hover {
  color: #f5f2eb;
  background-color: #0a221a;
  border-color: #0a221a;
}

/* About style 3 */
.cs-about_style3 {
  position: relative;
  z-index: 1;
  padding: 100px 60px;
  border-bottom: 1px solid rgba(16, 16, 16, 0.12);
  width: 100%;
  max-width: 100%;
  color: #101010;
}
.cs-about_style3.container {
  width: 100%;
  max-width: 100% !important;
  padding-left: 60px;
  padding-right: 60px;
}
.cs-about_style3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f5f2eb;
  border-bottom: 1px solid rgba(16, 16, 16, 0.12);
  z-index: -1;
  pointer-events: none;
}
.cs-about_style3 .cs-about3_grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.cs-about_style3 .cs-about3_grid > [class*=col-] {
  width: auto;
  max-width: none;
  flex: initial;
  padding-left: 0;
  padding-right: 0;
}
.cs-about_style3 .cs-about3_content {
  margin-left: 0 !important;
}
.cs-about_style3 .cs-about3_img_col {
  margin-left: 0 !important;
  display: flex;
  justify-content: center;
}
.cs-about_style3 .cs-about3_img_wrap {
  width: 100%;
  border: 1px solid rgba(16, 16, 16, 0.12);
  position: relative;
  overflow: hidden;
}
.cs-about_style3 .cs-about3_img {
  display: block;
  background: linear-gradient(135deg, var(--green-mid, #144d3a) 0%, var(--green, #0c260e) 100%);
}
.cs-about_style3 .cs-about3_heading .cs-section_title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 300;
  line-height: 1.1;
  color: #101010;
  margin-bottom: 20px;
}
.cs-about_style3 .cs-about3_heading .cs-section_subtitle {
  display: inline-flex;
  align-items: center;
  margin: 0 0 25px;
  font-size: 13.875px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #bc9654;
  transform: translateY(-16px);
}
.cs-about_style3 .cs-about3_heading .cs-section_subtitle:empty {
  display: none;
}
.cs-about_style3 .cs-about3_heading .cs-section_subtitle::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(188, 150, 84, 0.8);
}
.cs-about_style3 .cs-about3_heading .cs-section_subtitle:empty::before {
  display: none;
}
.cs-about_style3 .cs-about3_text {
  font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
  line-height: 1.75;
  color: #101010;
  margin-bottom: 36px;
}
.cs-about_style3 .cs-about3_action {
  display: flex;
  justify-content: flex-end;
}
.cs-about_style3 .cs-theme-btn {
  border-color: rgba(10, 34, 26, 0.45);
  color: #0a221a;
}
.cs-about_style3 .cs-theme-btn:hover {
  color: #f5f2eb;
  background-color: #0a221a;
  border-color: #0a221a;
}

/* Service layout 7 (cs-iconbox_3_list cs-style2) */
.cs-service7_heading_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(201, 164, 107, 0.2);
  box-sizing: border-box;
}

.cs-service7_title {
  margin: 0;
  color: #e7ded5;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  line-height: 1.12;
}

.cs-iconbox_3_list.cs-style2 {
  padding-left: 0;
  min-height: initial;
}
.cs-iconbox_3_list.cs-style2 .cs-hover_tab .cs-image_layer.cs-style1,
.cs-iconbox_3_list.cs-style2 .cs-hover_tab.active .cs-image_layer.cs-style1 {
  display: none !important;
}
.cs-iconbox_3_list.cs-style2 .cs-hover_tab::before {
  font-size: 38.25px;
  counter-increment: number-counter;
  content: counter(number-counter, decimal-leading-zero) ". ";
  font-weight: 600;
  color: rgba(255, 255, 255, 0.52);
  position: absolute;
  left: -62px;
  top: 36px;
}
.cs-iconbox_3_list.cs-style2 .cs-iconbox.cs-style3 {
  flex-direction: row;
}
.cs-iconbox_3_list.cs-style2 .cs-iconbox.cs-style3 .cs-iconbox_in {
  margin-right: 40px;
  max-width: 640px;
}
.cs-iconbox_3_list.cs-style2 .cs-iconbox.cs-style3 .cs-iconbox_icon {
  display: none !important;
}
.cs-iconbox_3_list.cs-style2 .cs-iconbox.cs-style3 .cs-iconbox_title {
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  margin-bottom: 18px;
}
.cs-iconbox_3_list.cs-style2 .cs-iconbox.cs-style3 .cs-iconbox_subtitle {
  font-size: 13.875px;
  line-height: 1.8;
}

/* Service layout 8 */
.cs-service8_wrap {
  width: 100%;
  background-color: #0a221a;
  padding: 70px 0 90px;
  color: #e7ded5;
}

.cs-service8_heading {
  width: 100%;
  padding: 0 42px 0 62px;
}

.cs-service8_subtitle {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  color: #d4c4a0;
  font-size: 13.875px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.cs-service8_subtitle::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(212, 196, 160, 0.8);
}

.cs-service8_title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  line-height: 1.12;
  color: #e7ded5;
}

.cs-service8_list_wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Service layout 9 - compact table */
.cs-service9 {
  background: #0a221a;
  padding: 0;
  border-bottom: 1px solid rgba(212, 196, 160, 0.15);
}

.cs-service9 .container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 100px 0;
}

.cs-service9_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  margin-bottom: 72px;
  align-items: start;
}

.cs-service9_title {
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  line-height: 1.12;
  color: #e7ded5;
  margin: 0;
  align-self: start;
  padding-left: 62px;
}

.cs-service9_note {
  font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
  line-height: 1.8;
  color: rgba(231, 222, 213, 0.75);
  margin: 0;
  padding-right: 62px;
}

.cs-service9_table {
  display: flex;
  flex-direction: column;
  padding-left: 162px;
  padding-right: 162px;
}

.cs-service9_row {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(56px, 8vw, 140px);
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid rgba(212, 196, 160, 0.15);
}

.cs-service9_row:first-child {
  border-top: none;
}

.cs-service9_row:last-child {
  border-bottom: none;
}

.cs-service9_name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(25.14px, 21.3px + 1.03vw, 37.71px);
  font-weight: 400;
  color: #e7ded5;
  margin: 0;
}

.cs-service9_desc {
  font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
  line-height: 1.8;
  color: rgba(231, 222, 213, 0.75);
  margin: 0;
}

.cs-service8_gallery {
  display: grid;
  width: 100%;
  gap: 0;
  overflow: hidden;
}

.cs-service8_gallery_slider {
  display: none;
  width: 100%;
  overflow: hidden;
}

.cs-service8_gallery_slick .slick-slide > div {
  line-height: 0;
}

@media (min-width: 992px) {
  .cs-service8_gallery_slider {
    display: none !important;
  }
}
.cs-service8_gallery--count-1 {
  grid-template-columns: 1fr;
}

.cs-service8_gallery--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cs-service8_gallery--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cs-service8_gallery--count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cs-service8_gallery_item {
  min-width: 0;
  overflow: hidden;
}

.cs-service8_image {
  width: 100%;
  max-height: 590px;
  height: auto;
  display: block;
  opacity: 0.82;
}

.cs-service8_list {
  padding-left: 0;
  list-style: none;
}

.cs-service8_item {
  display: grid;
  grid-template-columns: 40px minmax(160px, 0.3fr) minmax(140px, 0.25fr) minmax(200px, 1fr);
  gap: 0 20px;
  padding: 28px 0;
  border-top: 1px solid rgba(212, 196, 160, 0.15);
}
.cs-service8_item:first-child {
  padding-top: 0;
  border-top: none;
}

.cs-service8_number {
  grid-column: 1;
  font-size: 20.25px;
  font-weight: 600;
  color: rgba(212, 196, 160, 0.6);
}

.cs-service8_item_content {
  grid-column: 2/-1;
  display: contents;
}

.cs-service8_item_title {
  grid-column: 2;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  line-height: 1.2;
  color: #e7ded5;
  margin-bottom: 5px;
}

.cs-service8_item_subtitle {
  grid-column: 3;
  display: inline-flex;
  align-items: center;
  font-size: 13.875px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #d4c4a0;
}

.cs-service8_item_description {
  margin: 0;
  grid-column: 4;
  font-size: 18px;
  line-height: 1.75;
  color: inherit;
  opacity: 0.75;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .cs-service8_item {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .cs-service8_list_wrap {
    max-width: 100%;
    padding: 0 24px;
  }
  /* Single horizontal inset so title, note, and rows share one alignment */
  .cs-service9 .container {
    padding: 72px 24px;
    box-sizing: border-box;
  }
  .cs-service9_title {
    padding-left: 0;
  }
  .cs-service9_note {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-size: 20.25px;
    max-width: 100%;
  }
  .cs-service9_table {
    padding-left: 0;
    padding-right: 0;
  }
  .cs-service9_top {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 46px;
  }
  /* Flexible columns + gutter — avoids 180px column crushing long titles vs desc */
  .cs-service9_row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: clamp(24px, 5vw, 40px);
    align-items: start;
  }
  .cs-service9_name,
  .cs-service9_desc {
    min-width: 0;
  }
  .cs-service9_name {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .cs-service9_desc {
    font-size: 20.25px;
  }
}
@media (max-width: 991px) {
  .cs-service8_gallery--desktop {
    display: none;
  }
  .cs-service8_gallery_slider {
    display: block;
  }
  .cs-service8_gallery_slider .cs-service8_image {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cs-service8_wrap {
    padding: 50px 0 70px;
  }
  .cs-service8_heading {
    padding: 0 24px 0 16px;
  }
  .cs-service8_image {
    max-height: 180px;
  }
  .cs-service8_list_wrap {
    padding: 0 20px;
  }
  .cs-service8_item {
    grid-template-columns: 40px 1fr;
    gap: 8px 16px;
    padding: 24px 0;
  }
  .cs-service8_item_title {
    grid-column: 2;
  }
  .cs-service8_item_subtitle {
    grid-column: 2;
  }
  .cs-service8_item_description {
    grid-column: 2;
    font-size: 16.875px;
  }
  .cs-service8_number {
    font-size: 18px;
  }
  .cs-service9 .container {
    padding: 56px 0;
  }
  .cs-service9_title {
    padding-left: 20px;
  }
  .cs-service9_note {
    font-size: 20.25px;
    line-height: 1.8;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .cs-service9_table {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-service9_row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }
  .cs-service9_desc {
    font-size: 20.25px;
    line-height: 1.8;
  }
}
@media (max-width: 574px) {
  .cs-service8_heading {
    padding: 0 16px 0 12px;
  }
  .cs-service8_list_wrap {
    padding: 0 16px;
  }
}
/* Service layout 10 — three columns (title, subtitle, description, list) */
.cs-service10 {
  width: 100%;
  background-color: #0a221a;
  padding: 88px 0 100px;
  color: #e7ded5;
}

.cs-service10 .container {
  max-width: 1600px;
}

.cs-service10_heading {
  text-align: left;
  margin-bottom: 56px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.cs-service10_section_subtitle {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  font-family: var(--secondary-font);
  font-size: 12.75px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #bc9654;
  line-height: 1.3;
}
.cs-service10_section_subtitle::before {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(188, 150, 84, 0.85);
}

.cs-service10_section_title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.12;
  color: #f5f2eb;
  text-align: left;
}

.cs-service10_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.cs-service10_col {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0 clamp(24px, 3vw, 48px);
  border-left: 1px solid rgba(188, 150, 84, 0.35);
}
.cs-service10_col:first-child {
  border-left: none;
}

.cs-service10_col_inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  max-width: 400px;
  margin: 0;
  text-align: left;
}

.cs-service10_col_index {
  display: block;
  margin: 0 0 12px;
  font-family: var(--secondary-font);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: rgba(212, 196, 160, 0.55);
}

.cs-service10_col_title {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.12;
  color: #f5f2eb;
}

.cs-service10_col_subtitle {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  font-family: var(--secondary-font);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bc9654;
  line-height: 1.45;
  text-align: left;
}
.cs-service10_col_subtitle::before {
  content: "—";
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 1em;
  letter-spacing: 0;
  color: rgba(188, 150, 84, 0.9);
}

/* Description slot: min-height set in JS (tallest column) so lists align without fixed slack */
.cs-service10_col_body {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  min-height: 0;
}

.cs-service10_col_desc {
  margin: 0;
  font-family: var(--secondary-font);
  font-size: clamp(14.25px, 0.28vw + 12.75px, 16px);
  line-height: 1.65;
  color: rgba(231, 222, 213, 0.88);
}

.cs-service10_col_list_block {
  flex: 0 0 auto;
  margin-top: 18px;
  padding-top: 0;
}

.cs-service10_list_rule {
  height: 0;
  margin: 0 0 12px;
  border: 0;
  border-top: 1px solid rgba(188, 150, 84, 0.35);
}

.cs-service10_list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--secondary-font);
}

.cs-service10_list_item {
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid rgba(188, 150, 84, 0.28);
  font-size: clamp(14.5px, 0.22vw + 12px, 16.25px);
  line-height: 1.45;
  color: rgba(245, 242, 235, 0.92);
}
.cs-service10_list_item:last-child {
  border-bottom: none;
}

.cs-service10_list_text {
  display: block;
}

.cs-service10_col_cta {
  flex: 0 0 auto;
  margin-top: 0;
  padding-top: 11px;
  border-top: 1px solid rgba(188, 150, 84, 0.35);
}

a.cs-service10_col_cta_link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease;
}
a.cs-service10_col_cta_link:hover .cs-service10_col_cta_title {
  transform: translateX(4px);
}

.cs-service10_col_cta_title {
  display: inline-block;
  margin: 0;
  font-family: var(--secondary-font);
  font-size: clamp(20px, 0.22vw + 18.5px, 21.75px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
  color: #bc9654;
  transition: transform 0.25s ease;
}

@media (max-width: 991px) {
  .cs-service10 {
    padding: 64px 0 72px;
  }
  .cs-service10_heading {
    margin-bottom: 40px;
    padding: 0 16px;
  }
  .cs-service10_grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .cs-service10_col {
    display: block;
    border-left: none;
    border-top: 1px solid rgba(188, 150, 84, 0.35);
    padding: 32px 20px 36px;
  }
  .cs-service10_col:first-child {
    border-top: none;
    padding-top: 0;
  }
  .cs-service10_col_inner {
    max-width: 100%;
    flex: none;
    height: auto;
  }
  .cs-service10_col_list_block {
    margin-top: 14px;
  }
}
/* Service layout 11 — axis timeline */
.cs-service11 {
  width: 100%;
  background-color: #0a221a;
  padding: 80px 0;
  color: #e7ded5;
}

.cs-service11 .container {
  max-width: 100%;
  padding-left: 62px;
  padding-right: 62px;
}

.cs-service11_heading {
  max-width: 720px;
}

.cs-service11_subtitle {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  color: #d4c4a0;
  font-size: 13.875px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.cs-service11_subtitle::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(212, 196, 160, 0.8);
}

.cs-service11_title {
  margin: 0 0 32px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 400;
  line-height: 1.12;
  color: #e7ded5;
}

.cs-service11_detail {
  max-width: 720px;
  animation: service11DetailFade 0.5s ease;
}

@keyframes service11DetailFade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.cs-service11_main_image_wrap {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #f5f2eb;
  animation: service11DetailFade 0.5s ease;
}

.cs-service11_main_image_wrap--empty {
  display: none;
  height: 0;
}

.cs-service11_main_image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cs-service11_detail_text {
  align-self: start;
}

.cs-service11_detail_title {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 2.8vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  color: #e7ded5;
}

.cs-service11_tagline {
  margin: 0 0 18px;
  color: #d4c4a0;
  font-size: 13.875px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cs-service11_description {
  margin: 0;
  color: rgba(231, 222, 213, 0.78);
  font-size: clamp(16px, 0.44vw + 14.63px, 18px);
  line-height: 1.75;
}

.cs-service11_axis_wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 196, 160, 0.45) transparent;
  -webkit-overflow-scrolling: touch;
}

.cs-service11_axis_track {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  min-height: 200px;
  margin-top: 20px;
  padding: 0px 8px 0;
}

.cs-service11_axis_line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background: rgba(212, 196, 160, 0.45);
  pointer-events: none;
  z-index: 0;
}

.cs-service11_axis_item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(72px, 1fr) 12px minmax(72px, 1fr);
  align-items: center;
  flex: 1 1 0;
  min-width: 120px;
  max-width: 160px;
  padding: 0 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
  text-align: center;
  transition: opacity 0.2s ease;
}
.cs-service11_axis_item:not(.is-active) {
  opacity: 0.55;
}
.cs-service11_axis_item.is-active {
  opacity: 1;
}
.cs-service11_axis_item:focus-visible {
  outline: 2px solid rgba(212, 196, 160, 0.8);
  outline-offset: 4px;
}

.cs-service11_axis_label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-height: 0;
  padding: 0 4px 10px;
}

.cs-service11_axis_label--top {
  grid-row: 1;
  align-self: end;
}

.cs-service11_axis_label--bottom {
  grid-row: 3;
  justify-content: flex-start;
  padding: 10px 4px 0;
}

.cs-service11_axis_marker {
  grid-row: 2;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12px;
}

.cs-service11_axis_stem {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 28px;
  transform: translateX(-50%);
  background: #d4c4a0;
  pointer-events: none;
}

.cs-service11_axis_stem--up {
  bottom: 50%;
  margin-bottom: 5px;
}

.cs-service11_axis_stem--down {
  top: 50%;
  margin-top: 5px;
}

.cs-service11_axis_subtitle {
  color: rgba(212, 196, 160, 0.85);
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cs-service11_axis_title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 1.4vw, 30px);
  font-weight: 400;
  line-height: 1.05;
  color: #e7ded5;
}

.cs-service11_axis_item.is-active .cs-service11_axis_title {
  color: #f0e4cf;
}

.cs-service11_axis_dot {
  position: relative;
  z-index: 3;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(212, 196, 160, 0.85);
  background: transparent;
  flex-shrink: 0;
}

.cs-service11_axis_item.is-active .cs-service11_axis_dot {
  background: #d4c4a0;
  border-color: #d4c4a0;
  box-shadow: 0 0 0 4px rgba(212, 196, 160, 0.15);
}

@media (max-width: 1199px) {
  .cs-service11_axis_item {
    min-width: 110px;
  }
}
@media (max-width: 991px) {
  .cs-service11_main_image_wrap {
    height: 250px;
  }
  .cs-service11_main_image {
    max-height: 250px;
  }
  .cs-service11_axis_track {
    justify-content: flex-start;
    min-width: max(100%, 960px);
  }
}
@media (max-width: 767px) {
  .cs-service11 {
    padding: 64px 0;
  }
  .cs-service11 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-service11_axis_track {
    min-width: max(100%, 780px);
    min-height: 160px;
  }
  .cs-service11_axis_item {
    min-width: 100px;
    max-width: 120px;
  }
}
/* Partner layout 3 — trusted partners strip */
.cs-partner3 {
  width: 100%;
  background-color: #f5f2eb;
}

.cs-partner3_top_bar {
  width: 100%;
  height: 10px;
  background-color: #0a221a;
}

.cs-partner3_intro,
.cs-partner3_groups {
  max-width: 1600px;
}

.cs-partner3_intro {
  padding: 48px 62px 18px;
  text-align: center;
}

.cs-partner3_groups {
  padding: 48px 62px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.cs-partner3_group {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: stretch;
  min-width: 0;
  height: 100%;
  border: none;
  border-right: 1px solid rgba(16, 16, 16, 0.16);
  padding-right: 16px;
}
.cs-partner3_group:nth-child(4n) {
  border-right: none;
  padding-right: 0;
}

.cs-partner3_group_title_slot {
  min-width: 0;
  padding: 24px 20px 0;
}

.cs-partner3_group_description_slot {
  min-width: 0;
  padding: 0 20px 16px;
}

.cs-partner3_group_title {
  margin: 0 0 14px;
  font-family: var(--secondary-font);
  font-size: clamp(22px, 1.6vw, 30px);
  font-weight: 600;
  line-height: 1.18;
  color: #101010;
}

.cs-partner3_group_description {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #101010;
}

.cs-partner3_title {
  display: block;
  margin: 0 0 14px;
  font-family: var(--secondary-font);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #101010;
  line-height: 1.15;
}

.cs-partner3_description {
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #101010;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.cs-partner3_logos {
  min-width: 0;
  width: 100%;
  align-self: stretch;
  padding: 0 16px 20px;
}

.cs-partner3_logos_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  width: 100%;
  gap: 8px;
}

.cs-partner3_logos_grid--many {
  margin-bottom: 0;
}

.cs-partner3_logo_cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  padding: 8px;
  background: transparent;
  overflow: visible;
}

a.cs-partner3_logo_link {
  display: inline-flex;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s ease;
}
a.cs-partner3_logo_link:hover {
  opacity: 0.88;
}
a.cs-partner3_logo_link:hover .cs-partner3_logo_img {
  transform: scale(1.03);
}

.cs-partner3_logo_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.25s ease;
}

@supports not (grid-template-rows: subgrid) {
  .cs-partner3_group {
    display: flex;
    flex-direction: column;
    grid-row: auto;
    grid-template-rows: none;
  }
}
@media (max-width: 1399px) {
  .cs-partner3_groups {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .cs-partner3_group:nth-child(4n) {
    border-right: 1px solid rgba(16, 16, 16, 0.16);
    padding-right: 16px;
  }
  .cs-partner3_group:nth-child(3n) {
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cs-partner3_intro {
    padding: 36px 24px 12px;
  }
  .cs-partner3_groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 36px 24px;
    gap: 0;
  }
  .cs-partner3_group:nth-child(3n), .cs-partner3_group:nth-child(4n) {
    border-right: 1px solid rgba(16, 16, 16, 0.16);
    padding-right: 12px;
  }
  .cs-partner3_group:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
  .cs-partner3_group_title_slot {
    padding: 20px 16px 0;
  }
  .cs-partner3_group_description_slot {
    padding: 0 16px 12px;
  }
  .cs-partner3_logos {
    padding: 0 8px 16px;
  }
  .cs-partner3_logos_grid {
    gap: 10px;
  }
  .cs-partner3_logo_cell {
    aspect-ratio: unset;
    min-height: 54px;
    padding: 4px 2px;
  }
  .cs-partner3_logo_img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 50px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cs-partner3_intro {
    padding: 32px 20px 10px;
  }
  .cs-partner3_groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 32px 20px;
    gap: 0;
  }
  .cs-partner3_group:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
  .cs-partner3_group:nth-child(2n+1) {
    border-right: 1px solid rgba(16, 16, 16, 0.16);
    padding-right: 10px;
  }
  .cs-partner3_group_title_slot {
    padding: 16px 12px 0;
  }
  .cs-partner3_group_description_slot {
    padding: 0 12px 10px;
  }
  .cs-partner3_group_title {
    font-size: clamp(18px, 4.5vw, 22px);
    margin-bottom: 10px;
  }
  .cs-partner3_group_description {
    font-size: 13px;
    line-height: 1.55;
  }
  .cs-partner3_logos {
    padding: 0 6px 14px;
  }
  .cs-partner3_logos_grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cs-partner3_logo_cell {
    min-height: 72px;
    padding: 6px 4px;
  }
  .cs-partner3_logo_img {
    max-height: 68px;
  }
}
/* Project Info section (style 1) */
.cs-project_info.cs-style1 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding: 100px 0;
  border-bottom: 1px solid rgba(16, 16, 16, 0.06);
  color: #101010;
}
.cs-project_info.cs-style1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f5f2eb;
  border-bottom: 1px solid rgba(16, 16, 16, 0.06);
  z-index: -1;
  pointer-events: none;
}

.cs-project_info.cs-style1 .cs-project_info_wrap {
  position: relative;
  z-index: 1;
}

.cs-project_info.cs-style1 .cs-project_info_main_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 72px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 300;
  line-height: 1.1;
  color: #bc9654;
}
.cs-project_info.cs-style1 .cs-project_info_main_title::before, .cs-project_info.cs-style1 .cs-project_info_main_title::after {
  content: "";
  width: 28px;
  height: 1px;
  flex-shrink: 0;
  background: rgba(188, 150, 84, 0.8);
}
.cs-project_info.cs-style1 .cs-project_info_main_title::before {
  margin-right: 14px;
}
.cs-project_info.cs-style1 .cs-project_info_main_title::after {
  margin-left: 14px;
}

.cs-project_info.cs-style1 .cs-project_info_inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  align-items: center;
}

.cs-project_info.cs-style1 .cs-project_info_col {
  padding: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cs-project_info.cs-style1 .cs-project_info_content {
  margin-left: 0 !important;
}

.cs-project_info.cs-style1 .cs-project_info_media {
  margin-left: 0 !important;
  align-items: center;
  justify-content: center;
}

.cs-project_info.cs-style1 .cs-project_info_subtitle {
  display: inline-flex;
  align-items: center;
  margin: 0 0 34px;
  font-size: 13.875px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #bc9654;
}

.cs-project_info.cs-style1 .cs-project_info_subtitle::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(188, 150, 84, 0.8);
}

.cs-section_heading.cs-style1 .cs-section_subtitle {
  display: inline-flex;
  align-items: center;
  margin: 0 0 34px;
  font-size: 13.875px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #bc9654;
}
.cs-section_heading.cs-style1 .cs-section_subtitle:empty {
  display: none;
}

.cs-section_heading.cs-style1 .cs-section_subtitle::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(188, 150, 84, 0.8);
}

.cs-section_heading.cs-style1 .cs-section_subtitle:empty::before {
  display: none;
}

.cs-project_info.cs-style1 .cs-project_info_title {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 300;
  line-height: 1.1;
  color: #101010;
}

.cs-project_info.cs-style1 .cs-project_info_description {
  color: #1b1b1b;
  font-size: clamp(18px, 0.44vw + 14.63px, 20.25px);
  line-height: 1.8;
  margin-bottom: 34px;
}

.cs-project_info.cs-style1 .cs-project_info_description :last-child {
  margin-bottom: 0;
}

.cs-project_info.cs-style1 .cs-theme-btn {
  align-self: flex-end;
  border-color: rgba(10, 34, 26, 0.45);
  color: #0a221a;
}

.cs-project_info.cs-style1 .cs-theme-btn:hover {
  color: #f5f2eb;
  background-color: #0a221a;
  border-color: #0a221a;
}

.cs-project_info.cs-style1 .cs-project_info_image_wrap {
  margin: 0;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(16, 16, 16, 0.12);
  background: transparent;
  position: relative;
}

.cs-project_info.cs-style1 .cs-project_info_image {
  display: block;
}

@media (max-width: 991px) {
  .cs-project_info.cs-style1 {
    padding: 70px 0;
  }
  .cs-project_info.cs-style1 .cs-project_info_main_title {
    margin-bottom: 48px;
  }
  .cs-project_info.cs-style1 .cs-project_info_inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .cs-project_info.cs-style1 .cs-project_info_media {
    order: -1;
  }
  .cs-project_info.cs-style1 .cs-project_info_col {
    padding: 0;
  }
  .cs-project_info.cs-style1 .cs-theme-btn {
    align-self: flex-start;
  }
  .cs-project_info.cs-style1 .cs-project_info_image_wrap {
    max-height: 300px;
  }
}
@media (min-width: 1600px) {
  .cs-why_choose_us_style2 .cs-why_us2_grid {
    gap: 84px;
  }
  .cs-why_choose_us_style2 .cs-why_us2_img_wrap {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .cs-about_style3 .cs-about3_grid {
    gap: 84px;
  }
  .cs-about_style3 .cs-about3_img_wrap {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Hero style1 & style12: viewport height */
.cs-hero.cs-style1,
.cs-hero.cs-style12 {
  height: 90vh;
}

@media (max-width: 991px) {
  .cs-hero.cs-style1,
  .cs-hero.cs-style12 {
    height: 85vh;
  }
}
/* Hero style1: show only subtitle and place it above title */
.cs-hero.cs-style1 .cs-hero_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cs-hero.cs-style1 .cs-hero_info {
  order: -1;
  margin-bottom: 0;
}

.cs-hero.cs-style1 .cs-hero_info > div {
  display: none !important;
}

.cs-hero.cs-style1 .cs-hero_info > div:nth-child(2) {
  display: block !important;
}

/* Always fixed sticky header with green bar */
.cs-site_header.cs-style1 {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #061611;
}
.cs-site_header.cs-style1 .cs-main_header {
  background-color: #061611;
}

.cs-site_header {
  top: 0;
}

@media screen and (min-width: 1200px) {
  .cs-site_header.cs-style1 .cs-main_header {
    border-radius: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* Header bar height */
.cs-site_header.cs-style1 .cs-main_header_in {
  height: 70px;
}

.cs-site_header.cs-style1 .cs-icon_btn {
  width: 36px;
  height: 36px;
  border: 1px solid currentColor;
  border-radius: 0;
}

/* Hide sidebar toggle on desktop only */
@media screen and (min-width: 1200px) {
  .cs-toolbox {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .cs-site_header.cs-style1 .cs-icon_btn {
    width: 32px;
    height: 32px;
  }
}
.cs-language_switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.cs-language_switcher_toggle,
.cs-language_switcher_option {
  border: none;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.cs-language_switcher_toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  text-decoration: none;
}

.cs-language_switcher_arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.cs-language_switcher_arrow--open {
  transform: translateY(2px) rotate(225deg);
}

.cs-language_switcher_dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  min-width: 48px;
  margin-top: 10px;
  padding: 8px 0;
  background: rgba(10, 34, 26, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.cs-language_switcher_option {
  display: block;
  width: 100%;
  padding: 10px 14px;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
}
.cs-language_switcher_option:hover {
  color: #c9a46b;
}

/* Contact form subject select */
.cs-form_select_wrap {
  position: relative;
  width: 100%;
}

select.cs-form_field.cs-form_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px;
  cursor: pointer;
  color-scheme: dark;
  background-color: transparent;
  color: #ffffff;
}
select.cs-form_field.cs-form_select::-ms-expand {
  display: none;
}
select.cs-form_field.cs-form_select option {
  color: #ffffff;
  background-color: #032b1e;
}

.cs-form_select_arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  color: #ffffff;
}

/* Sticky header height override */
.cs-site_header.cs-style1.cs-sticky_header_active .cs-main_header_in {
  height: 70px;
}

/* Fun Fact layout 5 (philosophy style) */
.cs-funfact_layout5 {
  position: relative;
  width: 100%;
  padding: 96px 0 100px;
  background: #f5f2eb;
  border-top: 1px solid rgba(16, 16, 16, 0.08);
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
}

.cs-funfact_layout5_inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 62px;
}

.cs-funfact_layout5_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 22vw, 350px);
  width: 100%;
  margin-bottom: 52px;
}

.cs-funfact_layout5_heading_title {
  display: inline-flex;
  align-items: center;
  color: #bc9654;
  font-size: 18px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cs-funfact_layout5_heading_title::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(188, 150, 84, 0.8);
}

.cs-funfact_layout5_heading_desc {
  margin-left: auto;
  color: #244645;
  font-size: 22.5px;
  line-height: 1.6;
}

.cs-funfact_layout5_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cs-funfact_layout5_item {
  position: relative;
  padding: 0 38px 12px;
  opacity: 0;
  transform: translateY(22px);
}

.cs-funfact_layout5.is-visible .cs-funfact_layout5_item {
  animation: funFact5RiseIn 0.9s ease forwards;
}

.cs-funfact_layout5.is-visible .cs-funfact_layout5_item:nth-child(1) {
  animation-delay: 0.12s;
}

.cs-funfact_layout5.is-visible .cs-funfact_layout5_item:nth-child(2) {
  animation-delay: 0.32s;
}

.cs-funfact_layout5.is-visible .cs-funfact_layout5_item:nth-child(3) {
  animation-delay: 0.52s;
}

.cs-funfact_layout5_item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(16, 16, 16, 0.1);
}

.cs-funfact_layout5_index {
  margin-bottom: 18px;
  color: #d7b77a;
  font-size: 22.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.cs-funfact_layout5_title {
  margin: 0 0 18px;
  color: #122f2d;
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  line-height: 1.15;
  font-weight: 400;
}

.cs-funfact_layout5_subtitle {
  margin: 0;
  color: #000000;
  font-size: 16.875px;
  line-height: 1.75;
}

@keyframes funFact5RiseIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cs-funfact_layout5_item {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
@media (max-width: 767px) {
  .cs-service7_heading_row {
    flex-direction: inherit;
    align-items: flex-start;
    gap: 14px;
  }
  .cs-iconbox_3_list.cs-style2 .cs-hover_tab {
    padding-left: 44px;
  }
  .cs-iconbox_3_list.cs-style2 .cs-hover_tab::before {
    display: block !important;
    counter-increment: number-counter;
    content: counter(number-counter, decimal-leading-zero) ". ";
    left: 0;
    top: 30px;
    font-size: 24.75px;
  }
  .cs-banner.cs-style2 {
    padding: 90px 0;
  }
  .cs-banner.cs-style2 .cs-banner_inner > * {
    margin-bottom: 22px;
  }
  .cs-banner.cs-style2 .cs-banner_title {
    font-size: 27px;
    margin-bottom: 12px;
  }
  .cs-banner.cs-style2 .cs-banner_divider {
    margin-bottom: 0;
  }
  .cs-banner.cs-style2 .cs-banner_image {
    margin-bottom: 34px;
  }
  .cs-text_session.cs-style1 {
    padding: 20px 0;
  }
  .cs-text_session.cs-style1 .cs-text_session_inner > * {
    margin-bottom: 22px;
  }
  .cs-text_session.cs-style1 .cs-text_session_title {
    margin-bottom: 12px;
  }
  .cs-text_session.cs-style1 .cs-text_session_divider {
    margin-bottom: 0;
  }
  .cs-text_session.cs-style1 .cs-text_session_richtext {
    margin-bottom: 24px;
    padding: 10px;
  }
  .cs-text_session.cs-style3 {
    padding: 20px 0;
  }
  .cs-text_session.cs-style3 .cs-text_session_inner > * {
    margin-bottom: 22px;
  }
  .cs-text_session.cs-style3 .cs-text_session_title {
    margin-bottom: 12px;
  }
  .cs-text_session.cs-style3 .cs-text_session_richtext {
    margin-bottom: 24px;
    padding: 10px;
  }
  .cs-why_choose_us_style2 {
    padding: 70px 20px;
  }
  .cs-why_choose_us_style2.container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-why_choose_us_style2 .cs-why_us2_grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .cs-why_choose_us_style2 .cs-why_us2_heading .cs-section_title {
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .cs-why_choose_us_style2 .cs-why_us2_text {
    font-size: 20.25px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .cs-about_style3 {
    padding: 70px 20px;
  }
  .cs-about_style3.container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cs-about_style3 .cs-about3_grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .cs-about_style3 .cs-about3_img_col {
    order: -1;
  }
  .cs-about_style3 .cs-about3_img_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 300px;
  }
  .cs-about_style3 .cs-why_choose_us_style2 .cs-why_us2_img_wrap {
    margin-left: auto;
    margin-right: auto;
    max-height: 300px;
  }
  .cs-about_style3 .cs-about3_action {
    justify-content: flex-start;
  }
  .cs-about_style3 .cs-about3_heading .cs-section_title {
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .cs-about_style3 .cs-about3_text {
    font-size: 20.25px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .cs-funfact_layout5 {
    padding: 70px 0 64px;
  }
  .cs-funfact_layout5_inner {
    padding: 0 20px;
  }
  .cs-funfact_layout5_heading {
    margin-bottom: 34px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: clamp(10px, 3vw, 18px);
  }
  .cs-funfact_layout5_heading_title {
    font-size: 12.375px;
    letter-spacing: 0.2em;
    white-space: normal;
  }
  .cs-funfact_layout5_heading_desc {
    width: 100%;
    margin-left: 0;
    font-size: 18px;
    text-align: left;
  }
  .cs-funfact_layout5_grid {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }
  .cs-funfact_layout5_item {
    padding: 0 0 22px;
  }
  .cs-funfact_layout5_item:not(:first-child)::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
  }
  .cs-funfact_layout5_title {
    margin-bottom: 10px;
  }
  .cs-funfact_layout5_subtitle {
    font-size: 13.875px;
    line-height: 1.65;
  }
}
/* CTA Style 4 - CSS-only background (no image), full-width html background */
.cs-cta-style4-wrap {
  width: 100%;
  background-color: #0a221a;
}

.cs-cta.cs-style4 {
  padding: 90px 30px;
  border-radius: 0;
  color: #d4c4a0;
}
.cs-cta.cs-style4 .cs-cta_in {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.cs-cta.cs-style4 .cs-cta_subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 34px;
  font-size: 13.875px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #d4c4a0;
}
.cs-cta.cs-style4 .cs-cta_subtitle::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(212, 196, 160, 0.8);
}
.cs-cta.cs-style4 .cs-cta_subtitle::after {
  content: "";
  width: 28px;
  height: 1px;
  margin-left: 14px;
  background: rgba(212, 196, 160, 0.8);
}
.cs-cta.cs-style4 .cs-cta_title {
  font-size: clamp(32px, 27.1px + 1.31vw, 48px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  color: #d4c4a0;
  margin-bottom: 10px;
}
.cs-cta.cs-style4 .cs-cta_description {
  font-size: 16.875px;
  line-height: 1.8;
  color: rgba(212, 196, 160, 0.9);
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
@media (max-width: 500px) {
  .cs-cta.cs-style4 .cs-cta_description {
    max-width: 100%;
  }
}

/* ── Mobile nav: curtain dropdown + full height + centered items ── */
@media screen and (max-width: 1199px) {
  .cs-site_header.cs-style1 .cs-main_header,
  .cs-site_header.cs-style1 .cs-main_header_in {
    border-bottom: none !important;
    box-shadow: none !important;
  }
  .cs-nav .cs-nav_list {
    display: block;
    padding: 0;
    text-align: center;
    max-height: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    transition: max-height 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .cs-nav .cs-nav_list a {
    text-align: center;
  }
  .cs-nav .cs-nav_list ul {
    padding-left: 0;
    text-align: center;
  }
  .cs-site_header.cs-style1.cs-mobile-menu-open .cs-nav .cs-nav_list {
    max-height: calc(100vh - 80px);
    height: calc(100vh - 80px);
    visibility: visible;
    overflow: auto;
    border-top: none !important;
    border-bottom: none !important;
  }
}
/* ── Desktop nav: reset mobile overrides ── */
@media screen and (min-width: 1200px) {
  .cs-nav .cs-nav_list {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    transition: none !important;
  }
  .cs-nav .cs-nav_list > li.menu-item-custom-link {
    flex: 0 0 auto;
    height: auto;
    align-self: center;
    padding-left: 0.55em;
    padding-right: 0.55em;
  }
  .cs-nav .cs-nav_list > li.menu-item-custom-link > ul {
    display: none !important;
  }
}
/* Custom link menu item — stacked title + inline sub-links */
.cs-nav_custom_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.cs-nav_custom_link_title {
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
  line-height: 1.2;
}

.cs-nav_custom_link_sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #c9a46b;
  text-transform: none;
  letter-spacing: 0.02em;
}
.cs-nav_custom_link_sub a {
  color: inherit;
  padding: 0;
  display: inline;
  height: auto;
  font-style: italic;
}
.cs-nav_custom_link_sub a:hover {
  color: #fff;
}

.cs-nav_custom_link_sep {
  opacity: 0.85;
  color: #c9a46b;
}

@media screen and (min-width: 1200px) {
  .cs-nav .cs-nav_list > li.menu-item-custom-link .cs-nav_custom_link_title {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .cs-nav .cs-nav_list > li.menu-item-custom-link {
    margin-bottom: 12px;
  }
  .cs-nav .cs-nav_list > li.menu-item-custom-link .cs-nav_custom_link {
    gap: 8px;
  }
  .cs-nav .cs-nav_list > li.menu-item-custom-link .cs-nav_custom_link_title {
    justify-content: center;
    padding: 8px 0 4px;
  }
  .cs-nav .cs-nav_list > li.menu-item-custom-link .cs-nav_custom_link_sub {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    padding-bottom: 8px;
  }
  .cs-nav .cs-nav_list > li.menu-item-custom-link .cs-nav_custom_link_sep {
    display: none;
  }
  .cs-nav .cs-nav_list > li.menu-item-custom-link .cs-nav_custom_link_sub a {
    display: block;
    padding: 4px 0;
  }
}
/* Partners section — layout 2: equal logo slots, 3×2 grid on mobile */
.cs-partner2 .cs-partner_logo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 24px;
  margin: 0;
}
.cs-partner2 .cs-partner_logo {
  flex: 0 0 380px;
  width: 400px;
  height: 180px;
  min-height: 180px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
.cs-partner2 .cs-partner_logo img {
  display: block;
  max-width: 400px;
  max-height: 180px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991px) {
  .cs-partner2 {
    /* Center single logo on incomplete last row (2 per row) */
  }
  .cs-partner2 .cs-partner_logo_wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px 5px;
    align-items: center;
    justify-items: center;
  }
  .cs-partner2 .cs-partner_logo {
    grid-column: span 3;
    width: 100%;
    max-width: none;
    flex: none;
    height: 108px;
    min-height: 108px;
  }
  .cs-partner2 .cs-partner_logo img {
    max-width: 100%;
    max-height: 108px;
  }
  .cs-partner2 .cs-partner_logo:last-child:nth-child(2n+1) {
    grid-column: 2/span 3;
  }
}
/* Portfolio details page – gallery / featured image */
.cs-portfolio-details-gallery {
  width: 100%;
  max-width: min(1120px, 88%);
  margin-left: auto;
  margin-right: auto;
}

.cs-portfolio-details-gallery-slick {
  overflow: hidden;
}
.cs-portfolio-details-gallery-slick .slick-list,
.cs-portfolio-details-gallery-slick .slick-track,
.cs-portfolio-details-gallery-slick .slick-slide,
.cs-portfolio-details-gallery-slick .slick-slide > div {
  height: 100%;
}
.cs-portfolio-details-gallery-slick .cs-portfolio-details-section img {
  transform: scale(1.12);
  transition: transform 3s ease-out;
  will-change: transform;
}
.cs-portfolio-details-gallery-slick .slick-slide.slick-active .cs-portfolio-details-section img {
  transform: scale(1);
}

.cs-portfolio-details-section {
  width: 100%;
  aspect-ratio: 12/5;
  max-height: 465px;
  overflow: hidden;
  background-color: #000;
}
.cs-portfolio-details-section img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Portfolio section & details — shared heading scale */
.cs-section_heading.cs-portfolio-section-heading .cs-section_title,
.cs-section_heading.cs-portfolio-details-heading .cs-section_title,
.cs-portfolio-section-heading .cs-section_title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
}
.cs-section_heading.cs-portfolio-section-heading .cs-text_btn,
.cs-section_heading.cs-portfolio-details-heading .cs-text_btn,
.cs-portfolio-section-heading .cs-text_btn {
  font-size: 15px;
  font-weight: 400;
}
.cs-section_heading.cs-portfolio-section-heading .cs-text_btn svg,
.cs-section_heading.cs-portfolio-details-heading .cs-text_btn svg,
.cs-portfolio-section-heading .cs-text_btn svg {
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .cs-section_heading.cs-portfolio-section-heading .cs-section_title,
  .cs-section_heading.cs-portfolio-details-heading .cs-section_title,
  .cs-portfolio-section-heading .cs-section_title {
    font-size: 24px;
  }
  .cs-section_heading.cs-portfolio-section-heading .cs-section_subtitle,
  .cs-section_heading.cs-portfolio-details-heading .cs-section_subtitle,
  .cs-portfolio-section-heading .cs-section_subtitle {
    font-size: 14px;
  }
  .cs-section_heading.cs-portfolio-section-heading .cs-text_btn,
  .cs-section_heading.cs-portfolio-details-heading .cs-text_btn,
  .cs-portfolio-section-heading .cs-text_btn {
    font-size: 14px;
    font-weight: 400;
  }
  .cs-section_heading.cs-portfolio-section-heading .cs-text_btn svg,
  .cs-section_heading.cs-portfolio-details-heading .cs-text_btn svg,
  .cs-portfolio-section-heading .cs-text_btn svg {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .cs-section_heading.cs-portfolio-section-heading .cs-section_title,
  .cs-section_heading.cs-portfolio-details-heading .cs-section_title,
  .cs-portfolio-section-heading .cs-section_title {
    font-size: 24px;
  }
  .cs-section_heading.cs-portfolio-section-heading .cs-section_subtitle,
  .cs-section_heading.cs-portfolio-details-heading .cs-section_subtitle,
  .cs-portfolio-section-heading .cs-section_subtitle {
    font-size: 13px;
  }
  .cs-section_heading.cs-portfolio-section-heading .cs-text_btn,
  .cs-section_heading.cs-portfolio-details-heading .cs-text_btn,
  .cs-portfolio-section-heading .cs-text_btn {
    font-size: 13px;
    font-weight: 400;
  }
  .cs-section_heading.cs-portfolio-section-heading .cs-text_btn svg,
  .cs-section_heading.cs-portfolio-details-heading .cs-text_btn svg,
  .cs-portfolio-section-heading .cs-text_btn svg {
    font-size: 13px;
    font-weight: 400;
  }
}
.cs-portfolio-details-heading .cs-portfolio-details-description {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
}

.cs-portfolio-details-heading .cs-portfolio-details-description p {
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .cs-portfolio-details-heading .cs-portfolio-details-description {
    font-size: 18px;
    font-weight: 400;
  }
  .cs-portfolio-details-gallery {
    max-width: 100%;
  }
  .cs-portfolio-details-section {
    aspect-ratio: auto;
    max-height: none;
    height: 320px;
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .cs-portfolio-details-heading .cs-portfolio-details-description {
    font-size: 18px;
    font-weight: 400;
  }
  .cs-portfolio-details-section {
    height: 300px;
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .cs-portfolio-details-section {
    height: 280px;
    min-height: 280px;
  }
}
