:root {
  font-size: 62.5%;
}

:root body {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.6rem;
}

.title {
  margin-bottom: 50px;
}

.title h1 {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -1px;
  color: #25282a;
}

.title h4 {
  color: #936447;
  letter-spacing: .3rem;
  text-transform: uppercase;
}

.title p {
  margin-top: 20px;
}

.title.light h1 {
  color: #fff;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.4rem;
}

h4.highlight {
  color: #25282a;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .1rem;
  margin: 20px 0;
}

p {
  color: #98928c;
  font-size: 1.6rem;
  margin: 20px 0;
}

.hero .slogan p {
  color: #f6ece3; 
  font-size: 1.6rem; 
  margin: 20px 0; 
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  padding: 100px 0;
  overflow: hidden;
}

.nopadding {
  padding: 0 !important;
}

.gutter-50 {
  padding: 25px 0;
}

.gutter-100 {
  padding: 50px 0;
}

.btn-group {
  margin-top: 20px;
}

.readmore, .ghost-btn, .submit-btn {
  background-color: #754f39;
  height: 45px;
  padding: 0 30px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  margin: 20px 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.readmore:hover, .ghost-btn:hover, .submit-btn:hover, .readmore:focus, .ghost-btn:focus, .submit-btn:focus {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}

.readmore.light, .light.ghost-btn, .light.submit-btn {
  color: #754f39;
  background-color: #ecc3b2;
}

.readmore.light:hover, .light.ghost-btn:hover, .light.submit-btn:hover, .readmore.light:focus, .light.ghost-btn:focus, .light.submit-btn:focus {
  color: #754f39;
}

.ghost-btn {
  background-color: #754f39;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 15px;
}

.ghost-btn:hover, .ghost-btn:focus {
  text-decoration: none;
  opacity: 1;
  background-color: #754f39;
  border-color: #754f39;
  color: #fff;
}

.ghost-btn.light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}

.ghost-btn.light:hover, .ghost-btn.light:focus {
  background-color: #fff;
  border-color: #fff;
  color: #754f39;
}

.submit-btn {
  width: 100%;
  border: 0;
  margin-bottom: 0;
  outline: none !important;
}

.hero, .inner-hero {
  background-color: #ecc3b2;
  height: 100vh;
  min-height: 600px;
  background-image: url("../img/hero2.jpg");
  background-size: cover;
  background-position: center left;
  padding: 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.hero .nav-overlay, .inner-hero .nav-overlay {
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.hero .slogan, .inner-hero .slogan {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.hero .slogan h2, .inner-hero .slogan h2 {
  font-size: 3rem;
  color: #f6ece3;
}

.hero .slogan h1, .inner-hero .slogan h1 {
  font-size: 5rem;
  color: #f6ece3;
  margin-bottom: 20px;
  font-weight: 700;
}

.hero .slogan p, .inner-hero .slogan p {
  margin: 0;
  padding-left: 2px;
}

@media screen and (max-width: 769px) {
  .hero, .inner-hero {
    background-position: 20%;
    padding: 0 40px;
  }
  .hero .slogan, .inner-hero .slogan {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hero .slogan h1, .inner-hero .slogan h1 {
    font-size: 3rem;
  }
  .hero .slogan h2, .inner-hero .slogan h2 {
    font-size: 2rem;
  }
}

.inner-hero {
  position: relative;
}

.inner-hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(to right, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0));
}

.inner-hero .slogan {
  z-index: 100;
}

.inner-hero .slogan h1,
.inner-hero .slogan h2 {
  color: #fff;
}

.inner-hero .slogan p {
  color: rgba(255, 255, 255, 0.8);
}

.inner-hero.products-hero {
  background-image: url("../img/products3.jpg");
  background-size: cover;
  background-position: left center;
}

.inner-hero.services-hero {
  background-image: url("../img/services.jpg");
  background-size: cover;
  background-position: left center;
}

.square-image {
  width: 100%;
  padding-top: 100%;
}

.square-image .img-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.square-image .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-cover {
  margin: 15px;
  background-color: #222;
  min-height: 600px;
  position: relative;
  padding: 50px;
}

.big-cover .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0.1)), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(to right, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0));
}

