/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap");
body {
  overflow-x: hidden;
  position: relative;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #554446;
  font-size: 14px;
  background-color: #fefcfc;
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
  color: #2c1d21;
  text-decoration: underline;
}
a:hover {
  color: #2c1d21;
  text-decoration: none;
}
a.more {
  font-weight: 600;
}

.custom-navbar {
  background: #942b47 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.custom-navbar .navbar-brand {
  font-size: 32px;
  font-weight: 600;
}
.custom-navbar .navbar-brand > span {
  opacity: 0.4;
}
.custom-navbar .navbar-toggler {
  border-color: transparent;
}
.custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  .custom-navbar .custom-navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.custom-navbar .custom-navbar-nav li a {
  font-weight: 500;
  color: #ffffff !important;
  opacity: 0.5;
  transition: 0.3s all ease;
  position: relative;
}
@media (min-width: 768px) {
  .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #d99a6c;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    transition: 0.15s all ease-out;
  }
}
.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}
.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}
.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}
.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}
.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  flex-direction: row;
}
@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 40px !important;
  }
}
.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}
.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 20px;
}

.hero {
  background: #942b47;
  padding: calc(4rem - 30px) 0 0rem 0;
}
@media (min-width: 768px) {
  .hero {
    padding: calc(4rem - 30px) 0 4rem 0;
  }
}
@media (min-width: 992px) {
  .hero {
    padding: calc(8rem - 30px) 0 8rem 0;
  }
}
.hero .intro-excerpt {
  position: relative;
  z-index: 4;
}
@media (min-width: 992px) {
  .hero .intro-excerpt {
    max-width: 450px;
  }
}
.hero h1 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .hero h1 {
    font-size: 54px;
  }
}
.hero p {
  color: rgba(255, 255, 255, 0.5);
  margin-botom: 30px;
}
.hero .hero-img-wrap {
  position: relative;
}
.hero .hero-img-wrap img {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2;
  max-width: 780px;
  left: -20px;
}
@media (min-width: 768px) {
  .hero .hero-img-wrap img {
    right: 0px;
    left: -100px;
  }
}
@media (min-width: 992px) {
  .hero .hero-img-wrap img {
    left: 0px;
    top: -80px;
    position: absolute;
    right: -50px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-img-wrap img {
    left: 0px;
    top: -80px;
    right: -100px;
  }
}
.hero .hero-img-wrap img.hero-inline-img {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  max-height: 350px;
  width: 100%;
  max-width: 550px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.hero .hero-img-wrap:after {
  content: "";
  position: absolute;
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -100px;
  top: 0px;
}
@media (min-width: 1200px) {
  .hero .hero-img-wrap:after {
    top: -40px;
  }
}

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2c1d21;
  border-color: #2c1d21;
}
.btn:hover {
  color: #ffffff;
  background: rgb(28.6301369863, 18.8698630137, 21.4726027397);
  border-color: rgb(28.6301369863, 18.8698630137, 21.4726027397);
}
.btn:active, .btn:focus {
  outline: none !important;
  box-shadow: none;
}
.btn.btn-primary {
  background: #942b47;
  border-color: #942b47;
}
.btn.btn-primary:hover {
  background: rgb(128.2408376963, 37.2591623037, 61.5209424084);
  border-color: rgb(128.2408376963, 37.2591623037, 61.5209424084);
}
.btn.btn-secondary {
  color: #2c1d21;
  background: #d99a6c;
  border-color: #d99a6c;
}
.btn.btn-secondary:hover {
  background: rgb(211.7621621622, 140.0783783784, 87.7378378378);
  border-color: rgb(211.7621621622, 140.0783783784, 87.7378378378);
}
.btn.btn-white-outline {
  background: transparent;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn.btn-white-outline:hover {
  border-color: white;
  color: #ffffff;
}

.section-title {
  color: #2c1d21;
}

.product-section {
  padding: 7rem 0;
}
.product-section .product-item {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 50px;
  cursor: pointer;
}
.product-section .product-item .product-thumbnail {
  margin-bottom: 30px;
  position: relative;
  top: 0;
  transition: 0.3s all ease;
}
.product-section .product-item h3 {
  font-weight: 600;
  font-size: 16px;
}
.product-section .product-item strong {
  font-weight: 800 !important;
  font-size: 18px !important;
}
.product-section .product-item h3, .product-section .product-item strong {
  color: #2c1d21;
  text-decoration: none;
}
.product-section .product-item .icon-cross {
  position: absolute;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #2c1d21;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -17.5px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.product-section .product-item .icon-cross img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-section .product-item:before {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background: #ebd6d8;
  height: 0%;
  z-index: -1;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.product-section .product-item:hover .product-thumbnail {
  top: -25px;
}
.product-section .product-item:hover .icon-cross {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.product-section .product-item:hover:before {
  height: 70%;
}

.why-choose-section {
  padding: 7rem 0;
}
.why-choose-section .img-wrap {
  position: relative;
}
.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-40%, -40%);
  z-index: -1;
}
.why-choose-section .img-wrap img {
  border-radius: 20px;
}

.feature {
  margin-bottom: 30px;
}
.feature .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.feature .icon:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  background: rgba(148, 43, 71, 0.2);
  border-radius: 50%;
  right: -8px;
  bottom: 0;
}
.feature h3 {
  font-size: 14px;
  color: #2c1d21;
}
.feature p {
  font-size: 14px;
  line-height: 22px;
  color: #615255;
}

.we-help-section {
  padding: 7rem 0;
}
.we-help-section .imgs-grid {
  display: grid;
  grid-template-columns: repeat(27, 1fr);
  position: relative;
}
.we-help-section .imgs-grid:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-40%, -40%);
  z-index: -1;
}
.we-help-section .imgs-grid .grid {
  position: relative;
}
.we-help-section .imgs-grid .grid img {
  border-radius: 20px;
  max-width: 100%;
}
.we-help-section .imgs-grid .grid.grid-1 {
  grid-column: 1/span 18;
  grid-row: 1/span 27;
}
.we-help-section .imgs-grid .grid.grid-2 {
  grid-column: 19/span 27;
  grid-row: 1/span 5;
  padding-left: 20px;
}
.we-help-section .imgs-grid .grid.grid-3 {
  grid-column: 14/span 16;
  grid-row: 6/span 27;
  padding-top: 20px;
}

