@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {

  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	background-size: 4%;
}

.brand-text {
   font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
   font-family: "Montserrat", sans-serif;

}


.se-hero-banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #241713;
   font-family: "Montserrat", sans-serif;
}
.se-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.se-hero-image,
.se-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.se-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.se-hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.se-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(22, 14, 12, 0.78) 0%,
      rgba(22, 14, 12, 0.52) 35%,
      rgba(22, 14, 12, 0.32) 65%,
      rgba(22, 14, 12, 0.48) 100%
    ),
    linear-gradient(
      180deg,
      rgba(15, 10, 8, 0.35) 0%,
      rgba(15, 10, 8, 0.05) 40%,
      rgba(15, 10, 8, 0.38) 100%
    );
}
.se-hero-container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 70px;
  display: flex;
  align-items: center;
}
.se-hero-content {
  width: 760px;
  padding-top: 40px;
}

.se-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.se-hero-eyebrow span {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}
.se-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(70px, 7vw, 112px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -3px;
}

.se-hero-title em {
  display: block;
  margin-top: 12px;
  color: #b77a25;
  font-family:
    "Cormorant Garamond",
    "Times New Roman",
    serif;
  font-size: 0.92em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -2px;
}
.se-hero-description {
  max-width: 650px;
  margin-top: 38px;
  color: rgba(255, 255, 255, 0.9);
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
  font-size: 20px;
  line-height: 1.45;
}

.se-hero-description p {
  margin: 0;
}
.se-hero-body {
  max-width: 650px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
  font-size: 18px;
  line-height: 1.5;
}

.se-hero-body p {
  margin: 0;
}
.se-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
}
.se-hero-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 28px;
  background: #ffffff;
  color: #29201d;
  border-radius: 40px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}
.se-hero-primary-btn:hover {
  color: #29201d;
  background: #f4eee8;
  transform: translateY(-3px);
}
.se-arrow {
  font-size: 17px;
  line-height: 1;
}
.se-hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.se-hero-secondary-btn:hover {
  color: #ffffff;
  opacity: 0.75;
}

.se-play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 10px;
  padding-left: 2px;
}
.se-hero-scroll {
  position: absolute;
  z-index: 10;
  left: 70px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 3px;
}

.se-hero-scroll i {
  display: block;
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.se-hero-since {
  position: absolute;
  z-index: 10;
  right: 30px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  font-family: Arial, sans-serif;
}

.se-hero-since span {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 3px;
}

.se-hero-since strong {
  margin-top: 5px;
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
  font-size: 24px;
  font-weight: 400;
}
.se-hero-banner .field {
  margin: 0;
}
.se-hero-banner .field__item {
  margin: 0;
}
.se-hero-image .field,
.se-hero-video .field {
  height: 100%;
  margin: 0;
}

.se-hero-image .field__item,
.se-hero-video .field__item {
  height: 100%;
}
  .se-hero-container {
    min-height: 100%;
    padding: 90px 25px 100px;
    align-items: center;
  }
  .se-hero-content {
    width: 100%;
    padding-top: 30px;
  }
.se-hero-eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: 3px;
    margin-top: 50px;
}
  .se-hero-eyebrow span {
    width: 22px;
  }
  .se-hero-title {
    font-size: clamp(55px, 15vw, 78px);
    line-height: 0.88;
    letter-spacing: -2px;
  }

  .se-hero-title em {
    margin-top: 8px;
    font-size: 0.9em;
  }
  .se-hero-description {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.4;
  }

  .se-hero-body {
    font-size: 16px;
  }

  .se-hero-actions {
    align-items: flex-start;
    gap: 18px;
    margin-top: 30px;
  }

  .se-philosophy-link-wrapper a {
    color: #1f1a14;
}
  .se-hero-primary-btn {
    min-height: 50px;
    padding: 0 23px;
    font-size: 10px;
  }

  .se-hero-secondary-btn {
    font-size: 12px;
  }

  .se-hero-scroll {
    left: 25px;
    bottom: 24px;
    font-size: 8px;
    letter-spacing: 2px;
  }

  .se-hero-scroll i {
    width: 25px;
  }

  .se-hero-since {
    right: 20px;
    bottom: 20px;
  }

  .se-hero-since strong {
    font-size: 20px;
  }


