﻿@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

:root {
  --animate-duration: 800ms;
  --animate-delay: 1s;
  --ivory-beige: #F1E6D4;
  --warm-light-grey: #D7D2CB;
  --off-white: #F2F0F1;
  --gold-accent: #85714D;
  --dark-charcoal: #333F48;
  --soft-taupe: #B9A897;
  --light-greige: #D6D2C4;
  --beig-light: var(--ivory-beige);
  --beig: var(--warm-light-grey);
  --beig-dark: var(--off-white);
}

body {
  font-family: 'Rajdhani', sans-serif;
  background-color: var(--beig-light);
  color: var(--dark-charcoal);
}

.bg-black {
  background-color: var(--dark-charcoal);
}

.bg-gray {
  background-color: var(--soft-taupe)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: var(--gold-accent);
}

a:hover {
  text-decoration: none;
}

.pre-header {
  max-height: 100px;
  background-color: var(--warm-light-grey);
  color: var(--dark-charcoal);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

  .pre-header sup {
    background-color: var(--dark-charcoal);
    color: var(--off-white);
    border-radius: 20px;
    margin-left: 2px;
    padding: 0 5px;
  }

  .pre-header a {
    color: var(--dark-charcoal);
  }


  .pre-header .pre-header-navigation a {
    margin: 0 2px;
  }

.navbar {
  background-color: var(--beig-light);
  border-bottom: var(--light-greige) solid 1px;
  box-shadow: 0 5px 15px .2rem rgba(51,63,72,0.12);
}

.navbar-nav {
  margin-left: auto;
  margin-right: 25px;
  font-size: 20px;
}

.navbar .navbar-brand img {
  height: 75px;
  margin-left: 75px;
  transition: 0.75s;
}

.small-nav .navbar-brand img {
  height: 30px;
  margin-left: 150px;
}

.navbar-nav a {
  color: var(--dark-charcoal);
  font-weight: 500
}

  .navbar-nav a:hover,
  .navbar-nav a:active {
    color: var(--gold-accent);
    background-color: transparent;
  }

.navbar-toggler {
  border: 1px solid var(--dark-charcoal);
}

.navbar-toggler-icon {
  color: var(--dark-charcoal);
  font-size: 15px;
  text-align: center;
  padding-right: 2rem;
  padding-top: 0.25rem;
}

.navbar .menu-serach {
  border: solid 1px var(--light-greige);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0px;
}

  .navbar .menu-serach:focus {
    color: var(--dark-charcoal);
    background-color: var(--off-white);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,0);
  }

.navbar .menu-serach-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--off-white);
  border-left: 0px;
  height: 38px;
  margin-left: -4px;
  border-top: solid var(--light-greige) 1px;
  border-right: solid var(--light-greige) 1px;
  border-bottom: solid var(--light-greige) 1px;
  color: var(--dark-charcoal);
}



.slider {
}

  .slider .container-fluid {
    padding: 0;
  }

    .slider .container-fluid img {
      -moz-box-shadow: inset 0 0 10px var(--dark-charcoal);
      -webkit-box-shadow: inset 0 0 10px var(--dark-charcoal);
      box-shadow: inset 0 0 10px var(--dark-charcoal);
    }

.owl-banner .owl-prev {
  position: absolute !important;
  font-size: 75px !important;
  display: flex !important;
  top: 30%;
}

.owl-banner .owl-next {
  position: absolute;
  font-size: 75px !important;
  display: inline-flex;
  top: 30%;
  right: 0;
}