.custom-list {
  width: 100%;
}
.custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #942b47;
  position: absolute;
  left: 0;
  top: 8px;
}

.popular-product {
  padding: 0 0 7rem 0;
}
.popular-product .product-item-sm h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2c1d21;
}
.popular-product .product-item-sm a {
  text-decoration: none;
  color: #2c1d21;
  transition: 0.3s all ease;
}
.popular-product .product-item-sm a:hover {
  color: rgba(44, 29, 33, 0.5);
}
.popular-product .product-item-sm p {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 14px;
}
.popular-product .product-item-sm .thumbnail {
  margin-right: 10px;
  flex: 0 0 120px;
  position: relative;
}
.popular-product .product-item-sm .thumbnail:before {
  content: "";
  position: absolute;
  border-radius: 20px;
  background: #ebd6d8;
  width: 98px;
  height: 98px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.testimonial-section {
  padding: 3rem 0 7rem 0;
}

.testimonial-slider-wrap {
  position: relative;
}
.testimonial-slider-wrap .tns-inner {
  padding-top: 30px;
}
.testimonial-slider-wrap .item .testimonial-block blockquote {
  font-size: 16px;
}
@media (min-width: 768px) {
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    line-height: 32px;
    font-size: 18px;
  }
}
.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
  margin-bottom: 20px;
}
.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
  max-width: 80px;
  border-radius: 50%;
}
.testimonial-slider-wrap .item .testimonial-block .author-info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2c1d21;
  margin-bottom: 0;
}
.testimonial-slider-wrap #testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .testimonial-slider-wrap #testimonial-nav {
    display: block;
  }
}
.testimonial-slider-wrap #testimonial-nav > span {
  cursor: pointer;
  position: absolute;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  background: rgba(148, 43, 71, 0.1);
  color: #2c1d21;
  transition: 0.3s all ease;
}
.testimonial-slider-wrap #testimonial-nav > span:hover {
  background: #942b47;
  color: #ffffff;
}
.testimonial-slider-wrap #testimonial-nav .prev {
  left: -10px;
}
.testimonial-slider-wrap #testimonial-nav .next {
  right: 0;
}
.testimonial-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-slider-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 0 !important;
  height: 7px !important;
  margin: 2px;
}
.testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
  outline: none;
  box-shadow: none;
  background: none;
}
.testimonial-slider-wrap .tns-nav button:before {
  display: block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: 0.3s all ease;
  background-color: rgb(213.5, 213.5, 213.5);
}
.testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
  background-color: #942b47;
}

