:root {
  --primary-color: #343833;
  --secondary-color: #faf7f0;
  --bs-white: #fff;
  --bodyFont: "TT Norms Pro";
  --headingFont: "Stepp ITC Std";
}
.text-secondary {
  color: var(--secondary4-color) !important;
}
.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--bodyFont);
  color: var(--primary-color);
  background: var(--secondary-color);
  position: relative;
  z-index: 0;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 15px;
  border-radius: 0;
  display: block;
  line-height: 57px;
  height: 57px;
  font-family: "TT Norms Pro";
  font-weight: 500;
  border-width: 2px;
  background: #faf7f0;
  color: #425d40;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--bs-white);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
}

h1 {
  font-size: 72px;
  font-family: "Stepp ITC Std Ultra";
  color: #0e200d;
}

h2 {
  font-size: 60px;
  font-family: "Stepp ITC Std Ultra";
  color: #0e110f;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 20px;
}

.p-v-75 {
  padding: 75px 0;
}

header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* mix-blend-mode: screen; */
}
/* header.fixed .h_left,
header.fixed .r_left {
  background: rgba(0, 0, 0, 0.4);
} */
header.fixed {
  background: rgba(255, 255, 255, 0.6);
  padding: 0;
  /* backdrop-filter: blur(5px); */
}

.sideNav {
  width: 270px;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  border-right: #e0e0e0 1px solid;
  background: var(--bs-white);
  padding: 34px 0;
}
.logo {
  width: 100%;
}
.logo a {
  width: 100%;
  text-align: center;
}
.logo img {
  height: 66px;
  margin: 0 auto;
  object-fit: contain;
}
footer .logo {
  width: 100%;
  margin-bottom: 47px;
}
footer .logo a {
  width: auto;
}
footer .logo img {
  height: 41.5px;
  margin: 0;
  object-fit: contain;
}
header.fixed .logo {
  /* background: rgba(0, 0, 0, 0.4); */
  /* backdrop-filter: blur(2px); */
}
header.fixed .h_left ul a {
  color: var(--primary-color);
}
.h_left,
.r_left {
  width: 36.33%;
  flex: 0 0 36.33%;
  position: relative;
  min-height: 39px;
  font-family: "TT Norms Pro Compact";
  font-weight: 500;
  text-transform: uppercase;
}
.h_left:before,
.r_left:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  content: "";
  background: var(--bs-white);
  -webkit-transition: 2.5s ease-in-out;
  -moz-transition: 2.5s ease-in-out;
  -o-transition: 2.5s ease-in-out;
  -ms-transition: 2.5s ease-in-out;
  transition: 2.5s ease-in-out;
}
.h_left::after,
.r_left::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background: var(--bs-white);
  -webkit-transition: 2.5s ease-in-out;
  -moz-transition: 2.5s ease-in-out;
  -o-transition: 2.5s ease-in-out;
  -ms-transition: 2.5s ease-in-out;
  transition: 2.5s ease-in-out;
}
.h_left > ul {
  display: flex;
}
.h_left .dropdown .btn {
  background: transparent !important;
  padding: 10px 22px;
  height: auto;
  line-height: inherit;
  text-transform: uppercase;
  font-size: 15px;
  border-color: transparent !important;
  border: none !important;
}
.h_left .dropdown .dropdown-menu a:before {
  display: none;
}
.dropdown-item {
  color: var(--primary-color) !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color) !important;
}
.h_left ul a {
  font-size: 15px;
  padding: 10px 22px;
  color: var(--bs-white);
  position: relative;
}
.h_left ul a::before {
  position: absolute;
  left: 100%;
  top: -3px;
  width: 1px;
  height: 0;
  content: "";
  background: var(--bs-white);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: 2.5s ease-in-out;
  -moz-transition: 2.5s ease-in-out;
  -o-transition: 2.5s ease-in-out;
  -ms-transition: 2.5s ease-in-out;
  transition: 2.5s ease-in-out;
}
.header-load .h_left:before,
.header-load .r_left:before,
.header-load .h_left:after,
.header-load .r_left:after {
  width: 100%;
}
.header-load.fixed .h_left:before,
.header-load.fixed .r_left:before,
.header-load.fixed .h_left:after,
.header-load.fixed .r_left:after {
  background: var(--primary-color);
}
.r_left a {
  font-size: 15px;
  padding: 12px 10px !important;
  color: var(--bs-white);
}
.header-load .h_left ul a::before {
  height: calc(100% + 5px);
}
.header-load.fixed .h_left ul a::before {
  background: var(--primary-color);
}

.stellarnav {
  width: auto;
}

.stellarnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 45px;
}

.stellarnav ul li > a {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: normal;
  padding: 15px 30px !important;
}

.stellarnav ul li > a:hover,
.stellarnav ul li.active > a {
  color: #cbb288;
}

.hero {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.heading {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  transition-delay: 2s;
}
.spreadText {
  letter-spacing: 4px;
}
.hero::before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.45;
  width: 100%;
  height: 100%;
  content: "";
  /* background: rgba(255, 255, 255, 0.2); */
  background: linear-gradient(
    to bottom,
    rgba(40, 27, 5, 0.75) 0%,
    rgba(231, 215, 190, 0) 100%
  );
}
.hero .caption {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  max-width: 1326px;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btnsGroup {
  gap: 51px;
  margin-top: 40px;
  justify-content: center;
}

.story-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 60px 0 0; */
  position: relative;
  overflow: visible;
}

.story-container {
  max-width: 1200px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.green-box,
.headingPart {
  will-change: transform;
}
.green-box {
  background-color: #425d40;
  color: white;
  padding: 60px 40px 0;
  max-width: 480px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center;
  font-family: "TT Norms Pro";
  font-weight: normal;
}
.green-box {
  transform-origin: center center;
  will-change: transform, opacity;
}

.green-box h2 {
  font-size: 44px;
  color: #d4c5a9;
  font-family: "TT Norms Pro";
  font-weight: 600;
  margin-bottom: 8px;
}

.green-box p {
  font-size: 20px;
  margin-bottom: 20px;
}

.green-box .highlight {
  font-style: italic;
  color: #d4c5a9;
}

.side-image2 {
  position: absolute;
  width: 398px;
  height: 430px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.side-image {
  position: absolute;
  width: 280px;
  height: 350px;
  border-radius: 8px;
}

.side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.left-image {
  left: 0;
  top: 50%;
  /* transform: translateY(-70%); */
  width: 361px;
  height: 360px;
  z-index: 1;
  /* -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%); */
}

.right-image {
  right: 0;
  top: 10%;
  /* transform: translateY(-100%); */
  width: 361px;
  height: 360px;
  z-index: 1;
  /* -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%); */
}
.right-image::before,
.left-image::before {
  position: absolute;
  border: 1px solid #d3b88c !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: 100%;
  height: 95%;
  left: 45px;
  top: -10px;
  content: "";
  z-index: -1;
}
.left-image::before {
  width: 60%;
  left: auto;
  right: -45px;
}
.animation-section p {
  font-family: "TT Norms Pro Compact Normal";
  font-size: 20px;
  margin-top: 8px;
  font-weight: 500;
  margin-top: 15px;
}
.community-card .card-content {
  background: #f0e7d7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 54px 45px;
  text-align: center;
  height: 100%;
}
.community-card .card-content h3 {
  font-family: "TT Norms Pro";
  font-weight: 600;
  margin-bottom: 24px;
}
.community-card .card-content p {
  font-weight: normal;
}
.makeDifferent .animation-section p,
.testi .animation-section p,
.experience .animation-section p,
.relaxation .animation-section p,
.twoSpace .animation-section p {
  font-family: "TT Norms Pro";
  font-weight: normal;
  margin-top: 0;
}
.leftPart {
  width: 68%;
  flex: 0 0 68%;
  position: relative;
  z-index: 1;
  background: var(--secondary-color);
}
.slideMain img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.content-part {
  flex-grow: 1;
}
.content-part h3 {
  font-family: "TT Norms Pro";
  font-weight: 600;
  font-size: 32px;
  border-bottom: #d3b88c 1px solid;
  padding: 0 0 14px;
  margin-bottom: 14px;
}
.content-part p {
  font-family: "TT Norms Pro";
  font-weight: normal;
  padding-right: 1.5rem;
  font-size: 18px;
}
.imageWrapNew {
  width: 425px;
  flex: 0 0 425px;
}
.imageWrapNew img {
  height: 638px;
  object-fit: cover;
}
.btn-dark {
  height: 57px;
  line-height: 57px;
  background: #2f3a31;
  color: var(--bs-white);
  font-size: 13px;
  border-color: #2f3a31;
  color: #cbb288;
}
.btn-dark:hover {
  background: transparent !important;
  color: #2f3a31;
}
.btn-outline-dark {
  font-size: 13px;
  border-color: #2f3a31;
  background: transparent;
}
.btn-outline-dark:hover {
  background: #2f3a31;
}
.rightPart {
  width: 50%;
  flex: 0 0 50%;
  position: relative;
  left: -212px;
  z-index: 0;
}

#project__parallax {
  position: relative;
  width: 100%;
  height: 120vh;
  clip-path: polygon(27% 20%, 73% 20%, 73% 100%, 27% 100%);
  border-radius: 55px 55px 0 0;
  -webkit-border-radius: 55px 55px 0 0;
  -moz-border-radius: 55px 55px 0 0;
  -ms-border-radius: 55px 55px 0 0;
  -o-border-radius: 55px 55px 0 0;
  /* -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  transition: 1s ease-in-out; */
}
.wellness #project__parallax {
  height: 100vh;
}