.big-cover .content {
  position: relative;
  z-index: 500;
}

.big-cover.home-cover {
  background-image: url("../img/cover2.jpg");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.big-cover.home-cover .title {
  margin-bottom: 20px;
}

.big-cover.home-cover .title h4 {
  color: #fff;
}

.big-cover.home-cover .title h1 {
  color: #fff;
}

.big-cover.home-cover p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0;
}

.map-cont {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  margin-top: 150px;
}

.map-cont #map {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#contact {
  background-image: url("../img/spa-bg3.jpg");
  background-size: cover;
  min-height: 700px;
  background-position: right bottom;
}

.form-cont {
  width: 100%;
  background-color: #fff;
  padding: 40px 35px;
}

.form-cont h2 {
  font-size: 2rem;
  color: #25282a;
}

.form-cont .flex-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-cont .flex-input .input-cont {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media screen and (max-width: 769px) {
  .form-cont .flex-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form-cont .flex-input .input-cont {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form-cont .input-cont {
  width: 100%;
  padding: 15px 0;
}

.form-cont .input-cont label {
  margin: 0;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.form-cont .input-cont input {
  height: 35px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #25282a;
  outline: none;
}

.form-cont .input-cont textarea {
  height: 85px;
  width: 100%;
  border: 0;
  padding-top: 10px;
  resize: none;
  border-bottom: 1px solid #25282a;
  outline: none;
}

.c-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-boxes .contact-box {
  background-color: white;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  max-width: 300px;
}

.c-boxes .contact-box h4 {
  font-weight: 600;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  color: #555;
}

.c-boxes .contact-box .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #f6ece3;
  text-align: center;
  margin-bottom: 15px;
}

.c-boxes .contact-box .icon i {
  line-height: 40px;
}

@media screen and (max-width: 992px) {
  .c-boxes {
    margin: 30px 0;
  }
  .c-boxes .contact-box {
    margin: 15px auto;
    min-width: auto;
    width: 100%;
    text-align: center;
  }
  .c-boxes .contact-box .icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.navigation .hamburger {
  display: none;
  width: 30px;
  height: 30px;
  padding: 4px 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .hamburger:hover, .navigation .hamburger:focus {
  padding: 6px 0;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .navigation .hamburger {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.navigation .logo {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 50px;
}

.navigation .logo h3 {
  color: #fff;
  margin: 0;
  font-size: 3.1rem;
  letter-spacing: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navigation .logo p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 16px;
}

.navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.navigation .menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
          transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.navigation .menu-links .social-links {
  margin-left: 40px;
}

.navigation .menu-links .nav-item a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.4rem;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .menu-links .nav-item a:hover, .navigation .menu-links .nav-item a:focus {
  color: #fff;
}

@media screen and (max-width: 769px) {
  .navigation .menu-links {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #25282a;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
  }
  .navigation .menu-links .navigation-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navigation .menu-links .navigation-center li a {
    font-size: 2rem;
    margin: 10px 0;
  }
  .navigation .menu-links .social-links {
    margin-left: 0;
  }
  .navigation .menu-links .social-links li {
    margin: 10px;
  }
  .navigation .menu-links .social-links li a {
    font-size: 2rem;
  }
}

.navigation.opened .logo {
  z-index: 999;
}

.navigation.opened .hamburger {
  position: relative;
  z-index: 1000;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.navigation.opened .hamburger span {
  width: 29px;
  background-color: #fff !important;
}

.navigation.opened .hamburger span:nth-child(2) {
  opacity: 0;
  width: 0;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}

.navigation.opened .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: top left;
  -webkit-transform-origin: top left;
}

.navigation.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
}

.navigation.opened .hamburger:hover, .navigation.opened .hamburger:focus {
  padding: 4px 0;
}

.navigation.opened .menu-links {
  width: 100%;
  opacity: 1;
  height: 100%;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 990;
  line-height: 40px;
  color: #fff;
  background-color: #b7afa8;
  text-align: center;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.back-to-top:focus, .back-to-top:hover {
  color: #fff;
  opacity: 0.8;
}

.back-to-top.shown {
  opacity: 1;
  width: 40px;
  height: 40px;
}

#services {
  background: url('../img/services-background.jpg') no-repeat center center/cover;
  padding: 80px 0; 
  position: relative;
  z-index: 1;
  min-height: 500px; /* Ensures background is visible by adding height */
}

#services .container {
  width: 100%;
  padding: 0;
}


#services .intro {
  margin-bottom: 60px;
  margin-top: 0;
}

#services .title {
  margin-bottom: 30px;
  z-index: 100;
}

#services .service-box {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}

#services .service-box h4 {
  font-size: 2rem;
  margin-top: 20px;
}

#services .service-box p {
  margin: 0;
}

#services .service-box .img-cont {
  width: 100%;
  padding-top: 140%;
  position: relative;
}