.before-footer-section {
  padding: 7rem 0 12rem 0 !important;
}

.blog-section {
  padding: 7rem 0 12rem 0;
}
.blog-section .post-entry a {
  text-decoration: none;
}
.blog-section .post-entry .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}
.blog-section .post-entry .post-thumbnail img {
  border-radius: 20px;
  transition: 0.3s all ease;
}
.blog-section .post-entry .post-content-entry {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-section .post-entry .post-content-entry h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 7px;
}
.blog-section .post-entry .post-content-entry .meta {
  font-size: 14px;
}
.blog-section .post-entry .post-content-entry .meta a {
  font-weight: 600;
}
.blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
  opacity: 0.7;
}

.footer-section {
  padding: 80px 0;
  background: #ffffff;
}
.footer-section .relative {
  position: relative;
}
.footer-section a {
  text-decoration: none;
  color: #2c1d21;
  transition: 0.3s all ease;
}
.footer-section a:hover {
  color: rgba(44, 29, 33, 0.5);
}
.footer-section .subscription-form {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .footer-section .subscription-form {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}
.footer-section .subscription-form h3 {
  font-size: 18px;
  font-weight: 500;
  color: #942b47;
}
.footer-section .subscription-form .form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}
.footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #942b47;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.footer-section .subscription-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control::-moz-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control:-ms-input-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control:-moz-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .btn {
  border-radius: 10px !important;
}
.footer-section .sofa-img {
  position: absolute;
  top: -200px;
  z-index: 1;
  right: 0;
}
.footer-section .sofa-img img {
  max-width: 380px;
}
.footer-section .links-wrap {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 54px;
  }
}
.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}
.footer-section .footer-logo-wrap .footer-logo {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #942b47;
}
.footer-section .custom-social li {
  margin: 2px;
  display: inline-block;
}
.footer-section .custom-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #ebd6d8;
  color: #942b47;
  border-radius: 50%;
}
.footer-section .custom-social li a:hover {
  background: #942b47;
  color: #ffffff;
}
.footer-section .border-top {
  border-color: #ebd6d8;
}
.footer-section .border-top.copyright {
  font-size: 14px !important;
}

.untree_co-section {
  padding: 7rem 0;
}

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #942b47;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.form-control::-moz-placeholder {
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  font-size: 14px;
}
.form-control:-moz-placeholder {
  font-size: 14px;
}

.service {
  line-height: 1.5;
  min-width: 0;
}
.service .service-icon {
  border-radius: 10px;
  flex: 0 0 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #942b47;
  margin-right: 20px;
  color: #ffffff;
}
.service .service-contents {
  min-width: 0;
  flex: 1;
}
.service .service-contents p {
  margin-bottom: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

textarea {
  height: auto !important;
}

.site-blocks-table {
  overflow: auto;
}
.site-blocks-table .product-thumbnail {
  width: 200px;
}
.site-blocks-table .btn {
  padding: 2px 10px;
}
.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 0px !important;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}
.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #942b47 !important;
}
.site-blocks-table .btn {
  background: none !important;
  color: #000000;
  border: none;
  height: auto !important;
}

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}
.site-block-order-table td, .site-block-order-table th {
  color: #000000;
}

.couponcode-wrap input {
  border-radius: 10px !important;
}
.text-primary {
  color: #942b47 !important;
}

.thankyou-icon {
  position: relative;
  color: #942b47;
}
.thankyou-icon:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(148, 43, 71, 0.2);
}

/* --- BOUTIQUE REVAMP CUSTOM STYLES --- */
h1, h2, h3, h4, h5, h6, .navbar-brand {
  font-family: "Cormorant Garamond", serif !important;
}

.custom-navbar .navbar-brand {
  font-family: "Cormorant Garamond", serif !important;
  letter-spacing: 2px;
  font-weight: 500;
}

/* Premium Typography Utilities */
.font-serif {
  font-family: "Cormorant Garamond", serif !important;
}
.font-sans {
  font-family: "Montserrat", sans-serif !important;
}

.heading-sm-caps {
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #d4a373;
}

