:root {
  --primary-font: "ClassyVogue";
  --secondary-font: "Montserrat";
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.recaptch_policy a {
  text-decoration: underline;
  font-weight: bolder;
  color: #fff;
}
.recaptch_policy {
  font-size: 14px;
}

.h-100 {
  height: 100% !important;
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #efd9b3;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

.dropdown {
  float: left;
  overflow: hidden;
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: 250px;
  border-right: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.menu-text {
  color: #000;
  margin-top: 5px;
}
.btn-close {
  box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em 0.25em;
  color: #000;
  font-weight: bolder;
  background-image: url(../img/close-x-svgrepo-com.svg);
  border: 0;
  border-radius: 0.25rem;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  padding: 0px;
  background: #efd9b3;
  font-family: var(--secondary-font);
}
#myVideo1 {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  background: #efd9b3;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#myVideo2 {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.d-desktop {
  display: block;
  background: #efd9b3;
}
.d-mobile {
  display: none;
}
.footer {
  padding: 30px 0;
  background-color: #4c3624;
}
.parallax {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden;
  transition-duration: 0;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
  -o-transition-duration: 0;
}
.text-white {
  color: #000;
}
.w-100 {
  width: 100%;
}
.p-0 {
  padding: 0;
}
video::-webkit-media-controls-timeline {
  display: none;
}
.offcanvas {
  width: 300px;
}
ul.right-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
ul.right-menu li {
  margin-right: 25px;
  list-style: none;
}
ul.right-menu li a {
  font-size: 22px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.right-menu {
  position: absolute;
  right: 0;
  top: 30%;
}
section.contact-us-section {
  padding: 100px 0;
  height: 100%;
  background-color: #efd9b3;
}
img.model-img {
  min-height: 450px;
  height: 100%;
  object-fit: cover;
}
ul.contact li {
  display: flex;
  flex-direction: column;
}
ul.contact {
  color: #000;
  list-style: none;
  padding: 0;
}

section.contact-us-section {
  padding: 100px 0 90px;
}
a.ba-btn {
  color: #000;
  text-decoration: none;
  border: 1px solid #a36f48;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
}
a.ba-btn:hover {
  background-color: #a36f48;
  color: #fff;
}
.main-title h2 {
  font-family: var(--primary-font);
  color: #000;
}
.main-title p {
  color: #4c3624;
  font-family: var(--secondary-font);
}
.hairstyle-pointer li {
  color: #4c3624;
  font-family: var(--secondary-font);
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.form-sec {
  padding: 30px;
}
form.gift-card-form input,
form.gift-card-form textarea {
  padding: 12px 30px 12px 0;
  width: 100%;
  margin-bottom: 20px;
  background: #fff0;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: 0.3s;
  color: #000;
}
form.gift-card-form input:focus,
form.gift-card-form textarea:focus {
  border-bottom: 1px solid #a36f48;
  box-shadow: none;
  outline: 0;
}
.input-flex {
  position: relative;
}
.input-flex i {
  color: #4c3624;
  margin-right: 20px;
  position: absolute;
  top: 25%;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  display: inline-block;
}
.input-flex input {
  padding-left: 37px !important;
}
form.gift-card-form button {
  background: #fff0;
  color: #000;
  padding: 13px 33px;
  border: 1px solid #a36f48;
  box-shadow: none;
  border-radius: 50px;
  appearance: none;
  -webkit-appearance: none;
}
form.gift-card-form button:hover {
  background-color: #a36f48;
  color: #fff;
}
form.gift-card-form button:focus {
  box-shadow: none;
  border: 0;
  outline: 0;
}
.bt_bb_price {
  display: flex;
}
.bt_bb_price .bt_bb_price_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bt_bb_price .bt_bb_price_container .bt_bb_price_text_container {
  flex: 0 1 100%;
  display: flex;
  align-content: stretch;
}
.bt_bb_price
  .bt_bb_price_container
  .bt_bb_price_text_container
  .bt_bb_price_text {
  display: flex;
  flex: auto;
  color: #4c3625;
}
.bt_bb_price
  .bt_bb_price_container
  .bt_bb_price_text_container
  .bt_bb_price_text
  p {
  padding-right: 0;
  letter-spacing: 0.48px;
  color: #000;
  margin-bottom: 0rem;
}
.bt_bb_price
  .bt_bb_price_container
  .bt_bb_price_text_container
  .bt_bb_price_text:after {
  content: "";
  height: 0.5px;
  background-color: currentColor;
  flex-grow: 1;
  display: inline-block;
  opacity: 0.2;
  align-self: flex-end;
  color: #a36f48;
  margin-bottom: 5px;
}
.bt_bb_price_price {
  color: #a36f48;
  margin-bottom: 0rem;
}
.bt_bb_price {
  margin-bottom: 40px;
}
.row-reverse {
  flex-direction: row-reverse;
}
.spacer-height {
  clear: both;
  height: 60px;
}
.intro {
  position: relative;
  display: block;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro h2,
.intro h4 {
  color: #000;
}
.p4 {
  padding: 10rem 4rem;
}
.download_hair_pdf ul {
  margin: 0;
  padding: 0;
}
.download_hair_pdf ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  color: #000;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  font-size: 20px;
}
.download_hair_pdf ul li a {
  text-decoration: none;
  color: #000;
}
.download_hair_pdf ul li a:hover {
  color: #a36f48;
}

/* section.hairspa-whatdo-section {
  padding: 100px 0 100px;
} */

.hair_spa_menu_section {
  margin: 0px 0 10px 0;
}
.hair-spa-ex h5 {
  color: #000;
}
.hair_spa_menu_section {
  background-color: #efd9b3;
  padding: 70px 50px 70px 50px;
}
.hair_spa_menu_section h5 {
  color: #4c3625;
  font-family: var(--secondary-font);
  font-weight: 400;
}
.hair_spa_menu_section h2 {
  color: #4c3625;
  font-family: var(--primary-font);
}
.menu_listing h5 {
  color: #4c3625;
}
.menu_listing ul {
  margin: 0;
  padding: 0;
}
.menu_listing ul li {
  margin: 0;
  padding: 0;
  list-style: circle;
  color: #4c3625;
  line-height: 32px;
  padding: 5px 0;
  position: relative;
}
.hair_spa_menu_section img {
  width: 32px;
}
.menu_listing
  .bt_bb_price
  .bt_bb_price_container
  .bt_bb_price_text_container
  .bt_bb_price_text:after {
  margin-bottom: 20px;
}
.menu_listing
  .bt_bb_price
  .bt_bb_price_container
  .bt_bb_price_text_container
  .bt_bb_price_text
  p {
  color: #4c3624;
}
.menu_listing .bt_bb_price_price {
  color: #a36f48;
}
.menu_listing .bt_bb_price {
  margin-bottom: 5px;
}
.hair_spa_menu_section .pt-20 {
  padding-top: 20px;
}
.hair_spa_contact h2,
.hair_spa_contact h3 {
  color: #000;
}
.hair_spa_contact p,
.hair_spa_contact ul li,
.hair_spa_contact a {
  text-decoration: none;
  color: #4c3624;
}
.hair_spa_contact a:hover {
  color: #a36f48;
}
.hair_spa_contact ul li {
  list-style: circle;
  line-height: 30px;
}
.hair_spa_contact .form-label {
  color: #000;
}
.hair_spa_contact .form-control,
.hair_spa_contact .form-select {
  background-color: #fff;
  line-height: 1.7;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #4c3624;
}

.hair_spa_contact .btn.active,
.hair_spa_contact .btn.show,
.hair_spa_contact .btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #fff;
  border-color: #ddd;
}
.hair_spa_contact .form-select:focus {
  box-shadow: none;
}
.hair_spa_contact .form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #a36f48;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(163 111 72 / 0.25);
  border: 1px solid #a36f48;
}
.hair_spa_contact select option {
  margin: 40px;
  background: #fff;
  color: #000;
  text-shadow: 0 1px 0 rgb(0 0 0 / 0.05);
}
.hair_spa_contact .btn {
  background-color: #a36f48;
  border: 1px solid #a36f48;
  border-radius: 0;
  color: #fff;
  width: 30%;
}
.hair_spa_contact .btn:hover {
  background-color: #4c3624;
  color: #fff;
}
.hair_spa_contact {
  padding-bottom: 90px;
  padding-top: 90px;
}
.fixedButton {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  z-index: 9;
}
.roundedFixedBtn {
  line-height: 48px;
  width: 99px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50px;
  background-color: #a36f48;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.roundedFixedBtn a {
  text-decoration: none;
  border-right: 1px solid #fff;
  display: inline-block;
  color: #fff;
}
.roundedFixedBtn i {
  padding: 0 10px;
}
.roundedFixedBtn a:last-child {
  border: 0;
}
.form-control::placeholder,
.form-select::placeholder,
input::placeholder {
  color: #111;
  font-weight: 400;
  letter-spacing: 0.015em;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .hair_spa_menu_section {
    margin: 5px 0 10px 0;
    padding: 10px 20px 40px 20px;
  }
  .fixedButton {
    padding: 10px 0;
  }
  .roundedFixedBtn {
    line-height: 34px;
    width: 36px;
    font-size: 16px;
    border-radius: 5px;
  }
  .roundedFixedBtn a {
    border-bottom: 1px solid #fff;
    border-right: 0;
  }
  .roundedFixedBtn i {
    font-size: 18px;
  }
  .form-sec {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .h-100 {
    min-height: 100% !important;
  }
  .right-menu {
    position: absolute;
    right: -56%;
    top: 10%;
  }
  section.contact-us-section {
    height: 100% !important;
  }
  .bt_bb_price
    .bt_bb_price_container
    .bt_bb_price_text_container
    .bt_bb_price_text
    p {
    font-size: 13px;
  }
  .bt_bb_price_price {
    font-size: 13px;
  }
  .bt_bb_price {
    margin-bottom: 25px;
  }
  .bt_bb_price .bt_bb_price_container .bt_bb_price_text_container {
    display: block;
  }
  .bt_bb_price
    .bt_bb_price_container
    .bt_bb_price_text_container
    .bt_bb_price_text:after {
    display: none;
  }
  .p4 {
    padding: 4rem 1rem;
  }
  img.model-img {
    width: 100% !important;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .swiper-pagination {
    padding: 6px 0;
  }
}

/* new css   */

/* hero image wala section for all  */

.hero-image-desktop {
  max-height: 1240px;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.hero-image-mobile {
  width: 100%;
  height: auto;
  display: block;
}

/* footer css  */

/* =========================
   FOOTER
========================= */

.fh-footer {
  background-color: #4c3624;
  color: #fff;
  padding-top: 60px;
}

/* LOGO */

.fh-footer-logo {
  max-width: 280px;
  margin-bottom: 20px;
}

/* BRAND TEXT */

.fh-footer-brand-text {
  font-family: var(--secondary-font);
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  max-width: 360px;
  opacity: 0.9;
}

/* HEADINGS */

.fh-footer-heading-large {
  letter-spacing: 2px;
  margin-bottom: 18px;
  opacity: 0.9;
  font-size: 22px;
  font-family: var(--secondary-font);
}

.fh-footer-heading-small {
  letter-spacing: 1px;
  margin-bottom: 18px;
  opacity: 0.9;
  font-size: 18px;
}

/* LISTS */

.fh-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fh-footer-list li {
  margin-bottom: 12px;
}

.fh-footer-list a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.fh-footer-list a:hover {
  opacity: 0.75;
}

/* =========================
   BOTTOM LEGAL SECTION
========================= */

.fh-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

/* LEFT SIDE */

.fh-footer-copyright {
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  opacity: 0.85;
}

/* RIGHT SIDE */

.fh-footer-bottom-right {
  text-align: right;
}

.fh-footer-legal-text {
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
}

.fh-footer-legal-text a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.fh-footer-legal-text a:hover {
  opacity: 0.75;
}

.fh-footer-divider {
  margin: 0 8px;
  opacity: 0.5;
}

/* =========================
   LARGE DESKTOP
========================= */

@media (min-width: 1400px) {
  .fh-footer .container {
    max-width: 1380px;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  .fh-footer {
    padding-top: 60px;
  }

  .fh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .fh-footer-bottom-right {
    text-align: left;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .fh-footer {
    padding-top: 50px;
  }

  .fh-footer-logo {
    max-width: 230px;
  }

  .fh-footer-brand-text {
    font-size: 13px;
    max-width: 100%;
  }

  .fh-footer-heading-large {
    font-size: 20px;
  }

  .fh-footer-heading-small {
    font-size: 17px;
  }

  .fh-footer-list li {
    margin-bottom: 9px;
  }

  .fh-footer-bottom {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .fh-footer-copyright {
    font-size: 12px;
    line-height: 1.7;
  }

  .fh-footer-legal-text {
    font-size: 13px;
    white-space: normal;
  }
}

/* background-color: #4d3625; */
/* ================= COUNTER SECTION ================= */

/* COUNTER SECTION */

.fh-counter-section {
  width: 100%;
  background: #4d3625;
  padding: 18px 6px;
  overflow: hidden;
}

.fh-counter-desktop {
  width: 100%;
}

.fh-counter-box {
  width: 20%;
  flex: 0 0 20%;
}

.fh-counter-heading {
  font-size: 22px;
  font-weight: 300;
  color: #efd9b3;
  margin-bottom: 5px;
  line-height: 1;
  font-family: var(--primary-font);
}

.fh-counter-text {
  font-size: 12px;
  color: #efd9b3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  font-family: var(--primary-font);
}

/* MOBILE */
/* ================= MOBILE SLIDER ================= */
@media (max-width: 768px) {
  .fh-counter-section {
    padding: 2px 0;
  }

  .fh-counter-mobile-slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 44px;
  }

  .fh-counter-slide {
    min-width: 100%;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;

    animation: fhCounterSlide 10s infinite;
  }

  .fh-counter-mobile-heading {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 3px;
    color: #efd9b3;
    font-family: var(--primary-font);
    font-weight: 300;
  }

  .fh-counter-mobile-text {
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #efd9b3;
    margin: 0;
    font-family: var(--primary-font);
  }

  @keyframes fhCounterSlide {
    0%,
    18% {
      transform: translateX(0%);
    }

    20%,
    38% {
      transform: translateX(-100%);
    }

    40%,
    58% {
      transform: translateX(-200%);
    }

    60%,
    78% {
      transform: translateX(-300%);
    }

    80%,
    100% {
      transform: translateX(-400%);
    }
  }
}
/* ================= SIGNATURE SERVICES ================= */

.signature-services-section {
  background: #f7f4f1;
  border-top: 2px solid#4d3625;
  overflow: hidden;
}

.signature-services-header {
  background: #efd9b3;
  padding: 40px 40px 54px 40px;
}

.signature-services-subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  color: #4d3625;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.signature-services-title {
  font-size: 52px;
  font-weight: 400;
  color: #4d3625;
  margin-bottom: 25px;
  font-family: var(--primary-font);
  text-transform: uppercase;
}

.signature-services-description {
  max-width: 700px;
  font-size: 20px;
  line-height: 1.5;
  color: #4d3625;
  margin: 0;
}

.signature-services-container {
  padding: 0;
}

.service-link {
  text-decoration: none;
}

.service-card {
  background: #f7f4f1;
  padding: 34px 30px;
  min-height: 340px;
  transition: 0.4s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.service-number {
  font-family: var(--primary-font);
  font-size: 40px;
  color: #4d3625;
  margin-bottom: 20px;
  transition: 0.4s ease;
}

.service-title {
  font-family: var(--primary-font);
  font-size: 38px;
  color: #4d3625;
  margin-bottom: 22px;
  line-height: 1.2;
  font-weight: 400;
  transition: 0.4s ease;
}

.service-text {
  font-family: var(--secondary-font);
  font-size: 17px;
  color: #4d3625;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 45px;
  transition: 0.4s ease;
}

.service-btn {
  font-size: 14px;
  letter-spacing: 1px;
  color: #4d3625;
  text-transform: uppercase;
  transition: 0.4s ease;
}

/* HOVER */

.service-card:hover {
  background: #efd9b3;
}

.service-card:hover .service-number {
  color: #000;
}

.service-card:hover .service-title {
  color: #000;
  font-weight: 450;
}

.service-card:hover .service-text {
  color: #000;
}

.service-card:hover .service-btn {
  color: #000;
}

/* MOBILE */

@media (max-width: 768px) {
  .signature-services-header {
    padding: 60px 25px 80px;
  }

  .signature-services-title {
    font-size: 40px;
  }

  .signature-services-description {
    font-size: 17px;
  }

  .service-card {
    min-height: auto;
    padding: 35px 25px;
  }

  .service-title {
    font-size: 30px;
  }
}

/* ================= EXPERIENCE SECTION ================= */

.fh-experience-btn {
  display: inline-block;
  background: #4d3625;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s ease;
  margin-top: 10px;
}

.fh-experience-btn:hover {
  background: #000;
  color: #fff;
}

/* ==============================
   GUEST EXPERIENCE SECTION
============================== */

.guest-experience-section {
  background-color: #efd9b3;
  padding: 38px 38px 48px;
  min-height: 420px;
}

.guest-experience-label {
  font-size: 18px;
  letter-spacing: 3px;
  color: #4d3625;
  margin: 0 0 8px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

.guest-experience-heading {
  font-family: var(--primary-font);
  font-size: 42px;
  font-weight: 400;
  color: #4d3625;
  letter-spacing: 3px;
  margin: 0 0 28px;
  text-transform: uppercase;
  line-height: 1.2;
}

.guest-experience-description {
  font-size: 18px;
  color: #4d3625;
  max-width: 520px;
  line-height: 1.7;
  margin: 0 0 50px;
  font-family: var(--secondary-font);
}

.guest-experience-box {
  border: 1px solid #4d3625;
  padding: 36px;
}

.guest-experience-item {
  padding: 0 24px;
  height: 100%;
}

.guest-step-number {
  font-size: 18px;
  color: #4d3625;
  margin: 0 0 6px;
  font-family: var(--primary-font);
}

.guest-step-title {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: #4d3625;
  margin: 0 0 10px;
}

.guest-step-text {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #4d3625;
  line-height: 1.6;
  margin: 0;
}

/* ==============================
   RESPONSIVE
============================== */

@media (max-width: 991px) {
  .guest-experience-section {
    padding: 50px 30px 60px;
  }

  .guest-experience-heading {
    font-size: 34px;
  }

  .guest-experience-item {
    padding: 20px 15px;
  }

  .guest-experience-box {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .guest-experience-section {
    padding: 40px 20px 50px;
  }

  .guest-experience-label {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .guest-experience-heading {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .guest-experience-description {
    font-size: 12px;
    margin-bottom: 35px;
  }

  .guest-experience-item {
    padding: 16px 10px;
  }

  .guest-step-title {
    font-size: 14px;
  }

  .guest-step-text {
    font-size: 11.5px;
  }
}

@media (max-width: 575px) {
  .guest-experience-section {
    padding: 35px 16px 45px;
  }

  .guest-experience-heading {
    font-size: 24px;
  }

  .guest-experience-box {
    padding: 12px;
  }

  .guest-experience-item {
    padding: 14px 8px;
  }
}

/* location css */

/* ================= LOCATIONS SECTION ================= */

.fh-locations-section {
  background-color: #efd9b3;
  padding: 40px 40px 60px 40px;
  min-height: 480px;
}

.fh-locations-subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  color: #4d3625;
  margin: 0 0 18px 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--secondary-font);
}

.fh-locations-title {
  font-size: 42px;
  font-weight: 400;
  color: #4d3625;
  letter-spacing: 3px;
  margin: 0 0 18px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--primary-font);
}

.fh-locations-divider {
  width: 340px;
  height: 2.2px;
  background-color: #4d3625;
  margin: 0 auto 28px auto;
}

.fh-locations-divider-bottom {
  width: auto;
  height: 2.2px;
  background-color: #4d3625;
  margin: 0 auto 28px auto;
}

.fh-locations-description {
  font-size: 18px;
  color: #4d3625;
  max-width: 560px;
  line-height: 1.6;
  margin: 0 auto 50px auto;
  font-weight: 400;
  text-align: center;
}

.fh-locations-wrapper {
  border-top: 1px solid #efd9b3;
  padding-top: 32px;
}

.fh-location-col {
  padding-right: 32px;
}

.fh-location-number {
  font-family: var(--primary-font);
  font-size: 18px;
  color: #4d3625;
  margin: 0 0 8px 0;
}

.fh-location-city {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  color: #4d3625;
  margin: 0 0 12px 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.fh-location-text {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #4d3625;
  line-height: 1.8;
  margin: 0;
}

/* MOBILE */

@media (max-width: 768px) {
  .fh-locations-section {
    padding: 50px 25px 60px;
  }

  .fh-locations-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .fh-location-col {
    padding-right: 12px;
    margin-bottom: 25px;
  }

  .fh-locations-divider {
    width: 180px;
    height: 2.2px;
    background-color: #4d3625;
    margin: 0 auto 28px auto;
  }
}

/* slider location  */

/* =========================
   LOCATION SECTION
========================= */

/* =========================
   SLIDER SECTION
========================= */

.location-slider-section {
  background-color: #efd9b3;
  padding: 10px 0;
}

.location-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#swiperTrack {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.slide-item {
  min-width: 100%;
}

.slide-image {
  width: 100%;
  height: auto;
  object-fit: fit;
  display: block;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(232, 217, 184, 0.85);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  color: #4d3625;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.slider-btn-prev {
  left: 16px;
}

.slider-btn-next {
  right: 16px;
}

#dotsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.3s;
  background: rgba(44, 31, 16, 0.3);
}

.slider-dot.active {
  background: #4d3625;
  transform: scale(1.3);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .slide-image {
    height: 260px;
  }
}

@media (max-width: 480px) {
  .slide-image {
    height: 200px;
  }
}

/* =========================
   INSTAGRAM SECTION
========================= */

.instagram-section {
  background-color: #efd9b3;
  padding: 40px 40px 40px 40px;
}

.instagram-header {
  margin-bottom: 36px;
}

.instagram-label {
  font-size: 18px;
  letter-spacing: 2px;
  color: #4d3625;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

.instagram-title {
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 400;
  color: #4d3625;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .instagram-section {
    padding: 40px 24px 50px 24px;
  }

  .instagram-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .instagram-title {
    font-size: 20px;
  }
}

/* contact us page css  */

.cu-section {
  background-color: #efd9b3;
  padding: 80px 100px;
}

.cu-title {
  font-size: 36px;
  font-weight: 400;
  color: #4d3625;
  font-family: var(--primary-font);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
}

.cu-subtitle {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #4d3625;
  line-height: 1.7;
  margin: 0 0 24px 0;
  max-width: 420px;
}

.cu-filters {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 40px 0;
  padding-bottom: 14px;
  flex-wrap: wrap;
}

.cu-filter-btn {
  background: none;
  border: none;
  font-size: 18px;
  color: #4d3625;
  font-family: var(--secondary-font);
  cursor: pointer;
  padding: 0 16px;
  position: relative;
  letter-spacing: 0.5px;
}

.cu-filter-btn:first-child {
  padding-left: 0;
}

.cu-filter-btn.active {
  font-family: var(--secondary-font);
  color: #4d3625;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4.2px;
}

.cu-filter-btn:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #efd9b3;
}

.cu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
}

.cu-outlet-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4d3625;
  font-family: var(--primary-font);
  margin: 0 0 16px 0;
  line-height: 1.5;
}

.cu-block {
  margin-bottom: 20px;
}

.cu-block-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.cu-block-label {
  font-size: 14px;
  font-weight: 700;
  color: #4d3625;
  font-family: var(--secondary-font);
}

.cu-block-sep {
  color: #4d3625;
  font-size: 12px;
}

.cu-wa-icon {
  color: #4d3625;
  font-size: 16px;
  text-decoration: none;
}

.cu-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.cu-phone-link {
  font-size: 14px;
  color: #4d3625;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: Arial, sans-serif;
}

.cu-address {
  font-size: 14px;
  color: #4d3625;
  line-height: 1.7;
  margin: 0 0 8px 0;
}

.cu-hours {
  font-size: 14px;
  color: #4d3625;
  line-height: 1.6;
  margin: 0;
}

.cu-divider-img {
  width: calc(100% + 200px);
  margin: 40px -100px;
  overflow: hidden;
  line-height: 0;
  padding: 0;
}

.cu-divider-img img {
  width: 100%;
  display: block;
  object-fit: fit;
}

@media (max-width: 768px) {
  .cu-section {
    padding: 40px 24px;
  }

  .cu-title {
    font-size: 26px;
  }

  .cu-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cu-filter-btn {
    padding: 0 10px;
    font-size: 13px;
  }

  .cu-divider-img {
    width: calc(100% + 48px);
    margin: 28px -24px;
  }
}

/* locations page css */

.bbs-section {
  background-color: #efd9b3;
  padding: 50px 40px;
}

.bbs-title {
  font-family: var(--primary-font);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4d3625;
  margin: 0 0 36px 0;
}

.bbs-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bbs-slider-outer {
  flex: 1;
  overflow: hidden;
}

.bbs-track {
  display: flex;
  transition: transform 0.5s ease;
}

.bbs-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  box-sizing: border-box;
}

.bbs-card {
  border-radius: 10px;
  overflow: hidden;
  background: #4d3625;
  position: relative;
}

.bbs-video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  cursor: pointer;
}

.bbs-video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bbs-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.3s;
}

.bbs-play-btn::after {
  content: "";
  border-left: 14px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}

.bbs-card.playing .bbs-play-btn {
  opacity: 0;
}

.bbs-label {
  font-family: var(--secondary-font);
  padding: 10px 14px;
  text-align: center;
  font-size: 16px;
  color: #efd9b3;
  letter-spacing: 0.5px;
}

.bbs-dots {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}

.bbs-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(44, 31, 16, 0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition:
    background 0.3s,
    transform 0.3s;
}

.bbs-dot.active {
  background: #4d3625;
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .bbs-section {
    padding: 36px 16px;
  }

  .bbs-title {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }

  .bbs-slide {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bbs-wrapper {
    gap: 12px;
  }
}

/*  franchise  page css   */

.rc-anchor-light {
  background: #000000 !important;
  color: #000;
}

.rc-anchor-invisible-text {
  background: #000000 !important;
}

.gf-card-sec .col-lg-6:nth-child(1) {
  display: block !important;
}

@media only screen and (max-width: 600px) {
  section.contact-us-section {
    padding: 25px 0 20px;
  }
}

/* ===== Franchise Section ===== */

.franchise-title {
  color: #4d3625;
  font-family: var(--primary-font);
  letter-spacing: 1px;
}
.franchise-subtext {
  font-size: 22px;
  line-height: 1.8;
  color: #4d3625;
  font-family: var(--secondary-font);
  font-weight: 400;
  text-transform: uppercase;
}

.franchise-text {
  font-size: 18px;
  line-height: 1.8;
  color: #4d3625;
  font-family: var(--secondary-font);
}

.franchise-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 14px 36px;
  border: 1px solid #4d3625;
  color: #4d3625;
  text-decoration: none;
  background: #4d3625;
  color: #fff;
}

.franchise-btn:hover {
  color: #fff;
}

.brand-text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  max-width: 520px;
  font-family: "Playfair Display", serif;
}