/* Philloshpy section css */

.se-philosophy-link-wrapper {
    margin-top: 27px;
}
.se-philosophy {
  position: relative;
  width: 100%;
  background: #f5f1eb;
  color: #211c19;
  padding: 110px 0 100px;
  overflow: hidden;
}
.se-philosophy-container {
  width: calc(100% - 80px);
  max-width: 1320px;
  margin: 0 auto;
}
.se-philosophy-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 55px;
  margin-bottom: 65px;
}
.se-philosophy-heading {
  padding-top: 2px;
}
.se-philosophy-number {
  margin-bottom: 35px;
  color: #9a542d;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.se-philosophy-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #8f542d;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.se-philosophy-label span {
  display: block;
  width: 21px;
  height: 1px;
  background: #a86639;
}
.se-philosophy-title {
  margin: 0;
  font-family:
    "Cormorant Garamond",
    "Times New Roman",
    serif;
  font-size: clamp(48px, 4.5vw, 65px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -2px;
}
.se-title-normal {
  display: block;
}
.se-title-italic {
  display: block;
  margin-top: 8px;
  font-style: italic;
  font-weight: 400;
}
.se-philosophy-copy {
  padding-top: 72px;
  max-width: 420px;
}
.se-philosophy-intro {
  color: #2c2521;
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
  font-size: 17px;
  line-height: 1.45;
}
.se-philosophy-intro p {
  margin: 0;
}
.se-philosophy-description {
    margin-top: 20px;
    color: #967d70;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
}
.se-philosophy-description p {
  margin: 0;
}
.se-philosophy-link-wrapper {
  margin-top: 27px;
}
.se-philosophy-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #3b302a;
  color: #302823;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 2px;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}
.se-philosophy-link span {
  font-size: 12px;
  line-height: 1;
}
.se-philosophy-link:hover {
  color: #8e4b2c;
  border-color: #8e4b2c;
}
.se-philosophy-grid {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.se-philosophy-main-image {
  position: relative;
  min-height: 415px;
  overflow: hidden;
}
/* .se-philosophy-main-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 415px;
  object-fit: cover;
  object-position: center;
} */

.se-philosophy-main-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    min-height: 480px;
    max-height: 620px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
.se-image-label {
  position: absolute;
  left: 17px;
  bottom: 15px;
  z-index: 2;
  padding: 9px 17px;
  background: #ffffff;
  border-radius: 30px;
  color: #5a4a42;
  font-family: Arial, sans-serif;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.se-philosophy-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  min-height: 415px;
}

.se-philosophy-secondary-image {
  overflow: hidden;
  min-height: 190px;
}

/* .se-philosophy-secondary-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center;
} */

.se-philosophy-secondary-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
.se-philosophy-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 27px;
  background: #781f2c;
  color: #ffffff;
}


/* Quote mark */

.se-quote-mark {
  position: absolute;
  top: 38px;
  left: 27px;
  color: #c49342;
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
  font-size: 42px;
  line-height: 0.5;
}

.se-quote-text {
  max-width: 260px;
  margin-top: 18px;
  color: #ffffff;
  font-family:
    "Cormorant Garamond",Georgia,serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.35;
}
.se-quote-text p {
  margin: 0;
}
.se-quote-author {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 17px;
    color: rgba(255,255,255,0.85);
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}
.se-quote-author span {
  font-size: 11px;
}

.se-philosophy-main-image img,
.se-philosophy-secondary-image img {
  transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
}
.se-philosophy-main-image:hover img,
.se-philosophy-secondary-image:hover img {
  transform: scale(1.035);
}

/* Service card css */

.se-services-grid .view-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.se-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #f8f4ee;
  border-radius: 4px;
  overflow: hidden;
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}
.se-service-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 15px 35px rgba(50, 35, 25, .10);
}
.se-service-card-image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.se-service-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform .7s cubic-bezier(.2,.7,.2,1);
}
.se-service-card:hover
.se-service-card-image img {
  transform: scale(1.045);
}