.welcome {
}

  .welcome .container-fluid {
    padding: 0;
    margin-top: -11px;
  }

  .welcome .grid {
  }

  .welcome h3 {
    font-size: 3vw;
  }

  .welcome p {
    text-align: justify;
    font-weight: 600;
    font-size: 2vw;
    max-height: 45vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .welcome .grid .grid-item {
    padding: 0;
  }


.productsGrid {
  margin: 40px 0;
  background-color: var(--beig-light);
}

  .productsGrid h2,
  .productsGrid h3,
  .productsGrid h4,
  .hero-section h2,
  .hero-section h3,
  .hero-section h4 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--soft-taupe);
    line-height: 0.1em;
    margin: 10px 0 20px;
  }

  .productsGrid h2,
  .hero-section h2 {
    font-size: 2em;
  }

  .productsGrid h3,
  .hero-section h3 {
    font-size: 1.7em;
  }

  .productsGrid h4,
  .hero-section h4 {
    font-size: 1.5em;
  }

    .productsGrid h2 span,
    .productsGrid h3 span,
    .productsGrid h4 span,
    .hero-section h2 span,
    .hero-section h3 span,
    .hero-section h4 span {
      background: var(--beig-light);
      padding: 0 10px;
    }

  .productsGrid .card {
    box-shadow: 4px 4px 11px rgba(51,63,72,0.18);
    -moz-box-shadow: 4px 4px 11px rgba(51,63,72,0.18);
    -webkit-box-shadow: 4px 4px 11px rgba(51,63,72,0.18);
    border: none;
  }

  .productsGrid a {
    color: var(--dark-charcoal);
    transition: 0.5s;
    text-decoration: none;
  }

    .productsGrid a:active,
    .productsGrid a:hover {
      color: var(--gold-accent);
      text-decoration: none;
    }

  .productsGrid .card {
    background-color: var(--beig-dark);
  }

    .productsGrid .card .card-body {
      padding: 0;
    }

    .productsGrid .card figure {
      padding: 1rem;
      transition: 0.5s;
    }

      .productsGrid .card figure:hover {
        padding: 0rem;
      }

    .productsGrid .card .card-footer {
      padding: 0.25rem 0.5rem;
      background-color: var(--beig-dark);
      border-top: none;
      text-align: center;
    }

      .productsGrid .card .card-footer h5 {
        font-size: 1.5rem;
        font-weight: 500;
      }

  .productsGrid .sidebar {
  }

    .productsGrid .sidebar ul {
      list-style: none;
    }

    .productsGrid .sidebar a {
      color: var(--dark-charcoal);
      transition: 0.5s;
      padding-left: 2px;
    }

      .productsGrid .sidebar a:hover,
      .productsGrid .sidebar a:active {
        padding-left: 10px;
        color: var(--gold-accent);
      }