.brand-image-wrapper {
  border-radius: 14px;
  overflow: hidden;
}

.brand-image {
  width: 100%;
}

.fm-wrap {
  background: #efd9b3;
  padding: 48px 40px 56px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

.fm-heading {
  text-align: center;
  font-family: var(--primary-font);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4d3625;
  margin: 0 0 36px;
}

.fm-table {
  display: flex;
  gap: 0;
  overflow: hidden;
}

.fm-labels {
  flex-shrink: 0;
  width: 160px;
  background: #3b2a1a;
  display: flex;
  flex-direction: column;
}

.fm-label-spacer {
  height: 110px;
  flex-shrink: 0;
}

.fm-label {
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #efd9b3;
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 48px;
  font-family: var(--secondary-font);
}

.fm-cols {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.fm-col {
  flex: 1;
  border-left: 1px solid #efd9b3;
  background: #4a3520;
  display: flex;
  flex-direction: column;
}

.fm-col-head {
  padding: 14px 14px 12px;
  border-bottom: 1px solid #8a6a40;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.fm-logo-text {
  font-family: var(--primary-font);
  font-size: 11px;
  color: #c9a96e;
  letter-spacing: 1px;
  line-height: 1.6;
}

.fm-cell {
  padding: 12px 14px;
  font-size: 14px;
  color: #efd9b3;
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 48px;
  line-height: 1.2;
  font-family: var(--secondary-font);
}

.fm-cell a {
  color: #c9a96e;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.fm-mobile {
  display: none;
}

.fm-mobile-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
  padding: 0 20px;
}

.fm-mobile-nav button {
  background: rgba(44, 31, 16, 0.15);
  border: 1px solid #efd9b3;
  color: #4d3625;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fm-mobile-counter {
  font-size: 12px;
  color: #4d3625;
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
}

.fm-mobile-card {
  background: #4a3520;
  margin: 0 20px;
  border: 1px solid #8a6a40;
  overflow: hidden;
  display: none;
}

.fm-mobile-card.active {
  display: block;
}

.fm-mobile-card-head {
  padding: 20px 16px 16px;
  border-bottom: 1px solid #8a6a40;
}

.fm-mobile-row {
  display: flex;
  border-top: 1px solid rgba(232, 217, 184, 0.15);
}

.fm-mobile-row-label {
  width: 42%;
  padding: 10px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #c9a96e;
  background: #3b2a1a;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1.4;
}

.fm-mobile-row-val {
  padding: 10px 12px;
  font-size: 12px;
  color: #efd9b3;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.fm-mobile-row-val a {
  color: #c9a96e;
  text-decoration: underline;
  font-weight: 700;
}

.fm-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.fm-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(44, 31, 16, 0.3);
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.3s;
  border: none;
  padding: 0;
}