.se-service-number {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: rgba(28, 26, 23, .9);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.se-service-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 27px 26px 28px;
}
.se-service-title {
  margin: 0;
  color: #2b211d;
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}
.se-service-description {
  max-width: 270px;
  margin-top: 12px;
  color: #806e64;
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
  font-size: 13px;
  line-height: 1.45;
}
.se-service-description p {
  margin: 0;
}

.se-service-link-wrapper {
  margin-top: auto;
  padding-top: 26px;
}

.se-service-link-wrapper a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #332a25;
  color: #2a231f;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition:
    color .3s ease,
    border-color .3s ease;
}

.se-service-link-wrapper a:hover {
  color: #95552e;
  border-color: #95552e;
}
.se-service-link-arrow {
  display: none;
}

/* What we do css */

.what-we-do {
  background: #eee7da;
  padding: 80px 0 100px;
}

.what-we-do-inner {
    max-width: 1320px;
    margin: 0 auto;
}
.what-we-do-top {
    display: flex;
    gap: 8px;
    margin-bottom: 45px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #765e49;
    font-weight: 600;
}

.what-we-do-intro {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 90px;
  align-items: center;
  margin-bottom: 68px;
}

.what-we-do-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-family: Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #865f3d;
}

.what-we-do-eyebrow span:first-child {
  width: 28px;
  height: 1px;
  background: #936a45;
}

.what-we-do-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: .96;
  letter-spacing: -2px;
  color: #211d19;
}

.what-we-do-heading h2 em {
  font-style: italic;
  font-weight: 400;
}
.what-we-do-text {
  max-width: 360px;
}
.what-we-do-text p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.7;
  color: #806f5d;
}

.what-we-do-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.what-we-do-card {
  background: #faf8f3;
  border-radius: 5px;
  overflow: hidden;
}
.what-we-do-image {
  position: relative;
  height: 245px;
  overflow: hidden;
}
.what-we-do-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
}
.what-we-do-card:hover .what-we-do-image img {
  transform: scale(1.04);
}
.what-we-do-number {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #171513;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.what-we-do-card-content {
  padding: 25px 25px 28px;
}
.what-we-do-card-content h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
  color: #29231d;
}

.what-we-do-card-description {
    min-height: 50px;
    font-size: 1rem;
    line-height: 1.6;
    color: #8a7865;
    font-family: "Montserrat", sans-serif;
}
.what-we-do-card-description p {
  margin: 0;
}

/* EXPLORE */
.what-we-do-explore {
  margin-top: 20px;
}
.what-we-do-explore a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 5px;
  border-bottom: 1px solid #29231d;
  color: #29231d;
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.what-we-do-explore a::after {
  content: "↗";
  font-size: 13px;
}
/* Our Promise css */

.our-promise-section {
  background: #f8f6f2;
  padding: 105px 30px;
}
.our-promise-container {
  max-width: 1320px;
  margin: 0 auto;
}

.our-promise-heading {
  text-align: center;
  margin-bottom: 55px;
}

.our-promise-label {
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 5px;
    color: #746b6a;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.our-promise-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 6px;
  color: #15121a;
  text-transform: uppercase;
}
.our-promise-heading h2 span {
  color: #dcb475;
}
.promise-heading-line {
  display: block;
  width: 48px;
  height: 1px;
  margin: 20px auto 0;
  background: #dcb475;
}
.our-promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
}
.our-promise-grid .promise-item {
  display: flex;
  align-items: flex-start;
  min-height: 105px;
  padding: 24px 0;
  border-top: 1px solid #d8d4ce;
}
.promise-bullet {
  display: block;
  width: 4px;
  height: 4px;
  min-width: 4px;
  margin-top: 7px;
  margin-right: 16px;
  background: #dcb475;
  border-radius: 50%;
}
.promise-text {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #665f63;
}

