@font-face {
  font-family: "JosefinSans-Light";
  src: url("../assets/fonts/JosefinSans-Light.ttf");
}

@font-face {
  font-family: "JosefinSans-Regular";
  src: url("../assets/fonts/JosefinSans-Regular.ttf");
}

@font-face {
  font-family: "Sometimes";
  src: url("../assets/fonts/Sometimes\ Times.ttf");
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --light: #ffffff;
  --dark: #000;
  --Lato: "Lato", sans-serif;
  --Montserrat: "Montserrat", sans-serif;
  --Raleway: "Raleway", sans-serif;
  --jose-light: "JosefinSans-Light";
  --jose-Regular: "JosefinSans-Regular";
  --sometime: "Sometimes";
  --radius-1: 16px;
  --radius-full: 100px;
  --primary: #70472b;
  --primary-pink: #e7d7c3;
  --text-color: #828282;
}

html {
  font-size: 16px !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  padding-right: 0px !important;
  font-family: var(--jose-Regular);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  background-color: #ffffff00;
}

body::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #cfcfcf;
}

img,
video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.toggle-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--dark-blue);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  position: fixed;
  bottom: 0%;
  right: 1.25%;
  color: var(--light);
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.toggle-up.show {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.toggle-up i {
  font-size: 1.15rem;
}

/* form loader css */

.form-loader-div {
  display: none;
}

.form-loader {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #b5acac;
  border-right-color: var(--light);
  -webkit-animation: l2 0.35s infinite linear;
  animation: l2 0.35s infinite linear;
}

@-webkit-keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/* form loader css */

.compensate-for-scrollbar {
  margin-right: 0px !important;
}

a {
  text-decoration: none;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.no-wrap {
  text-wrap: nowrap;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mirror {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.letter-spacing {
  letter-spacing: 1.05px;
}

.text-shadow {
  text-shadow: 0px 2px 10px rgba(46, 74, 81, 0.3);
}

.primary-bg {
  background-color: #482a16;
  background-image: url("../assets/images/figma/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  position: relative;
}

.primary-bg .section-title,
.primary-bg .section-heading p,
.primary-bg .section-heading h2 {
  color: #f5eee8 !important;
}

.primary-bg .section-title .letter-overlay {
  color: #e7d7c3 !important;
}

.primary-bg {
  overflow: hidden;
}

.primary-bg .spaces-vec {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}

.primary-bg .spaces-vec.vec-tl {
  top: 3%;
  left: 3%;
  width: 42px;
}

.primary-bg .spaces-vec.vec-tr {
  top: 1%;
  right: 2%;
  width: 150px;
}

.primary-bg .spaces-vec.vec-ml {
  top: 45%;
  left: 0;
  width: 70px;
}

.primary-bg .spaces-vec.vec-bl {
  bottom: 20%;
  left: 8%;
  width: 46px;
}

.primary-bg .spaces-vec.vec-br {
  bottom: 20%;
  right: 8%;
  width: 46px;
}

.header-container {
  position: fixed;
  top: 0;
  animation: slideDown 0.8s ease forwards;
  width: 100%;
  left: 0;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  z-index: 11;
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.15rem 4rem;
  background: var(--light);
  gap: 2rem;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.menu {
  display: none;
  width: 24px;
  cursor: pointer;
}

.menu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.logo-img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 350px;
  max-width: 100%;
  position: relative;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.navLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  gap: 1.5rem;
}

.navLinks .navLink {
  font-family: var(--jose-Regular);
  font-weight: 500;
  font-size: 1rem;
  color: #5f5f5f;
  display: block;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
}

.navLinks .navLink::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  border-radius: var(--radius-full);
  background-color: var(--primary-pink);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navLinks .navLink:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.line {
  width: 2px;
  background-color: rgba(88, 89, 91, 0.18);
}

.line2 {
  width: 2px;
  height: 10vw;
  background-color: rgba(255, 255, 255, 0.36);
}

.btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35rem;
  color: var(--light);
  padding: 0.5rem 1rem;
  font-family: var(--jose-Regular);
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 9px;
  background-color: var(--primary);
  text-transform: uppercase;
  width: max-content;
}

.offcanvas {
  background-color: var(--light);
}

.offcanvas.offcanvas-end {
  width: 100%;
}

.offcanvas.offcanvas-end .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.offcanvas-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.offcanvas-close {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--light);
  -webkit-transform: translateY(4px) scale(0.95);
  -ms-transform: translateY(4px) scale(0.95);
  transform: translateY(4px) scale(0.95);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.offcanvas-close i {
  font-size: 1.1rem;
}

.offcanvas-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 1rem 0;
}

.offcanvas-link {
  display: block;
  font-size: 1.35rem;
  font-family: var(--jose-Regular);
  font-weight: 500;
  color: #5f5f5f;
  text-transform: capitalize;
  position: relative;
  width: 100%;
}

.offcanvas-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0000001a;
  left: 0;
  bottom: -15px;
}

.offcanvas-link:last-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: transparent;
  left: 0;
  bottom: -15px;
}

.offcanvas-logo .logo-img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 250px;
  max-width: 100%;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.btn-visit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
  background: var(--primary-blue);
  gap: 0.25rem;
  padding: 0.65rem 1.25rem;
  font-family: var(--Metropolis-SemiBold);
  border-radius: var(--radius-full);
  font-weight: 600;
  color: var(--light);
}