.hero-section .content {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.hero-section a {
  color: var(--dark-charcoal);
  transition: 0.5s;
  text-decoration: none;
}

.hero-section .content .content-overlay {
  background: rgba(51, 63, 72, 0.72);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hero-section .content-image {
  width: 100%;
}

.hero-section .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}











.homeAbout {
  background: var(--dark-charcoal) url(../images/about_bg.jpg) center center no-repeat fixed;
  background-size: cover;
  padding-top: 195px;
  padding-bottom: 195px;
  position: relative;
  color: var(--off-white);
  text-shadow: 0px 1px 12px var(--dark-charcoal);
}

  .homeAbout .container,
  .homeAbout .container-fluid {
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .homeAbout h2 {
    color: var(--off-white);
    text-align: center;
  }

    .homeAbout h2:before,
    .homeAbout h2:after {
      display: inline-block;
      content: "";
      border-top: .15rem solid var(--off-white);
      width: 20vw;
      margin: 0 1rem;
      transform: translateY(-0.5rem);
    }

  .homeAbout .intro {
    padding-bottom: 170px;
  }

    .homeAbout .intro p {
      font-size: 30px;
    }


  .homeAbout a {
    color: var(--off-white);
    transition: 0.7s;
  }

    .homeAbout a:hover,
    .homeAbout a:active {
      color: var(--gold-accent);
      text-decoration: none;
    }

  .homeAbout .social .fa {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid 1px var(--off-white);
    border-radius: 25px;
    text-align: center;
    margin: auto;
    padding-top: 6px;
    padding-left: 7px;
    font-size: 35px;
  }

    .homeAbout .social .fa:hover {
      background-color: var(--gold-accent);
      color: var(--off-white);
      border: var(--gold-accent) solid 1px;
      text-shadow: none;
    }


.breadcrumb {
  /* background: rgb(237,28,36);
  background: radial-gradient(circle, rgba(237,28,36,1) 0%, rgba(39,38,126,1) 100%);
  color: #fff;*/
  background-color: var(--gold-accent);
  color: var(--light-greige);
}

  .breadcrumb .container,
  .breadcrumb .container-fluid {
    padding-top: 9px;
  }

    .breadcrumb .container-fluid h2 {
      text-align: center;
    }

.about {
}

  .about .sidebar {
  }

    .about .sidebar ul {
      list-style: none;
    }

    .about .sidebar a {
      color: var(--dark-charcoal);
      transition: 0.5s;
      padding-left: 2px;
    }

      .about .sidebar a:hover,
      .about .sidebar a:active {
        padding-left: 10px;
        color: var(--gold-accent);
      }


.relatedItems {
}

  .relatedItems h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--soft-taupe);
    line-height: 0.1em;
    margin: 10px 0 20px;
    font-size: 2em;
  }

    .relatedItems h2 span {
      background: var(--beig-light);
      padding: 0 10px;
    }

  .relatedItems .col-sm-2, .relatedItems col-6 {
    margin: 5px;
  }


  .relatedItems a {
    color: var(--dark-charcoal);
    transition: 0.5s;
    text-decoration: none;
  }

    .relatedItems a:active,
    .relatedItems a:hover {
      color: var(--gold-accent);
      text-decoration: none;
    }

  .relatedItems .card {
    margin: 20px;
    box-shadow: 4px 4px 11px rgba(51,63,72,0.18);
    -moz-box-shadow: 4px 4px 11px rgba(51,63,72,0.18);
    -webkit-box-shadow: 4px 4px 11px rgba(51,63,72,0.18);
    border: none;
  }

    .relatedItems .card .card-body {
      padding: 0;
    }

    .relatedItems .card figure {
      padding: 1rem;
      transition: 0.5s;
    }

      .relatedItems .card figure:hover {
        padding: 0rem;
      }

    .relatedItems .card .card-footer {
      padding: 0.25rem 0.5rem;
      background-color: var(--off-white);
      border-top: none;
      text-align: center;
    }


.owl-related .owl-nav {
  text-align: center;
}

  .owl-related .owl-nav .owl-prev span,
  .owl-related .owl-nav .owl-next span {
    font-size: 40px;
  }

/*
.contact {
  background-image: url(/images/counter-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}
*/
  .contact a {
    color: var(--dark-charcoal);
    transition: 0.25s
  }

    .contact a:hover {
      color: var(--gold-accent);
    }

  .contact .container,
  .contact .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact .contact-details {
    font-weight: 500
  }

    .contact .contact-details a {
      color: var(--dark-charcoal);
      text-decoration: none;
      transition: 0.25s
    }

      .contact .contact-details a:hover,
      .contact .contact-details a:active {
        color: var(--gold-accent);
      }

  .contact .btn-submit {
    color: var(--off-white);
    background-color: var(--gold-accent);
    transition: 0.5s;
  }

    .contact .btn-submit:hover {
      background-color: var(--dark-charcoal);
    }

.input-validation-error {
  border: 1px solid var(--gold-accent) !important;
  background-color: rgba(133, 113, 77, 0.12) !important;
}

.btn-danger,
.btn-outline-danger,
.btn-dark,
.btn-theme {
  background-color: var(--gold-accent);
  border-color: var(--gold-accent);
  color: var(--off-white);
}