.promise-text p {
  margin: 0;
}

/* Journal Note css */
.journal-note-section {
  display: grid;
  grid-template-columns: 55% 45%;
  width: 100%;
  min-height: 690px;
  margin: 0;
  padding: 0;
  background: #1d1915;
}
.journal-note-image {
  width: 100%;
  height: 100%;
  min-height: 690px;
  overflow: hidden;
}
.journal-note-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
.journal-note-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 7.5% 70px;
  background: #1d1915;
  box-sizing: border-box;
}
.journal-note-label {
  margin-bottom: 28px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #c58b35;
}
.journal-note-quote {
  margin: 0 0 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -1px;
  color: #f4eee6;
}
.quote-before,
.quote-after {
  color: #f4eee6;
}

.quote-highlight {
  color: #bd7e25;

  font-style: italic;
}
.journal-note-description {
  max-width: 480px;
  margin-bottom: 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #cfc7bd;
}
.journal-note-description p {
  margin: 0;
}
.journal-note-link {
  display: inline-block;
  width: fit-content;
  margin-top: 2px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #f4eee6;
}
.journal-note-link:hover {
  color: #c58b35;
}
.journal-note-bottom-line {
  width: 100%;
  height: 1px;
  margin-top: 8px;
  background: rgba(220, 210, 200, 0.35);
}



/* Counter css  */

.statistics-section {
  width: 100%;
  background: #1d100c;
  padding: 58px 30px 55px;
  box-sizing: border-box;
}
.statistics-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.statistics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  justify-content: center;
  width: 100%;
}
.stat-counter {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.stat-number-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
  min-height: 43px;
}

.stat-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #d4a04f;
  font-variant-numeric: lining-nums;
}
.stat-suffix {
  margin-left: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: #d4a04f;
}

.stat-label {
  margin-top: 17px;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #d4ccc5;
}



/* Our services */

.services-section {
  width: 100%;
  background: #f4efe5;
  color: #202020;
  padding: 55px 0 70px;
}

.services-container {
  width: 1320px;
  margin: 0 auto;
}

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.services-header-left {
  flex: 1;
}

.services-eyebrow {
    margin-bottom: 7px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8d826f;
}
.services-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.1;
  color: #222;
}

.services-header-right {
    width: 25%;
    padding-top: 2px;
}
.services-header-right p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #716b60;
}
.services-divider {
  width: 100%;
  height: 1px;
  background: #d7d0c4;
  margin: 22px 0 26px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 25px;
}

.service-card {
  width: 100%;
}

.service-image {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
  background: #ddd;
}

.service-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.04);
}

.service-info {
  padding-top: 7px;
}

.service-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10px;
}

.service-number {
  line-height: 1;
  color: #8e8679;
}

.service-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #81796d;
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.service-arrow:hover {
  transform: translateX(4px);
}

.service-name {
    margin: 1px 0 4px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    color: #252525;
}
.service-description {
    font-size: 14px;
    line-height: 1.5;
    color: #746e64;
}

/* Gallery Css */

.gallery-section {
  width: 100%;
  background: #10100f;
  color: #fff;
  padding: 28px 0 0;
  overflow: hidden;
}
.gallery-container {
    width: 1320px;
    margin: 0 auto;
    padding: 0 0 20px;
}
.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
}

.gallery-heading {
  max-width: 360px;
}

.gallery-eyebrow {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 9px;
  font-family: Arial, sans-serif;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d6a93a;
}