.btn-visit span {
  display: block;
}

.btn-visit.light {
  background: var(--light);
  gap: 0.45rem;
  padding: 0.5rem 1.25rem;
  font-family: var(--Metropolis-SemiBold);
  color: rgba(37, 88, 131, 1);
}

.section-heading .section-title {
  font-family: var(--sometime);
  font-size: 3.5vw;
  font-weight: 400;
  word-wrap: break-word;
  color: var(--primary);
  text-align: center;
  -webkit-text-stroke-width: 0.14px;
  -webkit-text-stroke-color: var(--primary);
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.text-underline-bg {
  position: relative;
  z-index: 1;
  margin: auto;
}

.text-underline-bg::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
  bottom: -15px;
  background: linear-gradient(
    90deg,
    rgba(95, 95, 95, 0) 0%,
    rgba(95, 95, 95, 1) 50%,
    rgba(95, 95, 95, 0) 100%
  );
}

.section-heading .section-title.light {
  color: var(--light);
  -webkit-text-stroke-width: 0.14px;
  -webkit-text-stroke-color: var(--light);
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-desc {
  font-family: var(--jose-Regular);
  font-size: 19.5px;
  color: var(--text-color);
  text-align: justify;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-desc.light {
  font-family: var(--jose-Regular);
  font-size: 1.25vw;
  color: var(--light);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.letter-overlay {
  position: relative;
}

.letter-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  height: 100%;
  background: url(../assets/images/layers/text-overlay.png) no-repeat left
    center / contain;
}

section.main-banner {
  margin: 5rem 0 0 0;
  position: relative;
}

.banner_title {
  position: absolute;
  top: 23%;
  left: 10%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 48%;
}

.banner_title h2 {
  font-family: "var(--sometime)";
  font-size: 4vw;
  color: var(--light);
  -webkit-text-stroke-width: 0.75px;
  -webkit-text-stroke-color: var(--light);
  line-height: 80px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

.banner_title p {
  font-family: var(--jose-Regular);
  font-size: 2vw;
  color: var(--light);
  margin: 0;
}

.carousel-indicators [data-bs-target] {
  width: 30px;
  height: 6px;
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}

.carousel-indicators .active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--primary);
}

/* Overview */

.section__over {
  width: 100%;
  position: relative;
  padding: 80px 0;
  background-color: #e7d7c3;
  background-image: url("../assets/images/figma/symphony-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.section__over .left_music,
.section__over .right_music,
.section__over .layer {
  display: none !important;
}

.left_music {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 2%;
}

.right_music {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 2%;
}

.layer {
  position: absolute;
  top: 13%;
  right: 0;
  width: 13%;
  opacity: 0.2;
}

/* .over_img::after {
  content: "";
  position: absolute;
  bottom: -3%;
  right: -17px;
  width: 510px;
  height: 475px;
  border: 18px solid var(--primary);
  z-index: -1;
}
.over_img::before {
  content: "";
  position: absolute;
  bottom: -3%;
  right: -17px;
  width: 510px;
  height: 475px;
  border: 18px solid #828282;
  z-index: -1;
} */

.over_btn {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.over_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35rem;
  color: var(--light);
  padding: 13px 25px;
  font-family: var(--jose-Regular);
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1vw;
  border-radius: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  text-transform: uppercase;
  width: fit-content;
}

.highlight-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 2rem 0 0 0;
}

.highlight-carousel .owl-nav button {
  width: 60px;
}

.highlight-carousel .owl-nav button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.highlight-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1.25rem 0 0 0;
}

.highlight-carousel .owl-dots button {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  transform: scale(0.9);
  transition: all 0.5s ease;
  background-color: #dfdede !important;
}

.highlight-carousel .owl-dots button.active {
  transform: scale(1);
  transition: all 0.5s ease;
  background-color: #70472b !important;
}

.high_div {
  display: flex;
  padding-top: 5rem;
  justify-content: space-between;
}

.high_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  position: relative;
}