.fm-dot.active {
  background: #4d3625;
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .fm-wrap {
    padding: 32px 0 40px;
  }

  .fm-heading {
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 24px;
  }

  .fm-table {
    display: none;
  }

  .fm-mobile {
    display: block;
  }
}

/* =========================
   MULTI UNIT EXPANSION
========================= */

.multi-unit-section {
  background-color: #efd9b3;
  padding: 60px 50px;
}

.multi-title {
  font-size: 36px;
  font-weight: 400;
  color: #4d3625;
  font-family: var(--primary-font);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.multi-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #4d3625;
  font-family: var(--secondary-font);
  margin: 0 0 24px 0;
}

.multi-text {
  font-size: 18px;
  color: #4d3625;
  line-height: 1.8;

  margin: 0 0 24px 0;
}

.multi-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--secondary-font);
}

.multi-list li {
  font-size: 18px;
  color: #4d3625;
  line-height: 1;
  padding: 4px 0;
  display: flex;
  gap: 10px;
}

.multi-list li span {
  color: #4d3625;
}

/* =========================
   FORM CARD
========================= */

.partner-card {
  background: #4d3625;
  border-radius: 4px;
  padding: 36px 40px;
  font-family: var(--secondary-font);
}

.partner-card-heading {
  font-size: 32px;
  font-weight: 700;
  color: #efd9b3;
  text-align: center;
  margin: 0 0 8px 0;
}