.gallery-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -1.2px;
  color: #f3f1eb;
}
.gallery-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
  color: #f3f1eb;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-bottom: 1px solid #c8a34b;
}

.gallery-view-all span {
  color: #d5a938;
  font-size: 9px;
}

.gallery-view-all:hover {
  color: #d5a938;
}

.gallery-masonry {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.gallery-item {
  min-width: 0;
}

.gallery-card {
  width: 100%;
  overflow: hidden;
}

.gallery-image {
  width: 100%;
  overflow: hidden;
}

.gallery-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
      height: 380px;
}
.gallery-card:hover img {
  transform: scale(1.03);

}

.gallery-image .field,
.gallery-image .field__item {
  margin: 0;
  padding: 0;
}

/* Lets talk Css */
.lets-talk-section {
  width: 100%;
  margin: 0;
  padding: 0;
}
.lets-talk {
  position: relative;
  width: 100%;
  min-height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #15130f;
  color: #fff;
}

.lets-talk-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.lets-talk-background .field,
.lets-talk-background .field__item {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.lets-talk-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.lets-talk-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to bottom,
      rgba(13, 12, 10, 0.62),
      rgba(13, 12, 10, 0.72)
    );
}
.lets-talk-container {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 38px 0 45px;
  text-align: center;
}

.lets-talk-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #d1ad63;
}

.lets-talk-number {
  color: #d1ad63;
}

.lets-talk-slash {
  color: #d1ad63;
}

.lets-talk-label-text {
  color: #d1ad63;
}
.lets-talk-heading {
  margin: 0 auto;
  max-width: 1000px;
}
.lets-talk-title {
  margin: 0;
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -2.8px;
  color: #f4f1eb;
}
.lets-talk-highlight {
  margin-top: 2px;
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: 0.95;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -2.5px;
  color: #d2ad64;
}
.lets-talk-description {
  max-width: 440px;
  margin: 31px auto 0;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}

.lets-talk-description p {
  margin: 0;
}
.lets-talk-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.lets-talk-btn {
  min-width: 180px;
  height: 59px;
  padding: 0 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  box-sizing: border-box;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}
.lets-talk-btn-primary {
  background: #d1ad62;
  border: 1px solid #d1ad62;
  color: #17130d;
}

.lets-talk-btn-primary:hover {
  background: #e0bd70;  border-color: #e0bd70;
  color: #17130d;
  transform: translateY(-2px);
}
.lets-talk-arrow {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  transition:
  transform 0.3s ease;
}

.lets-talk-btn-primary:hover .lets-talk-arrow {
  transform: translateX(4px);
}

.lets-talk-btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.lets-talk-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  transform: translateY(-2px);
}

.contact-section {
  width: 100%;
  background: #f5f0e5;
  padding: 40px 20px 45px;
}
.contact-container {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}
.contact-info {
  width: 100%;
}
.contact-eyebrow,
.form-eyebrow {
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #b48a3c;
  margin-bottom: 12px;
  font-weight: 600;
}
.contact-info h2 {
    margin: 0;
    color: #21170e;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: -0.3px;
}
.contact-intro {
    margin: 12px 0 25px;
    color: #8c8378;
    font-size: 14px;
    line-height: 1.65;
}
.contact-details {
  width: 100%;
  border-top: 1px solid #d9d0c2;
}
.contact-detail {
  display: flex;
  align-items: center;
  min-height: 61px;
  border-bottom: 1px solid #d9d0c2;
}
.contact-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c69a4b;
    color: #9b722f;
    font-family: Arial, sans-serif;
    font-size: 25px;
    margin-right: 10px;
    padding: 17px;
}
.contact-detail-content {
    flex: 1;
    padding: 10px 0px;
}
.contact-label {
    color: #b18745;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.contact-value {
    color: #51483e;
    line-height: 1.45;
}
.contact-socials {
  display: flex;
  gap: 7px;
  margin-top: 17px;
}

.contact-social {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1c8bb;
  color: #71685d;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 6px;
  transition: all 0.3s ease;
}