.high_box img {
  width: 55px !important;
  height: 70px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(22%) sepia(30%) saturate(1200%) hue-rotate(350deg) brightness(90%) contrast(95%);
}

.section__over .highlight-carousel .owl-item:not(:last-child) .high_box::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -1px;
  width: 1px;
  height: 80%;
  background-color: rgba(112, 71, 43, 0.35);
}

.symphony-dec {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.symphony-dec.dec-left {
  top: 40px;
  left: 40px;
  width: 58px;
}

.symphony-dec.dec-right {
  bottom: 40px;
  right: 40px;
  width: 40px;
}

.high_box h2 {
  font-family: var(--sometime);
  font-size: 27px;
  color: var(--primary);
  text-align: center;
  -webkit-text-stroke-width: 0.21px;
  -webkit-text-stroke-color: #70472b;
  margin: 0;
}

/* Overview */

.divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.divider .line {
  width: 100%;
  position: relative;
  height: 2px;
  background-color: rgba(172, 136, 58, 0.14);
}

.divider .line.line-1::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: rgba(204, 153, 51, 0.18);
  border-radius: var(--radius-full);
}

.divider .line.line-2::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: rgba(204, 153, 51, 0.18);
  border-radius: var(--radius-full);
}

.flower {
  width: 8%;
}

/* Configuartion */
section.section-config {
  width: 100%;
  position: relative;
  padding: 80px 0;
}

.section-heading p {
  font-family: var(--jose-Regular);
  font-size: 25px;
  color: var(--text-color);
  text-align: center;
  letter-spacing: 0.75px;
}

.config-swiper-container {
  position: relative;
}

.config-swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.config-swiper-container .swiper-button.swiper-button-disabled {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

.config-swiper-container .swiper-button.swiper-button-prev-1 {
  left: -25px;
}

.config-swiper-container .swiper-button.swiper-button-next-1 {
  right: -25px;
}

.config-swiper-content {
  border-radius: 9px;
  padding: 1.5rem 1rem 1rem 1rem;
  border: 1px solid rgba(88, 88, 88, 0.14);
  background: var(--light);
}

.config-swiper-content .config-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.config-swiper-content .config-txt span {
  font-family: var(--jose-Regular);
  font-weight: 700;
  color: var(--text-color);
  font-size: 19px;
  display: block;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--text-color);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: var(--radius-full);
}