.partner-card-title {
  font-size: 28px;
  font-weight: 400;
  color: #efd9b3;
  font-family: var(--primary-font);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 10px 0;
}

.partner-card-text {
  font-size: 14px;
  color: #efd9b3;
  text-align: center;
  line-height: 1.7;
  margin: 0 0 28px 0;
}

/* =========================
   STEP INDICATOR
========================= */

.form-steps {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.form-steps .step {
  text-align: center;
}

.form-steps .step span {
  display: block;
  font-size: 12px;
  color: #7f6b58;
  margin-bottom: 4px;
}

.form-steps .step p {
  margin: 0;
  font-size: 11px;
  color: #7f6b58;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-steps .step.active span,
.form-steps .step.active p {
  color: #efd9b3;
}

.form-steps .line {
  width: 40px;
  height: 1px;
  padding: 0;
  margin: 0;
  background: #4d3625;
}

/* =========================
   FORM FIELDS
========================= */

.form-group-dark {
  border-bottom: 2px solid #efd9b3;
  margin-bottom: 16px;
  padding-bottom: 6px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.form-group-dark-last {
  margin-bottom: 24px;
}

.form-label-dark {
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #efd9b3;
  white-space: nowrap;
  min-width: 90px;
}

.form-label-dark span {
  font-size: 9px;
  font-weight: 400;
}

.form-input-dark,
.form-select-dark {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: #efd9b3;
  font-family: var(--secondary-font);
  padding: 0;
}

.form-select-dark {
  appearance: none;
  cursor: pointer;
}

.form-select-dark option {
  background: #3b2a1a;
}

.custom-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-selected {
  padding: 2px;
  cursor: pointer;
  color: #8d7b6c;
}

.dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  background: #4d3625;
  color: white;
  font-family: var(--secondary-font);
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
}

.dropdown-list label {
  display: block;
  padding: 8px;
  cursor: pointer;
}

.dropdown-list input {
  margin-right: 2px;
}
.dropdown-list input[type="checkbox"] {
  display: none;
}

.form-input-dark::placeholder {
  color: #9f9686;
}

.error-msg {
  color: #c9a96e;
  font-size: 11px;
}

.form-control,
.form-select,
textarea {
  transition: all 0.3s ease;

  border-bottom: 1px solid #5e4633 !important;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
  border-bottom: 1px solid #b08a67 !important;

  box-shadow: none !important;
}

.error-msg {
  animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-control::placeholder,
textarea::placeholder {
  color: #8d7b6c;
}

/* =========================
   BUTTONS
========================= */

.multi-btn {
  background: #c9a96e;
  color: #4d3625;
  border: none;
  padding: 10px 28px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.multi-btn:hover {
  opacity: 0.9;
}

/* =========================
   STEP 2
========================= */

.step2-heading {
  font-size: 22px;
  font-weight: 600;
  color: #efd9b3;
  font-family: Arial, sans-serif;
  margin: 0 0 8px 0;
}

.step2-text {
  font-size: 13px;
  color: #a89070;
  margin: 0 0 20px;
}

#error2 {
  display: none;
  color: #c9a96e;
  font-size: 13px;
  margin-bottom: 12px;
}

/* =========================
   THANK YOU
========================= */

.thank-you {
  display: none;
  text-align: center;
  padding: 20px 0;
}

.thank-you h2 {
  font-size: 28px;
  font-weight: 600;
  color: #efd9b3;
  font-family: Arial, sans-serif;
}

.thank-you p {
  font-size: 13px;
  color: #a89070;
  margin-top: 8px;
}

/* =========================
   HONEYPOT
========================= */

.honeypot-field {
  position: absolute;
  left: -9999px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .multi-unit-section {
    padding: 50px 24px;
  }

  .multi-title {
    font-size: 30px;
  }

  .partner-card {
    padding: 30px 24px;
  }
}

@media (max-width: 768px) {
  .multi-title {
    font-size: 26px;
  }

  .multi-subtitle {
    font-size: 16px;
  }

  .form-group-dark {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .form-label-dark {
    min-width: 100%;
  }

  .form-input-dark,
  .form-select-dark {
    width: 100%;
  }

  .form-steps {
    gap: 8px;
  }

  .form-steps .line {
    width: 24px;
  }
}

@media (max-width: 480px) {
  .multi-unit-section {
    padding: 40px 18px;
  }

  .multi-title {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .partner-card {
    padding: 24px 18px;
  }

  .partner-card-title {
    font-size: 16px;
  }
}

/* about us js */

/* =========================
   WHO WE ARE SECTION
========================= */

.contact-us-section {
  padding-bottom: 1px;
}

.contact-us-container {
  padding: 30px;
}

.who-we-are-row {
  margin-bottom: 3rem;
}

.who-we-are-title {
  font-size: clamp(32px, 5vw, 50px);
  font-family: var(--primary-font);
  line-height: 1.1;
  color: #4d3625;
  font-weight: 400;
  margin-bottom: 28px;
}

.who-we-are-text {
  font-size: 16px;
  line-height: 1.8;
  color: #4d3625;
  font-family: var(--secondary-font);
  margin-bottom: 18px;
}

.who-we-are-text:last-child {
  margin-bottom: 0;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .contact-us-container {
    padding: 24px 18px;
  }

  .who-we-are-title {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .who-we-are-text {
    font-size: 15px;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .contact-us-container {
    padding: 20px 14px;
  }

  .who-we-are-title {
    font-size: 26px;
  }

  .who-we-are-text {
    font-size: 14px;
  }
}

/* =========================
   OUR SERVICES SECTION
========================= */

.contact-us-section {
  padding-bottom: 1px;
}

.contact-us-container {
  padding: 30px;
}

.services-row {
  margin-bottom: 0;
}

.services-title {
  font-family: var(--primary-font);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
  color: #4d3625;
  font-weight: 400;
  margin-bottom: 30px;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}

.services-list li {
  margin-bottom: 18px;
  color: #444;
}

.services-list li:last-child {
  margin-bottom: 0;
}

.services-list strong {
  color: #4d3625;
  font-weight: 600;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .contact-us-container {
    padding: 24px 18px;
  }

  .services-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .services-list {
    font-size: 15px;
    line-height: 1.7;
  }

  .services-list li {
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .contact-us-container {
    padding: 20px 14px;
  }

  .services-title {
    font-size: 24px;
  }

  .services-list {
    font-size: 14px;
  }
}

#presenceSection {
  display: flex;
  height: 460px;
  overflow: hidden;
  position: relative;
}

#presenceLeft {
  width: 38%;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  box-sizing: border-box;
}

#presenceRight {
  width: 62%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.presence-arrows {
  display: none;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
}

.presence-arrow-btn {
  pointer-events: all;
  background: rgba(232, 217, 184, 0.85);
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #4d3625;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  #presenceSection {
    flex-direction: column;
    height: auto;
  }

  #presenceLeft {
    width: 100%;
    padding: 32px 24px 28px 24px;
    order: 2;
  }

  #presenceRight {
    width: 100%;
    height: 260px;
    order: 1;
  }

  #slideTitle {
    font-size: 20px !important;
    letter-spacing: 1px !important;
  }

  #slideDesc {
    font-size: 12px !important;
  }

  .presence-arrows {
    display: flex;
  }
}

/* scalp treament page Korean scalp treatment page  */
.rc-anchor-light {
  background: #000000 !important;
  color: #000;
}

.rc-anchor-invisible-text {
  background: #000000 !important;
}

/* form code*/

/* =========================
   MAIN SECTION
========================= */
.contact-us-section.gf-card-sec {
  background-color: #efd9b3;
  padding: 60px 10px;
  overflow: hidden;
}

/* =========================
   LEFT CONTENT
========================= */
.contact-us-section.gf-card-sec h2,
.contact-us-section.gf-card-sec h3 {
  font-family: var(--primary-font);
  font-size: 34px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #4d3625 !important;
  margin-bottom: 14px;
}

.contact-us-section.gf-card-sec p {
  font-family: var(--secondary-font);
  font-size: 18px;
  color: #4d3625 !important;
  line-height: 1.8;
  margin-bottom: 0;
}

/* =========================
   FORM LABELS
========================= */
.contact-us-section.gf-card-sec .form-label {
  font-family: var(--primary-font);
  font-size: 24px !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4d3625 !important;
  white-space: nowrap;
}

/* =========================
   INPUT WRAPPER
========================= */
.contact-us-section.gf-card-sec .col-8.col-lg-9 {
  border-bottom: 2.2px solid #4d3625;
}

/* =========================
   INPUTS / SELECT / TEXTAREA
========================= */
.contact-us-section.gf-card-sec .form-control,
.contact-us-section.gf-card-sec .form-select {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 6px 0 !important;
  font-size: 16px !important;
  font-weight: 200 !important;
  color: #8a7560 !important;
  border-radius: 0 !important;
}

.contact-us-section.gf-card-sec .form-control::placeholder,
.contact-us-section.gf-card-sec textarea::placeholder {
  color: #8a7560;
  opacity: 1;
}

/* =========================
   SELECT DROPDOWN
========================= */
.contact-us-section.gf-card-sec .form-select {
  appearance: none;
  cursor: pointer;
}

/* =========================
   TEXTAREA
========================= */
.contact-us-section.gf-card-sec textarea {
  resize: none;
  min-height: 40px;
}

/* =========================
   SUBMIT BUTTON
========================= */
.contact-us-section.gf-card-sec #submitBtn {
  background-color: #2c1f10 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 22px !important;
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 0;
  font-family: var(--secondary-font);
}

