:root {
  --bg: #f7f4f0;
  --bg-2: #fbf9f7;
  --text: #1f1f1f;
  --muted: #5f5b57;
  --line: rgba(31, 31, 31, 0.1);
  --gold: #d7b56c;
  --gold-soft: #eccd8a;
  --blush: #e7b2b5;
  --blue: #c5dfe7;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.07);
  --radius: 24px;
  --theme-color: #d7b56c;
  --title-color: #b08b45;
  --body-color: #7C848A;
  --smoke-color: #f8f7f4;
  --smoke-color2: #fff4ef;
  --smoke-color3: #f5f5f6;
  --smoke-color4: #f4f4f4;
  --smoke-color5: #f0f2f4;
  --black-color: #202020;
  --gray-color: #303030;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #e3e3e3;
  --title-font: "altesse-std-24pt", cursive;
  --body-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --icon-font: "Font Awesome 5 Free";
  --main-container: 1320px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 65px;
  --ripple-ani-duration: 5s;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--text);
  font-family: "Prompt", system-ui, sans-serif;
  /* cursor: url("assets/img/cursor.png"), auto; */
  /* background:
    radial-gradient(
      circle at top left,
      rgba(197, 223, 231, 0.18),
      transparent 25%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(231, 178, 181, 0.12),
      transparent 24%
    ),
    linear-gradient(180deg, #fcfbf9 0%, #f6f1eb 100%); */
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
h1 h2 h3 h4 h5 h6 {
  font-size: 36px;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
/*------------------- 1.5. Typography -------------------*/
html {
  overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: auto;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  height: auto;
  min-height: 100vh;
  -ms-scroll-chaining: none;
  /*overscroll-behavior: none;*/
  /***scroll-bar***/
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(251, 212, 81, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 0px;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.227;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .main-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    height: 100vh;
    position: relative;
  }
}
.container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}
.site-header {
  position: sticky;
/*  top: 0;*/
/*  z-index: 50;*/
/*  backdrop-filter: blur(10px);*/
/*  background: rgba(255, 255, 255, 0.86);*/
/*  border-bottom: 1px solid rgba(31, 31, 31, 0.07);*/
}
.topbar {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid rgba(31, 31, 31, 0.06);
}
.topbar .container,
.nav-row,
.footer-top,
.hero-grid,
.split-grid,
.cards-grid,
.two-up,
.three-up,
.contact-grid {
  display: flex;
}

.topbar .container {
  justify-content: space-between;
  padding: 10px 0;
}
.nav-row {
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 2px 0;
}
.brand {
  font-family: "Helvetica", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 0.95;
      justify-items: center;
}
.brand small {
  display: block;
  font-family: "Helvetica", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
}
.site-nav ul {
  display: flex;
  list-style: none;
  gap: 22px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.site-nav a {
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}
.site-nav a:hover,
.site-nav a.active {
  color: #000;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: 0.3s ease;
  font-size: 14px;
  border: 1px solid transparent;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), #b99145);
  color: #fff;
  box-shadow: 0 14px 28px rgba(185, 145, 69, 0.25);
}
.btn-primary:hover {
  transform: translateY(-2px);
  color: #fff;
}
.btn-secondary {
  background-color: var(--body-color);
  color: var(--white-color);
  font-family: var(--body-font);
}
.btn-secondary:hover {
  transform: translateY(-2px);
}
.page-hero {
  padding: 35px 0 44px;
}
.hero-card,
.content-card,
.feature-card,
.service-card,
.cta-card,
.form-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(31, 31, 31, 0.07);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.grid-content-card{
      background:rgba(253, 250, 246, 0.9);
  border: 1px solid rgba(31, 31, 31, 0.07);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
        max-width: 350px;
        padding:24px
        
}
.hero-grid {
  gap: 34px;
  align-items: center;
}
.hero-grid > * {
  flex: 1;
}
.hero-visual img {
  min-height: 560px;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: 42px;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #b08b45;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 18px;
  font-weight: 700;

}