.config-swiper-content .config-img {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 1.5rem auto auto auto;
}

.config-swiper-content .config-img img.plan {
  width: 100%;
  -webkit-filter: blur(9px);
  filter: blur(9px);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.config-swiper-content .config-img .config-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.config-swiper-content .config-img .config-overlay .config-overlay-icon {
  width: 100px;
  height: 100px;
}

.config-swiper-content .config-img .config-overlay .config-overlay-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.config-hg{
  background-color: var(--primary);
  color: #ffff !important;
}

.btn-quote {
  font-family: var(--jose-Regular);
  font-weight: 500;
  color: var(--light);
  font-size: 18px;
  border: none;
  outline: none;
  padding: 0.65rem 1.5rem;
  text-wrap: nowrap;
  border-radius: 5px;
  background-color: var(--primary);
}

/* Configuration */

/* Gallery */
section.section-gallery {
  padding: 80px 0;
  position: relative;
}

.gallery-nav .custom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.gallery-nav .custom-nav .nav-item .nav-link:not(.active) .icon img.active {
  display: none;
}

.gallery-nav .custom-nav .nav-item .nav-link:not(.active) .icon img {
  filter: brightness(0) invert(1);
}

.gallery-nav .custom-nav .nav-item:has(.nav-link.active) .icon img {
  display: none;
}

.gallery-nav .custom-nav .nav-item:has(.nav-link.active) .icon img.active {
  display: block;
}

.gallery-nav .custom-nav .nav-item .nav-link {
  font-family: var(--jose-Regular);
  font-weight: 500;
  border: 1px solid var(--primary);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  background: var(--primary);
  color: var(--light);
}

.gallery-nav .custom-nav .nav-item .nav-link.active {
  background: var(--light);
  color: var(--primary);
}

.gallery-content {
  position: relative;
}

.gallery-swiper-container {
  position: relative;
  margin: 3.5rem auto auto auto;
}

.gallery-swiper-container .swiper-nav .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gallery-swiper-container .swiper-nav .swiper-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-swiper-container .swiper > .swiper-button-prev,
.gallery-swiper-container .swiper > .swiper-button-next {
  display: none !important;
}

.gallery-swiper-container .swiper-button-prev::after,
.gallery-swiper-container .swiper-button-next::after {
  content: none !important;
  display: none !important;
}

.gallery-swiper-container .swiper-nav .swiper-button.swiper-button-disabled {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gallery-swiper-container .swiper-nav .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.gallery-swiper-container .swiper-nav .swiper-button.swiper-button-prev-2 {
  left: 5%;
}

.gallery-swiper-container .swiper-nav .swiper-button.swiper-button-next-2 {
  right: 5%;
}

.gallery-swiper-container .swiper-nav .swiper-button.swiper-button-prev-3 {
  left: 5%;
}

.gallery-swiper-container .swiper-nav .swiper-button.swiper-button-next-3 {
  right: 5%;
}

.gallery-swiper-container .swiper-nav .swiper-button.swiper-button-prev-4 {
  left: 5%;
}

.gallery-swiper-container .swiper-nav .swiper-button.swiper-button-next-4 {
  right: 5%;
}

.gallery-swiper-container .swiper-slide .gallery-img img {
  border-radius: 9px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-swiper-container .swiper-slide .gallery-img {
  transform: scale(0.9);
  transition: all 1s ease;
}

.gallery-swiper-container .swiper-slide.swiper-slide-active .gallery-img {
  transition: all 1s ease;
  transform: scale(1);
}

.gallery-swiper-container .swiper-wrapper {
  margin: 0 0 2.5rem 0;
}

.swiper-scrollbar {
  background: #e9e2da !important;
}

.swiper-scrollbar-drag {
  background: linear-gradient(
    90deg,
    #cca481 0%,
    #d8b08e 27%,
    #f4d7bc 44%,
    #d6ae93 61%,
    #b37f62 90%,
    #af795c 100%
  ) !important;
}

/* Gallery */

/* Location */
section.section-location {
  padding: 70px 0;
  background-color: #e7d7c3;
  background-image: url("../assets/images/figma/center-stage-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.location-accordion {
  padding: 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: 9px;
  border: 1px solid rgba(88, 88, 88, 0.14);
  background-color: var(--light);
}

.location-accordion .accordion-item {
  background-color: transparent;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../assets/images/icons/drop.svg");
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-button::after {
  background-image: url("../assets/images/icons/drop.svg");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.location-accordion .accordion-button:not(.collapsed),
.location-accordion .accordion-button {
  background-color: transparent;
  outline: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.75rem 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.location-accordion .accordion-button .acc-icon {
  width: 30px;
  height: 30px;
}

.location-accordion .accordion-button .acc-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.location-accordion .accordion-button:not(.collapsed) .acc-icon img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(98%) saturate(287%)
    hue-rotate(343deg) brightness(99%) contrast(91%);
}

.location-accordion .accordion-button:not(.collapsed) .acc-txt {
  color: var(--primary);
}

.location-accordion .accordion-button .acc-txt {
  font-family: var(--jose-Regular);
  font-weight: 700;
  color: #5f5f5f;
  font-size: 1.25rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location-accordion .accordion-body {
  font-family: var(--jose-Regular);
  font-size: 1rem;
  color: var(--text-color);
  font-weight: 400;
}

.location-accordion .accordion-item {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border: var(--bs-accordion-border-width) solid rgba(86, 86, 86, 0.25);
}

.location-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border: unset !important;
}

.location-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.location-details .location-item {
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 0 0 2rem;
  color: var(--text-color);
}

.location-details .location-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.75rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--text-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* Location */

section.section-residence {
  padding: 6vw 0;
  position: relative;
  background: url("../assets/images/figma/bg2.jpg") no-repeat center
    center/cover;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.residence-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.residence-content .residence-count {
  font-family: var(--sometime);
  color: var(--light);
  -webkit-text-stroke-width: 0.21px;
  -webkit-text-stroke-color: #fff;
  display: flex;
  gap: 0.1rem;
  font-size: 4.5vw;
  font-weight: 400;
  transition: all 0.5s ease;
}

.residence-content .residence-subtitle {
  font-family: var(--jose-Regular);
  color: var(--light);
  text-align: center;
  -webkit-text-stroke-width: 0.21px;
  -webkit-text-stroke-color: #fff;
  font-size: 1.5vw;
  transition: all 0.5s ease;
  font-weight: 500;
}

/* Contact */

section.section-contact {
  padding-top: 70px;
  background: #e0cfbb;
}

.contact-title {
  font-family: var(--Tartuffo-Regular);
  font-size: 1.5rem;
  color: var(--text-color);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.custom-input {
  padding: 0.9rem 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: var(--TT_Neoris_Medium);
  outline: unset;
  border: none;
  border-radius: 5px;
  background-color: rgba(86, 86, 86, 0.1);
}

.custom-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 0px 2px var(--primary-pink);
  box-shadow: 0px 0px 0px 2px var(--primary-pink);
}

.custom-input::-webkit-input-placeholder {
  color: var(--text-color-2) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 0.975rem !important;
  font-family: var(--TT_Neoris_Regular);
}

.custom-input::-moz-placeholder {
  color: var(--text-color-2) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: var(--TT_Neoris_Regular);
}

.custom-input:-ms-input-placeholder {
  color: var(--text-color-2) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 0.975rem !important;
  font-family: var(--TT_Neoris_Regular);
}

.custom-input::-ms-input-placeholder {
  color: var(--text-color-2) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-family: var(--TT_Neoris_Regular);
  font-size: 0.975rem !important;
}

.custom-input::placeholder {
  color: var(--text-color-2) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 0.975rem !important;
}

.btn-submit {
  border: none;
  background: var(--primary);
  color: var(--light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 3rem;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 5px;
}

.btn-submit-ext {
  border: none;
  background: var(--primary-pink);
  color: var(--light);
  padding: 0.65rem 4rem;
  font-weight: 600;
  margin: 1.25rem 0 0 0;
  font-size: 1rem;
  border-radius: 10px;
}

.form-check-label {
  color: #727272;
  font-weight: 400;
  cursor: pointer;
  font-size: 0.875rem;
}

.form-check-input[type="checkbox"] {
  cursor: pointer;
}

.invalid-feedback {
  margin-top: 0.2rem;
  font-size: 0.8em;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

/*  */
footer {
  padding-top: 2rem;
 background-image: url("../assets/images/figma/footer-bg.jpg");
}

.footer-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
}

.qr-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 3rem 0;
}

.qr-content .qr-img {
  width: 100%;
  height: 100%;
}

.qr-content .qr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.qr-content .qr-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--text-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.disc {
  color: var(--text-color);
  margin: 2rem 0;
  font-size: 0.95rem;
}

.disc strong {
  font-size: 1.035rem;
  font-weight: 600;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.created {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.custom-modal-content {
  position: relative;
  padding: 1.25rem 0.5rem 0.5rem 0.5rem;
}

.modal-logo {
  width: 20rem;
  max-width: 100%;
  margin: 3rem auto 1rem auto;
}

.modal-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: 3%;
  width: 48px;
  height: 48px;
  right: 3%;
  cursor: pointer;
}

.modal-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fixed-button {
  position: fixed;
  display: block;
  right: 1.5%;
  bottom: 2.5%;
  gap: 1rem;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.btn-fixed {
  border: none;
  outline: none;
  border-radius: 8px;
  color: var(--light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--Metropolis-SemiBold);
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  padding: 0.65rem 1.15rem;
  font-size: 1.1rem;
}

.btn-fixed.primary {
  background: #ffffff;
  color: #70472b;
  border: 2px solid #70472b;
}

.btn-fixed.primary-pink {
  background: #70472b;
  color: #ffffff;
}

.mobile-fixed-button {
  display: none;
}

/* thank you css */

section.section-thankyou {
  height: calc(100vh - 75px);
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thankyou-content-img {
  width: 150px;
  margin: auto;
}

.thankyou-title {
  text-align: center;
  font-family: var(--Metropolis-Meduim);
  margin: 0.35rem 0 0 0;
  font-weight: 500;
}

.thankyou-subtitle {
  text-align: center;
  font-family: var(--Metropolis-Regular);
  font-weight: 400;
  text-wrap: balance;
  opacity: 0.85;
  margin: 0.5rem 0 0 0;
}

.go_txt {
  font-size: 15px;
  color: #000;
  background-color: #fff !important;
  border-radius: 3.125rem;
  border: 1px solid #000;
  font-family: var(--Metropolis-Regular);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  margin: 15px auto 0;
}

/* ============================================
   ANIMATIONS - Text, Image & Element Animations
   ============================================ */

/* --- Text Typing / Reveal Animation --- */
@keyframes textReveal {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.text-reveal {
  animation: textReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* --- Fade In Up with Scale --- */
@keyframes fadeInUpScale {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* --- Shimmer / Glow on section titles --- */
@keyframes shimmer {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

.section-title {
  background: linear-gradient(
    90deg,
    var(--primary) 0%,
    #b8865e 25%,
    var(--primary) 50%,
    #b8865e 75%,
    var(--primary) 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  animation: shimmer 4s linear infinite;
}

.section-title.light {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #e8c9a8 25%,
    #fff 50%,
    #e8c9a8 75%,
    #fff 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s linear infinite;
}

/* --- Image hover zoom & parallax --- */
.over_img img,
.gallery-img img,
.location-map img {
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.over_img:hover img {
  transform: scale(1.05);
}

.gallery-img:hover img {
  transform: scale(1.08);
}

.location-map:hover img {
  transform: scale(1.03);
}

/* --- Float animation for decorative elements --- */
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes floatRotate {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-12px) rotate(5deg);
  }
}

.left_music,
.right_music {
  animation: float 4s ease-in-out infinite;
}

.right_music {
  animation-delay: 1s;
}

.layer {
  animation: floatRotate 6s ease-in-out infinite;
}

/* --- Highlight boxes stagger animation --- */
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.high_div.aos-animate .high_box {
  opacity: 0;
  animation: slideInUp 0.6s ease forwards;
}

.high_div.aos-animate .high_box:nth-child(1) {
  animation-delay: 0.1s;
}

.high_div.aos-animate .high_box:nth-child(3) {
  animation-delay: 0.25s;
}

.high_div.aos-animate .high_box:nth-child(5) {
  animation-delay: 0.4s;
}

.high_div.aos-animate .high_box:nth-child(7) {
  animation-delay: 0.55s;
}

.high_div.aos-animate .high_box:nth-child(9) {
  animation-delay: 0.7s;
}

.high_div.aos-animate .high_box:nth-child(11) {
  animation-delay: 0.85s;
}

.high_box:hover h2 {
  color: var(--primary);
  transition: color 0.3s ease;
}

/* --- Counter number animation --- */
@keyframes countPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.residence-count {
  animation: countPulse 2s ease-in-out infinite;
}

/* --- Button hover animations --- */
.btn-contact,
.btn-submit,
.over_btn a,
.btn-fixed {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.btn-contact:hover,
.over_btn a:hover,
.btn-fixed:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(112, 71, 43, 0.3);
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(112, 71, 43, 0.25);
}

/* Button ripple effect */
.btn-contact::after,
.btn-submit::after,
.over_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition:
    width 0.6s ease,
    height 0.6s ease;
}

.btn-contact:hover::after,
.btn-submit:hover::after,
.over_btn a:hover::after {
  width: 300px;
  height: 300px;
}

/* --- Navbar link underline animation --- */
.navLink {
  position: relative;
}

.navLink::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.navLink:hover::after {
  width: 100%;
}

/* --- Config card hover effect --- */
.config-swiper-content {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.config-swiper-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(112, 71, 43, 0.15);
}

/* --- Gallery tab pill animation --- */
.custom-nav .nav-link {
  transition: all 0.4s ease;
}

.custom-nav .nav-link:hover {
  transform: translateY(-3px);
}

/* --- Accordion smooth animation --- */
.accordion-item {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.accordion-item:hover {
  transform: translateX(5px);
  box-shadow: -3px 0 15px rgba(112, 71, 43, 0.1);
}

/* --- Divider animation --- */
@keyframes expandLine {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.divider .line {
  animation: expandLine 1.5s ease forwards;
}

.divider .flower {
  animation: floatRotate 3s ease-in-out infinite;
}

/* --- Scroll-to-top bounce --- */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.toggle-up:hover {
  animation: bounce 1s ease infinite;
}

/* --- Fixed button slide-in animation --- */
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* --- Form input focus animation --- */
.custom-input {
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.2s ease;
}

.custom-input:focus {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(112, 71, 43, 0.15);
}

/* --- Modal entrance animation --- */
.modal.fade .modal-dialog {
  transform: scale(0.8) translateY(50px);
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.3s ease;
}

.modal.show .modal-dialog {
  transform: scale(1) translateY(0);
}

/* --- Footer image parallax-like reveal --- */
@keyframes revealUp {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

/* --- Header slide down --- */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* --- Logo pulse on load --- */
@keyframes logoPulse {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.logo-img {
  animation: logoPulse 1s ease forwards;
}

/* --- Banner slide Ken Burns effect --- */
.carousel-item img {
  animation: kenBurns 12s ease-in-out infinite alternate;
}

@keyframes kenBurns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.08);
  }
}

/* --- Residence section background subtle animation --- */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*********** media query *********/