.contact-us-section.gf-card-sec #submitBtn:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* =========================
   MODAL HEADER
========================= */
.contact-us-section.gf-card-sec .modal-header {
  background-color: #8b572a;
  color: #fff;
}

/* =========================
   REMOVE INPUT FOCUS GLOW
========================= */
.contact-us-section.gf-card-sec .form-control:focus,
.contact-us-section.gf-card-sec .form-select:focus,
.contact-us-section.gf-card-sec textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* =========================
   RESPONSIVE TABLET
========================= */
@media (max-width: 991px) {
  .contact-us-section.gf-card-sec {
    padding: 50px 30px;
  }

  .contact-us-section.gf-card-sec h2,
  .contact-us-section.gf-card-sec h3 {
    font-size: 22px !important;
  }

  .contact-us-section.gf-card-sec .form-label {
    font-size: 20px !important;
    font-weight: 700;
  }
}

/* =========================
   RESPONSIVE MOBILE
========================= */
@media (max-width: 767px) {
  .contact-us-section.gf-card-sec {
    padding: 10px 10px;
  }

  .contact-us-section.gf-card-sec .row.g-5 {
    row-gap: 0.5rem !important;
  }

  .contact-us-section.gf-card-sec h2,
  .contact-us-section.gf-card-sec h3 {
    font-size: 20px !important;
    line-height: 1.4;
  }

  .contact-us-section.gf-card-sec p {
    font-size: 16px;
    line-height: 1.7;
  }

  .contact-us-section.gf-card-sec .form-label {
    font-size: 17px !important;
    letter-spacing: 1px;
    font-weight: 700;
  }

  .contact-us-section.gf-card-sec .form-control,
  .contact-us-section.gf-card-sec .form-select,
  .contact-us-section.gf-card-sec textarea {
    font-size: 16px !important;
  }

  .contact-us-section.gf-card-sec #submitBtn {
    width: 100%;
    text-align: center;
    padding: 12px 20px !important;
  }
}