#project__inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cards-container {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 99;
  text-align: center;
}
.card {
  padding: 35px;
  height: 100%;
}

.card h4 {
  font-family: "TT Norms Pro";
  font-weight: 600;
  margin-bottom: 10px;
}
.card p {
  font-family: "TT Norms Pro";
  font-weight: normal;
  font-size: 14px;
}
.cards-container .row .col-md-6:nth-child(2) {
  margin-top: 1rem;
}
.cards-container .row .col-md-6:nth-child(2) {
  margin-top: 2rem;
}
.cards-container .row .col-md-6:nth-child(3) {
  margin-top: 4rem;
}
.cards-container .row .col-md-6:last-child {
  margin-top: 6rem;
}
#project__parallax h3,
#project__parallax h2 {
  position: absolute;
  left: 0;
  top: 25%;
  text-align: center;
  font-family: "Stepp ITC Std";
  font-weight: 500;
  width: 100%;
  z-index: 1;
}
#project__parallax h3 {
  font-size: 36px;
}
#project__parallax h2 {
  font-size: 45px;
  font-family: "Stepp ITC Std Ultra";
  top: 28%;
}

.slideMain .slick-prev:before,
.slideMain .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #2f3a31;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slideMain .slick-next {
  right: 5px;
}

.slideMain .slick-prev {
  left: auto;
  right: 75px !important;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: calc(100% + 20%);
  transform: none;
  background: var(--bs-white);
  color: #2f3a31 !important;
  font-size: 20px;
  padding: 4px 10px;
  border: #2f3a31 1px solid;
  width: 51px;
  height: 35px;
  border-radius: 63px;
  -webkit-border-radius: 63px;
  -moz-border-radius: 63px;
  -ms-border-radius: 63px;
  -o-border-radius: 63px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 5;
}
.slick-prev:hover,
.slick-next:hover {
  background: #2f3a31;
  color: var(--bs-white) !important;
  border: #2f3a31 1px solid;
}

.slick-prev:before,
.slick-next:before {
  content: "";
}
.slideMain .slider-nav img {
  width: 201px;
  height: 221px;
  object-fit: cover;
  padding: 0 5px;
}
.slideMain .slick-current {
  opacity: 0;
  z-index: -1;
}
.slideMain {
  width: 100%;
}
.siteTab .slideMain {
  position: relative;
  z-index: 1;
}
.siteTab .leftPart::before,
.siteTab .leftPart::after {
  position: absolute;
  left: 0;
  right: 0;
  width: calc(100% + 48%);
  margin: 0 auto;
  height: 1px;
  background: #d3b88c;
  content: "";
  z-index: -1;
}
.siteTab .leftPart::before {
  top: 32px;
}
.siteTab .leftPart::after {
  top: calc(100% - 13%);
  left: 0;
  right: auto;
  width: 60%;
}
.siteTab .rightPart::after {
  top: calc(100% + 27%);
  width: 80%;
  position: absolute;
  left: auto;
  right: 5px;
  margin: 0 auto;
  height: 1px;
  background: #d3b88c;
  content: "";
  z-index: -1;
}
.siteTab .nav {
  gap: 16px;
  position: relative;
  top: 50px;
  z-index: 2;
}
.siteTab .nav-link {
  font-size: 13px;
  font-family: "TT Norms Pro";
  font-weight: 500;
  color: #343833 !important;
  border: #d7c49e 1px solid !important;
  background: #faf7f0;
}
.siteTab .nav-pills .nav-link.active,
.siteTab .nav-pills .show > .nav-link {
  background-color: var(--bs-white);
  border-color: transparent !important;
}
.productSlides .slick-slide.raise-up {
  transform: translateY(-270px);
  transition: transform 0.4s ease;
  -webkit-transform: translateY(-270px);
  -moz-transform: translateY(-270px);
  -ms-transform: translateY(-270px);
  -o-transform: translateY(-270px);
}

.productSlides .slick-list {
  overflow-y: visible;
  padding: 30% 0 0;
}
.box {
  padding: 0 28px;
  position: relative;
  text-align: center;
  z-index: 1;
  background: var(--secondary-color);
}
.box h6 {
  font-weight: 600;
  font-family: "TT Norms Pro";
  margin-top: 21px;
  margin-bottom: 40px;
}
.box .btn {
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  max-width: 131px;
  width: 100%;
  font-size: 13px;
  display: inline-block;
  background: var(--secondary-color);
}
.box::before {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  content: "";
  height: calc(100% - 55px);
  border: #d7c49e 1px solid;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  z-index: -1;
}
.box img {
  height: 240px;
  object-fit: cover;
}
.productSlides .slick-slide {
  padding: 0 10px;
}