.btn-danger:hover,
.btn-outline-danger:hover,
.btn-dark:hover,
.btn-theme:hover,
.btn-theme-outline:hover,
.btn-danger:focus,
.btn-outline-danger:focus,
.btn-dark:focus,
.btn-theme:focus,
.btn-theme-outline:focus {
  background-color: var(--dark-charcoal);
  border-color: var(--dark-charcoal);
  color: var(--off-white);
}

.btn-outline-danger,
.btn-theme-outline {
  background-color: transparent;
  border-color: var(--gold-accent);
  color: var(--gold-accent);
}

.btn-theme-light {
  background-color: var(--off-white);
  border-color: var(--light-greige);
  color: var(--dark-charcoal);
}

.btn-theme-light:hover,
.btn-theme-light:focus {
  background-color: var(--gold-accent);
  border-color: var(--gold-accent);
  color: var(--off-white);
}

.search-dropdown-menu {
  background-color: transparent;
  border: none;
  width: 300px;
}

.modal-close-theme {
  background-color: var(--off-white);
  color: var(--dark-charcoal);
  font-size: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.modal-close-theme:hover,
.modal-close-theme:focus {
  color: var(--gold-accent);
}


/*Menu Style*/
@media (min-width: 768px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: var(--off-white)
  }

    .dropdown-menu > li:hover > .submenu {
      display: block;
    }
}

.item-details {
  font-size: 1rem;
}

  .item-details .img-main {
    box-shadow: 4px 4px 11px rgba(51,63,72,0.18);
    -moz-box-shadow: 4px 4px 11px rgba(51,63,72,0.18);
    -webkit-box-shadow: 4px 4px 11px rgba(51,63,72,0.18);
    border: none;
    margin: 5px 0;
    cursor: pointer;
  }

  .item-details .thumbnails {
  }

    .item-details .thumbnails img {
      cursor: pointer;
    }

  .item-details h3 {
    font-size: 2rem;
  }

  .item-details dd {
    display: inline-block;
    font-size: 1.25rem;
  }

  .item-details dt {
    display: inline-block;
    font-size: 1.25rem;
  }

.sub-footer {
  background: var(--dark-charcoal);
  color: var(--off-white);
}

  .sub-footer .container,
  .sub-footer .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub-footer a {
    color: var(--off-white);
    padding: 5px;
    transition: 0.7s;
  }

    .sub-footer a:hover,
    .sub-footer a:active {
      color: var(--gold-accent);
      font-size: 17px;
      padding: 0;
      text-decoration: none;
    }

  .sub-footer .social .fa {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid 1px var(--off-white);
    border-radius: 25px;
    text-align: center;
    margin: auto;
    padding-top: 6px;
    padding-left: 7px;
    font-size: 35px;
  }

    .sub-footer .social .fa:hover {
      background-color: var(--gold-accent);
      color: var(--off-white);
      border: var(--gold-accent) solid 1px;
    }

.footer {
  background-color: var(--dark-charcoal);
  color: var(--off-white);
}

  .footer footer {
    padding-top: 15px;
  }

  .footer a {
    color: var(--gold-accent);
    transition: 0.2s
  }

    .footer a:hover,
    .footer a:active {
      color: var(--off-white);
      text-decoration: none;
    }




/*Menu Style END*/
@media (min-width: 1325px) {
  .navbar .navbar-brand img {
    margin-left: 150px;
  }
}



@media (max-width: 992px) {

  #navbarNavDropdown {
    margin-right: 100px;
  }

  .navbar .navbar-brand img {
    margin-left: 0px;
    height: 38px;
  }

  .navbar-nav {
    margin-right: 10px;
  }
  /* .welcome h3 {
        font-size: 27px;
    }

    .welcome p {
        font-size: 16px;
    }*/
}



@media (max-width: 768px) {

  .navbar-nav {
    margin-right: 5px;
  }

  .navbar .navbar-brand img {
    margin-left: 0px;
    height: 38px;
  }

  #navbarTop .navbar img {
    margin: 0px 10px 10px 35px;
  }

  .navbar .menu-serach {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px;
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar .menu-serach-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    border-left: 0px;
    height: 38px;
    margin-left: -4px;
  }
}



