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

/* Team section background */
.cs-team_section_wrap {
  background-color: #fffeeb;
  padding: 48px 0;
  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-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: 14px 0 0;
}

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

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

/* 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-project_info .hero-gold {
  color: #a77d3f;
}

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

/* 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: 14px !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 1s 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 1s ease 1.2s forwards;
  font-size: 70px;
}

/* 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%;
  height: 100vh;
  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 1s 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(72px, 8.4vw, 118px);
  font-weight: 300;
  font-style: italic;
  line-height: 0.95;
  color: #f5f2eb;
  letter-spacing: 0.01em;
  margin: 0 0 36px;
}

.cs-hero.cs-style12 .cs-hero12_tagline {
  margin: 0;
  font-size: 16px;
  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: 12px;
    letter-spacing: 0.2em;
  }
  .cs-hero.cs-style12 .cs-hero12_title {
    font-size: clamp(44px, 11vw, 66px);
    margin-bottom: 24px;
    line-height: 1.02;
  }
  .cs-hero.cs-style12 .cs-hero12_tagline {
    font-size: 14px;
    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-section_title,
  .cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-style1 .cs-section_title {
    font-size: 20px;
    line-height: 1.25;
  }
  .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;
  }
  .cs-portfolio.cs-style2 .cs-section_heading.cs-style1 .cs-text_btn,
  .cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-style1 .cs-text_btn {
    font-size: 16px;
  }
  .cs-portfolio.cs-style2 .cs-section_heading.cs-style1 .cs-text_btn svg,
  .cs-portfolio.cs-style2.cs-type1 .cs-section_heading.cs-style1 .cs-text_btn svg {
    font-size: 18px;
    margin-left: 10px;
  }
}
/* Mobile hero subtitle/title size */
@media (max-width: 768px) {
  .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: 11px !important;
    letter-spacing: 0.18em;
  }
  .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: 25px !important;
    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;
  }
}
/* 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: 12px;
  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: 45px;
}

.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: 18px;
}

.cs-text_session.cs-style1 .cs-text_session_outline_btn {
  padding: 16px 42px;
  border-radius: 40px;
  border: 1.5px solid #c9a46b;
  background: transparent;
  color: #8a6a3f;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.35s ease;
}

.cs-text_session.cs-style1 .cs-text_session_outline_btn:hover {
  background: #c9a46b;
  color: #fff;
  box-shadow: 0 8px 20px rgba(201, 164, 107, 0.25);
}

/* Text Session style 2 - rich text left, subtitle+title+button right (from center) */
.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: 15px;
  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(44px, 3.2vw, 57px);
  font-family: "Cormorant Garamond", serif;
  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: 18px;
  line-height: 1.75;
}

.cs-text_session.cs-style2 .cs-text_session_outline_btn {
  padding: 16px 42px;
  border-radius: 40px;
  border: 1.5px solid #c9a46b;
  background: transparent;
  color: #8a6a3f;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.35s ease;
  align-self: flex-start;
}

.cs-text_session.cs-style2 .cs-text_session_outline_btn:hover {
  background: #c9a46b;
  color: #fff;
  box-shadow: 0 8px 20px rgba(201, 164, 107, 0.25);
}

@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_title {
    font-size: 28px;
  }
  .cs-text_session.cs-style2 .cs-text_session_right .cs-text_session_richtext {
    font-size: 16px;
  }
}
.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;
}

.cs-portfolio8_title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 400;
  line-height: 1.05;
}

.cs-portfolio8_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);
  border-radius: 999px;
  color: #c9a46b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease;
}

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

.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_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}

.cs-portfolio8_card_overlay {
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.08) 0%, rgba(16, 16, 16, 0.72) 62%, 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: 10px 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  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: 8px;
  font-size: 15px;
  line-height: 1.55;
}

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

.cs-portfolio8_card_primary .cs-portfolio8_card_title {
  font-size: clamp(30px, 2.6vw, 48px);
  line-height: 1.08;
}

.cs-portfolio8_card_title {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 400;
  line-height: 1.12;
}

.cs-portfolio8_card_sm .cs-portfolio8_card_title {
  font-size: clamp(21px, 1.6vw, 28px);
}