/* Hero Section Refinements */
.hero {
  background: linear-gradient(135deg, #942b47 0%, #591724 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(212, 163, 115, 0.05);
  top: -100px;
  right: -50px;
  pointer-events: none;
}
.hero h1 {
  font-size: 3.5rem;
  line-height: 1.15;
  font-weight: 300;
}
.hero p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
}

/* Arch Shaped Image Frame */
.arch-frame {
  border-radius: 300px 300px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 163, 115, 0.3);
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(33, 26, 27, 0.2);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  max-width: 100%;
}
.arch-frame:hover {
  transform: translateY(-8px);
}
.arch-frame img {
  border-radius: 288px 288px 10px 10px;
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

/* Premium Buttons */
.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn.btn-secondary {
  background-color: #d4a373;
  border-color: #d4a373;
  color: #211a1b;
}
.btn.btn-secondary:hover {
  background-color: #c59363;
  border-color: #c59363;
  color: #ffffff;
  transform: translateY(-2px);
}
.btn.btn-white-outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.btn.btn-white-outline:hover {
  background: #ffffff;
  color: #942b47;
  border-color: #ffffff;
}

/* Luxury Product Grid Card */
.luxury-product-card {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(85, 68, 70, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(212, 163, 115, 0.08);
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 24px;
  text-decoration: none !important;
  display: block;
}
.luxury-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(85, 68, 70, 0.08);
  border-color: rgba(212, 163, 115, 0.25);
}
.luxury-product-card .img-container {
  overflow: hidden;
  position: relative;
  background: #fdfbfb;
  margin: 15px;
  border-radius: 2px;
}
.luxury-product-card .img-container img {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.luxury-product-card:hover .img-container img {
  transform: scale(1.06);
}
.luxury-product-card .card-details {
  padding: 10px 20px;
}
.luxury-product-card .product-cat {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d4a373;
  margin-bottom: 6px;
  font-weight: 500;
}
.luxury-product-card .product-title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 20px;
  font-weight: 500;
  color: #211a1b;
  margin-bottom: 8px;
  line-height: 1.2;
}
.luxury-product-card .product-price {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 18px;
  color: #942b47;
  font-weight: 600;
  margin-top: 5px;
  display: block;
}
.luxury-product-card .action-link {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #942b47;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: border 0.3s;
  text-decoration: none;
}
.luxury-product-card:hover .action-link {
  border-bottom-color: #942b47;
}

/* Brand Philosophy / Why Choose Us */
.philosophy-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(85, 68, 70, 0.02);
  border: 1px solid rgba(212, 163, 115, 0.06);
  height: 100%;
  transition: all 0.3s ease;
}
.philosophy-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 163, 115, 0.2);
  box-shadow: 0 10px 30px rgba(85, 68, 70, 0.06);
}
.philosophy-card .icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(212, 163, 115, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: background 0.3s;
}
.philosophy-card:hover .icon-wrap {
  background: rgba(148, 43, 71, 0.1);
}
.philosophy-card .icon-wrap img {
  width: 24px;
  height: 24px;
}
.philosophy-card h3 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #211a1b;
}
.philosophy-card p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #6d5b5d;
}

/* Offset Image Frame */
.offset-image-frame {
  position: relative;
  display: inline-block;
}
.offset-image-frame::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid #d4a373;
  z-index: 1;
  pointer-events: none;
  transition: 0.4s all ease;
  border-radius: 4px;
}
.offset-image-frame img {
  position: relative;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(33, 26, 27, 0.1);
}
.offset-image-frame:hover::after {
  top: 8px;
  left: 8px;
  right: -8px;
  bottom: -8px;
}

/* Editorial Split Layout */
.editorial-section {
  padding: 8rem 0;
  background-color: #faf5f6;
}
.editorial-section.bg-white {
  background-color: #ffffff;
}

/* Custom list items for premium layout */
.luxury-list {
  padding-left: 0;
  list-style: none;
}
.luxury-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #554446;
}
.luxury-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #d4a373;
  font-weight: bold;
}

/* Testimonial Redesign */
.testimonial-block blockquote p {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 26px !important;
  line-height: 1.6 !important;
  font-style: italic;
  color: #211a1b;
  font-weight: 300;
}
.testimonial-block .author-info h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: 600;
}
.testimonial-block .author-info .position {
  font-size: 11px;
  letter-spacing: 1px;
  color: #d4a373;
}