@media (max-width: 576px) {
  .productsGrid .card .card-footer h5{
    font-size:1.25rem;
  }
  h5, .h5 {
    font-size: 0.9rem;
  }

  .navbar .navbar-brand img {
    height: 40px;
    margin-left: 5px;
  }
}

@media(max-width:420px) {
  .homeAbout h2:before, .homeAbout h2:after {
    display: inline-block;
    content: "";
      border-top: .15rem solid var(--off-white);
    width: 10vw;
    margin: 0 1rem;
    transform: translateY(-0.5rem);
  }

  .welcome h3 {
    display: none;
  }

  .welcome p {
    font-size: 8px;
  }
}

@media(max-width:350px) {

  .navbar .navbar-brand img {
    height: 30px;
    margin-left: 3px;
  }



  .welcome h3 {
    display: none;
  }

  .welcome p {
    font-size: 8px;
  }
}


@media(max-width:310px) {
  .homeAbout h2:before, .homeAbout h2:after {
    display: inline-block;
    content: "";
      border-top: .15rem solid var(--off-white);
    width: 1vw;
    margin: 0 1rem;
    transform: translateY(-0.5rem);
  }

  h5, .h5 {
    font-size: 0.75rem;
  }

  .navbar .navbar-brand img {
    height: 25px;
    margin-left: 3px;
  }



  .welcome h3 {
    display: none;
  }

  .welcome p {
    font-size: 8px;
  }
}











.title {
  color: var(--dark-charcoal);
  text-align: center;
  margin-bottom: 10px
}

.product-item {
  -webkit-box-shadow: 5px 5px 24px 9px rgba(51,63,72,0.15);
  box-shadow: 5px 5px 24px 9px rgba(51,63,72,0.15)
}

.content {
  position: relative;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}


  .content .content-overlay {
    background: rgba(51, 63, 72, 0.72);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
  }

  .content:hover .content-overlay {
    opacity: 1
  }

.content-image {
  width: 100%;
}

img {
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1
}

.content-details h5 {
  color: var(--off-white);
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase
}


.content-details p {
  color: var(--off-white);
  font-size: 0.8em
}

.content-details a {
  color: var(--off-white);
  font-size: 1.5em;
  padding: 0 3px;
}

.fadeIn-bottom {
  top: 80%
}



.home-hero {
  color: var(--off-white);
  background-color: var(--dark-charcoal);
  padding: 100px 0;
}

.lifestyle-showcase {
  background-color: var(--beig);
  color: var(--dark-charcoal);
  overflow: hidden;
}

  .lifestyle-showcase .container-fluid {
    padding: 0;
  }

.lifestyle-showcase-item {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  padding: clamp(58px, 7vw, 110px) clamp(18px, 6vw, 96px);
}

  .lifestyle-showcase-item:nth-child(even) {
    background-color: var(--beig-light);
  }

  .lifestyle-showcase-item.is-reversed {
    grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
  }

    .lifestyle-showcase-item.is-reversed .lifestyle-showcase-image {
      grid-column: 2;
    }

    .lifestyle-showcase-item.is-reversed .lifestyle-showcase-copy {
      grid-column: 1;
      grid-row: 1;
    }