.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: auto auto;
    min-height: initial;
  }
  .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_lg {
    min-height: 480px;
  }
}
@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-portfolio8_title {
    font-size: 28px;
  }
  .cs-portfolio8_btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }
  .cs-portfolio8_layout,
  .cs-portfolio8_layout {
    gap: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .cs-portfolio8_slot_primary,
  .cs-portfolio8_slot_top,
  .cs-portfolio8_slot_bottom {
    grid-column: auto;
    grid-row: auto;
  }
  .cs-portfolio8_card,
  .cs-portfolio8_card_lg {
    min-height: 320px;
  }
  .cs-portfolio8_card_content {
    gap: 10px;
    padding: 22px 20px;
  }
  .cs-portfolio8_card_meta {
    gap: 8px 14px;
    font-size: 11px;
  }
  .cs-portfolio8_card_primary .cs-portfolio8_card_meta {
    font-size: 13px;
  }
  .cs-portfolio8_card_location::before {
    margin-right: 8px;
  }
  .cs-portfolio8_card_title,
  .cs-portfolio8_card_sm .cs-portfolio8_card_title {
    font-size: 22px;
  }
  .cs-portfolio8_card_primary .cs-portfolio8_card_title {
    font-size: 28px;
  }
}
/* 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: 15px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #bc9654;
}
.cs-testimonial5_subtitle::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: rgba(188, 150, 84, 0.8);
}

.cs-testimonial5_title {
  margin: 0;
  text-align: left;
  color: #101010;
  font-size: clamp(32px, 2.8vw, 45px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1.2;
}

.cs-testimonial5_description {
  color: #1b1b1b;
  font-size: 18px;
  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: #bc9654;
  font-size: 36px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 1.3;
}

.cs-testimonial5_item_richtext {
  color: #1b1b1b;
  font-size: 16px;
  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_title {
    font-size: 28px;
  }
  .cs-testimonial5_description {
    font-size: 16px;
  }
  .cs-testimonial5_item {
    padding: 24px 0;
  }
  .cs-testimonial5_item_title {
    font-size: 26px;
  }
}
/* 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.12);
  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.12);
  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_wrap {
  width: 100%;
  border: 1px solid rgba(16, 16, 16, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.cs-why_choose_us_style2 .cs-why_us2_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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: 52px;
  font-weight: 300;
  line-height: 1.1;
  color: #101010;
  margin-bottom: 20px;
}
.cs-why_choose_us_style2 .cs-why_us2_heading .cs-section_subtitle {
  transform: translateY(-16px);
  margin-bottom: 25px;
}
.cs-why_choose_us_style2 .cs-why_us2_text {
  font-size: 18px;
  line-height: 1.75;
  color: #101010;
  margin-bottom: 36px;
}
.cs-why_choose_us_style2 .cs-btn.cs-style1 {
  padding: 16px 42px;
  border-radius: 40px;
  border: 1.5px solid #c9a46b;
  background: transparent;
  color: #8a6a3f;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.35s ease;
}
.cs-why_choose_us_style2 .cs-btn.cs-style1:hover {
  background: #c9a46b;
  color: #fff;
  box-shadow: 0 8px 20px rgba(201, 164, 107, 0.25);
}

/* 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(34px, 3.3vw, 52px);
  font-weight: 400;
  line-height: 1.12;
}

.cs-service7_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border: 1px solid rgba(201, 164, 107, 0.45);
  color: #c9a46b;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.cs-service7_btn:hover {
  color: #fff;
  background: rgba(201, 164, 107, 0.2);
  border-color: rgba(201, 164, 107, 0.75);
}

.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: 34px;
  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: 40px;
  margin-bottom: 18px;
}
.cs-iconbox_3_list.cs-style2 .cs-iconbox.cs-style3 .cs-iconbox_subtitle {
  font-size: 18px;
  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: 15px;
  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(34px, 3.3vw, 52px);
  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: 50px;
  font-weight: 400;
  line-height: 1.12;
  color: #e7ded5;
  margin: 0;
  align-self: start;
  padding-left: 62px;
}

.cs-service9_note {
  font-size: 18px;
  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: 36px;
  font-weight: 400;
  color: #e7ded5;
  margin: 0;
}

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

.cs-service8_image_wrap {
  width: 100%;
  overflow: hidden;
}

.cs-service8_image {
  width: 100%;
  max-height: 590px;
  height: auto;
  display: block;
  opacity: 0.82;
  filter: grayscale(20%) contrast(1.05);
  mix-blend-mode: luminosity;
}

.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: 18px;
  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(30px, 2.5vw, 40px);
  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: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #d4c4a0;
}

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

@media (max-width: 1199px) {
  .cs-service8_item {
    gap: 20px;
  }
  .cs-service8_item_title {
    font-size: 32px;
  }
}
@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;
    font-size: 42px;
  }
  .cs-service9_note {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-size: 18px;
    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 {
    font-size: 26px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .cs-service9_desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cs-service8_wrap {
    padding: 50px 0 70px;
  }
  .cs-service8_heading {
    padding: 0 24px 0 16px;
  }
  .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;
    font-size: 26px;
  }
  .cs-service8_item_subtitle {
    grid-column: 2;
  }
  .cs-service8_item_description {
    grid-column: 2;
    font-size: 15px;
  }
  .cs-service8_number {
    font-size: 16px;
  }
  .cs-service9 .container {
    padding: 56px 0;
  }
  .cs-service9_title {
    padding-left: 20px;
    font-size: 42px;
  }
  .cs-service9_note {
    font-size: 18px;
    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_name {
    font-size: 26px;
  }
  .cs-service9_desc {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media (max-width: 574px) {
  .cs-service8_heading {
    padding: 0 16px 0 12px;
  }
  .cs-service8_list_wrap {
    padding: 0 16px;
  }
}
/* Project Info section (style 1) */
.cs-project_info.cs-style1 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  min-height: 620px;
}