/* about us page code */

.brand-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.brand-track {
  display: flex;
  width: max-content;
  animation: marquee-left 40s linear infinite;
  will-change: transform;
}

.brand-marquee:hover .brand-track {
  animation-play-state: paused;
}

.brand-item {
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.brand-item::after {
  content: "View Award";
  position: absolute;
  bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.brand-item[data-bs-target]::after {
  opacity: 0;
}

.brand-item[data-bs-target]:hover::after {
  opacity: 0.6;
  transform: translateY(0);
}

.brand-item img {
  max-height: 60px;
  max-width: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-item:hover img {
  transform: scale(1.05);
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.brand-marquee::before,
.brand-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.brand-marquee::before {
  left: 0;
}

.brand-marquee::after {
  right: 0;
}

@media (max-width: 768px) {
  .brand-item {
    padding: 14px 28px;
  }

  .brand-item img {
    max-height: 42px;
    max-width: 140px;
  }
}

@media (max-width: 480px) {
  .brand-item {
    padding: 12px 20px;
  }

  .brand-item img {
    max-height: 34px;
    max-width: 120px;
  }
}

.modal.fade .modal-dialog {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.5s ease;
}

.modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.modal-header .btn-close {
  color: red;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.modal-header .btn-close:hover {
  opacity: 1;
}

/* Text stagger animation */
.modal-body h2,
.modal-body p {
  opacity: 0;
  transform: translateY(20px);
}

.modal.show .modal-body h2 {
  animation: fadeUp 0.6s ease forwards;
}

.modal.show .modal-body p:nth-of-type(1) {
  animation: fadeUp 0.6s ease forwards;
  animation-delay: 0.15s;
}

.modal.show .modal-body p:nth-of-type(2) {
  animation: fadeUp 0.6s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Image subtle zoom */
.modal.show img {
  animation: imgZoom 0.8s ease forwards;
}

@keyframes imgZoom {
  from {
    transform: scale(1.03);
  }

  to {
    transform: scale(1);
  }
}

.brand-marquee::before,
.brand-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.brand-marquee::before {
  left: 0;
}

.brand-marquee::after {
  right: 0;
}

@media (max-width: 768px) {
  .brand-item {
    padding: 14px 28px;
  }

  .brand-item img {
    max-height: 42px;
    max-width: 140px;
  }
}

@media (max-width: 480px) {
  .brand-item {
    padding: 12px 20px;
  }

  .brand-item img {
    max-height: 34px;
    max-width: 120px;
  }
}

.modal.fade .modal-dialog {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.5s ease;
}

.modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.modal-backdrop.show {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-header .btn-close {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.modal-header .btn-close:hover {
  opacity: 1;
}

/* Text stagger animation */
.modal-body h2,
.modal-body p {
  opacity: 0;
  transform: translateY(20px);
}

.modal.show .modal-body h2 {
  animation: fadeUp 0.6s ease forwards;
}

.modal.show .modal-body p:nth-of-type(1) {
  animation: fadeUp 0.6s ease forwards;
  animation-delay: 0.15s;
}

.modal.show .modal-body p:nth-of-type(2) {
  animation: fadeUp 0.6s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Image subtle zoom */
.modal.show img {
  animation: imgZoom 0.8s ease forwards;
}

@keyframes imgZoom {
  from {
    transform: scale(1.03);
  }

  to {
    transform: scale(1);
  }
}
/* 
.gf-card-sec .col-lg-6:nth-child(1) {
  display: block !important;
}

@media only screen and (max-width: 600px) {
  section.contact-us-section {
    padding: 30px 0 100px;
  }
} */

/* =========================
   MAIN SECTION
========================= */

#presenceSection {
  position: relative;
  display: flex;
  min-height: 720px;
  background-color: #efd9b3;
  overflow: hidden;
}

/* =========================
   LEFT PANEL
========================= */

#presenceLeft {
  width: 42%;
  padding: 90px 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #efd9b3;
}

.presence-label {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5a4a3a;
  font-family: var(--primary-font);
  margin: 0 0 28px 0;
}

.presence-content {
  flex: 1;
}

#slideYear {
  font-size: 16px;
  color: #4d3625;
  font-family: var(--primary-font);
  margin: 0 0 4px 0;
  letter-spacing: 1px;
  transition: opacity 0.5s ease;
}

#slideTitle {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #4d3625;
  font-family: var(--primary-font);
  line-height: 1.2;
  margin: 0 0 24px 0;
  transition: opacity 0.5s ease;
}

#slideDesc {
  font-size: 18px;
  color: #4d3625;
  line-height: 1;
  font-family: var(--secondary-font);
  margin: 0;
  max-width: 460px;
  transition: opacity 0.5s ease;
}

/* =========================
   DOTS
========================= */

#dotsContainer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

/* =========================
   RIGHT IMAGE
========================= */

#presenceRight {
  position: relative;
  width: 58%;
  min-height: 720px;
}

#slideImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s ease;
  display: block;
}

/* =========================
   PROGRESS BAR
========================= */

/* =========================
   ARROWS
========================= */

.presence-arrows {
  position: absolute;
  bottom: 14px;
  right: 10px;
  display: flex;
  gap: 10px;
}

.presence-arrow-btn {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background-color: rgba(239, 217, 179, 0.9);
  color: #2c1f10;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.presence-arrow-btn:hover {
  background-color: #2c1f10;
  color: #efd9b3;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  #presenceSection {
    flex-direction: column;
    min-height: auto;
  }

  #presenceLeft {
    width: 100%;
    padding: 60px 40px;
    order: 2;
  }

  #presenceRight {
    width: 100%;
    min-height: 500px;
    order: 1;
  }

  #slideTitle {
    font-size: 34px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  #presenceLeft {
    padding: 40px 24px 50px;
  }

  #presenceRight {
    min-height: 340px;
  }

  #slideTitle {
    font-size: 26px;
    margin-bottom: 16px;
  }

  #slideDesc {
    font-size: 12px;
    line-height: 1.8;
  }

  .presence-arrows {
    bottom: 16px;
    right: 16px;
  }

  .presence-arrow-btn {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

/* Full bleed row — no container gutters */
.about-row {
  min-height: 520px;
}

/* Left: image fills entire column, no padding */
.about-img-col {
  padding: 0 !important;
  overflow: hidden;
}

.about-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  min-height: 520px;
}