.lifestyle-showcase-image {
  margin: 0;
  overflow: hidden;
}

  .lifestyle-showcase-image img {
    aspect-ratio: 1.38 / 1;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

.lifestyle-showcase-copy {
  max-width: 640px;
}

  .lifestyle-showcase-copy h2 {
    color: var(--dark-charcoal);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(42px, 5vw, 40px);
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 42px;
  }

  .lifestyle-showcase-copy p {
    color: var(--dark-charcoal);
    font-size: clamp(19px, 1.7vw, 17px);
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 34px;
  }

    .lifestyle-showcase-copy p:last-child {
      margin-bottom: 0;
    }



.section-ornament {
  align-items: center;
  color: var(--gold-accent);
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 28px;
}

  .section-ornament span {
    background-color: var(--gold-accent);
    display: block;
    height: 1px;
    max-width: 130px;
    width: 18vw;
  }

  .section-ornament i {
    font-size: 24px;
  }

.section-ornament-bottom {
  margin-bottom: 0;
  margin-top: 36px;
}

.why-choose-section {
  background-color: var(--warm-light-grey);
  color: var(--dark-charcoal);
  padding: 70px 4vw 55px;
}

  .why-choose-section .container-fluid {
    max-width: 1500px;
  }

.why-choose-heading {
  margin: 0 auto 36px;
  max-width: 900px;
  text-align: center;
}

  .why-choose-heading p {
    color: var(--gold-accent);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.35em;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .why-choose-heading h2 {
    color: var(--dark-charcoal);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 20px;
  }

  .why-choose-heading > span {
    background-color: var(--gold-accent);
    display: block;
    height: 3px;
    margin: 0 auto 20px;
    width: 68px;
  }

  .why-choose-heading h3 {
    color: var(--dark-charcoal);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
  }

.why-choose-grid {
  margin-left: -12px;
  margin-right: -12px;
}

  .why-choose-grid > div {
    padding-left: 12px;
    padding-right: 12px;
  }

.why-choose-card {
  background-color: rgba(242, 240, 241, 0.82);
  border: 1px solid var(--light-greige);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(92, 67, 32, 0.08);
  height: 100%;
  padding: 30px 14px 14px;
  text-align: center;
}

.why-choose-card-icon {
  align-items: center;
  border: 2px solid var(--gold-accent);
  border-radius: 50%;
  color: var(--gold-accent);
  display: flex;
  height: 112px;
  justify-content: center;
  margin: 0 auto 18px;
  width: 112px;
}

  .why-choose-card-icon i {
    font-size: 48px;
  }

.why-choose-card h4 {
  color: var(--dark-charcoal);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 12px;
}

.why-choose-card > span {
  background-color: var(--gold-accent);
  display: block;
  height: 2px;
  margin: 0 auto 14px;
  width: 40px;
}

.why-choose-card p {
  color: var(--dark-charcoal);
  font-size: 16px;
  font-weight:500;
  line-height: 1.34;
  margin: 0 auto 24px;
  max-width: 295px;
}

.why-choose-card img {
  border-radius: 8px;
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.site-footer,
.site-footer-bottom {
  background-color: var(--beig);
  border-top: solid var(--light-greige) 1px;
  color: var(--dark-charcoal);
}

.site-footer {
  padding: 65px 4vw 35px;
}

  .site-footer .container-fluid,
  .site-footer-bottom .container-fluid {
    max-width: 1680px;
  }

.site-footer-panel {
  /*border: 1px solid #e2d8c9;*/
  display: grid;
  grid-template-columns: 25% 30% 25% 20%;
  /*  min-height: 520px;*/
}

.site-footer-image {
  overflow: hidden;
}

  .site-footer-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

.site-footer-contact,
.site-footer-links,
.site-footer-social {
  padding: 20px 10px;
}

.site-footer-contact,
.site-footer-links {
  border-right: 1px solid var(--light-greige);
}

.site-footer h2 {
  color: var(--dark-charcoal);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 34px;
}

  .site-footer h2:after {
    background-color: var(--gold-accent);
    content: "";
    display: block;
    height: 2px;
    margin-top: 18px;
    width: 42px;
  }

.site-footer-intro {
  color: var(--dark-charcoal);
  font-size: 19px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.site-footer-contact-list,
.site-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

  .site-footer-contact-list li {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
  }

  .site-footer-contact-list i,
  .site-footer-social-links a {
    align-items: center;
    border: 1px solid var(--gold-accent);
    border-radius: 50%;
    color: var(--gold-accent);
    display: flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    width: 38px;
  }

  .site-footer-contact-list strong {
    color: var(--dark-charcoal);
    display: block;
    font-size: 17px;
    line-height: 1.25;
  }

  .site-footer-contact-list span,
  .site-footer-contact-list a {
    color: var(--dark-charcoal);
    display: block;
    font-size: 17px;
    line-height: 1.4;
    text-decoration: none;
  }

.site-footer-links li {
  margin-bottom: 28px;
}

.site-footer-links a {
  align-items: center;
  color: var(--dark-charcoal);
  display: inline-flex;
  font-size: 18px;
  gap: 16px;
  text-decoration: none;
  transition: color 0.2s ease;
}

  .site-footer-links a:hover,
  .site-footer-contact-list a:hover,
  .site-footer-legal a:hover {
    color: var(--gold-accent);
  }

.site-footer-links i {
  color: var(--gold-accent);
}

/*.site-footer-social {
  align-self: center;
}*/

.site-footer-social-links {
  display: flex;
  gap: 20px;
}

  .site-footer-social-links a {
    font-size: 24px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    padding-left:5px;
  }

    .site-footer-social-links a:hover {
      background-color: var(--gold-accent);
      color: var(--off-white);
    }

.site-footer-bottom {
  /*border-top: 1px solid #caa96c;*/
  padding: 0 4vw 38px;
}

.site-footer-emblem {
  align-items: center;
  color: var(--gold-accent);
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: -18px 0 28px;
}

  .site-footer-emblem span {
    background-color: var(--gold-accent);
    display: block;
    height: 1px;
    width: 46%;
  }

  .site-footer-emblem b {
    align-items: center;
    background-color: var(--off-white);
    border: 1px solid var(--gold-accent);
    border-radius: 50%;
    display: flex;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 34px;
    font-weight: 400;
    height: 58px;
    justify-content: center;
    width: 58px;
  }

.site-footer-bottom footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.site-footer-bottom p,
.site-footer-legal a,
.site-footer-legal span {
  color: var(--dark-charcoal);
  font-size: 17px;
  margin: 0;
}

.site-footer-legal {
  align-items: center;
  display: flex;
  gap: 30px;
}

  .site-footer-legal a {
    text-decoration: none;
  }

.site-footer-admin-link {
  color: var(--gold-accent) !important;
}

@media (max-width: 992px) {
  .lifestyle-showcase-item,
  .lifestyle-showcase-item.is-reversed {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
    padding: 55px 22px;
  }

    .lifestyle-showcase-item.is-reversed .lifestyle-showcase-image,
    .lifestyle-showcase-item.is-reversed .lifestyle-showcase-copy {
      grid-column: auto;
      grid-row: auto;
    }

  .lifestyle-showcase-copy {
    max-width: none;
  }

    .lifestyle-showcase-copy h2 {
      margin-bottom: 28px;
    }

  .candle-lighting-section {
    padding: 55px 15px 45px;
  }

  .why-choose-section {
    padding: 55px 15px 45px;
  }

  .why-choose-heading h2 {
    font-size: 40px;
  }

  .why-choose-heading h3 {
    font-size: 19px;
  }

  .why-choose-card {
    margin-bottom: 24px;
  }

  .site-footer {
    padding: 45px 15px 30px;
  }

  .site-footer-panel {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer-image {
    min-height: 420px;
  }

  .site-footer-contact,
  .site-footer-links,
  .site-footer-social {
    border-right: 0;
    padding: 38px 34px;
  }

  .site-footer-contact,
  .site-footer-image {
    border-bottom: 1px solid var(--light-greige);
  }

  .site-footer-social {
    align-self: start;
  }

  .candle-lighting-content {
    padding: 10px 0 35px;
  }

    .candle-lighting-content h2 {
      font-size: 48px;
      text-align: center;
    }

      .candle-lighting-content h2:after {
        margin-left: auto;
        margin-right: auto;
      }

  .candle-lighting-gallery {
    min-height: 460px;
  }

  .candle-lighting-feature {
    border-right: 0;
    border-top: 1px solid var(--light-greige);
    margin-top: 20px;
    padding: 20px 15px 0;
  }
}

@media (max-width: 768px) {
  .lifestyle-showcase-item,
  .lifestyle-showcase-item.is-reversed {
    padding: 48px 16px;
  }

  .lifestyle-showcase-image img {
    aspect-ratio: 1.22 / 1;
  }

  .lifestyle-showcase-copy h2 {
    font-size: 40px;
  }

  .lifestyle-showcase-copy p {
    font-size: 18px;
    line-height: 1.32;
    margin-bottom: 22px;
  }

  .why-choose-heading p {
    font-size: 18px;
    letter-spacing: 0.25em;
  }

  .why-choose-heading h2 {
    font-size: 34px;
  }

  .why-choose-card img {
    height: 250px;
  }

  .site-footer-panel {
    display: block;
  }

  .site-footer-image {
    height: 420px;
  }

  .site-footer-contact,
  .site-footer-links {
    border-bottom: 1px solid var(--light-greige);
  }

  .site-footer-bottom footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .site-footer-legal {
    flex-wrap: wrap;
    gap: 16px;
  }

  .candle-lighting-gallery {
    display: block;
    min-height: 0;
  }

    .candle-lighting-gallery figure {
      height: 360px;
      margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
  .lifestyle-showcase-item,
  .lifestyle-showcase-item.is-reversed {
    gap: 24px;
    padding: 40px 14px;
  }

  .lifestyle-showcase-image img {
    aspect-ratio: 1.05 / 1;
  }

  .lifestyle-showcase-copy h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .lifestyle-showcase-copy p {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .section-ornament span {
    width: 26vw;
  }

  .why-choose-section {
    padding: 45px 15px 35px;
  }

  .why-choose-heading h2 {
    font-size: 29px;
  }

  .why-choose-heading h3 {
    font-size: 17px;
  }

  .why-choose-card {
    padding-top: 24px;
  }

  .why-choose-card-icon {
    height: 92px;
    width: 92px;
  }

    .why-choose-card-icon i {
      font-size: 40px;
    }

  .why-choose-card h4 {
    font-size: 24px;
  }

  .why-choose-card p {
    font-size: 16px;
  }

  .site-footer-image {
    height: 360px;
  }

  .site-footer-contact,
  .site-footer-links,
  .site-footer-social {
    padding: 30px 22px;
  }

  .site-footer h2 {
    font-size: 29px;
  }

  .site-footer-intro,
  .site-footer-links a {
    font-size: 17px;
  }

  .site-footer-contact-list li {
    gap: 14px;
  }

  .site-footer-emblem {
    gap: 16px;
  }

    .site-footer-emblem b {
      font-size: 26px;
      height: 48px;
      width: 48px;
    }

  .site-footer-bottom p,
  .site-footer-legal a,
  .site-footer-legal span {
    font-size: 15px;
  }

  .candle-lighting-section {
    padding: 45px 15px 35px;
  }

  .candle-lighting-icon {
    gap: 14px;
  }

    .candle-lighting-icon span {
      width: 38px;
    }

  .candle-lighting-content h2 {
    font-size: 38px;
  }

  .candle-lighting-lead {
    font-size: 18px;
  }

  .candle-lighting-note {
    gap: 16px;
    padding: 22px 0;
  }

    .candle-lighting-note p,
    .candle-lighting-feature p {
      font-size: 15px;
    }

  .candle-lighting-gallery figure {
    height: 310px;
  }

  .candle-lighting-feature {
    gap: 14px;
  }

    .candle-lighting-feature i {
      flex-basis: 42px;
      font-size: 36px;
    }
}