.lead {
  font-size: 18px;
  line-height: 1.9;
  /*color: #4d5566;*/
}
p {
  font-size: 15.5px;
  line-height: 1.85;
  color: #46413c;
  margin: 0 0 15px;
  text-align: center;
}
.section {
padding: 35px 0 35px;
}
.section-head {
  /*max-width: 860px;*/
  margin: 0 auto 34px;
  text-align: center;
}
.section-head p {
  margin-bottom: 0;
}
.split-grid {
  gap: 28px;
  align-items: center;
}
.split-grid > * {
  flex: 1;
}
.feature-card {
  overflow: hidden;
}
.feature-card img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}
.feature-content {
  padding: 48px 40px;
  
}
.cards-grid {
  gap: 24px;
  flex-wrap: wrap;
}
.cards-grid > * {
  flex: 1 1 calc(25% - 18px);
  min-width: 260px;
}
.two-up {
  gap: 24px;
  flex-wrap: wrap;
}
.two-up > * {
  flex: 1 1 420px;
}
.three-up {
  gap: 24px;
  flex-wrap: wrap;
}
.three-up > * {
  flex: 1 1 calc(33.333% - 16px);
  min-width: 260px;
}
.service-card {
  overflow: hidden;
  transition: 0.35s ease;
  text-align: center;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.11);
}
.service-card img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.service-card .body {
  padding: 28px 24px 28px;
  /*background: rgba(255, 255, 255, 0.6);*/
      display: flex;
    height: 100%;
    flex-direction: column;
}
.tag {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(215, 181, 108, 0.1);

  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 12px;

 color: #A8918B;
}
.mini-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 22px 0 12px;
  
}
.checklist,
.simple-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: initial;
}
.checklist li,
.simple-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align-last: left;

}
.checklist li::before,
.simple-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme-color);
}
.price-box {

  padding: 14px 16px;
  text-align: center;
  border-radius: 16px;
  /*background: #f8f5f1;*/
  border: 1px solid rgba(31, 31, 31, 0.08);
  font-weight: 700;
    margin: 20px 0px;
    
}
.note-box {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(31, 31, 31, 0.08);
  font-weight: 600;

}
.link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.link-box {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background: #fff;
}
.link-box h4 {
  font-family: "Helvetica", serif;
  font-size: 26px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.span-4 {
  grid-column: span 4;
}
.span-5 {
  grid-column: span 5;
}
.span-6 {
  grid-column: span 6;
}
.span-7 {
  grid-column: span 7;
}
.span-8 {
  grid-column: span 8;
}
.span-12 {
  grid-column: span 12;
}
.h-220 {
  height: 220px;
}
.h-300 {
  height: 300px;
}
.h-360 {
  height: 360px;
}
.h-460 {
  height: 460px;
}
.cta-card {
  text-align: center;
  padding: 56px 36px;
}
.contact-grid {
  gap: 28px;
  align-items: flex-start;
}
.contact-grid > * {
  flex: 1;
}
.form-card {
  padding: 34px;
}
label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 8px;
}
input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(31, 31, 31, 0.12);
  background: #fff;
  font: inherit;
  color: var(--text);
}
textarea {
  min-height: 140px;
  resize: vertical;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}
.form-row.single {
  grid-template-columns: 1fr;
}
.footer {
  padding: 20px 10px 10px ;
  border-top: 1px solid rgba(31, 31, 31, 0.08);
  background: rgba(255, 255, 255, 0.64);
}
.footer-top {
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  /*padding-bottom: 24px;*/
      display: flex;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  flex: 1;
}
.footer h4 {
  margin-bottom: 12px;
      font-size: 30px;
    font-weight: 600;
        text-align: center;
}
.footer p,
.footer li,
.footer a {
  font-size: 16px;

      text-align: center;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
      text-align: center;
}
.footer li {
  margin-bottom: 8px;
}
.copyright {
  padding-top: 20px;
  border-top: 1px solid rgba(31, 31, 31, 0.08);
  font-size: 13px;

}
@media (max-width: 1024px) {
  .hero-grid,
  .split-grid,
  .contact-grid,
  .footer-top {
    flex-direction: column;
  }
  .cards-grid > * {
    flex-basis: calc(50% - 12px);
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .site-nav ul {
    gap: 14px;
  }
  .hero-copy,
  .feature-content,
  .cta-card,
  .form-card,
  .service-card .body {
    padding: 24px 20px;
  }
  .hero-visual img {
    min-height: 320px;
  }
  .cards-grid > * {
    flex-basis: 100%;
  }
  .link-grid,
  .form-row,
  .footer-cols {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .span-4,
  .span-5,
  .span-6,
  .span-7,
  .span-8,
  .span-12 {
    grid-column: span 2;
  }
}
/* Scrol btn */

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  /* cursor: pointer; */
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* cursor: pointer; */
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 70px;
    --icon-font-size: 24px;
  }
  .btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 25px;
  }
  .scroll-btn img {
    width: 70px;
  }
  .scroll-btn.show {
    bottom: -50px;
  }
}