/* Right: text panel */
.about-text-col {
  background-color: #efd9b3;
  padding: 60px 56px 60px 56px;
  display: flex;
  align-items: center;
}

.about-text-inner {
  max-width: 560px;
}

/* "ABOUT FLORIAN HUREL" — spaced caps, thin serif */
.about-heading {
  font-family: var(--primary-font);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4d3625;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* Subheading — bold, darker */
.about-subheading {
  font-family: var(--secondary-font);
  font-size: 17px;
  font-weight: 700;
  color: #4d3625;
  margin-bottom: 24px;
  line-height: 1.4;
}

/* Body paragraphs */
.about-text-inner p {
  font-family: var(--secondary-font);
  font-size: 12spx;
  font-weight: 400;
  color: #4d3625;
  line-height: 1.8;
  margin-bottom: 14px;
}

/* Responsive */
@media (max-width: 991px) {
  .about-img-col img {
    min-height: 360px;
  }
  .about-text-col {
    padding: 40px 28px;
  }
  .about-heading {
    font-size: 24px;
    letter-spacing: 3px;
  }
}

@media (max-width: 767px) {
  .about-img-col img {
    min-height: 280px;
  }
  .about-text-col {
    padding: 32px 20px;
  }
}

.play-pause-sec button {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  color: black;
}

button#play-pause,
button#play-pause3 {
  background: transparent;
  right: 10%;
  bottom: 11%;
}