.contact-social:hover {
  background: #21170e;
  border-color: #21170e;
  color: #fff;
}
.contact-form-card {
  width: 100%;
  background: #1f150d;
  border-top: 2px solid #c49a4d;
  padding: 26px 27px 25px;
  box-sizing: border-box;
}

.form-eyebrow {
  margin-bottom: 10px;
}

.contact-form-card h3 {
  margin: 0 0 22px;
  color: #f4e9d3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.dynamic-contact-form {
  width: 100%;
}
.dynamic-contact-form form {
  width: 100%;
}

.dynamic-contact-form .form-item {
  margin: 0 0 16px;
  padding: 0;
}

.dynamic-contact-form label {
  display: block;
  color: #c79b4d;
  line-height: 1;
  letter-spacing: 1.8px;
  margin-bottom: 7px;
}

.dynamic-contact-form input[type="text"],
.dynamic-contact-form input[type="email"],
.dynamic-contact-form input[type="tel"],
.dynamic-contact-form input[type="number"],
.dynamic-contact-form input[type="url"],
.dynamic-contact-form select,
.dynamic-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #5b4c3c;
  background: transparent;
  color: #eee2cd;
  padding: 0 0 8px;
  border-radius: 0;
  outline: none;
}
.dynamic-contact-form input::placeholder,
.dynamic-contact-form textarea::placeholder {
  color: #75695c;
  opacity: 1;
}

.dynamic-contact-form input:focus,
.dynamic-contact-form select:focus,
.dynamic-contact-form textarea:focus {
  border-bottom-color: #c99d4f;
}

.dynamic-contact-form textarea {
  min-height: 70px;
  resize: vertical;
  line-height: 1.5;
}
.dynamic-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.dynamic-contact-form .form-item-name,
.dynamic-contact-form .form-item-email {
  width: calc(50% - 7px);
  display: inline-block;
  vertical-align: top;
}

.dynamic-contact-form .form-item-name {
  margin-right: 10px;
}

.dynamic-contact-form .form-item-email {
  margin-right: 0;
}

.dynamic-contact-form .form-actions {
  margin-top: 18px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dynamic-contact-form input[type="submit"],
.dynamic-contact-form button[type="submit"] {
  border: 0;
  background: #d1a354;
  color: #1f150d;
  padding: 10px 20px;
  font-weight: 600;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dynamic-contact-form input[type="submit"]:hover,
.dynamic-contact-form button[type="submit"]:hover {
  background: #e0b76a;
}

.dynamic-contact-form .description {
  color: #75695c;
  font-size: 6px;
  line-height: 1.4;
}

.dynamic-contact-form .form-required {
  color: #c99d4f;
}

.dynamic-contact-form .form-item--error-message {
  color: #d99a7a;
  font-size: 6px;
  margin-top: 4px;
}

.dynamic-contact-form input.error,
.dynamic-contact-form textarea.error,
.dynamic-contact-form select.error {
  border-bottom-color: #d99a7a;
}

.lets-talk .lets-talk-container {
    padding: 15% 0px;
}

.block-search-narrow input[type="search"] {
    display: none;
}


/* Video Gallery Css */

/**
 * Video gallery — premium card grid
 * Component scope: .vg-section / .vg-card / .vg-popup
 */

.vg-section {
  --vg-ink:        #12100E;
  --vg-ink-2:      #1B1815;
  --vg-line:       rgba(212, 175, 86, 0.28);
  --vg-gold:       #D4AF56;
  --vg-gold-soft:  rgba(212, 175, 86, 0.14);
  --vg-cream:      #F4F0E8;
  --vg-muted:      rgba(244, 240, 232, 0.60);
  --vg-radius:     14px;
  --vg-ease:       cubic-bezier(.22, .61, .36, 1);
}

/* ---------------------------------------------------------------- grid  */

.vg-grid { align-items: stretch; }

.vg-grid > [class*="col-"] { display: flex; }

/* ---------------------------------------------------------------- card  */

.vg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  background: var(--vg-ink);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--vg-radius);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
  transition:
    transform .55s var(--vg-ease),
    box-shadow .55s var(--vg-ease),
    border-color .55s var(--vg-ease);
  will-change: transform;
}