#services .service-box .img-cont .img-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #777;
}

#services .service-box .img-cont .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-section .img-cover {
  width: 100%;
  padding-top: 50%;
  margin-top: 50px;
}

.service-section .img-cover .img-cont {
  background-color: #ededed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.service-section .img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-section .cat-separator {
  margin-top: 20px;
}

.service-section .service-item {
  margin: 40px 0;
}

.service-section .service-item h4 {
  font-size: 1.6rem;
}

.service-section .service-item .price {
  color: #a3c7d2;
}

.packages-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.package {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background-color: rgba(236, 195, 178, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .package {
    margin: 30px 0;
    height: auto;
  }
}

.package footer {
  background-color: transparent;
  padding: 20px;
  padding-top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.package .book-btn {
  width: 100%;
  background-color: transparent;
  color: #25282a;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid rgba(37, 40, 42, 0.5);
  font-weight: 500;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.package .book-btn:hover, .package .book-btn:focus {
  background-color: #25282a;
  border-color: #25282a;
  color: #fff;
  text-decoration: none;
}

.package .head {
  padding: 20px 30px;
  padding-top: 30px;
  background-color: #ecc3b2;
}

.package .head .name {
  text-transform: uppercase;
  font-weight: 400;
  color: #25282a;
}

.package .head .price {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  color: #fff;
}

.package .head h5 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.package .features {
  padding: 20px 25px;
  list-style: none;
  text-align: left;
}

.package .features li {
  font-size: 1.5rem;
  color: #555;
  margin: 8px 0;
}

.package .features li i {
  margin-right: 7px;
  color: #25282a;
}

#testimonials {

background-color: #f6ece3;

}

#testimonials .title {
  margin-bottom: 70px;
}

.testimonials-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.users-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  .users-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 15px;
  padding-bottom: 100px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  position: relative;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

@media screen and (max-width: 769px) {
  .testimonial {
    display: none;
  }
}

.testimonial h3 {
  opacity: 0;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.testimonial:before {
  content: "";
  width: 0;
  height: 4px;
  background-color: #ecc3b2;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.testimonial.active h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transform: translateY(0);
}

.testimonial.active:before {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .testimonial.active {
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.user .content h4 {
  font-size: 2.2rem;
  color: #936447;
  margin: 0;
  margin-bottom: 5px;
}

.user .content p {
  color: #d4a67b;
  margin: 0;
}

.user .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}

.user .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user.active {
  background-color: #936447;
}

.user.active .content h4 {
  color: #fff;
}

.user:hover {
  background-color: #936447;
}

.user:hover .content h4 {
  color: #fff;
}

@media screen and (max-width: 769px) {
  .user {
    padding: 15px 30px;
  }
}

.product {
  margin: 30px 0;
  position: relative;
}

.product .body {
  background-color: #ecc3b2;
  background-image: linear-gradient(120deg, #ecc3b2 30%, #fba886 100%);
  width: 100%;
  height: 150px;
  margin: 0 auto;
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  padding: 35px 25px;
  padding-top: 75px;
  z-index: 100;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.product .body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.product .body h4 {
  color: #fff;
  margin: 0;
  font-size: 2rem;
}

.product .img-cont {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 200;
}

.product .img-cont .img-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 25px;
  overflow: hidden;
  -webkit-box-shadow: 0px 37px 49px -29px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 37px 49px -29px rgba(0, 0, 0, 0.4);
}

.product .img-cont .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-sec {
  padding: 60px 0;
}

@media screen and (max-width: 992px) {
  .product-sec img {
    margin-top: 50px;
  }
}

#intro {
  background-color: #f5f5f5;
}

#intro .highlight {
  margin: 0;
  margin-top: 40px;
}

#about {
  padding: 15px;
}

#about .content {
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 992px) {
  #about .content {
    padding: 40px;
  }
}