button#play-pause4 {
  bottom: 12%;
}

button#play-pause2,
button#play-pause4 {
  bottom: 11%;
  left: 10%;
}

/* menuuu  css  */
/* ── Animations ── */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

/* ── Open Button ── */
#openPdfModal {
  padding: 10px 30px;
  margin-right: 18px;
  background: transparent;
  border: 1px solid #a36f48;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: black;
}

/* ── Modal Overlay ── */
#pdfModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s;
}

/* ── Modal Inner Box ── */
.modal-inner {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  max-height: 90vh;
  overflow: auto;
  font-family: sans-serif;
  animation: zoomIn 0.3s ease-out;
}

/* ── Close Button ── */
#closeModal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 34px;
  cursor: pointer;
  color: #e74c3c;
}

/* ── Heading ── */
.modal-inner h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}

/* ── Filter Bar ── */
.filter-bar {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.location-btn {
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.2s;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.location-btn.active {
  background: #000;
  color: #fff;
  border: none;
}

/* ── Search ── */
.search-wrap {
  position: relative;
}

#searchPdf {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 6px;
  box-sizing: border-box;
}

/* ── Suggestions Dropdown ── */
#suggestions {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #000;
  border-top: none;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0;
}

#suggestions li {
  padding: 8px 12px;
  cursor: pointer;
}

#suggestions li:hover {
  background: #f5f5f5;
}

/* ── PDF List ── */
#pdfList {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  max-height: 300px;
  overflow-y: auto;
}

#pdfList li {
  margin-bottom: 10px;
}

#pdfList a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: 0.3s;
}

#pdfList a:hover {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2.5px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
  transition: all 0.2s ease-in-out;
}

/* hair section menu  */
.hair-section {
  padding: 40px 30px;
}

.section-title {
  font-family: var(--primary-font);
  font-size: 34px; /* desktop */
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  color: #4d3625;
}

.sub-section {
  margin-bottom: 32px;
}

.sub-heading {
  font-size: 22px; /* desktop */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4d3625;
  border-bottom: 1px solid #4d3625;
  padding-bottom: 6px;
  margin-bottom: 14px;
}

/* Mobile: 2 columns */
.items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
}

.menu-item {
  padding: 7px 0;
  font-size: 18px; /* desktop */
  line-height: 1.45;
  color: black;
  border-bottom: 1px solid #4d3625;
}

/* AI-Enhanced badge */
.ai-item {
  padding-top: 24px;
  position: relative;
}

.ai-badge {
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #95653d;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 2px;
  display: inline-block;
}

/* ── MOBILE (max 599px) ── */
@media (max-width: 599px) {
  .hair-section {
    padding: 24px 16px;
  }
  .section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sub-heading {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .menu-item {
    font-size: 13px;
  }
  .sub-section {
    margin-bottom: 24px;
  }
}

/* ── TABLET (600px – 991px): 3 columns ── */
@media (min-width: 600px) and (max-width: 991px) {
  .hair-section {
    padding: 32px 24px;
  }
  .section-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .sub-heading {
    font-size: 17px;
  }
  .menu-item {
    font-size: 15px;
  }
  .items-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* ── DESKTOP (992px+): 4 columns ── */
@media (min-width: 992px) {
  .items-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}