/* Hide Furniture Sofa Image */
.footer-section .sofa-img {
  display: none !important;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  	}
}
.fade-in-up {
  animation: fadeInUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
/* Luxury Team Cards */
.luxury-team-card {
  text-align: center;
  margin-bottom: 40px;
  background: #ffffff;
  border-radius: 8px;
  padding: 28px 24px;
  border: 1px solid rgba(212, 163, 115, 0.08);
  box-shadow: 0 4px 20px rgba(85, 68, 70, 0.02);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}
.luxury-team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(85, 68, 70, 0.06);
  border-color: rgba(212, 163, 115, 0.2);
}
.luxury-team-card .team-img-wrap {
  overflow: hidden;
  border-radius: 180px 180px 8px 8px; /* Arch frame for portraits */
  margin-bottom: 24px;
  border: 1px solid rgba(212, 163, 115, 0.15);
  padding: 6px;
  background: #fdfbfb;
  display: inline-block;
  max-width: 100%;
}
.luxury-team-card .team-img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 174px 174px 4px 4px;
  transition: transform 0.6s ease;
}
.luxury-team-card:hover .team-img-wrap img {
  transform: scale(1.04);
}
.luxury-team-card .team-name {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 22px;
  font-weight: 500;
  color: #211a1b;
  margin-bottom: 6px;
}
.luxury-team-card .team-role {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d4a373;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.luxury-team-card .team-bio {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #6d5b5d;
}

/* Redesigned Footer Section */
.footer-section {
  background-color: #1a1213 !important;
  color: #c5b8b9 !important;
  padding: 100px 0 50px 0 !important;
  border-top: 1px solid rgba(212, 163, 115, 0.15) !important;
  position: relative;
  z-index: 10;
}

.footer-section h3, 
.footer-section .footer-logo-wrap .footer-logo, 
.footer-section .links-wrap ul li a:hover,
.footer-section .custom-social li a:hover {
  color: #d4a373 !important;
}

.footer-section .footer-logo-wrap .footer-logo {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
}

.footer-section p {
  color: #b0a1a2 !important;
  font-size: 13px;
  line-height: 1.7;
}

.footer-section .subscription-form {
  margin-top: 0 !important;
  margin-bottom: 70px !important;
  border-bottom: 1px solid rgba(212, 163, 115, 0.1) !important;
  padding-bottom: 50px !important;
}

.footer-section .subscription-form h3 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
  letter-spacing: 1px;
}

.footer-section .subscription-form h3 img {
  filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(330deg); /* Colorize envelope to gold */
}

.footer-section .subscription-form .form-control {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(212, 163, 115, 0.2) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  height: 48px !important;
}

.footer-section .subscription-form .form-control:focus {
  border-color: #d4a373 !important;
  box-shadow: 0 0 10px rgba(212, 163, 115, 0.1) !important;
}

.footer-section .subscription-form .btn {
  background: #d4a373 !important;
  border-color: #d4a373 !important;
  color: #1a1213 !important;
  border-radius: 4px !important;
  height: 48px !important;
  padding: 0 24px !important;
  transition: all 0.3s ease !important;
}

.footer-section .subscription-form .btn:hover {
  background: #c59363 !important;
  border-color: #c59363 !important;
  color: #ffffff !important;
}

.footer-section a {
  color: #c5b8b9 !important;
  transition: 0.3s all ease !important;
  font-size: 13px !important;
}

.footer-section a:hover {
  color: #d4a373 !important;
  padding-left: 3px;
}

.footer-section .links-wrap h3 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
  letter-spacing: 2px;
}

.footer-section .custom-social li {
  display: inline-block;
  margin-right: 8px;
}

.footer-section .custom-social li a {
  background: rgba(212, 163, 115, 0.1) !important;
  color: #d4a373 !important;
  border-radius: 50% !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  display: inline-block;
  transition: all 0.3s ease !important;
  text-align: center !important;
}

.footer-section .custom-social li a:hover {
  background: #d4a373 !important;
  color: #1a1213 !important;
  transform: translateY(-3px);
}

.footer-section .border-top {
  border-color: rgba(212, 163, 115, 0.1) !important;
  margin-top: 40px !important;
  padding-top: 30px !important;
}

.footer-section .border-top.copyright p {
  color: #8c7d7e !important;
  font-size: 12px !important;
}

/*# sourceMappingURL=style.css.map */