.effectBox {
  position: absolute;
  left: 11px;
  width: calc(100% - 35px);
  top: 10%;
}
.effectBox.btms {
  right: 11px;
  left: auto;
  bottom: 10%;
  top: auto;
  flex-direction: row-reverse;
}
.circlepic {
  width: 180px;
  flex: 0 0 180px;
}
.circlepic img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.effectBox hr {
  flex-grow: 1;
  background-color: #d7c49e;
  opacity: 1;
}
/* .productSlides .slick-track {margin: 0 -10px;} */
.productSlides .slick-prev,
.productSlides .slick-prev,
.productSlides .slick-next {
  position: absolute;
  top: auto;
  bottom: 20%;
  right: 40%;
  background: var(--secondary-color);
}
.parallaxAfter h2 {
  color: var(--bs-white);
}
.giftsec.parallaxAfter h2 {
  color: #0e110f;
}
.productSlides .slick-prev {
  left: 51%;
  right: auto;
}
.productSlides .slick-prev:hover,
.productSlides .slick-next:hover {
  background: #343833;
}
.parallaxAfter {
  position: relative;
  z-index: 1;
  min-height: 130vh;
}
.parallaxAfter p {
  font-family: "TT Norms Pro";
  font-weight: normal;
  font-size: 18px;
}
.box2 {
  padding: 40px 0 0;
  position: relative;
  text-align: center;
  z-index: 1;
  background: url(../images/1.png) no-repeat bottom right #d7c49e;
  margin: 0 auto;
  width: calc(100% - 100px);
  color: var(--primary-color);
  font-family: "TT Norms Pro";
  font-weight: normal;
  font-size: 16px;
  min-height: 394px;
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  -ms-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
.box2 h5 {
  font-family: "TT Norms Pro";
  font-weight: 500;
  margin-bottom: 8px;
  padding: 0 15px;
}
.box2 h4 {
  font-family: "TT Norms Pro";
  font-weight: bold;
  background: var(--bs-white);
  padding: 6px 0;
  margin: 25px 0;
}
.box2 p {
  padding: 6px 15px;
}
.box2 a {
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 0 25px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  float: left;
  margin-left: 15px;
  border-color: #2f3a31;
  border-width: 1px;
}
.box2::before {
  position: absolute;
  left: -30px;
  top: 22%;
  width: calc(100% + 60px);
  content: "";
  height: calc(100% - 50px);
  border: #d7c49e 1px solid;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  z-index: -1;
}
.parallaxAfter .row .col-md-5:last-child .box2 {
  background: url(../images/2.png) no-repeat bottom left #d7c49e;
}
.parallaxAfter .row .col-md-5:first-child .box2.active {
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  z-index: 3;
}
.parallaxAfter .row .col-md-5:last-child .box2.active {
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 1;
}
.parallaxAfter .row .col-md-5:last-child .box2 a {
  float: right;
  margin-left: auto;
  margin-right: 15px;
}
.leaf {
  position: absolute;
  left: 20%;
  top: -10%;
  z-index: 3;
}
.card-custom {
  background-color: #3f5b3e;
  color: #faf7f0;
  border-radius: 4px;
  padding: 30px 80px;
  min-height: 216px;
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.card-custom h5 {
  font-family: "TT Norms Pro";
  font-weight: normal;
  font-size: 32px;
  color: #d7c49e;
}
.card-custom h4 {
  font-family: "TT Norms Pro";
  font-weight: normal;
  font-size: 36px;
  color: var(--bs-white);
  margin-top: 0;
}
.card-custom p {
  margin: 12px 0 0;
  letter-spacing: 2px;
}
.twoSpace_circle {
  position: absolute;
  top: -90px;
  left: -100px;
  width: 180px;
}
.twoSpace_circle img {
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.twoSpace .col-lg-5:nth-child(2) .twoSpace_circle,
.twoSpace .col-lg-5:last-child .twoSpace_circle {
  left: auto;
  right: -100px;
}
/* .addcircle {position: relative; background:url(../images/ellipse.png) no-repeat top -190px center; background-size: contain;} */
.twoSpace .col-lg-5:last-child .card-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.experience .cards {
  display: flex;
  gap: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: #343833;
  margin-bottom: 65px;
}

.experience .card-image {
  width: 312px;
  flex: 0 0 312px;
  height: 215px;
  object-fit: cover;
}

.experience .card-content {
}

.experience .card-title {
  font-size: 24px;
  font-weight: 600;
  font-family: "TT Norms Pro";
  margin-bottom: 8px;
  line-height: 1.3;
}

.experience .card-description {
  font-size: 16px;
  font-family: "TT Norms Pro";
  font-weight: 600;
}
.experience .btn-dark {
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.experience .animation-section {
  position: sticky;
  top: 85px;
  height: fit-content;
}
.testi {
  color: var(--bs-white);
  font-family: "TT Norms Pro";
  font-weight: normal;
}
.testi h2 {
  color: var(--bs-white);
}
.testi .single-item p {
  font-size: 18px;
  line-height: 2;
  position: relative;
  padding: 2.5rem 6rem 0;
  color: #faf7f0;
}
.testi .single-item p span {
  position: absolute;
}
.testi .animation-section p {
  color: #faf7f0;
}
.testi h4 {
  display: inline-block;
  color: #d7c49e;
  font-size: 24px;
  font-weight: 600;
  font-family: "TT Norms Pro";
  border-top: #faf7f06e 1px solid;
  margin: 20px 0 0;
  padding: 20px 45px 0;
}
.w-65 {
  width: 65%;
}
.testi .slick-prev,
.testi .slick-next {
  position: absolute;
  top: calc(100% + 40px);
  transform: none;
}
.testi .slick-next {
  right: calc(50% - 60px);
}
.testi .slick-prev {
  left: calc(50% - 60px);
}
span.quotes.top {
  top: 5px;
  left: 74px;
}
span.quotes.btm {
  margin: 15px 30px;
}

.our_pasadena {
  position: relative;
  min-height: 90vh;
}

.pasadena-scroll-area {
  position: relative;
  min-height: 150vh;
}

/* image layer */
.pasadena-images {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* images */
.ps-img {
  position: absolute;
  width: 312px;
  height: 260px;
  border-radius: 4px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

/* positions like your reference */
/* .img1 {
  top: 0;
  left: 5%;
}

.img2 {
  top: 0;
  left: auto;
  right: 5%;
}

.img3 {
  top: 35%;
  left: 10%;
}

.img4 {
  top: 60%;
  left: 36%;
}

.img5 {
  top: 30%;
  left: auto;
  right: 10%;
}

.img6 {
  top: 90%;
  left: 10%;
}

.img7 {
  top: calc(100% + 9%);
  right: 0;
}

.img8 {
  top: 93%;
  left: 50%;
}

.img9 {
  top: calc(100% + 20%);
  left: 30%;
}

.img10 {
  top: calc(100% + 100%);
  left: 40%;
}

.img11 {
  top: 8%;
  right: 8%;
}

.img12 {
  top: 32%;
  right: 12%;
}

.img13 {
  top: 56%;
  right: 9%;
}

.img14 {
  top: 80%;
  right: 14%;
}

.img15 {
  top: 104%;
  right: 10%;
} */
.headingPart {
  position: relative;
  z-index: 1;
}
.pasadenaHome .headingPart {
  top: 6rem !important;
}
.pasadenaHome .ps-img {
  width: 312px;
  height: 260px;
  object-fit: cover;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.pasadenaHome .img1 {
  top: -8%;
  left: 0;
  height: 333px;
}
.pasadenaHome .img2 {
  top: -8%;
  left: auto;
  right: 0;
}

.pasadenaHome .img3 {
  top: 26%;
  left: 7%;
}
.pasadenaHome .img4 {
  top: 30%;
  left: 36%;
}

.pasadenaHome .img5 {
  top: 22%;
  left: auto;
  right: 5%;
}

.pasadenaHome .img6 {
  top: 70%;
  left: 7%;
  height: 293px;
}
.pasadenaHome .img7 {
  top: 60%;
  right: 18%;
  height: 293px;
}

.pasadenaHome .img8 {
  top: calc(100% + 0%);
  left: 33%;
}
.pasadenaHome .img9 {
  top: calc(100% + 0%);
  left: auto;
  right: 0;
}

.relaxation {
  padding-bottom: 180px;
}
.relaxation .btnsGroup {
  gap: 20px;
}
.relaxation .relaxation_box:last-child {
  left: auto;
  right: 8%;
}
.relaxation_box {
  position: absolute;
  left: 8%;
  top: 40%;
  width: 233px;
  z-index: 1;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.relaxation_box.active {
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.relaxation .relaxation_box:last-child.active {
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.relaxation_box::before {
  width: 167px;
  height: 190px;
  left: -93.5px;
  top: -20px;
  content: "";
  border: #d3b88c 1px solid;
  position: absolute;
  z-index: -1;
}
.relaxation .relaxation_box:last-child::before {
  right: -93.5px;
  left: auto;
}
.relaxation_box img {
  height: 273px;
  object-fit: cover;
}
/* .relaxation {
  margin-bottom: 8rem;
} */
footer {
  padding: 100px 0 52px;
  border-top: #d3b88c 1px solid;
  border-radius: 106px;
  -webkit-border-radius: 106px;
  -moz-border-radius: 106px;
  -ms-border-radius: 106px;
  -o-border-radius: 106px;
  font-size: 16px;
}
.socials {
  display: flex;
  gap: 13px;
}
.socials a {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 36px;
  text-align: center;
  background: #2f3a31;
  color: #d3b88c;
  font-size: 14px;
}
.socials a:hover,
.socials a:focus {
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  color: var(--bs-white);
}
footer h6 {
  font-weight: bold;
  margin-bottom: 16px;
  color: #343833;
  font-size: 20px;
  font-family: "Stepp ITC Std Ultra";
}
footer li a {
  font-size: 16px;
  color: #343833;
  font-weight: normal;
  margin-bottom: 8px;
}
footer li a:hover,
footer li a:focus {
  color: #d11a21;
}
.address a {
  display: flex;
  gap: 9px;
  font-size: 17px;
  align-items: start;
}
.address a img {
  width: 20px;
  flex: 0 0 20px;
}
.newsletters {
  display: flex;
  align-items: center;
  gap: 27px;
}
.newsletters .form-control {
  padding: 0 25px;
  height: 53px;
  background: #d7c49e;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #343833;
  font-size: 14px;
  flex-grow: 1;
}
.form-control::placeholder {
  color: #343833;
}
.newsletters h3 {
  font-family: "Stepp ITC Std Ultra";
  font-weight: bold;
  font-size: 36px;
  width: 358px;
  flex: 0 0 358px;
}
.newsletters .btn {
  line-height: 53px;
  height: 53px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* about */
.innerBanner {
  height: 405px;
}
.hero.innerBanner::before {
  /* background: rgba(0, 0, 0, 0.15); */
  background: linear-gradient(
    to bottom,
    rgba(40, 27, 5, 0.75) 0%,
    rgba(231, 215, 190, 0) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.45;
}
.innerBanner .subheading p {
  color: var(--bs-white);
  font-size: 16px;
}

.innerBanner h1 {
  display: inline-block;
  padding: 0 150px 25px;
  /* border-bottom: var(--bs-white) 1px solid; */
  /* text-transform: uppercase; */
  font-family: "Stepp ITC Std Ultra";
  font-weight: normal;
  position: relative;
  /* color: #d9d1c3; */
  color: #fff;
}
.innerBanner h1:before {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%);
  width: 580px;
  background: var(--bs-white);
  height: 1px;
  margin: 0 auto;
  content: "";
}

.subheading {
  margin-top: 43px;
  position: relative;
  width: 100%;
  max-width: 62%;
  margin-inline: auto;
}

.subheading p {
  font-size: 20px;
  line-height: 28px;
  color: #343833;
}
.location_pasadena .animation-section p {
  max-width: 64%;
  margin: 1rem auto 0;
}
.location_pasadena .story-section {
  padding-top: 0;
}

.location_pasadena .side-image.left-image {
  width: 553px;
  height: 547px;
  border-radius: 50%;
  top: 20%;
}

.location_pasadena .side-image.left-image::before {
  width: 553px;
  height: 520px;
  border-radius: 50%;
  z-index: 0;
  top: 38%;
  left: 13%;
  right: unset;
  border-color: #e8dcc7 !important;
}
.location_pasadena .green-box {
  padding: 48px 58px !important;
}
.location_pasadena .green-box h2 {
  font-size: 36px;
  color: #d4c5a9;
  font-family: "TT Norms Pro";
  font-weight: 600;
  margin-bottom: 8px;
}

.location_pasadena {
  position: relative;
}

.location_pasadena .green-box {
  max-width: 872px;
  padding: 60px 40px;
}

.location_pasadena .right-image {
  width: 522px;
  height: 496px;
  border-radius: 50%;
  top: 60%;
}

.location_pasadena .side-image.right-image::before {
  content: normal;
}

.location_pasadena.location_p .side-image.left-image {
  top: 33%;
  left: 5%;
}
.location_pasadena.location_p .side-image.right-image {
  top: auto;
  right: 5%;
  bottom: -10%;
}
.special_location {
  position: relative;
  /* min-height: 820px; */
}

.special_location .community-card .card-content {
  text-align: left;
}

.special_location .community-card .card-content p {
  line-height: 28px;
}

.special_location .community-card .card-content h3 {
  font-size: 28px;
  line-height: 32px;
}

.special_location .community-card .card-content.last {
  padding-left: 5rem;
}

.rock_img {
  position: absolute;
  width: 184px;
  height: 324px;
  bottom: 24%;
  right: 29%;
}
.wellness .addcircle {
  max-width: 984px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
  right: 0;
  opacity: 0.5;
  background: url(../images/ellipse.png) no-repeat top -406px center;
  background-size: 100%;
}
.wellness .card p:nth-child(4),
.wellness .card p:nth-child(5) {
  max-width: 65%;
  margin: 1rem auto 0;
}
.wellness p {
  margin: 1rem auto 0;
  font-size: 16px;
  line-height: 1.6;
}
.circlepic2 {
  position: absolute;
  left: 100%;
  width: 312px;
  height: 312px;
  bottom: 0;
}
.circlepic2.right {
  right: 83%;
  left: auto;
  top: 45%;
}
.circlepic2.left {
  left: 85%;
  right: auto;
  top: 35%;
}
.circlepic2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.wellness .cards-container {
  width: 100%;
  bottom: 5%;
}
.wellness .btn {
  padding: 0 25px;
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
  color: #d7c49e;
  background: transparent;
  border-color: #d7c49e;
  margin-top: 6rem;
}
.philosophy .story-section {
  position: relative;
  min-height: auto !important;
}
.philosophy .green-box {
  background-color: transparent;
  color: var(--primary-color);
  padding: 0 !important;
  max-width: 603px !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  position: static !important;
}
.philosophy .pin-spacer {
  position: static !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}
.philosophy .story-section {
  min-height: auto;
  padding: 0;
}
.philosophy p {
  font-size: 18px;
  margin-top: 1rem;
}
.philosophy .left-image {
  left: 2%;
  top: auto;
  bottom: 9%;
  transform: rotate(-17deg);
  width: 398px;
  height: 430px;
}
.philosophy .right-image {
  right: -2%;
  transform: rotate(0deg);
  top: 8%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  width: 398px;
  height: 430px;
}
.philosophy .right-image.aos-animate {
  transform: rotate(17deg);
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  -o-transform: rotate(17deg);
}
.philosophy .left-image.aos-animate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.philosophy {
  overflow-x: hidden;
  overflow-y: hidden;
}
.philosophy .left-image::before {
  width: 100%;
  height: 100%;
  left: -85px;
  top: 46px;
  transform: rotate(1deg) !important;
  z-index: -1;
  -webkit-transform: rotate(1deg) !important;
  -moz-transform: rotate(1deg) !important;
  -ms-transform: rotate(1deg) !important;
  -o-transform: rotate(1deg) !important;
}
.philosophy .left-image img {
  transform: rotate(10deg) !important;
  -webkit-transform: rotate(10deg) !important;
  -moz-transform: rotate(10deg) !important;
  -ms-transform: rotate(10deg) !important;
  -o-transform: rotate(10deg) !important;
}
.philosophy .right-image::before {
  width: 363px;
  height: 492px;
  left: -65px;
  top: 46px;
  transform: rotate(68deg) !important;
  z-index: -1;
  -webkit-transform: rotate(348deg) !important;
  -moz-transform: rotate(343deg) !important;
  -ms-transform: rotate(343deg) !important;
  -o-transform: rotate(343deg) !important;
}
.crafted p {
  font-size: 18px;
}
.craftedBox img {
  width: 100%;
  height: 221px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.craftedBox h5 {
  font-size: 24px;
  font-weight: 600;
  font-family: "TT Norms Pro";
  margin: 18px 0;
}
.craftedBox p {
  font-size: 16px;
  font-weight: 500;
}
.craftedBoxMain .col-lg-4:first-child {
  margin-top: 12rem !important;
  left: 0%;
  position: relative;
}
.craftedBoxMain .col-lg-4:first-child img {
  left: -15%;
  position: relative;
}
.craftedBoxMain .col-lg-4:last-child {
  margin-top: 15rem !important;
  right: 0%;
  position: relative;
}
.craftedBoxMain .col-lg-4:last-child img {
  right: -15%;
  position: relative;
}
.crafted {
  min-height: 750px;
}

/* indranil */
.fs-60 {
  font-size: 60px;
  font-weight: 700;
  color: var(--secondary2-color);
}
.fs-28 {
  font-size: 28px;
  font-family: var(--bodyFont);
  font-family: "TT Norms Pro";
  font-weight: bold;
}

/* gift card */
.top-banner {
  background-color: #425d40;
  padding: 150px 0 100px;
  height: auto;
}
.top-banner h1 {
  padding: 20px 0;
  margin: auto;
  margin-bottom: 20px;
  color: #d9d1c3;

  span {
    display: inline-block;
  }
}
.top-banner p {
  color: var(--secondary-color);
  font-family: var(--bodyFont);
  font-size: 16px;
  /* font-weight: 600; */
}

.animation-section p {
  max-width: 70%;
  margin: auto;
}
.parallaxAfter .row .col-lg-5:last-child .box2.active {
  transform: rotate(-10deg);
}
.parallaxAfter .row .col-lg-5:first-child .box2.active {
  transform: rotate(10deg);
}
.parallaxAfter span.line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #d7c49e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.parallaxAfter .row .col-lg-5:last-child .box2 {
  background: url(../images/2.png) no-repeat bottom left #d7c49e;
}
.parallaxAfter .row .col-lg-5:last-child .box2 a {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}
.gift-option {
  padding: 75px 0;
  overflow-x: hidden;

  p {
    width: 75%;
    margin: auto;
    margin-bottom: 60px;
  }
}
.gift-option .gift-value {
  border: 1px solid #425d40;
  max-width: 200px;
  padding: 22px 25px 16px;
  border-radius: 5px;

  h5 {
    font-family: var(--text-font);
    font-size: 32px;
    color: #425d40;
    margin-bottom: 8px;
  }
  p {
    font-family: var(--text-font);
    margin-bottom: 0;
  }
}
.gift-option .col-6.text-center > .row > .col-6:nth-child(2) .gift-value {
  position: relative;
  margin-top: -35px;
}
.gift-option .col-6.text-center > .row > .col-6:nth-child(4) .gift-value {
  position: relative;
  margin-top: -40px;
  margin-left: -50px;
}
.gift-option .col-6.text-center > .row > .col-6:nth-child(6) .gift-value {
  position: relative;
  margin-top: -50px;
}

/* refill page */
header .lightTheme.h_left::before,
header .lightTheme.r_left::before {
  background: var(--secondary2-color);
}
header .lightTheme.h_left::after,
header .lightTheme.r_left::after {
  background: var(--secondary2-color);
}
header .lightTheme.h_left ul a {
  color: var(--bs-black);
}
.unique-banner h1 {
  color: var(--secondary2-color);
  border-color: var(--secondary2-color);
  padding: 20px;
  font-family: "Stepp ITC Std Ultra";
}
.unique-banner p {
  color: #343833;
  width: 80%;
  margin: auto;
}

.exprience {
  padding: 100px 0;

  h2 {
    border-bottom: 1px solid #d7c49e;
    padding-bottom: 27px;
    margin-bottom: 27px;
  }
  .expLetter {
    /* background-color: #bdb76b; */
    /* padding: 70px 100px; */
    border-radius: 8px;
    max-width: 660px;
    margin-left: auto;

    p {
      /* line-height: 25px; */
      font-weight: 450;
    }
    .green-box {
      background-color: #bdb76b;
      color: var(--primary-color);
      padding: 100px 100px !important;
      border-radius: 8px !important;
    }
  }
}
.exprience .imgWrap img {
  max-width: 312px;
  max-height: 315px;
}
.exprience .col-4 .imgWrap:first-child {
  position: relative;
  margin-top: 110px;
}
.exprience .col-4 .imgWrap:last-child {
  position: relative;
  margin-right: -50px;
}

.refill {
  padding: 75px 0;
}
.title-text {
  font-size: 20px;
  max-width: 830px;
  margin: auto;
}
.refillProd-card {
  background-color: #bdb76b;
  border-radius: 8px;
  font-family: var(--bodyFont);
  padding: 0 36px 36px 36px;
  max-width: 374px;
  .fs-28 {
    font-size: 32px;
  }

  p {
    font-size: 16px;
    color: #343833;
  }
}
.refillProd-card .prodImg-wrap img {
  max-width: 301px;
  max-height: 326px;
  width: 100%;
  object-fit: cover;
}
.refillProd-card .prodImg-wrap {
  transform: translateY(-25px);
  width: 100%;
}
.is-left {
  transform: rotate(-10deg);
}
.is-right {
  transform: rotate(10deg);
}
.custom-btn {
  background-color: #e9c17b;
  padding: 15px 55px;
  font-size: 13px;
  display: inline-block;
  color: #863d15;
  font-family: var(--bodyFont);
  font-weight: 500;
  text-transform: uppercase;
}
.custom-btn:hover {
  color: var(--primary-color);
}
.refill-station {
  padding: 75px 0 0;
}
.work-rule {
  padding: 10px;

  span {
    font-family: var(--second-font);
    font-size: 40px;
    color: #863d15;
  }
}
.work-rule h4,
.refill-box h4 {
  font-family: "Stepp ITC Std Ultra";
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--secondary2-color);
}
.refill-station .d-flex > .work-rule:nth-child(2) {
  margin-top: 50px;
}
.refill-station .d-flex > .work-rule:nth-child(3) {
  margin-top: 100px;
}
.refill-station .d-flex > .work-rule:nth-child(4) {
  margin-top: 150px;
}
.refill-station .work-rule img {
  transform: translate(20px, -50px);
}

.refill-bottle {
  padding: 75px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.refill-box {
  background-color: #bdb76b;
  padding: 45px;
  border-radius: 8px;
}
.refill-bottle .row > .col-lg-6:first-child .refill-box {
  margin-top: 50px;
}
.refill-bottle .textBottom {
  margin-top: 80px;
  color: #343833;
  font-size: 24px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

.message {
  padding: 75px 0;
}

.inStore {
  padding: 75px 0;

  .d-flex.justify-content-between {
    border-bottom: 1px solid #d7c49e;

    img {
      width: 23px;
      height: 23px;
    }
    p {
      font-size: 24px;
      color: var(--secondary2-color);
      margin-left: 10px;
    }
  }
}
.different {
  .animation-section {
    p {
      max-width: 60%;
    }
  }
  .refillProd-card {
    background: #425d40;
    padding: 51px 33px 70px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: var(--bs-white);
    text-align: center;
    font-size: 16px;
    max-width: 312px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    h5 {
      font-size: 24px;
      margin-bottom: 12px;
      font-weight: 600;
      font-family: "TT Norms Pro";
    }
    p {
      color: var(--bs-white);
      padding: 0 15px;
    }
  }
}
.deep {
  overflow-x: hidden;
  .slick-track {
    display: flex;
  }
  img {
    height: 533px;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .slick-slide {
    padding: 0 10px;
  }
}
.wellnessJourney {
  p {
    max-width: 100%;
  }
  .animation-section p {
    width: 90%;
    margin: 0;
  }
  .col-md-4 img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    height: 451px;
    object-fit: cover;
  }
  .loctionBox {
    position: relative;
    padding: 0 39px;
    h5 {
      font-size: 28px;
      font-family: "Stepp ITC Std Ultra";
      text-align: center;
      margin-bottom: 6rem;
    }
    .address a {
      color: var(--bs-white);
      margin-bottom: 8px;
      font-size: 15px;
    }
    .address a img {
      width: 15px;
      flex: 0 0 15px;
    }
  }
  .loctionBox::before {
    position: absolute;
    left: 0;
    top: -7%;
    border: #d7c49e 1px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    content: "";
    width: 100%;
    height: calc(100% + -2px);
    z-index: -1;
  }
  .greenOverlay {
    position: relative;
    z-index: 1;
  }
  .greenOverlay::before {
    position: absolute;
    right: 0;
    /* top: 70%; */
    bottom: -14px;
    background: #3f5b3e;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    content: "";
    width: calc(100% + 100px);
    height: 260px;
    z-index: -1;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .btn {
    background: #faf7f0;
  }
}

.cta_sec {
  position: relative;
}
.special-location-scroll {
  position: relative;
  /* overflow: hidden; */
  z-index: 1;
}
.brownEffect::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 245px;
  width: calc(100% - 1.2rem);
  background: #d7c49e;
  z-index: 0;
}
.brownEffect {
  position: relative;
  z-index: 1;
}
.colored_anim {
  padding: 30px 33px 30px;
  position: relative;
  z-index: 9;
}
.colored_anim.text-lg-end {
  padding: 30px 33px 30px 0;
}
.colored_anim.text-end p {
  margin-bottom: 20px;
}
.colored_anim.text-end p:last-child {
  margin-bottom: 0;
}
.special-location-scroll .animation-section {
  opacity: 0;
  transform: translateY(40px);
  position: relative;
  z-index: 9;
}
.mt-25 {
  margin-top: 25px;
}
.special-location-scroll .center_img_wrap {
  position: relative;
  will-change: transform;
}

.special-location-scroll .center_img_wrap img {
  width: 100%;
  display: block;
  margin-top: 100px;
  border-radius: 8px;
}

.special-location-scroll .side_wrapimg img {
  max-width: 100%;
  opacity: 0.95;
}
.colored_anim.first {
  margin-top: 1.8rem;
}
.colored_anim.first p {
  width: 100%;
  max-width: 230px;
}

.center_img_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.center_img_wrap::after {
  position: absolute;
  left: -96px;
  top: 0;
  height: 167px;
  width: 498px;
  content: "";
  z-index: -1;
  background-image: url("/files/frontend/images/location/leaf.png");
}

.center_img_wrap img {
  width: 100%;
  height: 518px;
  object-fit: cover;
}

.special-location-scroll p {
  font-size: 18px;
}

.special-location-scroll .side_wrapimg {
  display: inline-block;
  /* overflow: hidden; */
  border-radius: 14px;
  perspective: 1000px;
}

.special-location-scroll .side_wrapimg img {
  display: block;
  width: 100%;
  transform: rotate(-10.78deg);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  margin-bottom: -100px;
}

.special-location-scroll .side_wrapimg:hover img {
  transform: rotate(0deg) scale(1);
}

.special-location-scroll .auto-straighten.force-straight img {
  transform: rotate(0deg) scale(1);
}
.special-location-scroll .animation-section p,
.special_location .animation-section p {
  max-width: 90%;
  margin: 0;
}
.special-location-leaf {
  position: absolute;
  left: -70px;
  top: -116px;
  transform: rotate(2deg);
}
.renew .animation-section p {
  max-width: 100%;
  /* margin: 0 !important; */
  width: 73% !important;
}
.choose .animation-section p {
  text-align: center;
  width: 85% !important;
  max-width: 85% !important;
}
/* .location_pasadena .green-box {
  background-color: #cfe7f3;
  color: var(--primary-color);
}
.location_pasadena .green-box h2 {
  font-size: 36px;
  color: var(--primary-color);
  font-family: "TT Norms Pro";
  font-weight: 600;
  margin-bottom: 8px;
}
.location_pasadena .btn-dark {
  height: 57px;
  line-height: 57px;
  background: #5fa6a6;
  color: var(--bs-white);
  font-size: 13px;
  border-color: #5fa6a6;
  padding: 0 45px;
}
.location_pasadena .btn-dark:hover,
.location_pasadena .btn-dark:focus {
  color: var(--primary-color);
} */
.text-box h5 {
  font-weight: 600;
  color: #2f3a31;
  margin-bottom: 1rem;
  font-family: "TT Norms Pro";
  font-size: 28px;
}

.text-box p {
  font-size: 16px;
  color: #343833;
  line-height: 1.6;
}

/* Flex items */
.text-box {
    border-bottom: #d7c49e 1px solid;
    padding: 0 20px 25px;
    min-height: 172px;
}

.img-box {
  flex: 0 0 260px;
  height: 236px;
  width: 260px;
}

.img-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.choose .col-lg-6:first-child .text-box,
.choose .col-lg-6:last-child .text-box {
  padding-right: 0;
}
.choose .col-lg-6:nth-child(2) .text-box,
.choose .col-lg-6:nth-child(3) .text-box {
  padding-left: 0;
}
.choose .col-lg-6 .d-flex {
  width: 100%;
}
.stellarnav .menu-toggle span.bars {
  float: right;
  margin-left: 7px;
  margin-right: 0px;
}
.stellarnav.mobile .menu-toggle {
  color: var(--bs-white);
  font-weight: 500;
  padding-right: 0;
}
.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 77px;
  height: 1px;
  border-radius: 6px;
  background: var(--bs-white);
  margin: 0 0 8px;
}
.stellarnav .menu-toggle span.bars span:nth-child(2) {
  display: none;
}
.stellarnav.mobile ul {
  background: #5a6f5a;
}
.stellarnav ul li > a {
  color: #fff;
}
.stellarnav ul li > a:hover,
.stellarnav ul li.active > a {
  color: #d4c5a9;
}
.stellarnav .icon-close:after,
.stellarnav .icon-close:before {
  width: 20px;
  border-bottom: solid 3px var(--bs-white);
}
.exprience .left-image {
  /* transform: rotate(0deg) !important; */
  top: 10% !important;
  margin-top: 25%;
  z-index: 2;
  position: relative;
  /* -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important; */
}
.exprience .left-image::before,
.exprience .right-image::before {
  display: none !important;
}
.exprience .right-image {
  /* transform: rotate(0deg) !important; */
  top: 50% !important;
  position: relative;
  left: 40%;
  margin-top: 10%;
}
.parallaxAfter.giftsec {
  min-height: auto;
}
.serviceBox {
  padding: 0 30px 30px;
  position: relative;
  text-align: center;
  /* height: 465px; */
  overflow: hidden;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end; */
  padding-bottom: 9rem;
  /* margin-bottom: 4rem; */
  z-index: 1;

  & .floatPart {
    position: relative;
    margin-bottom: -200px;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    p {
      width: calc(100% - 75px);
      visibility: hidden;
      margin: 0 auto;
      opacity: 0;
      -webkit-transition: 0.6s ease-in-out;
      -moz-transition: 0.6s ease-in-out;
      -o-transition: 0.6s ease-in-out;
      -ms-transition: 0.6s ease-in-out;
      transition: 0.6s ease-in-out;
    }
  }
  &:before {
    position: absolute;
    left: 0;
    bottom: 38px;
    width: 100%;
    height: 350px;
    border: #d7c49e 1px solid;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    content: "";
    z-index: -1;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  img {
    height: 325px;
    object-fit: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  h4 {
    font-weight: 600;
    font-family: "TT Norms Pro";
    font-size: 24px;
    margin: 30px 0 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* opacity: 0;
    visibility: hidden; */
  }
  .btnsGroup .btn {
    padding: 0 20px;
    font-size: 12px;
    line-height: 45px;
    height: 45px;
  }
  .btnsGroup {
    gap: 21px;
    margin-top: 37px;
    justify-content: center;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
  .btn-outline-dark {
    background: var(--secondary-color) !important;
    color: var(--primary-color) !important;
  }
  .btn-outline-dark:hover,
  .btn-outline-dark:focus {
    color: var(--bs-white) !important;
    background: var(--primary-color) !important;
  }
  .btnsGroup .btn-dark:hover {
    background: var(--secondary-color) !important;
  }
}
.serviceBox:hover p {
  opacity: 1;
  visibility: visible;
}
.serviceBox:hover .btnsGroup {
  opacity: 1;
  visibility: visible;
}
.serviceBox:hover {
  height: auto;
}
.serviceBox:hover .floatPart {
  position: relative;
  margin-bottom: -130px;
}
.serviceBox:hover::before {
  bottom: 38px;
}
.service .siteTab .nav {
  gap: 16px;
  position: relative;
  top: 0;
  z-index: 2;
}
.accordion-button {
  font-family: var(--bodyFont);
  font-weight: 600;
  font-size: 18px;
  color: var(--primary-color);
  background: #d3b88c;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/* .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
} */

.accordion-button::after {
  transition: all 0.5s;
}

.accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion-item {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.accordion-button:not(.collapsed) {
  background: #d3b88c;
  color: var(--primary-color);
}

.accordion-body {
  padding: 22px;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.2em;
  margin-right: 0.5rem;
  border: 1px solid var(--primary-color);
}

.form-check-input:checked {
  background-color: #d3b88c;
  border-color: #d3b88c;
}

.checkbox {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.form-check {
  margin-bottom: 0.3rem;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23343833'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.checkbox input {
  display: none;
}

.checkbox label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.checkbox input[type="radio"]:checked + label {
}

.checkbox input[type="radio"]:checked + label {
  outline: 1px solid #666;
  outline-offset: 3px;
}
.filterMain {
  border: #d7c49e 1px solid;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 24px 18px 10px;
  position: sticky;
  height: fit-content;
  top: 80px;
  h3 {
    font-size: 28px;
    font-weight: bold;
  }
  .apply {
    font-weight: bold;
    font-size: 16px;
    color: #425d40;
    border: none;
    background: transparent;
  }
  .angleDown {
    display: none;
  }
  .accordion-item {
    background-color: transparent;
    border: 1px solid #d7c49e;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 20px;
  }
}
.productListBox {
  display: block;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 48px;
  &:hover {
    color: var(--primary-color);
  }
  img {
    height: 378px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
  h5 {
    margin: 12px 0;
    font-size: 24px;
    font-weight: normal;
    font-family: "TT Norms Pro";
  }
  h6 {
    font-weight: 600;
    font-size: 18px;
    font-family: "TT Norms Pro";
  }
  .overlapContent {
    position: absolute;
    width: 243px;
    z-index: 1;
    left: 0;
    top: 42px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    margin: 0 auto;
    padding: 30px 15px 50px;
    text-align: center;
    background: #faf7f0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    .btn {
      font-weight: 600;
      font-size: 16px;
      font-family: "TT Norms Pro";
      line-height: 47px;
      height: 47px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -30px;
      width: 77%;
      border-color: #425d40;
      color: #425d40;
      text-transform: capitalize;
    }
    .btn:hover {
      color: var(--bs-white);
    }
  }
  &:hover .overlapContent {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.expand .animation-section p {
  max-width: 100%;
  margin: auto;
  /* color: #faf7f0; */
}
.stellarnav.mobile.left > ul,
.stellarnav.mobile.right > ul {
  z-index: 99;
}
.glendora-box {
  background-color: #cfe7f3;
  color: var(--bs-black);

  h2 {
    color: #0e110f;
  }
}
.glendora-btn {
  background: #5fa6a6;
  border: 0;
  color: var(--bs-white);

  &:hover {
    border: 1px solid #5fa6a6;
  }
}
.glendora-card .community-card .card-content {
  background-color: #cfe7f3;
}
.glendora-card .community-card .card-content.middle {
  background-color: #e8dcc7;
}
.hide-flow {
  overflow-x: hidden;
}
.custom-btn_group {
  width: 50%;
}
section {
  overflow: hidden;
}
.experience,
.special-location-scroll {
  overflow: visible;
}
.pasadenaBanner.innerBanner h1 {
  padding: 0 15px 25px;
}
.header-load.fixed .stellarnav.mobile .menu-toggle {
  color: var(--primary-color);
}
.header-load.fixed .stellarnav .menu-toggle span.bars span {
  background: var(--primary-color);
}
header.fixed.darkHead {
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  /* backdrop-filter: blur(5px); */
}
.darkHead.fixed .stellarnav .menu-toggle span.bars span,
.darkHead .h_left:before,
.darkHead.r_left:before {
  background: var(--bs-white);
}
header.darkHead.fixed .stellarnav.mobile .menu-toggle,
header.fixed.darkHead .h_left ul a {
  color: var(--bs-white);
}
header.darkHead.fixed .h_left::after,
header.darkHead.fixed .r_left::after,
header.darkHead.fixed .h_left::before,
header.darkHead.fixed .r_left::before,
header.darkHead.header-load.fixed .h_left ul a::before {
  background: var(--bs-white);
}
.productList {
  overflow: visible;
}
.results .btn-dark:hover {
  background: var(--secondary-color) !important;
  color: var(--primary-color) !important;
}
.location_pasadena.exprience .imgWrap {
  width: 312px;
}
.location_pasadena.exprience .imgWrap img {
  width: 100%;
  height: 315px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.wellness h2 {
  color: #faf7f0;
}
.glendora h1 {
  color: var(--primary-color) !important;
}
.design-line {
  position: relative;

  &::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #d7c49e;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
}

.price-range-slider {
  width: 100%;
  /* float: left;
  padding: 10px 20px; */
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 0px 0 20px 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #d11a21;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #d11a21;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #d11a21;
}

.success-container,
.failure-container {
  background: white;
  border-radius: 12px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1),
    0 20px 25px rgba(0, 0, 0, 0.15);
  padding: 60px 40px;
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: 150px auto;
}

.success-icon {
  width: 80px;
  height: 80px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  animation: scaleIn 0.6s ease-out;
}

.success-icon svg {
  width: 45px;
  height: 45px;
  color: white;
  stroke-width: 2;
}

.failure-icon {
  width: 80px;
  height: 80px;
  background: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  animation: shake 0.6s ease-in-out;
}

.failure-icon svg {
  width: 45px;
  height: 45px;
  color: #ef4444;
  stroke-width: 2;
}

@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  75% {
    transform: translateX(10px);
  }
}

.success-container h1,
.failure-container h1 {
  color: #1f2937;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.subtitle {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.order-details {
  background: #f3f4f6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e5e7eb;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.detail-value {
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
}

.action-buttons {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.btn-primary-success {
  flex: 1;
  padding: 12px 24px;
  background: #10b981;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary-success:hover {
  background: #059669;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px rgba(16, 185, 129, 0.3);
}

.btn-secondary-success {
  flex: 1;
  padding: 12px 24px;
  background: white;
  color: #10b981;
  border: 2px solid #10b981;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-secondary-success:hover {
  background: #10b981;
  color: white;
}

.confirmation-message {
  background: #f0fdf4;
  border-left: 4px solid #10b981;
  padding: 12px 16px;
  border-radius: 4px;
  margin-top: 20px;
  color: #166534;
  font-size: 14px;
}

.error-details {
  background: #f3f4f6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: left;
  border-left: 4px solid #ef4444;
}

.error-title {
  color: #ef4444;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.error-message {
  color: #1f2937;
  font-size: 14px;
  line-height: 1.6;
}

.btn-primary-error {
  flex: 1;
  padding: 12px 24px;
  background: #ef4444;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary-error:hover {
  background: #dc2626;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px rgba(239, 68, 68, 0.3);
}

.btn-secondary-error {
  flex: 1;
  padding: 12px 24px;
  background: white;
  color: #ef4444;
  border: 2px solid #ef4444;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-secondary-error:hover {
  background: #ef4444;
  color: white;
}

.support-contact {
  background: #ede9fe;
  border: 1px solid #e9d5ff;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
  color: #5b21b6;
  font-size: 13px;
  line-height: 1.6;
}

.support-contact strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

@media (max-width: 600px) {
  .success-container {
    padding: 40px 25px;
  }

  .success-container h1 {
    font-size: 26px;
  }

  .action-buttons {
    flex-direction: column;
  }

  .btn-primary-success,
  .btn-secondary-success {
    width: 100%;
  }
}

.location_pasadena .side-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.pasadenaBanner h1 {
  color: #0e110f;
}

.refillBanner h1 {
  color: #0e110f;
}
.refillBanner.innerBanner .subheading p {
  color: #0e110f;
}
.refillBanner.innerBanner h1:before,
.location_pasadena h1:before {
  background: #0e110f;
}
.refillBanner.innerBanner:before,
.location_pasadena:before {
  display: none;
}

/* from indranil css */
.top-banner {
  background-color: #425d40;
  padding: 150px 0 100px;
}
.top-banner h1 {
  width: auto;
  /* border-bottom: 1px solid var(--secondary-color); */
  padding: 20px 15px;
  margin: auto;
  margin-bottom: 20px;
  color: #d9d1c3;
  font-family: var(--headingFont);
  font-weight: 700;

  span {
    display: inline-block;
  }
}
.top-banner p {
  color: var(--secondary-color);
  font-family: var(--bodyFont);
  font-size: 16px;
  font-weight: 600;
}

.animation-section p {
  max-width: 50%;
  margin: auto;
}
.parallaxAfter .row .col-md-5:last-child .box2.active {
  transform: rotate(-10deg);
}
.parallaxAfter .row .col-md-5:first-child .box2.active {
  transform: rotate(10deg);
}
.parallaxAfter span.line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #d7c49e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gift-option {
  padding: 75px 0;

  p {
    width: 75%;
    margin: auto;
    margin-bottom: 60px;
  }
}
.gift-option .gift-value {
  border: 1px solid #425d40;
  max-width: 200px;
  padding: 22px 25px 16px;
  border-radius: 5px;

  h5 {
    font-family: var(--text-font);
    font-size: 32px;
    color: #425d40;
    margin-bottom: 8px;
  }
  p {
    font-family: var(--text-font);
    margin-bottom: 0;
  }
}
.gift-option .col-6.text-center > .row > .col-6:nth-child(2) .gift-value {
  position: relative;
  margin-top: -35px;
}
.gift-option .col-6.text-center > .row > .col-6:nth-child(4) .gift-value {
  position: relative;
  margin-top: -40px;
  margin-left: -50px;
}
.gift-option .col-6.text-center > .row > .col-6:nth-child(6) .gift-value {
  position: relative;
  margin-top: -50px;
}

/* refill page */
header .lightTheme.h_left::before,
header .lightTheme.r_left::before {
  background: var(--secondary2-color);
}
header .lightTheme.h_left::after,
header .lightTheme.r_left::after {
  background: var(--secondary2-color);
}
header .lightTheme.h_left ul a {
  color: var(--bs-black);
}
.unique-banner h1 {
  color: var(--secondary2-color);
  border-color: var(--secondary2-color);
  padding: 20px;
  font-family: "Stepp ITC Std Ultra";
}
.unique-banner p {
  color: #343833;
  width: 80%;
  margin: auto;
}

.exprience {
  padding: 100px 0;

  h2 {
    border-bottom: 1px solid #d7c49e;
    padding-bottom: 27px;
    margin-bottom: 27px;
  }
  .expLetter {
    /* background-color: var(--secondary3-color);
        padding: 70px 100px; */
    border-radius: 8px;
    max-width: 660px;
    margin-left: auto;

    p {
      line-height: 25px;
      font-weight: 450;
    }
  }
}
.exprience .imgWrap img {
  max-width: 312px;
  max-height: 315px;
}
.exprience .col-4 .imgWrap:first-child {
  position: relative;
  margin-top: -110px;
}
.exprience .col-4 .imgWrap:last-child {
  position: relative;
  margin-right: -50px;
}

.refill {
  padding: 75px 0;
}
.title-text {
  font-size: 20px;
  max-width: 830px;
  margin: auto;
  font-family: var(--bodyFont);
}

.is-left {
  transform: rotate(-10deg);
}
.is-right {
  transform: rotate(10deg);
}
.custom-btn {
  background-color: #e9c17b;
  padding: 15px 55px;
  font-size: 13px;
  display: inline-block;
  color: #863d15;
  font-family: var(--bodyFont);
}

.work-rule {
  padding: 10px;

  span {
    font-family: var(--second-font);
    font-size: 40px;
    color: #863d15;
  }
}
.work-rule h4,
.refill-box h4 {
  font-family: "Stepp ITC Std Ultra";
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--secondary2-color);
}
.refill-station .d-flex > .work-rule:nth-child(2) {
  /* transform: translateY(50px); */
  margin-top: 50px;
}
.refill-station .d-flex > .work-rule:nth-child(3) {
  /* transform: translateY(100px); */
  margin-top: 100px;
}
.refill-station .d-flex > .work-rule:nth-child(4) {
  /* transform: translateY(150px); */
  margin-top: 150px;
}
.refill-station .work-rule img {
  transform: translate(20px, -50px);
}

.message {
  padding: 75px 0;
}

.inStore {
  padding: 75px 0;

  .d-flex.justify-content-between {
    border-bottom: 1px solid #d7c49e;
    flex: 0 0 50%;

    img {
      width: 23px;
      height: 23px;
    }
    p {
      font-size: 18px;
      color: var(--secondary2-color);
      margin-left: 10px;
    }
  }
}
.commonRotate .left-image::before {
  width: 367px;
  height: 415px;
  right: -30%;
}
.commonRotate .left-image {
  left: -40px;
  top: 50%;
  /* transform: translateY(-70%); */
  width: 361px;
  height: 360px;
  z-index: 1;
}
.heroVideo {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.stellarnav a.dd-toggle .icon-plus:after,
.stellarnav a.dd-toggle .icon-plus:before {
  content: "";
  display: block;
  height: 0;
  top: 50%;
  border-bottom: solid 3px #fff;
}
.stellarnav ul {
  margin-left: 0;
}
.stellarnav ul ul li a {
  padding-left: 40px !important;
}
.goto {
  color: var(--primary-color);
  font-weight: bold;
}
.goto i {
  margin-right: 6px;
}
.goto:hover {
  color: #d11a21;
  text-decoration: underline;
}
.stellarnav .dd-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 35px;
  text-align: right;
  z-index: 9999;
  border: 0;
  display: flex;
  justify-content: flex-end;
}

.musicBtn {
  position: fixed;
  bottom: 29px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  #musicBtn {
    padding: 0;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: none;
    background: #ddd;
    color: var(--primary-color);
    margin-bottom: 16px;
}
  span {
    position: absolute;
    width: 106px;
    left: -29px;
    bottom: -23px;
    font-size: 14px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.4);
    padding: 3px 6px;
}
}
.page-link {
  display: block;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.filterMain .accordion-body {
  padding: 22px;
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.loader {
  width: 20px;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid lightblue;
  border-right-color: white;
  animation: l2 1s infinite linear;
}

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





/* hero */
.blog-hero {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://images.unsplash.com/photo-1560518883-ce09059eeffa');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.blog-hero h1 {
    font-size: 48px;
    font-weight: 600;
}

/* blog cards */
.blog_listing .blog-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: .3s;
}

.blog_listing .blog-card:hover {
    transform: translateY(-5px);
}

.blog_listing .blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog_listing .blog-content {
    padding: 20px 0;
}

.blog_listing .blog-content h5 {
    font-weight: 600;
}

.blog_listing .blog-content p {
    font-size: 16px;
    color: #555;
}

.blog_listing .blog-btn {
    background: #fa4a4a;
    border: 1px solid #fa4a4a;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.blog_listing .blog-btn:hover {
    background: #fff;
    color: #fa4a4a;
}

/* sidebar */
.blog_listing .sidebar {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.blog_listing .sidebar h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.blog_listing .search-box input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

/* pagination */
.blog_listing .pagination .page-link {
    border-radius: 6px;
    margin: 4px;
}

.sidebar_sticky {
    position: sticky;
    top: 20px;
}

/* BLOG CONTENT */

.blog_detail .blog-container {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog_detail .blog-meta {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog_detail .blog-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px; height: 300px; object-fit: cover;
}
.blog_detail ul,.blog_detail ol {list-style-type: disc;}
.blog_detail ul li,.blog_detail ol li {margin: 6px 0;}

.blog_detail .blog-container p {
    line-height: 1.8;
    color: #555;
}

/* QUOTE */

.blog_detail .blog-quote {
    background: #f1f5ff;
    padding: 25px;
    border-left: 5px solid #fa4a4a;
    margin: 30px 0;
    font-style: italic;
}

/* TAGS */

.blog_detail .blog-tags a {
    display: inline-block;
    padding: 6px 14px;
    margin: 5px;
    background: #d7c49e ;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

/* RELATED POSTS */

.related_blog .related-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}

.related_blog .related-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.related_blog .related-card a {
    color: #000;
    text-decoration: none;
}

.related_blog .related-content {
    padding: 15px;
}

/* FAQ */

.cust_faq-section {
    padding: 40px 0 80px;
}

.cust_faq-section .faq-card {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    overflow: hidden;
}

.cust_faq-section .accordion-button {
    font-weight: 400;
    font-size: 25px;
      font-family: "Stepp ITC Std Ultra";
    padding: 18px 20px;
}

.cust_faq-section .accordion-button:not(.collapsed) {
    background: #f0e7d7;
    color:  #333;;
}

.cust_faq-section .accordion-body {
    color: #555;
    line-height: 1.7;
}

.message ol, 
.refill-bottle ol,
.story-section ol {
    list-style: none;
    padding-left: 0;
}

.message ol, 
.story-section ol {
    text-align: left;
}

ol li[data-list="bullet"] {
    position: relative;
    padding-left: 20px;
}

ol li[data-list="bullet"]::before {
    content: "•";
    position: absolute;
    left: 0;
}

.refill-bottle ol li[data-list="bullet"] {
    list-style: none;
}

/* from indranil */
.leaf {
    z-index: -1;
}
.rotate--10 {
    transform: rotate(-20deg);
}
.rotate-10 {
    transform: rotate(20deg);
}
.gift_price > .col-6:nth-of-type(2) .gift-value {
    position: relative;
    margin-top: -35px;
    margin-left: 50px;
}
.gift_price > .col-6:nth-of-type(4) .gift-value {
    position: relative;
    margin-top: -40px;
    margin-left: -50px;
}
.gift_price > .col-6:nth-of-type(5) .gift-value {
    position: relative;
    margin-left: 60px;
    margin-top: -20px;
}
.gift_price > .col-6:nth-of-type(6) .gift-value {
    position: relative;
    margin-top: -50px;
    margin-left: 50px;
}
.glendora-box h2 {
    color: #0e110f !important;
}
.glendora-card {
    min-height: unset !important;
}
.green-box p {
    font-size: 18px;
}
.special-location-scroll .side_wrapimg img {
    margin-bottom: 0px;
}
.i_opt {
    flex: 0 0 50%;
}
.listview ul , .listview ol{
  li {
    display: flex; gap: 0 5px; margin-bottom: 10px;
   &::before {
    content: "";
    width: 16px;
    flex: 0 0 16px;
    height: 16px;
    top: 4px;
    background-image: url("../images/check.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}
    /* i {color: #dc2626;}
    &:last-child {
       margin-bottom: 0px;
    } */
  }
}
.story-section.listview ul li:before, .story-section.listview ol li:before {
 background-image: url("../images/check-w.png");
}
.location_pasadena .story-section.listview ul li:before, .location_pasadena .story-section.listview ol li:before {
 background-image: url("../images/check2.png");
}

.message.listview ul , .message.listview ol {margin-top: 20px;}

.listview2 ul , .listview2 ol{
  display: flex; justify-content: center; flex-wrap: wrap;
  li {
    display: inline-flex; float: left; gap: 0 5px; margin-bottom: 10px; margin-right: 20px;
    &::before {
    content: "";
   width: 16px;
    flex: 0 0 16px;
    height: 16px;
    top: 4px;
    background-image: url("../images/check.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

  }
}

@media screen and (max-width: 2560px) {
    .location_pasadena.pasadenaBanner .story-section {
        min-height: 61vh !important;
    }
}

@media screen and (max-width: 1660px) {
    .special-location-scroll .approach_text {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1440px) {
    .special-location-scroll .approach_text {
        padding-bottom: 40px;
    }
}

@media (max-width: 1379px) {
    .community-card .card-content {
        padding: 52px 42px;
    }
    .special_location .community-card .card-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .location_pasadena.pasadenaBanner .story-section {
        min-height: 80vh !important;
    }
}

@media (max-width: 1279px) {
    .exprience .right-image {
        margin-top: 43%;
    }
    .special-location-scroll .approach_text {
        padding-bottom: 25px;
    }
}

@media (max-width: 1999px) {
    .special_location .community-card .card-content.last {
        padding-left: 3.5rem;
    }
    .community-card .card-content {
        padding: 35px 40px;
    }
    .special_location .community-card .card-content p {
        font-size: 13px;
        line-height: 22px;
    }
    .special_location .community-card .card-content h3 {
        font-size: 24px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1023px) {
    .gift_price > .col-6:nth-of-type(2) .gift-value {
        margin-left: 30px;
    }
    .gift_price > .col-6:nth-of-type(4) .gift-value {
        margin-left: -20px;
    }
    .gift_price > .col-6:nth-of-type(5) .gift-value {
        margin-left: 28px;
    }
    .gift_price > .col-6:nth-of-type(6) .gift-value {
        margin-left: 30px;
    }
}

@media screen and (max-width: 991px) {
    .custom-btn_group {
        width: 80%;
    }
    .gift_price .gift-value {
        width: 250px !important;
    }
    /* .location_pasadena.exprience .imgWrap{
        transform: translate(0) !important; 
    } */
    .exptop {
        gap: 10px;
    }
    .location_pasadena.exprience .imgWrap.left-image {
        margin-top: 0px;
    }
    /* .exprience .imgWrap{
        max-width: 100% !important;
        max-height: 100% !important;
    }*/
    .exprience .imgWrap img {
        max-width: 100% !important;
        max-height: 100% !important;
    }
    .special_location .animation-section p {
        text-align: center !important;
    }
    .special-location-scroll .animation-section p,
    .special_location .animation-section p {
        /* text-align: center; */
        max-width: 100% !important;
    }
    .colored_anim {
        padding-top: 0;
    }
    .special-location-scroll .approach_text {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .custom-btn_group {
        width: 100%;
    }
    .gift_price .gift-value {
        width: 200px !important;
    }
    .exprience .expLetter .green-box {
        padding: 50px 30px !important;
    }
    .custom-btn_group {
        width: 100% !important;
    }
    .innerBanner h1 {
        font-size: 38px;
    }
    .innerBanner .subheading p {
        font-size: 15px;
    }
    .exprience h2 {
        font-size: 34px;
    }
    .title-text {
        font-size: 15px;
    }
    .colored_anim.text-lg-end {
        padding: 30px 0 0 0;
    }
    .choose .animation-section p {
        margin-bottom: 40px;
        width: 90%;
        max-width: 90%;
    }
}

@media screen and (max-width: 577px) {
    .custom-btn_group {
        width: 80% !important;
    }
    .gift_price .gift-value {
        margin: 0 !important;
    }
    .innerBanner h1 {
        font-size: 36px;
    }
    .innerBanner .subheading p {
        font-size: 14px;
    }
    .exprience h2 {
        font-size: 32px;
    }
    .title-text {
        font-size: 14px;
    }
    .fs-28 {
        font-size: 24px;
    }
    .work-rule h4,
    .refill-box h4 {
        font-size: 20px;
    }
    .work-rule h4,
    .refill-box p {
        font-size: 24px;
        color: #0e110f;
    }
    .work-rule {
        display: flex;
        flex-direction: column;
    }
    .work-rule span {
        font-size: 36px;
        order: 1;
    }
    .work-rule h4{
         order: 2;
    }
     .work-rule p{
        order: 3;
    }
    .refill-bottle .textBottom {
        font-size: 20px;
    }
    .inStore .d-flex.justify-content-between p {
        font-size: 16px;
    }
    .location_pasadena .green-box h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 479px) {
    .expLetter .story-section .story-container .pin-spacer {
        position: static !important;
    }
    .exprience .expLetter .green-box {
        padding: 40px 20px !important;
        height: unset !important;
        max-height: unset !important;
    }
    .location_pasadena .story-section {
        min-height: unset !important;
    }
    .custom-btn_group {
        width: 90% !important;
    }
}

.our-services-description h4 {
  margin-bottom: 1rem;
}
.our-services-description ol {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.refill-why-choose ol {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.refill-bottle ol{
 text-align: left;
}

.mothersDayModal-content {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  background: linear-gradient(135deg, #fff5f7 0%, #ffe9ef 100%);
}

.mothersDayModal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  opacity: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.mothersDayModal-inner {
  padding: 40px 40px 35px;
  text-align: center;
}

.mothersDayModal-inner span {
  display: inline-block;
  background: #b8336a;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.mothersDayModal-inner h2 {
  font-size: 28px;
  color: #2c2c2c;
  margin-bottom: 12px;
  font-weight: 600;
}

.mothersDayModal-inner p {
  color: #555;
  font-size: 15px;
  margin-bottom: 22px;
  line-height: 1.55;
}

.mothersDayModal-inner h5 {
  color: #b8336a;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 17px;
}

.mothersDayModal-inner ul, .mothersDayModal-inner ol {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  text-align: left;
  display: inline-block;
}

.mothersDayModal-inner ul li, .mothersDayModal-inner ol li {
  padding: 5px 0 5px 24px;
  position: relative;
  color: #333;
  font-size: 14.5px;
}

.mothersDayModal-inner ul li::before, .mothersDayModal-inner ol li::before {
  content: "\2728";
  position: absolute;
  left: 0;
  top: 5px;
}


@media (max-width: 576px) {
  .mothersDayModal-inner { padding: 30px 22px 26px; }
  .mothersDayModal-inner h2 { font-size: 22px; }
}