.vg-card:hover,
.vg-card:focus-visible {
  transform: translateY(-6px);
  border-color: var(--vg-line);
  box-shadow:
    0 22px 48px -18px rgba(0, 0, 0, .55),
    0 0 0 1px var(--vg-gold-soft);
  text-decoration: none;
}

.vg-card:focus-visible {
  outline: 2px solid var(--vg-gold);
  outline-offset: 3px;
}

/* --------------------------------------------------------------- thumb  */

.vg-card__thumb {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #0A0908;
  aspect-ratio: 16 / 9;      /* horizontal, identical on every card */
  border-radius: var(--vg-radius) var(--vg-radius) 0 0;
}

@supports not (aspect-ratio: 16 / 9) {
  .vg-card__thumb { height: 0; padding-top: 56.25%; }
}

.vg-card__preview {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;         /* landscape clips fill the frame edge to edge */
  object-position: center;
  transform: scale(1.001);
  transition: transform 1.1s var(--vg-ease), filter .6s var(--vg-ease);
  filter: saturate(.92) contrast(1.02);
}

.vg-card:hover .vg-card__preview { transform: scale(1.06); filter: saturate(1) contrast(1.04); }

/* Vertical source: letterbox it and fill the sides with its own blurred frame */
.vg-card__thumb.is-portrait .vg-card__preview {
  object-fit: contain;
}

.vg-card:hover .vg-card__thumb.is-portrait .vg-card__preview {
  transform: scale(1.02);
}

.vg-card__fill {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  filter: blur(26px) saturate(1.35) brightness(.5);
  transform: scale(1.25);
  opacity: 0;
  transition: opacity .5s var(--vg-ease);
  pointer-events: none;
}

.vg-card__thumb.is-portrait .vg-card__fill { opacity: 1; }

/* Gradient veil keeps the play control and caption legible on any frame */
.vg-card__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to top, rgba(9, 8, 7, .78) 0%, rgba(9, 8, 7, .12) 45%, rgba(9, 8, 7, .30) 100%);
  transition: opacity .5s var(--vg-ease);
  opacity: .95;
  pointer-events: none;
}

.vg-card:hover .vg-card__veil { opacity: .75; }

/* ---------------------------------------------------------- play button */

.vg-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  color: var(--vg-ink);
  background: var(--vg-cream);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    background .45s var(--vg-ease),
    color .45s var(--vg-ease),
    transform .55s var(--vg-ease);
  pointer-events: none;
}

.vg-card__play svg { margin-left: 3px; }   /* optical centering of the triangle */

.vg-card:hover .vg-card__play {
  background: var(--vg-gold);
  transform: translate(-50%, -50%) scale(1.06);
}

/* Signature: a gold hairline ring that opens outward on hover */
.vg-card__ring {
  position: absolute;
  inset: -14px;
  border: 1px solid var(--vg-gold);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.82);
  transition: opacity .6s var(--vg-ease), transform .6s var(--vg-ease);
}

.vg-card:hover .vg-card__ring { opacity: .85; transform: scale(1); }

/* ------------------------------------------------------------- cue text */

.vg-card__cue {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 3;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--vg-cream);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .45s var(--vg-ease), transform .45s var(--vg-ease);
  pointer-events: none;
}

.vg-card:hover .vg-card__cue { opacity: .9; transform: translateY(0); }

/* ---------------------------------------------------------------- body  */

.vg-card__body {
  position: relative;
  flex: 1 1 auto;
  padding: 20px 22px 22px;
  background: var(--vg-ink-2);
}