footer {
  padding: 70px 0;
  padding-bottom: 20px;
  background-color: #754f39;
}

footer h3 {
  font-size: 2rem;
  color: #fff;
}

footer .footer-links {
  list-style: none;
  margin: 20px 0;
}

footer .footer-links li {
  margin: 5px 0;
}

footer .footer-links li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  padding: 5px 0;
}

footer .info-block {
  margin: 20px 0;
}

footer .info-block h4 {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 2px;
  color: #fff;
}

footer .info-block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}

footer .logo {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 30px;
}

footer .logo h3 {
  color: #fff;
  margin: 0;
  font-size: 3.1rem;
  letter-spacing: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .logo p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 16px;
}

footer .footer-about {
  line-height: 2.5rem;
  color: rgba(255, 255, 255, 0.5);
}

footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 30px;
}

footer .social-links .social a {
  margin-right: 10px;
  color: #fff;
}

footer .social-links .social a:hover, footer .social-links .social a:focus {
  color: #fff;
  opacity: 0.8;
}

footer .social-links .social a:nth-of-type(1) {
  padding-left: 5px;
}

.email-link {
  color: inherit; /* Matches the surrounding text color */
  text-decoration: none; /* Removes underline */
}

.email-link:hover {
  text-decoration: none; /* Ensures no underline on hover */
  color: #98928c; /* Optional: Add a hover color if desired */
}

.custom-quote-section {
    position: relative;
    background-size: cover;
    background-position: center;
}

.custom-quote-section .overlay {
    background-color: rgba(0, 0, 0, 0); /* No overlay by default (desktop) */
}

.custom-quote-section .content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.custom-quote-section .title {
    background-color: transparent; /* No background on desktop */
    padding: 0; /* Reset padding for desktop */
    border-radius: 0; /* No rounded corners on desktop */
}


.custom-quote-section .title h1 {
    color: #a06d4d;
    text-align: center;
    font-style: italic;
}

@media (max-width: 768px) {
    .custom-quote-section .overlay {
        background-color: rgba(0, 0, 0, 0.2); /* Lighter overlay only on mobile */
    }

    .custom-quote-section .title {
        background-color: rgba(255, 255, 255, 0.8); /* Only on mobile */
        padding: 20px;
        border-radius: 10px;
        margin: 0 auto;
        max-width: 90%;
    }

.care-intro {
  font-size: 1.8rem;
  color: #754f39;
  font-weight: 500;
  margin-bottom: 40px;
}

.text-box h4 a {
  color: #754f39;
  text-decoration: underline;
  font-weight: 600;
}

.text-box h4 a:hover {
  color: #936447; /* a warm highlight color already used elsewhere */
  text-decoration: none;
}

.care-nav {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.care-nav a {
  color: #754f39;
  text-decoration: underline;
  margin: 0 8px;
}

.care-nav a:hover {
  color: #936447;
  text-decoration: none;
}

.care-nav strong {
  color: #25282a;
  text-decoration: none;
}

.service-link {
  color: #754f39;
  text-decoration: underline;
  font-weight: 500;
}

.service-link:hover {
  color: #936447;
  text-decoration: none;
}


/* Set fixed size for the logo */
.navigation .logo img {
    width: 150px; /* Display width */
    height: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensures the logo maintains its aspect ratio */
    image-rendering: -webkit-optimize-contrast; /* Improves clarity on some browsers */
    image-rendering: crisp-edges; /* For sharpness on compatible browsers */
}

/* Adjust logo size for mobile screens */
@media (max-width: 768px) {
    .navigation .logo img {
        width: 100px; /* Adjust logo size for smaller screens */
        height: auto; /* Maintain aspect ratio */
    }
}





/*# sourceMappingURL=main.css.map */