/* header */
/****header-top*****/
.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.main-menu a:before {
  content: "";
  position: relative;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 50%;
  /* border: 1px solid var(--title-color); */
  top: -1px;
  margin-right: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu a:hover:before {
  background: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 18px;
}
.main-menu > ul > li > a {
  padding: 20px 0;
      font-weight: 600;
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--brand-bg);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  -webkit-box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a span {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 4px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}
.main-menu ul.sub-menu {
  padding: 13px 15px 13px 13px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0px;
  letter-spacing: 1.5px;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 15px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}
.simple-icon {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 22px;
  position: relative;
}
.simple-icon .badge {
  padding: 0.2em 0.4em;
  font-size: 0.5em;
  top: -5px;
  right: 0px;
}
.simple-icon:has(.badge) {
  padding-right: 8px;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .header-button {
    gap: 20px;
  }
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}
.social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 10px 0 0;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-links > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}
.header-links li > i {
  margin-right: 8px;
}
.header-links li .header-sub-links li:not(:last-child) {
  margin: 0 30px 0 0;
}
.header-links li .header-sub-links li:not(:last-child):before {
  content: "/";
  position: absolute;
  right: -20px;
  top: 0;
  color: var(--title-color);
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--title-color);
  font-family: var(--body-font);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}
.header-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-btn {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--title-color);
  font-family: var(--body-font);
  position: relative;
  padding-right: 65px;
}
.sidebar-btn:before,
.sidebar-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 50px;
  height: 1px;
  background: var(--title-color);
}
.sidebar-btn:before {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
.header-layout1 .sticky-wrapper {
  padding: 0px 68px;
}
.header-layout1 .header-top {
  background: rgba(199, 134, 101, 0.1);
  padding: 9.5px 68px;
}
@media (max-width: 1299px) {
  .header-layout1 .sticky-wrapper {
    padding: 0px 38px;
  }
  .header-layout1 .header-top {
    padding: 9.5px 38px;
  }
  .header-layout1 .sidebar-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-layout1 .sticky-wrapper {
    padding: 0px 28px;
  }
  .header-layout1 .header-top {
    padding: 9.5px 28px;
  }
  .header-layout1 .sidebar-btn {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .header-layout1 .sticky-wrapper {
    padding: 0;
  }
  .header-layout1 .header-top {
    padding: 9.5px 0;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header-layout2 .header-top {
  padding: 17px 109px;
  border-bottom: 1px solid #4b4d49;
}
.header-layout2 .sidebar-btn {
  color: var(--white-color);
}
.header-layout2 .sidebar-btn:before,
.header-layout2 .sidebar-btn:after {
  background: var(--white-color);
}
.header-layout2 .sticky-wrapper {
  padding: 0px 109px;
  border-bottom: 1px solid #4b4d49;
}
.header-layout2 .sticky-wrapper .header-logo {
  display: none;
}
.header-layout2 .sticky-wrapper .header-links a {
  color: var(--white-color);
}
.header-layout2 .sticky-wrapper .header-links a:hover {
  color: var(--theme-color);
}
.header-layout2 .main-menu > ul > li > a {
  padding: 17px 0;
  color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a:before {
  border-color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a:hover:before {
  background: var(--white-color);
}
.header-layout2 .sticky-wrapper.sticky {
  background: #4b4d49;
}
.header-layout2 .sticky-wrapper.sticky .header-logo {
  display: block;
}
.header-layout2 .sticky-wrapper.sticky .header-links.sticky-none {
  display: none;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout2 .header-top {
    padding: 17px 49px;
  }
  .header-layout2 .sticky-wrapper {
    padding: 0px 49px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout2 .header-top {
    padding: 17px 29px;
  }
  .header-layout2 .sticky-wrapper {
    padding: 0px 29px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout2 .sticky-wrapper .header-links,
  .header-layout2 .header-top {
    display: none;
  }
  .header-layout2 .sticky-wrapper .header-logo {
    display: block;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout2 .sticky-wrapper {
    padding: 0;
  }
}
/* General Fix */
img {
  max-width: 100%;
  height: auto;
}

/* NAV */
.menu-toggle {
  background: none;
  border: none;
  font-size: 24px;
  display: none;
}

.main-menu ul {
  /*display: flex;*/
  gap: 25px;
}

@media (max-width: 992px) {
  .menu-toggle {
    display: block;
  }

  .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    flex-direction: column;
    padding: 20px;
  }

  .main-menu.active {
    display: flex;
  }

  .main-menu ul {
    flex-direction: column;
    gap: 15px;
  }

  .sub-menu {
    position: relative;
    display: none;
  }

  .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

/* HERO */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
    text-align: center;
}

@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    order: 2;
    text-align: center;
  }

  .hero-visual {
    order: 1;
        background: transparent;
  }
}

/* CARDS */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  
}
.cards-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  place-self: anchor-center;
}
@media (max-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

/* BUTTONS */
@media (max-width: 576px) {
  .btn {
    width: 100%;
    text-align: center;
  }
}
.header-inner {
  display: contents;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.cards-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
/* Base animation states */
.reveal-fade,
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale {
  opacity: 0;
  will-change: transform, opacity;
}

.reveal-up {
  transform: translateY(50px);
}

.reveal-left {
  transform: translateX(-50px);
}

.reveal-right {
  transform: translateX(50px);
}

.reveal-scale {
  transform: scale(0.94);
}

.reveal-fade {
  transform: translateY(0);
}

/* Nice hover enhancement */
.service-card2,
.project-card,
.process-card,
.feature-card,
.testi-box2 {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.service-card2:hover,
.project-card:hover,
.process-card:hover,
.feature-card:hover,
.testi-box2:hover {
  transform: translateY(-6px);
}

/* Optional: smoother image feel */
.hero-visual img,
.project-card img,
.feature-card img,
.service-card img {
  transition: transform 0.8s ease;
}

.hero-visual:hover img,
.project-card:hover img,
.feature-card:hover img,
.service-card:hover img {
  transform: scale(1.03);
}
.hero-actions,
.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.cta-actions {
  justify-content: center;
  margin-top: 22px;
}

.focus-links {
  margin-top: 22px;
}

@media (max-width: 767.98px) {
  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
    text-align: center;
  }
}
.cards-grid3 .service-card {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.cards-grid3 .service-card:hover {
  transform: translateY(-8px);
}

/*cursor follow************/
.cursor {
  position: fixed;
  background: url(../img/mouse3.png) center center !important;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition:
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition:
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition:
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition:
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cursor.active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cursor.menu-active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cursor.hovered {
  opacity: 1;
}

.cursor-follower {
  position: fixed;
  /*border: 0.5px solid var(--theme-color);*/
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition:
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition:
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition:
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition:
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.cursor-follower.active {
  opacity: 1;
  -webkit-transform: scale(3);
  transform: scale(3);
}
.cursor-follower.menu-active {
  opacity: 1;
  -webkit-transform: scale(3);
  transform: scale(3);
}
.cursor-follower.hovered {
  opacity: 1;
}
/* =========================================
   NUPTIALS & YOU — BRAND OVERRIDES
   Paste at the very end of your stylesheet
========================================= */

/* Optional: only keep these @font-face rules if you have the actual font files */
/*
@font-face {
  font-family: 'HelveticaCustom';
  src: url('/assets/fonts/Helvetica-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaCustom';
  src: url('/assets/fonts/Helvetica-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaCustom';
  src: url('/assets/fonts/Helvetica-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'AltesseStd';
  src: url('/assets/fonts/AltesseStd-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
*/

:root {
  --theme-color: #e7b2b5;
  --theme-color2: #e7b2b5;
  --theme-blue: #c5dfe7;
  --theme-cream: #ecd8a3;
  --title-color: #E7B3B8;
  /*--body-color: #6f6661;*/
  
    --body-color: #4d5566;
  --smoke-color: #fbf8f5;
  --smoke-color2: #fff8f6;
  --smoke-color3: #f7f2ee;
  --smoke-color4: #f4efea;
  --smoke-color5: #f9f6f3;
  --black-color: #1f1a17;
  --gray-color: #665e59;
  --white-color: #ffffff;
  --light-color: #a59c96;
  --yellow-color: #d7b56c;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: rgba(215, 181, 108, 0.28);

  --title-font: "HelveticaCustom", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body-font:
    "HelveticaCustom", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --main-container: 1320px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 65px;
  --ripple-ani-duration: 5s;
}

html,


body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 1.85;
  letter-spacing: 0.01em;
}

body::-webkit-scrollbar-track {
  background: rgba(231, 178, 181, 0.15);
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #e7b2b5 0%, #d7b56c 100%);
  border-radius: 999px;
}

p,
span,
li,
td,
input,
textarea,
select,
label {
  font-family: var(--body-font);
  color: var(--body-color);
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.heading-bold,
.title-bold {
  font-family:
    "HelveticaCustom", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

a {
  color: var(--theme-color);
}

a:hover {
  color: var(--theme-color2);
}

::selection {
  background: rgba(231, 178, 181, 0.35);
  color: var(--title-color);
}

/* Buttons */
.th-btn,
.btn,
button,
input[type="submit"],
.wp-block-search .wp-block-search__button,
.page-links > a.current,
.page-links > span.current,
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  background: linear-gradient(135deg, #e7b2b5 0%, #d7b56c 100%);
  border-color: transparent;

}

.th-btn:hover,
.btn:hover,
button:hover,
input[type="submit"]:hover,
.wp-block-search .wp-block-search__button:hover {
  background: linear-gradient(135deg, #d7b56c 0%, #e7b2b5 100%);
  color: #ffffff;
}

/* Generic outline / alt button support */
.th-btn.style-border,
.th-btn.style2,
.btn-outline,
.outline-btn {
  background: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.th-btn.style-border:hover,
.th-btn.style2:hover,
.btn-outline:hover,
.outline-btn:hover {
  background: var(--theme-color);
  color: #ffffff;
}

/* Soft section backgrounds */
.bg-smoke,
.bg-light,
.background-image,
.section-bg,
.gray-bg {
  background-color: var(--smoke-color);
}

.soft-pink-bg {
  background-color: rgba(231, 178, 181, 0.14);
}

.soft-blue-bg {
  background-color: rgba(197, 223, 231, 0.18);
}

.soft-gold-bg {
  background-color: rgba(236, 216, 163, 0.2);
}

/* Cards / boxes */
.service-card,
.team-card,
.blog-card,
.project-card,
.feature-card,
.price-card,
.testi-card,
.contact-card,
.about-box,
.widget,
.blog-single .blog-content,
.th-search {
  /*background-color: #ffffff;*/
  border: 1px solid rgba(215, 181, 108, 0.18);
  box-shadow: 0 12px 40px rgba(80, 58, 42, 0.06);
  border-radius: 20px;
}

.service-card:hover,
.team-card:hover,
.blog-card:hover,
.project-card:hover,
.feature-card:hover,
.price-card:hover,
.testi-card:hover {
  border-color: rgba(231, 178, 181, 0.45);
  box-shadow: 0 18px 50px rgba(80, 58, 42, 0.09);
}

/* Inputs */
select,
.single-select,
.form-control,
.form-select,
textarea,
input {

  border: 1px solid rgba(215, 181, 108, 0.22);
  color: var(--title-color);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
}

select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: #9d918a;
}

select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  border-color: var(--theme-color2);
  box-shadow: 0 0 0 4px rgba(231, 178, 181, 0.16);
  background-color: #ffffff;
}

/* Form icons */
.form-group > i,
.form-group.form-icon-left > i,
.form-group.has-icon .input-icon {
  color: var(--theme-color);
}

/* Checkbox / radio */
input[type="checkbox"]:checked ~ label:before,
input[type="radio"]:checked ~ label::before {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
  color: #ffffff;
}

input[type="checkbox"] ~ label:before,
input[type="radio"] ~ label::before {
  border-color: rgba(215, 181, 108, 0.55);
}

/* Tables */
table,
td,
th {
  border-color: rgba(215, 181, 108, 0.2);
}

th {
  color: var(--title-color);
  background-color: rgba(236, 216, 163, 0.15);
}

/* Mobile menu */
.mobile-menu-wrapper {
  background-color: rgba(49, 40, 36, 0.45);
}

.mobile-menu-wrapper .mobile-logo,
.mobile-menu-wrapper .mobile-menu-area {
  background-color: #fbf7f4;
}

.mobile-menu-wrapper .mobile-menu-area {
  border-right: 3px solid var(--theme-color2);
}

.mobile-menu-wrapper .menu-toggle {
  background-color: var(--theme-color2);
  color: #ffffff;
}

.mobile-menu-wrapper .menu-toggle:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}

.mobile-menu ul li {
  border-bottom: 1px solid rgba(215, 181, 108, 0.18);
}

.mobile-menu ul li li:first-child {
  border-top: 1px solid rgba(215, 181, 108, 0.18);
}

.mobile-menu ul li a {
  color: var(--title-color);
  font-family: var(--body-font);
  letter-spacing: 0.08em;
}

.mobile-menu ul li a:before {
  border-color: var(--theme-color2);
}

.mobile-menu ul li.active-class > a {
  color: var(--theme-color);
}

.mobile-menu ul li.active-class > a:before {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
}

/* Slider arrows / dots */
.slick-dots button,
.slick-dots .slick-active button {
  background-color: var(--theme-color2);
}

.slick-dots button:before {
  border-color: var(--theme-color);
}

.slick-arrow {
  background-color: #ffffff;
  color: var(--title-color);
  box-shadow: 0 8px 24px rgba(80, 58, 42, 0.08);
}

.slick-arrow:hover {
  background-color: var(--theme-color2);
  color: #ffffff;
}

/* Search / blog / widgets */
.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content,
.wp-block-media-text.alignwide,
.wp-block-group.has-background {
  background-color: var(--smoke-color);
}

.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
  background-color: var(--theme-color2);
}

.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
  color: var(--theme-color);
}

/* Decorative helpers for wedding theme */
.section-title .sub-title,
.subtitle,
.eyebrow,
.pretitle {
  font-family:
    "HelveticaCustom", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--theme-color);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.script-title,
.hero-title,
.brand-script,
.logo-script {
  font-family: var(--title-font);
  font-weight: 400;
  color: var(--title-color);
  line-height: 1.05;
}

.accent-pink {
  color: var(--theme-color2) !important;
}

.accent-gold {
  color: var(--theme-color) !important;
}

.accent-blue {
  color: var(--theme-blue) !important;
}

.border-soft-gold {
  border-color: rgba(215, 181, 108, 0.28) !important;
}

.border-soft-pink {
  border-color: rgba(231, 178, 181, 0.35) !important;
}

/* Hero styling suggestion */
.hero-style1,
.hero-style2,
.hero-wrap,
.breadcumb-wrapper {
  background-color: #fdfaf8;
}

.hero-style1 .hero-title,
.hero-style2 .hero-title,
.breadcumb-title {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 400;
}

.hero-style1 .hero-text,
.hero-style2 .hero-text,
.breadcumb-text {
  color: var(--body-color);
}

.hero-overlay,
.overlay,
[data-overlay]:before {
  background: linear-gradient(
    135deg,
    rgba(255, 250, 246, 0.86) 0%,
    rgba(251, 248, 245, 0.58) 40%,
    rgba(231, 178, 181, 0.1) 100%
  );
}

/* Footer */
.footer-wrapper,
.footer-area {
  background-color: #2d2522;
}

.footer-wrapper,
.footer-area,
.footer-wrapper p,
.footer-area p,
.footer-wrapper li,
.footer-area li,
.footer-wrapper a,
.footer-area a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-wrapper a:hover,
.footer-area a:hover {
  color: #ecd8a3;
}

.footer-title,
.widget_title,
.footer-widget-title {
  color: #ffffff;
  font-family:
    "HelveticaCustom", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* Elegant separators */
hr,
.divider,
.separator {
  border-color: rgba(215, 181, 108, 0.22);
}

/* Image treatment */
img {
  border: none;
}

.rounded-soft img,
.rounded-soft {
  border-radius: 24px;
}

.shadow-soft {
  box-shadow: 0 16px 40px rgba(80, 58, 42, 0.08);
}

/* Optional utility classes for this project */
.nu-bg-main {
  background-color: #fdfaf8;
}

.nu-panel {
  background: #ffffff;
  border: 1px solid rgba(215, 181, 108, 0.18);
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(80, 58, 42, 0.06);
}

.nu-gradient-gold-pink {
  background: linear-gradient(135deg, #ecd8a3 0%, #e7b2b5 100%);
}

.nu-gradient-blue-cream {
  background: linear-gradient(135deg, #c5dfe7 0%, #ecd8a3 100%);
}

.nu-script {
  font-family: var(--title-font);
  font-weight: 400;
}

.nu-body-light {
  font-family: var(--body-font);
  font-weight: 300;
}

.nu-body-regular {
  font-family: var(--body-font);
  font-weight: 400;
}

.nu-body-bold {
  font-family: var(--body-font);
  font-weight: 700;
}

.small-head{
         font-size: 18px;
    color: #4d5566;
}

.footer-top .brand img {
    width: 160px;
    max-width: 42vw;
}
 .mini-title {
    margin-top: 22px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d897a6;
    text-align: center;
}
    .culture-box {
    
        border-radius: 24px;
        padding: 48px 42px;
        text-align: center;
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.07);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
  
    }