.vg-card__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 1px;
  background: linear-gradient(to right, var(--vg-gold), rgba(212, 175, 86, 0));
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform .7s var(--vg-ease);
}

.vg-card:hover .vg-card__body::before { transform: scaleX(1); }

.vg-card__title {
  margin: 0;
  font-family: var(--font-serif, "Cormorant Garamond", "Playfair Display", Georgia, serif);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .01em;
  color: var(--vg-cream);
  transition: color .4s var(--vg-ease);

  display: -webkit-box;
  -webkit-line-clamp: 2;      /* keeps every card the same height */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vg-card:hover .vg-card__title { color: var(--vg-gold); }

/* --------------------------------------------------------------- popup  */

.vg-popup {
  width: min(1120px, 92vw);
  padding: 0;
  background: transparent;
}

/* Fixed horizontal stage — portrait clips letterbox inside it */
.vg-popup__stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 82vh;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 30px 90px -30px rgba(0, 0, 0, .9);
}

@supports not (aspect-ratio: 16 / 9) {
  .vg-popup__stage { height: 0; padding-top: 56.25%; }
}

.vg-popup__fill {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  filter: blur(34px) saturate(1.35) brightness(.42);
  transform: scale(1.25);
  opacity: 0;
  transition: opacity .6s var(--vg-ease, ease);
  pointer-events: none;
}

.vg-popup__stage.is-portrait .vg-popup__fill { opacity: 1; }

.vg-popup__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;       /* never crops, never distorts */
  background: transparent;
  outline: none;
}

/* Sound fallback pill (only shown if the browser blocks audible autoplay) */
.vg-popup__unmute {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 15px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #12100E;
  cursor: pointer;
  background: #D4AF56;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .8);
}

.vg-popup__unmute[hidden] { display: none; }

.vg-popup__unmute:hover { background: #E2C271; }

.fancybox-content,
.fancybox__content {
  --f-spinner-color-1: rgba(212, 175, 86, .25);
  --f-spinner-color-2: #D4AF56;
}

[class*="fancybox"] .vg-popup,
[class*="lg-"] .vg-popup,
.mfp-content .vg-popup,
.lity-content .vg-popup {
  display: block !important;
}

.fancybox-content:has(.vg-popup),
.fancybox__content:has(.vg-popup) {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 20px 0 32px;
}

.section-title-wrap {
  flex: 1;
  min-width: 0;
}
section.video-gallery-section {
    padding: 50px 0px;
}

.section-subtitle {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 22px;
  border: 1px solid #d99b20;
  border-radius: 50px;
  color: #172c46;
  background: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 12px;
  color: #172c46;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.section-desc {
  max-width: 700px;
  margin: 0;
  color: #243b53;
  font-size: 17px;
  line-height: 1.7;
}
.section-action {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 210px;
  padding: 17px 24px;
  border: 1px solid #e0a326;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  color: #172c46;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(23, 44, 70, 0.06);
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.view-all-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #172c46;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.3s ease, background 0.3s ease;
}

.view-all-btn:hover {
  background: #172c46;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(23, 44, 70, 0.16);
}

.view-all-btn:hover span {
  background: #e0a326;
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .section-header {
    gap: 25px;
  }

  .section-title {
    font-size: 42px;
  }

  .section-desc {
    font-size: 16px;
  }

  .view-all-btn {
    min-width: 185px;
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 15px 0 28px;
  }

  .section-title-wrap {
    width: 100%;
  }

  .section-subtitle {
    margin-bottom: 16px;
    padding: 8px 16px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .section-title {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.8px;
  }

  .section-desc {
    font-size: 15px;
    line-height: 1.6;
  }

  .section-action {
    width: 100%;
    justify-content: flex-start;
  }

  .view-all-btn {
    width: auto;
    min-width: 190px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 30px;
  }

  .section-desc {
    font-size: 14px;
  }

  .view-all-btn {
    width: 100%;
  }
}