.cs-project_info.cs-style1 .cs-project_info_col {
  padding: 68px 52px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cs-project_info.cs-style1 .cs-project_info_content {
  /* WhyUs2-like text surface */
  background: #f5f2eb;
}

.cs-project_info.cs-style1 .cs-project_info_media {
  /* WhyUs2 image panel tone, reversed to right side */
  background: #0a221a;
  padding: 52px 34px;
}

.cs-project_info.cs-style1 .cs-project_info_subtitle {
  display: inline-flex;
  align-items: center;
  margin: 0 0 34px;
  font-size: 15px;
  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: 15px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #bc9654;
}

.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-project_info.cs-style1 .cs-project_info_title {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.1;
  color: #101010;
}

.cs-project_info.cs-style1 .cs-project_info_description {
  color: #1b1b1b;
  font-size: 18px;
  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-btn.cs-style1 {
  padding: 16px 42px;
  border-radius: 40px;
  border: 1.5px solid #c9a46b;
  background: transparent;
  color: #8a6a3f;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.35s ease;
}

.cs-project_info.cs-style1 .cs-btn.cs-style1:hover {
  background: #c9a46b;
  color: #fff;
  box-shadow: 0 8px 20px rgba(201, 164, 107, 0.25);
}

.cs-project_info.cs-style1 .cs-project_info_image_wrap {
  width: min(100%, 740px);
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
}

.cs-project_info.cs-style1 .cs-project_info_image {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 991px) {
  .cs-project_info.cs-style1 {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .cs-project_info.cs-style1 .cs-project_info_col {
    padding: 50px 24px;
  }
  .cs-project_info.cs-style1 .cs-project_info_title {
    font-size: 38px;
  }
  .cs-project_info.cs-style1 .cs-project_info_image_wrap {
    width: 100%;
  }
}
@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%;
  }
}
/* Contact form submit button without arrow icon */
.cs-gradient_bg_1 .cs-btn.cs-style1 svg {
  display: none;
}

/* 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;
}

/* 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: 16px;
  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: 20px;
  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: 20px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.cs-funfact_layout5_title {
  margin: 0 0 18px;
  color: #122f2d;
  font-size: clamp(30px, 2.35vw, 42px);
  line-height: 1.15;
  font-weight: 400;
}

.cs-funfact_layout5_subtitle {
  margin: 0;
  color: #244645;
  font-size: 16px;
  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-service7_title {
    font-size: 29px;
  }
  .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: 22px;
  }
  .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: 24px;
    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: 90px 0;
  }
  .cs-text_session.cs-style1 .cs-text_session_inner > * {
    margin-bottom: 22px;
  }
  .cs-text_session.cs-style1 .cs-text_session_title {
    font-size: 24px;
    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;
  }
  .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 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .cs-why_choose_us_style2 .cs-why_us2_text {
    font-size: 18px;
    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: 11px;
    letter-spacing: 0.2em;
    white-space: normal;
  }
  .cs-funfact_layout5_heading_desc {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    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;
    font-size: 30px;
  }
  .cs-funfact_layout5_subtitle {
    font-size: 16px;
    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: 15px;
  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: 52px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  color: #d4c4a0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cs-cta.cs-style4 .cs-cta_title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .cs-cta.cs-style4 .cs-cta_title {
    font-size: 26px;
  }
}
.cs-cta.cs-style4 .cs-cta_description {
  font-size: 15px;
  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%;
  }
}
.cs-cta.cs-style4 .cs-text_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 32px;
  border: 1px solid #d4c4a0;
  border-radius: 999px;
  color: #d4c4a0;
  background-color: transparent;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.cs-cta.cs-style4 .cs-text_btn svg {
  font-size: 14px;
  margin-left: 0;
}
.cs-cta.cs-style4 .cs-text_btn:hover {
  color: #d4c4a0;
  background-color: rgba(212, 196, 160, 0.08);
  border-color: #d4c4a0;
}

/* ── Mobile nav: curtain dropdown + full height + centered items ── */
@media screen and (max-width: 1199px) {
  .cs-nav .cs-nav_list {
    display: block;
    padding: 0;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    border-bottom: none;
    transition: max-height 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .cs-nav .cs-nav_list.cs-nav_list--open {
    max-height: calc(100vh - 80px);
    height: calc(100vh - 80px);
    overflow: auto;
    border-bottom: 1px solid rgba(77, 77, 77, 0.3215686275);
  }
  .cs-nav .cs-nav_list a {
    text-align: center;
  }
  .cs-nav .cs-nav_list ul {
    padding-left: 0;
    text-align: center;
  }
}
/* ── 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;
  }
}
