@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Franklin Gothic Demi Cond";
  src: url("../fonts/Franklin Gothic Demi Cond Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.g-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.2rem 0.2rem 0.2rem 1rem;
  background: #B89B51;
  border: 1px solid #B89B51;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.35s ease;
}
.g-btn .btn-text {
  position: relative;
  height: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
}
.g-btn .btn-text span {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: transform 0.35s ease;
}
.g-btn .icon {
  width: 2rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: 0.35s ease;
}
.g-btn .icon i {
  color: #fff;
  font-size: 0.9rem;
  transition: 0.35s ease;
}
.g-btn:hover {
  background: transparent;
  border-color: #B89B51;
  color: #B89B51;
}
.g-btn:hover .btn-text span {
  transform: translateY(-24px);
}
.g-btn:hover .icon i {
  color: #B89B51;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  font-family: "Franklin Gothic Demi Cond";
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}

.common-btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0.35rem 0.35rem 1.5rem;
  background: transparent;
  border: 1px solid #B89B51;
  border-radius: 50px;
  color: #B89B51;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.35s ease;
}
.common-btn2 .btn-text {
  position: relative;
  height: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
}
.common-btn2 .btn-text span {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: transform 0.35s ease;
}
.common-btn2 .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: 0.35s ease;
}
.common-btn2 .icon i {
  color: #B89B51;
  font-size: 0.9rem;
  transition: 0.35s ease;
}
.common-btn2:hover {
  background: #B89B51;
  border-color: #B89B51;
  color: #fff;
}
.common-btn2:hover .btn-text span {
  transform: translateY(-24px);
}
.common-btn2:hover .icon i {
  color: #fff;
}

a i {
  display: inline-block;
  transition: transform 0.3s ease;
  font-weight: 900 !important;
}

.bg-black {
  background-color: #000;
}

p {
  letter-spacing: 0.7px;
  font-size: 14px;
}

small {
  font-size: 0.988rem;
  font-family: "Poppins", sans-serif;
  color: #B89B51;
}

.section-title {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  line-height: 1.15;
}
.section-title span {
  color: #B89B51;
  font-size: 3rem;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.5rem;
  }
  .section-title span {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .section-title span {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 2.3rem;
  }
  .section-title span {
    font-size: 2.3rem;
  }
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1rem;
  margin: 0;
  list-style: none;
  border-radius: 50px;
  background: #fff2ef;
}
.hero-tag li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
.hero-tag li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.breadcrumb {
  justify-content: center;
  background: transparent;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #817A67;
  transition: 0.3s;
  font-size: 14px;
}
.breadcrumb .breadcrumb-item a:hover {
  opacity: 0.8;
}
.breadcrumb .breadcrumb-item.active {
  opacity: 1;
}
.breadcrumb .breadcrumb-item {
  /* 🔥 Slash separator */
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  font-size: 20px;
}

@media (min-width: 992px) {
  .g-btn {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .g-btn {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .section-title {
    width: 100%;
  }
  .navigation {
    width: 20%;
    top: 95%;
  }
}
@media (min-width: 576px) {
  .section-title {
    width: 100%;
    text-align: center;
  }
  .navigation {
    width: 30%;
    top: 95%;
  }
}
@media (max-width: 500px) {
  .section-title {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
}
.top-navigation.home-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
}
.top-navigation.home-header .navbar,
.top-navigation.home-header .main-nav {
  background: transparent !important;
}
.top-navigation.home-header .navbar .nav-link,
.top-navigation.home-header .main-nav .nav-link {
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
  padding: 0;
  opacity: 0.999;
}
@media (max-width: 991px) {
  .top-navigation.home-header .navbar .nav-link,
  .top-navigation.home-header .main-nav .nav-link {
    padding: 0.8rem 0;
  }
}
.top-navigation.light-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.top-navigation.light-header .navbar {
  background: rgba(0, 55, 49, 0.3) !important;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #000;
}
.top-navigation .container-fluid {
  padding-inline: 6rem;
}
@media (max-width: 1399.98px) {
  .top-navigation .container-fluid {
    padding-inline: 4rem;
  }
}
@media (max-width: 1199.98px) {
  .top-navigation .container-fluid {
    padding-inline: 3rem;
  }
}
@media (max-width: 991.98px) {
  .top-navigation .container-fluid {
    padding-inline: 2rem;
  }
}
@media (max-width: 575.98px) {
  .top-navigation .container-fluid {
    padding-inline: 1rem;
  }
}
.top-navigation .nav-top {
  padding: 0.75rem 0;
}
.top-navigation .nav-top a {
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
}
.top-navigation .nav-top i {
  font-size: 1rem;
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .top-navigation .nav-top {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .top-navigation .nav-top {
    display: none;
  }
}
.top-navigation .navbar-toggler {
  border: 1px solid #fff;
}
.top-navigation .navbar-toggler:focus {
  box-shadow: none;
}
.top-navigation .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0.6;
}
.top-navigation .navbar {
  position: relative;
  z-index: 9999;
}
.top-navigation .navbar .navbar-brand img {
  height: 6rem;
}
@media (max-width: 576px) {
  .top-navigation .navbar .navbar-brand img {
    height: 3rem;
  }
}
.top-navigation .navbar .navbar-nav {
  gap: 2rem;
}
@media (max-width: 991px) {
  .top-navigation .navbar .navbar-nav {
    gap: 0;
  }
}
.top-navigation .navbar .navbar-nav .nav-link {
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff !important;
  text-transform: capitalize;
  padding: 0;
}
@media (max-width: 991px) {
  .top-navigation .navbar .navbar-nav .nav-link {
    display: block;
    padding: 0.85rem 0;
    color: #000 !important;
  }
}
.top-navigation .navbar .navbar-nav .nav-link:hover, .top-navigation .navbar .navbar-nav .nav-link.active {
  color: #B89B51 !important;
}
.top-navigation .navbar .dropdown-menu {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.top-navigation .navbar .dropdown-menu .dropdown-item {
  color: #000;
}
.top-navigation .navbar .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #B89B51;
}
.top-navigation .navbar .navbar-toggler {
  border: 0;
  box-shadow: none;
}
.top-navigation .navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .top-navigation .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding: 1.5rem;
    background: #fff;
    color: #000 !important;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 99999;
  }
}

.hero-section {
  position: relative;
}
.hero-section .swiper-slide {
  position: relative;
  overflow: hidden;
}
.hero-section img {
  width: 100%;
  height: 100vh;
  display: block;
}
.hero-section .hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
.hero-section .hero-content .container {
  position: relative;
  z-index: 3;
}
.hero-section .sub-tittle {
  font-size: 1.3rem;
  color: #f5f1e8;
  margin-bottom: 0rem;
}
.hero-section .hero-title {
  font-family: "Franklin Gothic Demi Cond", sans-serif;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03rem;
  color: #B89B51;
}
.hero-section p {
  max-width: 40rem;
  color: #817A67;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 400;
}
.hero-section .hero-line {
  width: 4rem;
  height: 0.2rem;
  margin: 1rem 0 1.5rem;
}
.hero-section .hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1rem;
  margin: 0;
  list-style: none;
  border-radius: 50px;
  background: #fff2ef;
}
.hero-section .hero-tag li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
.hero-section .hero-tag li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.hero-section .icon img {
  width: 2rem;
  height: 2rem;
}
.hero-section .swiper-pagination {
  bottom: 2rem !important;
}
@media (max-width: 1400px) {
  .hero-section .hero-title {
    font-size: 3rem;
  }
  .hero-section p {
    max-width: 31rem;
  }
}
@media (max-width: 1200px) {
  .hero-section img {
    height: 90vh;
  }
  .hero-section .hero-title {
    font-size: 3rem;
  }
  .hero-section p {
    font-size: 0.95rem;
    max-width: 28rem;
  }
}
@media (max-width: 992px) {
  .hero-section img {
    height: 47vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-section .hero-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 45%, rgba(255, 255, 255, 0.35) 100%);
  }
  .hero-section .hero-content {
    align-items: center;
    text-align: center;
  }
  .hero-section .hero-content .container {
    display: flex;
    justify-content: center;
  }
  .hero-section .hero-title {
    font-size: 2.6rem;
  }
  .hero-section .hero-title br {
    display: none;
  }
  .hero-section p {
    margin-inline: auto;
    max-width: 36rem;
  }
  .hero-section .hero-line {
    margin-inline: auto;
  }
  .hero-section .hero-tag {
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .hero-section img {
    height: 55vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-section .hero-title {
    font-size: 2.2rem;
    line-height: 1.25;
  }
  .hero-section p {
    font-size: 0.95rem;
    max-width: 100%;
  }
  .hero-section .hero-tag {
    padding: 0.55rem 0.9rem;
  }
  .hero-section .hero-tag li {
    font-size: 0.8rem;
  }
  .hero-section .hero-line {
    width: 3rem;
  }
}
@media (max-width: 576px) {
  .hero-section img {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-section .hero-content {
    padding: 1rem;
  }
  .hero-section .hero-title {
    font-size: 2.3rem;
    margin: 0.3rem 0;
  }
  .hero-section p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .hero-section .hero-tag {
    padding: 0.45rem 0.75rem;
  }
  .hero-section .hero-tag li {
    gap: 0.4rem;
    font-size: 0.75rem;
  }
  .hero-section .hero-tag li::before {
    width: 0.4rem;
    height: 0.4rem;
  }
  .hero-section .hero-line {
    width: 2.5rem;
    margin: 0.8rem auto 1rem;
  }
}
@media (max-width: 375px) {
  .hero-section img {
    height: 93vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-section .hero-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .hero-section p {
    font-size: 0.85rem;
  }
  .hero-section .hero-tag li {
    font-size: 0.7rem;
  }
}

.hero-services {
  position: relative;
  margin-top: -8rem;
  z-index: 20;
}
.hero-services .service-box {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
}
.hero-services .service-box h2 {
  font-family: "Franklin Gothic Demi Cond", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero-services .service-box p {
  color: #817A67;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 22rem;
  margin-bottom: 0;
}
.hero-services .service-box .service-item {
  background: #fafafa;
  border-radius: 1.5rem;
  padding: 2rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hero-services .service-box .service-item img {
  width: 3.5rem;
  height: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-services .service-box .service-item:hover {
  transform: translateY(-6px);
}
.hero-services .service-box h6 {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 500;
  color: #000;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
}
@media (max-width: 1299.98px) {
  .hero-services {
    margin-top: -7rem;
  }
  .hero-services .service-box {
    padding: 2.5rem;
  }
  .hero-services .service-box h2 {
    font-size: 2.5rem;
  }
  .hero-services .service-box p {
    font-size: 0.9rem;
  }
  .hero-services .service-box .service-item {
    padding: 1.75rem 1rem;
  }
}
@media (max-width: 1024px) {
  .hero-services {
    margin-top: -3rem;
  }
  .hero-services .service-box {
    padding: 2.5rem;
  }
  .hero-services .service-box h2 {
    font-size: 2rem;
  }
  .hero-services .service-box p {
    font-size: 0.7rem;
  }
  .hero-services .service-box .service-item {
    padding: 1.75rem 1rem;
  }
}
@media (max-width: 991.98px) {
  .hero-services {
    margin-top: -5rem;
  }
  .hero-services .service-box {
    padding: 2rem;
  }
  .hero-services .service-box h2 {
    text-align: center;
    font-size: 2.3rem;
  }
  .hero-services .service-box p {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  .hero-services .service-box .service-item {
    padding: 1.5rem;
  }
  .hero-services .service-box h6 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .hero-services {
    margin-top: -4rem;
  }
  .hero-services .service-box {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
  .hero-services .service-box h2 {
    font-size: 2rem;
  }
  .hero-services .service-box p {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .hero-services .service-box .row.g-4 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .hero-services .service-box .service-item {
    padding: 1.25rem;
    border-radius: 1rem;
  }
  .hero-services .service-box .service-item img {
    width: 3rem;
    height: 3rem;
  }
  .hero-services .service-box h6 {
    font-size: 0.95rem;
    margin-top: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .hero-services {
    margin-top: -10rem;
  }
  .hero-services .service-box {
    padding: 1.25rem;
    border-radius: 1rem;
  }
  .hero-services .service-box h2 {
    font-size: 1.8rem;
  }
  .hero-services .service-box p {
    font-size: 0.85rem;
  }
  .hero-services .service-box .service-item {
    padding: 1rem;
  }
  .hero-services .service-box .service-item img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .hero-services .service-box h6 {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

.footer-section {
  position: relative;
  margin-top: 180px;
}

.footer-cta {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: -90px;
  background: #f5eedc;
  border-radius: 28px;
  padding: 0 55px;
}
.footer-cta .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.footer-cta .row {
  min-height: 250px;
}
.footer-cta .footer-cta-content {
  position: relative;
  z-index: 5;
  padding: 35px 0;
}
.footer-cta h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.25;
}
.footer-cta .g-btn {
  position: relative;
  z-index: 5;
}
.footer-cta .footer-cta-image {
  position: relative;
  height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 2;
}
.footer-cta .footer-cta-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 190px at 78% 60%, rgba(212, 186, 118, 0.18) 0%, rgba(212, 186, 118, 0.18) 99%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.footer-cta .footer-cta-image::before {
  content: "";
  position: absolute;
  right: 4rem;
  top: 10px;
  width: 34rem;
  height: 17rem;
  background: url("../img/pages/mos-bg.png") center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
.footer-cta .footer-cta-image img {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 26rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(30px);
}
@media (max-width: 991.98px) {
  .footer-cta {
    padding: 0 35px;
  }
  .footer-cta .row {
    min-height: 280px;
  }
  .footer-cta .footer-cta-content {
    padding: 40px 0;
  }
  .footer-cta h2 {
    font-size: 1.8rem;
  }
  .footer-cta .footer-cta-image {
    height: 280px;
  }
  .footer-cta .footer-cta-image::after {
    background: radial-gradient(circle 165px at 75% 58%, rgba(212, 186, 118, 0.18) 0%, rgba(212, 186, 118, 0.18) 99%, transparent 100%);
  }
  .footer-cta .footer-cta-image::before {
    width: 27rem;
    height: 17rem;
    right: -4rem;
    top: 10px;
  }
  .footer-cta .footer-cta-image img {
    max-width: 380px;
    transform: translateY(35px);
  }
}
@media (max-width: 767.98px) {
  .footer-cta {
    margin-bottom: -50px;
    padding: 30px 20px 0;
    border-radius: 22px;
  }
  .footer-cta .row {
    min-height: auto;
  }
  .footer-cta .footer-cta-content {
    padding: 10px 0 25px;
    text-align: center;
  }
  .footer-cta h2 {
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .footer-cta .g-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-cta .footer-cta-image {
    height: 230px;
    margin-top: 0;
    justify-content: center;
  }
  .footer-cta .footer-cta-image::after {
    background: radial-gradient(circle 125px at 50% 50%, rgba(212, 186, 118, 0.18) 0%, rgba(212, 186, 118, 0.18) 99%, transparent 100%);
  }
  .footer-cta .footer-cta-image::before {
    width: 24rem;
    height: 15rem;
    right: 50%;
    top: 0;
    transform: translateX(50%);
  }
  .footer-cta .footer-cta-image img {
    width: 100%;
    max-width: 330px;
    transform: translateY(35px);
  }
}
@media (max-width: 575.98px) {
  .footer-cta {
    margin-bottom: -40px;
    padding: 25px 15px 0;
    border-radius: 20px;
  }
  .footer-cta .footer-cta-content {
    padding: 5px 0 15px;
  }
  .footer-cta h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .footer-cta .g-btn {
    margin-top: 18px;
  }
  .footer-cta .footer-cta-image {
    height: 190px;
  }
  .footer-cta .footer-cta-image::after {
    background: radial-gradient(circle 100px at 50% 50%, rgba(212, 186, 118, 0.18) 0%, rgba(212, 186, 118, 0.18) 99%, transparent 100%);
  }
  .footer-cta .footer-cta-image::before {
    display: none;
  }
  .footer-cta .footer-cta-image img {
    max-width: 280px;
    transform: translateY(30px);
  }
}
@media (max-width: 400px) {
  .footer-cta {
    padding: 22px 12px 0;
  }
  .footer-cta h2 {
    font-size: 1.35rem;
  }
  .footer-cta .footer-cta-image {
    height: 175px;
  }
  .footer-cta .footer-cta-image::after {
    background: radial-gradient(circle 90px at 50% 50%, rgba(212, 186, 118, 0.18) 0%, rgba(212, 186, 118, 0.18) 99%, transparent 100%);
  }
  .footer-cta .footer-cta-image img {
    max-width: 250px;
    transform: translateY(25px);
  }
}

.footer-main {
  background: #000;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 30px;
}
.footer-main .footer-logo {
  width: 110px;
}
.footer-main p {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
  line-height: 1.6;
}
.footer-main h5 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 1.2rem;
}
.footer-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-main li {
  margin-bottom: 14px;
}
.footer-main a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.9rem;
}
.footer-main a:hover {
  color: #B89B51;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.footer-contact i {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B89B51;
}
.footer-contact span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  font-size: 0.9rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 60px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
}
.footer-bottom span {
  color: #B89B51;
}

.footer-section.another-footer {
  margin-top: 0px;
}

@media (max-width: 991px) {
  .footer-section {
    margin-top: 120px;
  }
  .footer-cta {
    margin-bottom: -60px;
    padding: 35px;
    text-align: center;
  }
  .footer-cta h2 {
    font-size: 2rem;
  }
  .footer-cta img {
    margin-top: 25px;
    max-height: 220px;
  }
  .footer-main {
    padding-top: 110px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .footer-cta {
    padding: 25px;
  }
  .footer-cta h2 {
    font-size: 1.6rem;
  }
  .footer-main {
    padding-top: 90px;
  }
}
.sticky-social {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 9999;
}
.sticky-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sticky-social .social-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #B89B51;
}
.sticky-social .social-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.sticky-social .social-icon a i {
  color: #000;
  font-size: 24px;
}
.sticky-social .social-icon:hover {
  transform: translateY(-3px);
  transition: 0.3s ease;
}
@media (max-width: 578px) {
  .sticky-social {
    right: 10px;
    bottom: 20px;
  }
  .sticky-social .social-icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .sticky-quick {
    left: 1rem;
    bottom: 1rem;
  }
  .sticky-quick .quick-enquiry {
    padding-right: 0.9rem;
  }
  .sticky-quick .quick-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .sticky-quick .quick-text {
    font-size: 0.9rem;
  }
}
.about {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
.about .about-image-wrap {
  position: relative;
  min-height: 39rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about-bg {
  position: absolute;
  top: -8%;
  left: -50%;
  width: 70%;
  height: 107%;
  background: #f1ecdc;
  z-index: 0;
}
.about .about-image {
  position: relative;
  z-index: 1;
}
.about .about-image img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.about .about-content {
  padding-left: 2rem;
}
.about .about-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #b79a50;
  font-size: 1rem;
  font-weight: 500;
}
.about .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.about .section-title span {
  color: #B89B51;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
}
.about p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #817A67;
  margin-bottom: 1rem;
}
.about .stats-section {
  margin-top: 2rem;
}
.about .stats-section .stats-wrapper {
  width: 100%;
  border: 1px solid #ead9b7;
  border-radius: 2rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 0.5rem;
}
.about .stats-section .stat-item {
  flex: 1;
  position: relative;
  padding: 0 2rem;
  text-align: left;
}
.about .stats-section .stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background: #ead9b7;
}
.about .stats-section .stat-item .feature-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #f5eddc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .stats-section .stat-item .feature-icon i {
  color: #b99845;
  font-size: 1rem;
}
.about .stats-section .stat-item h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.about .stats-section .stat-item p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 1399px) {
  .about .about-image-wrap {
    min-height: 34rem;
  }
  .about .section-title {
    font-size: 2.4rem;
  }
  .about .stat-item {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1199px) {
  .about .about-content {
    padding-left: 1.5rem;
  }
  .about .about-image-wrap {
    min-height: 30rem;
  }
  .about .section-title {
    font-size: 2.1rem;
  }
  .about .stats-wrapper {
    padding: 1rem;
  }
  .about .stat-item {
    padding: 0 1rem;
  }
  .about .stat-item .feature-icon {
    width: 46px;
    height: 46px;
  }
  .about .stat-item h4 {
    font-size: 1rem;
  }
  .about .stat-item p {
    font-size: 0.8rem;
  }
}
@media (max-width: 991px) {
  .about .row {
    row-gap: 3rem;
  }
  .about .about-image-wrap {
    min-height: auto;
  }
  .about .about-bg {
    width: 100%;
    left: -35%;
    height: 100%;
  }
  .about .about-content {
    padding-left: 0;
  }
  .about .section-title {
    font-size: 2rem;
  }
  .about .stats-wrapper {
    padding: 1rem;
  }
  .about .stat-item {
    width: 100%;
    padding: 1.5rem 0;
  }
  .about .stat-item .feature-icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 3.5rem 0;
  }
  .about .about-bg {
    display: none;
  }
  .about .about-image img {
    border-radius: 0.75rem;
  }
  .about .about-label {
    font-size: 0.9rem;
  }
  .about .section-title {
    font-size: 1.7rem;
  }
  .about p {
    font-size: 0.9rem;
  }
  .about .stats-wrapper {
    border-radius: 1.25rem;
  }
  .about .stat-item {
    padding: 1.25rem 0;
  }
  .about .stat-item .feature-icon {
    width: 45px;
    height: 45px;
  }
  .about .stat-item .feature-icon i {
    font-size: 0.9rem;
  }
  .about .stat-item h4 {
    font-size: 1rem;
  }
  .about .stat-item p {
    font-size: 0.82rem;
  }
}
@media (max-width: 575px) {
  .about .section-title {
    font-size: 1.45rem;
  }
  .about .about-image img {
    width: 100%;
  }
  .about .stats-wrapper {
    flex-direction: column;
    padding: 0.75rem;
  }
  .about .stat-item .feature-icon {
    width: 42px;
    height: 42px;
  }
  .about .stat-item h4 {
    font-size: 0.95rem;
  }
  .about .stat-item p {
    font-size: 0.75rem;
  }
}

.why-choose {
  position: relative;
  background: #000;
  padding: 7rem 0;
  overflow: hidden;
}
.why-choose .container {
  position: relative;
  z-index: 2;
}
.why-choose .shield-bg {
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.why-choose .shield-bg img {
  opacity: 1;
}
.why-choose .section-heading {
  position: relative;
  z-index: 2;
  padding-top: 3.7rem;
}
@media (max-width: 767px) {
  .why-choose .section-heading {
    padding-top: 1rem;
  }
}
.why-choose .section-heading h2 {
  color: #fff;
  font-size: 2.6rem;
}
.why-choose .why-cards {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
}
.why-choose .why-card {
  background: #181616;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 2rem 1.4rem;
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
}
.why-choose .why-card:hover {
  border-color: #B89B51;
  opacity: 0.9;
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(184, 155, 81, 0.15);
}
.why-choose .icon {
  width: 60px;
  height: 60px;
  margin: auto auto 1.5rem;
  border-radius: 50%;
  background: #B89B51;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose .icon img {
  width: 34px;
}
.why-choose h5 {
  color: #B89B51;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
  margin-bottom: 0.2rem;
}
.why-choose p {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.4;
  letter-spacing: -0.1px;
  font-weight: 200;
  margin: 0;
}
@media (min-width: 1200px) {
  .why-choose .row > .col-lg {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 991px) {
  .why-choose .section-heading h2 {
    font-size: 2.4rem;
  }
  .why-choose .why-cards {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .why-choose .shield-bg {
    display: none;
  }
  .why-choose .section-heading h2 {
    font-size: 2rem;
  }
  .why-choose .why-card {
    padding: 1.8rem 1.2rem;
  }
  .why-choose .why-card .icon {
    width: 60px;
    height: 60px;
  }
  .why-choose .why-card .icon img {
    width: 28px;
  }
  .why-choose .why-card h5 {
    font-size: 1rem;
  }
  .why-choose .why-card p {
    font-size: 0.9rem;
  }
}

.core-values {
  background: #F5F1E7;
  padding: 6rem 0 8rem;
  position: relative;
}
.core-values .section-title p {
  font-weight: 300;
  line-height: 1.6;
  color: #817A67;
}
.core-values .value-card {
  background: #fff;
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  text-align: center;
  height: 100%;
  transition: 0.35s;
}
.core-values .value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.core-values .value-card .icon {
  width: 35px !important;
  height: 35px !important;
  margin: auto auto 1.5rem;
}
.core-values .value-card .icon img {
  width: 100%;
}
.core-values .value-card h3 {
  color: #B89B51 !important;
  font-size: 2rem !important;
  margin-bottom: 1rem;
  font-family: "Franklin Gothic Demi Cond", sans-serif !important;
  font-weight: 700 !important;
}
.core-values .value-card p {
  color: #817A67;
  line-height: 1.6;
  margin: 0;
  font-size: 0.966rem;
}
.core-values .feature-bar {
  margin: -1rem auto 0;
  width: 100%;
  max-width: 53rem;
  background: #000;
  border-radius: 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.7rem;
  position: relative;
  z-index: 2;
}
.core-values .feature-bar .feature-item {
  flex: 1;
  text-align: center;
  position: relative;
}
.core-values .feature-bar .feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
}
.core-values .feature-bar .feature-item img {
  height: 36px;
  margin-bottom: 0.8rem;
}
.core-values .feature-bar .feature-item h6 {
  color: #B89B51;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .core-values .section-title h2 {
    font-size: 2.3rem;
  }
  .core-values .feature-bar {
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: -2rem;
  }
  .core-values .feature-bar .feature-item {
    flex: 0 0 calc(50% - 1rem);
  }
  .core-values .feature-bar .feature-item::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .core-values {
    padding: 4rem 0;
  }
  .core-values .section-title h2 {
    font-size: 1.8rem;
  }
  .core-values .value-card {
    padding: 2rem 1.5rem;
  }
  .core-values .feature-bar {
    width: 100%;
    padding: 1.5rem;
  }
  .core-values .feature-bar .feature-item {
    flex: 0 0 100%;
  }
}

.healing {
  position: relative;
  height: 60rem;
  overflow: hidden;
}
.healing .bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.healing .container {
  height: 100%;
}
.healing .healing-content {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9;
}
.healing .healing-content .sub-title {
  color: #B89B51;
  font-size: 0.95rem;
  display: block;
  font-weight: 300;
}
.healing .healing-content h2 {
  font-size: 3.6em;
  font-weight: 700;
  color: #fff;
}
.healing .healing-content h2 span {
  color: #B89B51;
  font-size: 3.6rem;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
}
.healing .wrapper {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.healing .wrapper .video-main {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.healing .wrapper .video-main .video {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.831372549);
  backdrop-filter: blur(8px);
  transition: 0.3s ease;
  border: 0.4px solid lightgray;
}
.healing .wrapper .video-main .video svg {
  color: #000;
  font-size: 1rem;
  line-height: 1;
  transition: 0.3s ease;
}
.healing .wrapper .video-main .video:hover {
  background: #B89B51;
}
@media (max-width: 1199.98px) {
  .healing {
    height: 42rem;
  }
  .healing .healing-content h2 {
    font-size: 3.6em;
  }
  .healing .healing-content h2 span {
    font-size: 3.6rem;
  }
  .healing .wrapper {
    top: 68%;
  }
}
@media (max-width: 991.98px) {
  .healing {
    height: 38rem;
  }
  .healing .healing-content {
    padding: 0 2rem;
  }
  .healing .healing-content h2 {
    font-size: 3.6em;
  }
  .healing .healing-content h2 span {
    font-size: 3.6rem;
  }
  .healing .wrapper .video-main .video {
    width: 4rem;
    height: 4rem;
  }
  .healing .wrapper .video-main .video i {
    font-size: 1.7rem;
  }
}
@media (max-width: 767.98px) {
  .healing {
    height: 32rem;
  }
  .healing .healing-content {
    padding: 0 1rem;
  }
  .healing .healing-content h2 {
    font-size: 3.6em;
  }
  .healing .healing-content h2 span {
    font-size: 3.6rem;
  }
  .healing .wrapper .video-main .video {
    width: 3.5rem;
    height: 3.5rem;
  }
  .healing .wrapper .video-main .video i {
    font-size: 1.5rem;
  }
  .healing .wrapper .video-main .video::after {
    inset: -0.3rem;
  }
}
@media (max-width: 575.98px) {
  .healing {
    height: 28rem;
  }
  .healing .healing-content h2 {
    font-size: 2.3em;
  }
  .healing .healing-content h2 span {
    font-size: 2.3rem;
  }
  .healing .wrapper .video-main .video {
    width: 3rem;
    height: 3rem;
  }
  .healing .wrapper .video-main .video i {
    font-size: 1.3rem;
  }
}

.care-section .care-box {
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
  min-height: 32rem;
  padding: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.care-section .care-box .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.care-section .care-box .care-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.care-section .care-box .care-content .row {
  width: 100%;
}
.care-section .care-box .care-content .col-lg-6 {
  text-align: left;
}
.care-section .care-box .care-content h2 {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  text-align: left;
}
.care-section .care-box .care-content h3 {
  font-family: "Hurricane";
  font-size: 3.5rem;
  color: #B89B51;
}
.care-section .care-box .care-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
  max-width: 30rem;
  margin: 0 0 2rem;
  text-align: left;
}
.care-section .care-box .care-content .g-btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .care-section .care-box {
    padding: 4rem 3rem;
    min-height: 26rem;
  }
  .care-section .care-box .care-content h2 {
    font-size: 2.4rem;
  }
  .care-section .care-box .care-content p {
    max-width: 100%;
  }
}
@media (max-width: 567px) {
  .care-section .care-box {
    padding: 3rem 1.5rem;
    min-height: 22rem;
    border-radius: 1.8rem;
  }
  .care-section .care-box .care-content h2 {
    font-size: 2rem;
  }
  .care-section .care-box .care-content h2 br {
    display: none;
  }
  .care-section .care-box .care-content h3 {
    font-size: 1.9rem;
  }
  .care-section .care-box .care-content p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}

.cases-section .top-contnet {
  color: #817A67;
  font-weight: 300;
}
.cases-section .case-large {
  overflow: hidden;
  border-radius: 2rem;
  height: 28rem;
}
.cases-section .case-large .row {
  height: 100%;
}
.cases-section .case-large .case-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cases-section .case-large .case-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}
.cases-section .case-large:hover .case-image img {
  transform: scale(1.08);
}
.cases-section .case-large .case-content {
  background: #000;
  color: #fff;
  height: 100%;
  padding: 3rem 2rem 1rem;
  display: flex;
  flex-direction: column;
}
.cases-section .case-large .case-content h3 {
  line-height: 1.3;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  font-weight: 500;
}
.cases-section .case-large .case-content p {
  line-height: 1.6;
  font-size: 0.933rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.cases-section .case-large .case-content .read-more {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.cases-section .case-large .case-content .date {
  color: rgba(255, 255, 255, 0.7);
}
.cases-section .case-large .case-content .case-btn2 {
  margin-top: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.cases-section .case-large .case-content .case-btn2 i {
  font-size: 2rem;
}
.cases-section .case-large .case-content .case-btn2:hover {
  color: #B89B51;
}
.cases-section .case-card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  height: 13rem;
}
.cases-section .case-card > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}
.cases-section .case-card:hover > img {
  transform: scale(1.08);
}
.cases-section .case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(138, 136, 136, 0.486) 100%);
  z-index: 1;
  pointer-events: none;
}
.cases-section .case-card .overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 1.8rem 1.4rem 1.2rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.151) 0%, rgba(0, 0, 0, 0.9254901961) 100%);
}
.cases-section .case-card .overlay h5 {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.cases-section .case-card .overlay .case-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  transition: 0.3s;
}
.cases-section .case-card .overlay .case-btn i {
  font-size: 1.7rem;
}
.cases-section .case-card .overlay .case-btn:hover {
  color: #B89B51;
}
@media (max-width: 991.98px) {
  .cases-section .case-large {
    height: auto;
  }
  .cases-section .case-large .row {
    height: auto;
  }
  .cases-section .case-large .case-content {
    min-height: 22rem;
    padding: 2rem;
  }
  .cases-section .case-card {
    height: 16rem;
  }
}
@media (max-width: 578px) {
  .cases-section .case-large {
    height: auto;
  }
  .cases-section .case-large .row {
    height: auto;
  }
  .cases-section .case-large .case-image {
    height: 14rem;
  }
  .cases-section .case-large .case-content {
    min-height: auto;
    height: auto;
    padding: 1rem !important;
  }
  .cases-section .case-large .case-content h3 {
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.2rem !important;
  }
  .cases-section .case-large .case-content p {
    line-height: 1.4;
    margin-bottom: 1rem !important;
    font-weight: 500;
    font-size: 0.7rem !important;
  }
  .cases-section .case-large .case-content a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 0.6rem !important;
  }
  .cases-section .case-large .case-content .date {
    font-size: 0.7rem;
  }
  .cases-section .case-card {
    height: 16rem;
  }
  .cases-section .case-card > img {
    transition: transform 0.6s ease-in-out;
  }
  .cases-section .case-card:hover > img {
    transform: scale(1.08);
  }
}

.mosquito-free .mosquito-card {
  position: relative;
  overflow: hidden;
  min-height: 42rem;
}
.mosquito-free .mosquito-card .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mosquito-free .mosquito-card .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 42rem;
  padding: 2rem 1.25rem;
}
.mosquito-free .mosquito-card .content h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.15;
}
.mosquito-free .mosquito-card .content h3 {
  color: #fff;
  font-size: 2rem;
  margin-top: 0;
  font-family: "Hurricane";
  font-weight: 400;
}
.mosquito-free .mosquito-card .content .g-btn {
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .mosquito-free .mosquito-card {
    min-height: 30rem;
  }
  .mosquito-free .mosquito-card .content {
    height: 30rem;
    padding: 2rem 1rem;
  }
  .mosquito-free .mosquito-card .content h2 {
    font-size: 2rem;
    line-height: 1.2;
    max-width: 22rem;
  }
  .mosquito-free .mosquito-card .content h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .mosquito-free .mosquito-card .content .g-btn {
    margin-top: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .mosquito-free .mosquito-card {
    min-height: 26rem;
  }
  .mosquito-free .mosquito-card .content {
    height: 26rem;
    padding: 1.5rem 1rem;
  }
  .mosquito-free .mosquito-card .content h2 {
    font-size: 1.7rem;
    line-height: 1.2;
    max-width: 19rem;
  }
  .mosquito-free .mosquito-card .content h3 {
    font-size: 1.4rem;
  }
  .mosquito-free .mosquito-card .content .g-btn {
    margin-top: 0.5rem;
  }
}

.testimonial-section .swiper {
  overflow: hidden;
}
.testimonial-section .testimonial-card {
  display: flex;
  height: 340px;
  overflow: hidden;
  border-radius: 24px;
  background: #B89B51;
}
.testimonial-section .testimonial-image {
  width: 48%;
  position: relative;
  overflow: hidden;
}
.testimonial-section .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.testimonial-section .testimonial-image .play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(144, 131, 131, 0.1);
  backdrop-filter: blur(5px);
  border: 0.4px solid lightgray;
  color: #fff;
  text-decoration: none;
  font-size: 3rem;
}
.testimonial-section .testimonial-content {
  width: 55%;
  background: #B89B51;
  color: #fff;
  padding: 45px 0px 45px 70px;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -70px;
}
.testimonial-section .testimonial-content p {
  line-height: 1.5;
  font-size: 0.82rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.testimonial-section .testimonial-content h5 {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0rem;
}
.testimonial-section .testimonial-content span {
  opacity: 0.85;
  font-size: 0.8rem;
}
.testimonial-section .testimonial-navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 3rem;
}
.testimonial-section .testimonial-navigation::before, .testimonial-section .testimonial-navigation::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42%;
  height: 1px;
  background: #e9e4d7;
  transform: translateY(-50%);
}
.testimonial-section .testimonial-navigation::before {
  left: 0;
}
.testimonial-section .testimonial-navigation::after {
  right: 0;
}
.testimonial-section .testimonial-navigation .testimonial-prev,
.testimonial-section .testimonial-navigation .testimonial-next {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  background-color: #000;
}
.testimonial-section .testimonial-navigation .testimonial-prev:hover,
.testimonial-section .testimonial-navigation .testimonial-next:hover {
  background-color: #B89B51;
}
.testimonial-section .testimonial-navigation .testimonial-prev i,
.testimonial-section .testimonial-navigation .testimonial-next i {
  font-size: 1.2rem;
  color: #B89B51;
}
.testimonial-section .testimonial-navigation .testimonial-prev i:hover,
.testimonial-section .testimonial-navigation .testimonial-next i:hover {
  color: #000;
}
.testimonial-section .testimonial-navigation .testimonial-prev:hover,
.testimonial-section .testimonial-navigation .testimonial-next:hover {
  transform: translateY(-2px);
}

/* Large Desktop */
@media (max-width: 1399px) {
  .testimonial-section .testimonial-card {
    height: 320px;
  }
  .testimonial-section .testimonial-content .quote img {
    height: 2.4rem;
  }
  .testimonial-section .testimonial-content .quote {
    margin-bottom: 1.2rem;
  }
  .testimonial-section .testimonial-content {
    padding: 20px 20px 20px 60px;
  }
  .testimonial-section .testimonial-content p {
    font-size: 0.8rem;
  }
  .testimonial-section .testimonial-content h5 {
    font-size: 1rem;
  }
  .testimonial-section .testimonial-image .play-btn {
    width: 65px;
    height: 65px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .testimonial-section .testimonial-image {
    width: 46%;
  }
  .testimonial-section .testimonial-content .quote img {
    height: 2.5rem;
  }
  .testimonial-section .testimonial-content .quote {
    margin-bottom: 1.3rem;
  }
  .testimonial-section .testimonial-content {
    width: 54%;
    margin-left: -55px;
    padding: 15px 0px 25px 55px;
  }
  .testimonial-section .testimonial-content p {
    font-size: 0.73rem;
  }
  .testimonial-section .testimonial-content h5 {
    font-size: 0.95rem;
  }
  .testimonial-section .testimonial-content span {
    font-size: 0.75rem;
  }
  .testimonial-section .testimonial-navigation::before, .testimonial-section .testimonial-navigation::after {
    width: 38%;
  }
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-card {
    height: auto;
  }
  .testimonial-section .testimonial-image,
  .testimonial-section .testimonial-content {
    width: 100%;
  }
  .testimonial-section .testimonial-image {
    height: 320px;
  }
  .testimonial-section .testimonial-content .quote img {
    height: 2rem;
  }
  .testimonial-section .testimonial-content .quote {
    margin-bottom: 1rem;
  }
  .testimonial-section .testimonial-content {
    margin-left: -55px;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
    padding: 45px 20px 25px 55px;
  }
  .testimonial-section .testimonial-navigation {
    margin-top: 2rem;
  }
  .testimonial-section .testimonial-navigation::before, .testimonial-section .testimonial-navigation::after {
    width: 32%;
  }
  .testimonial-section .testimonial-navigation .testimonial-prev,
  .testimonial-section .testimonial-navigation .testimonial-next {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-card {
    border-radius: 18px;
  }
  .testimonial-section .testimonial-image {
    height: 240px;
  }
  .testimonial-section .testimonial-image .play-btn {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
  .testimonial-section .testimonial-content {
    margin-left: -55px;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
    padding: 45px 10px 25px 55px;
  }
  .testimonial-section .testimonial-content .quote img {
    height: 3rem;
  }
  .testimonial-section .testimonial-content p {
    font-size: 0.85rem;
  }
  .testimonial-section .testimonial-content h5 {
    font-size: 1rem;
  }
  .testimonial-section .testimonial-content span {
    font-size: 0.8rem;
  }
  .testimonial-section .testimonial-navigation {
    gap: 12px;
  }
  .testimonial-section .testimonial-navigation::before, .testimonial-section .testimonial-navigation::after {
    width: 26%;
  }
  .testimonial-section .testimonial-navigation .testimonial-prev,
  .testimonial-section .testimonial-navigation .testimonial-next {
    width: 45px;
    height: 45px;
  }
  .testimonial-section .testimonial-navigation .testimonial-prev i,
  .testimonial-section .testimonial-navigation .testimonial-next i {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-image {
    height: auto;
  }
  .testimonial-section .testimonial-content {
    margin-left: -95px;
    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%);
    padding: 45px 10px 25px 55px;
  }
  .testimonial-section .testimonial-content .quote img {
    height: 2rem;
  }
  .testimonial-section .testimonial-content p {
    font-size: 0.6rem;
    line-height: 1.6;
  }
  .testimonial-section .testimonial-content h5 {
    font-size: 0.75rem;
  }
  .testimonial-section .testimonial-content span {
    font-size: 0.65rem;
  }
  .testimonial-section .testimonial-navigation::before, .testimonial-section .testimonial-navigation::after {
    width: 20%;
  }
  .testimonial-section .testimonial-navigation .testimonial-prev,
  .testimonial-section .testimonial-navigation .testimonial-next {
    width: 42px;
    height: 42px;
  }
}
.featured-products {
  background: linear-gradient(90deg, #000 33.86%, #353434 100%);
  overflow: hidden;
  padding: 100px 0;
  height: 53rem;
  position: relative;
}
.featured-products::before {
  content: "";
  position: absolute;
  right: 0;
  width: 420px;
  height: 420px;
  background: url("../img/icons/mos1.png") no-repeat top right;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
  z-index: 99;
}
.featured-products::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
  height: 450px;
  background: url("../img/icons/mos2.png") no-repeat bottom left;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
  z-index: 99;
}
.featured-products .section-heading {
  margin-bottom: 70px;
}
.featured-products .section-heading p {
  color: rgba(255, 255, 255, 0.6);
}
.featured-products .product-row {
  min-height: 30rem;
  display: flex;
  align-items: flex-end;
  z-index: 99;
}
.featured-products .col-lg-3,
.featured-products .col-md-6 {
  display: flex;
  align-items: flex-end;
  transition: 0.5s;
}
.featured-products .product-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  cursor: pointer;
  transition: all 0.55s ease;
}
.featured-products .product-card img {
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.featured-products .product-card.tall {
  height: 220px;
}
.featured-products .product-card.medium {
  height: 140px;
}
.featured-products .product-card.small {
  height: 120px;
}
.featured-products .product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.35), transparent);
  transition: 0.5s;
  z-index: 1;
}
.featured-products .product-card .product-arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #B89B51;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  z-index: 3;
  transition: 0.45s;
}
.featured-products .product-card .product-content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(35px);
  transition: 0.45s;
}
.featured-products .product-card .product-content h4 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.featured-products .product-card .product-content p {
  color: #ddd;
  font-size: 0.8rem;
  font-weight: 300;
  margin: 0;
}
.featured-products {
  /* Hover Anywhere */
}
.featured-products:hover .product-card {
  transform: translateY(-70px);
}
.featured-products:hover .product-card img {
  transform: scale(1.08);
}
.featured-products:hover .product-card.tall {
  height: 30rem;
}
.featured-products:hover .product-card.tall img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.featured-products:hover .product-card.medium {
  height: 20rem;
}
.featured-products:hover .product-card.medium img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.featured-products:hover .product-card.small {
  height: 15rem;
}
.featured-products:hover .product-card.small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.featured-products:hover .product-card::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.2));
}
.featured-products:hover .product-card .product-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.featured-products {
  /* ============ Responsive ============ */
}
@media (max-width: 991px) {
  .featured-products {
    padding: 70px 0;
  }
  .featured-products .product-row {
    min-height: auto;
  }
  .featured-products .col-lg-3,
  .featured-products .col-md-6 {
    margin-bottom: 25px;
  }
  .featured-products .product-card.tall, .featured-products .product-card.medium, .featured-products .product-card.small {
    height: 280px;
  }
  .featured-products:hover .product-card {
    transform: none;
  }
  .featured-products:hover .product-card.tall, .featured-products:hover .product-card.medium, .featured-products:hover .product-card.small {
    height: 320px;
  }
  .featured-products:hover .product-card .product-content {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@media (max-width: 767px) {
  .featured-products {
    padding: 60px 0;
  }
  .featured-products .section-heading {
    margin-bottom: 40px;
  }
  .featured-products .product-card {
    border-radius: 18px;
  }
  .featured-products .product-card.tall, .featured-products .product-card.medium, .featured-products .product-card.small {
    height: 240px;
  }
  .featured-products .product-card .product-arrow {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  .featured-products .product-card .product-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .featured-products .product-card .product-content h4 {
    font-size: 1.4rem;
  }
  .featured-products .product-card .product-content p {
    font-size: 0.8rem;
  }
  .featured-products:hover .product-card.tall, .featured-products:hover .product-card.medium, .featured-products:hover .product-card.small {
    height: 280px;
  }
}

@media (max-width: 1399px) {
  .featured-products {
    height: auto;
    padding: 90px 0;
  }
  .featured-products::before {
    width: 340px;
    height: 340px;
  }
  .featured-products::after {
    width: 300px;
    height: 300px;
  }
  .featured-products .product-row {
    min-height: 28rem;
  }
  .featured-products:hover .product-card {
    transform: translateY(-50px);
  }
  .featured-products:hover .product-card.tall {
    height: 26rem;
  }
  .featured-products:hover .product-card.medium {
    height: 18rem;
  }
  .featured-products:hover .product-card.small {
    height: 14rem;
  }
}
@media (max-width: 1199px) {
  .featured-products {
    padding: 80px 0;
    height: auto;
  }
  .featured-products::before {
    width: 280px;
    height: 280px;
  }
  .featured-products::after {
    width: 240px;
    height: 240px;
  }
  .featured-products .product-row {
    min-height: 24rem;
  }
  .featured-products .product-card .product-content {
    left: 20px;
    right: 20px;
  }
  .featured-products .product-card .product-content h4 {
    font-size: 1.1rem;
  }
  .featured-products .product-card .product-content p {
    font-size: 0.75rem;
  }
  .featured-products:hover .product-card {
    transform: translateY(-40px);
  }
  .featured-products:hover .product-card.tall {
    height: 24rem;
  }
  .featured-products:hover .product-card.medium {
    height: 17rem;
  }
  .featured-products:hover .product-card.small {
    height: 13rem;
  }
}
@media (max-width: 991px) {
  .featured-products {
    height: auto;
    padding: 70px 0;
  }
  .featured-products::before, .featured-products::after {
    display: none;
  }
  .featured-products .section-heading {
    margin-bottom: 45px;
  }
  .featured-products .product-row {
    min-height: auto;
  }
  .featured-products .col-lg-3,
  .featured-products .col-md-6 {
    margin-bottom: 24px;
  }
  .featured-products .product-card.tall, .featured-products .product-card.medium, .featured-products .product-card.small {
    height: 300px;
  }
  .featured-products .product-card img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .featured-products .product-card .product-content {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .featured-products:hover .product-card {
    transform: none;
  }
  .featured-products:hover .product-card.tall, .featured-products:hover .product-card.medium, .featured-products:hover .product-card.small {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .featured-products {
    padding: 60px 0;
  }
  .featured-products .section-heading {
    margin-bottom: 35px;
  }
  .featured-products .product-card {
    border-radius: 18px;
  }
  .featured-products .product-card.tall, .featured-products .product-card.medium, .featured-products .product-card.small {
    height: 260px;
  }
  .featured-products .product-card .product-arrow {
    width: 44px;
    height: 44px;
    top: 15px;
    right: 15px;
    font-size: 0.9rem;
  }
  .featured-products .product-card .product-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .featured-products .product-card .product-content h4 {
    font-size: 1.15rem;
  }
  .featured-products .product-card .product-content p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .featured-products:hover .product-card.tall, .featured-products:hover .product-card.medium, .featured-products:hover .product-card.small {
    height: 260px;
  }
}
@media (max-width: 575px) {
  .featured-products {
    padding: 50px 0;
  }
  .featured-products .section-heading h2 {
    font-size: 2rem;
  }
  .featured-products .section-heading p {
    font-size: 0.9rem;
  }
  .featured-products .product-card {
    border-radius: 16px;
  }
  .featured-products .product-card.tall, .featured-products .product-card.medium, .featured-products .product-card.small {
    height: 220px;
  }
  .featured-products .product-card .product-arrow {
    width: 40px;
    height: 40px;
  }
  .featured-products .product-card .product-content {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .featured-products .product-card .product-content h4 {
    font-size: 1rem;
  }
  .featured-products .product-card .product-content p {
    font-size: 0.7rem;
  }
}
.how-work .swiper {
  overflow: visible;
}
.how-work .step-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 35px;
  padding-bottom: 14px;
  border-bottom: 2px solid #B89B51;
}
.how-work .step-info .step-count {
  color: #7b7b9d;
  font-size: 1rem;
}
.how-work .step-info .step-title {
  color: #B89B51;
  font-size: 1.1rem;
  font-weight: 500;
}
.how-work .buttons {
  display: flex;
  gap: 15px;
}
.how-work .work-image {
  border-radius: 28px;
  overflow: hidden;
}
.how-work .work-image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.how-work .big-number {
  position: absolute;
  left: -80px;
  bottom: -15px;
  font-size: 5.6rem;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
  font-weight: 700;
  background: linear-gradient(179deg, #b89b51 21.45%, rgba(255, 255, 255, 0) 91.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .how-work .big-number {
    left: -45px;
    bottom: -8px;
    font-size: 4.8rem;
  }
  .how-work .step-info {
    margin: 40px 0 30px;
  }
}
@media (max-width: 991.98px) {
  .how-work .row {
    row-gap: 40px;
  }
  .how-work .col-lg-5 {
    order: 2;
  }
  .how-work .col-lg-6 {
    order: 1;
  }
  .how-work .section-title br {
    display: none;
  }
  .how-work .step-info {
    margin: 35px 0 25px;
  }
  .how-work .step-info .step-count {
    font-size: 0.95rem;
  }
  .how-work .step-info .step-title {
    font-size: 1rem;
  }
  .how-work .buttons {
    justify-content: center;
    margin-bottom: 20px;
  }
  .how-work .big-number {
    left: 20px;
    bottom: -20px;
    font-size: 4rem;
  }
  .how-work .swiper {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .how-work {
    padding: 60px 0;
  }
  .how-work .section-title {
    font-size: 2rem;
  }
  .how-work .step-info {
    align-items: flex-start;
    gap: 10px;
    margin: 25px 0;
  }
  .how-work .step-info .step-count {
    font-size: 0.9rem;
  }
  .how-work .step-info .step-title {
    font-size: 1rem;
  }
  .how-work .progress-line {
    margin-bottom: 20px;
  }
  .how-work .buttons {
    width: 100%;
    gap: 12px;
  }
  .how-work .buttons .g-btn,
  .how-work .buttons .common-btn2 {
    width: 100%;
    justify-content: space-between;
  }
  .how-work .big-number {
    position: absolute;
    left: 15px;
    bottom: -12px;
    font-size: 3rem;
  }
  .how-work .swiper-slide img {
    border-radius: 20px;
  }
}
@media (max-width: 575.98px) {
  .how-work .section-title {
    font-size: 1.75rem;
  }
  .how-work .step-info {
    margin: 20px 0;
  }
  .how-work .step-info .step-count {
    font-size: 0.85rem;
  }
  .how-work .step-info .step-title {
    font-size: 0.95rem;
  }
  .how-work .big-number {
    left: 10px;
    bottom: -8px;
    font-size: 2.5rem;
  }
  .how-work .swiper-slide img {
    border-radius: 16px;
  }
}
.why-choose.mission p {
  opacity: 0.8;
}
.why-choose.mission .why-cards .why-card {
  height: 18rem;
}
.why-choose.mission .why-cards .why-card .icon {
  background: transparent !important;
}
.why-choose.mission .why-cards .why-card .icon img {
  height: 9rem !important;
}
.why-choose.mission .why-cards .why-card .icon {
  margin-bottom: 0.1rem;
}
.why-choose.mission .why-cards .why-card h5 {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.why-choose.mission .why-cards .why-card p {
  color: #817A67;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}

.about.new .about-content p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: #817A67;
  margin-bottom: 1rem;
}
.about.new .about-content p:last-child {
  margin-bottom: 0;
}
.about.new .about-image-wrap {
  position: relative;
  padding-left: 2rem;
}
.about.new .about-image {
  position: relative;
  width: 100%;
}
.about.new .about-image .main-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 1rem;
}
.about.new .about-image .mosquito-img {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  left: -0.5rem;
  bottom: -1.8rem;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  padding: 0.5rem;
}

.hero-section.about {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.hero-section.about img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section.about .overlay {
  background: linear-gradient(181deg, #000 -11.88%, rgba(0, 0, 0, 0) 74.46%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
}
.hero-section.about p {
  color: #000;
}
.hero-section.about .hero-title {
  color: #000;
}
@media (max-width: 991.98px) {
  .hero-section.about img {
    width: 100%;
    height: auto;
    min-height: 32rem !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-section.about .overlay {
    height: 40%;
  }
  .hero-section.about .hero-title {
    font-size: 2.5rem;
    line-height: 1.15;
  }
  .hero-section.about p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .hero-section.about img {
    width: 100%;
    height: 28rem !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-section.about .overlay {
    height: 45%;
  }
  .hero-section.about .hero-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .hero-section.about p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (max-width: 575.98px) {
  .hero-section.about img {
    height: 25rem !important;
  }
  .hero-section.about .overlay {
    height: 50%;
  }
  .hero-section.about .hero-title {
    font-size: 1.75rem;
  }
  .hero-section.about p {
    font-size: 0.8rem;
  }
}

.deserve {
  position: relative;
  overflow: hidden;
}
.deserve .container {
  position: relative;
}
.deserve .deserve-box {
  background: #F5F1E7;
  border-radius: 20px;
  max-width: 80rem;
  padding: 60px 70px;
  position: relative;
  z-index: 2;
}
.deserve .deserve-text {
  margin: auto;
  color: #817A67;
  font-size: 1rem;
  line-height: 1.5;
}
.deserve .side-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  opacity: 0.25;
}
.deserve .left-icon {
  left: -170px;
  top: 0;
}
.deserve .left-icon-2 {
  left: 0px;
}
.deserve .right-icon {
  right: -170px;
  top: 0;
}
.deserve .right-icon-2 {
  right: 0px;
}

@media (max-width: 591px) {
  .deserve .deserve-box {
    padding: 20px 14px !important;
  }
  .deserve .deserve-title {
    font-size: 38px;
  }
  .deserve .deserve-text {
    font-size: 16px;
  }
  .deserve .side-icon {
    display: none;
  }
}
.core-values .about-sec .value-card {
  height: 100%;
  padding: 4rem 3rem 3rem 4rem;
  display: flex;
  flex-direction: column;
}
.core-values .about-sec .value-card .icon {
  height: 5rem !important;
  width: 5rem !important;
  margin-bottom: 1.5rem;
}
.core-values .about-sec .value-card .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.core-values .about-sec .value-card h3 {
  color: #000 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 0.5rem;
}
.core-values .about-sec .value-card p {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #817A67;
  margin-bottom: 0;
}
.core-values .about-sec .value-card hr {
  width: 4.5rem;
  height: 2px;
  border: 0;
  background-color: #B89B51;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  flex-shrink: 0;
}

.industries p {
  color: #817A67;
}
.industries .logo-grid {
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.industries .logo-box {
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #fff;
  cursor: pointer;
  transition: all 0.35s ease;
}
.industries .logo-box img {
  max-width: 150px;
  transition: 0.35s;
}
.industries .logo-box:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.59) 0%, rgba(184, 155, 81, 0.14) 100%);
}
.industries .logo-box:hover img {
  transform: scale(1.05);
}
.industries .logo-box.active {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.59) 0%, rgba(184, 155, 81, 0.14) 100%);
}

.care-section.about .care-box {
  background: #000;
  padding: 10px 50px;
  overflow: hidden;
  border-radius: 20px;
}
.care-section.about .care-box .care-content h2 {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 0;
}
.care-section.about .care-box .care-content p {
  max-width: 450px;
  line-height: 1.8;
}
.care-section.about .care-box .care-content .family-wrapper {
  position: relative;
  height: 25rem;
}
.care-section.about .care-box .care-content .shield {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32rem;
  max-width: 100%;
  z-index: 1;
}
.care-section.about .care-box .care-content .family {
  position: absolute;
  right: -2rem;
  bottom: -4.8rem;
  width: 40rem;
  z-index: 2;
}
.care-section.about .care-box .care-content .icon-n {
  position: absolute;
  width: 40px;
  z-index: 3;
}
.care-section.about .care-box .care-content .icon1 {
  left: -22rem;
  bottom: 0.5rem;
}
.care-section.about .care-box .care-content .icon2 {
  left: -11rem;
  bottom: 0.5rem;
}
.care-section.about .care-box .care-content .icon3 {
  left: -17rem;
  bottom: 4rem;
}

@media (max-width: 1400px) {
  .care-section.about .care-content .family {
    width: 35rem;
  }
  .care-section.about .care-content .shield {
    width: 29rem;
  }
  .care-section.about .care-content .icon1 {
    left: -18rem;
  }
  .care-section.about .care-content .icon2 {
    left: -9rem;
  }
  .care-section.about .care-content .icon3 {
    left: -14rem;
  }
}
@media (max-width: 1199px) {
  .care-section.about .care-box {
    padding: 60px 40px;
  }
  .care-section.about .care-content h2 {
    font-size: 2rem;
  }
  .care-section.about .care-content h3 {
    font-size: 3rem;
  }
  .care-section.about .care-content .family-wrapper {
    height: 22rem;
  }
  .care-section.about .care-content .shield {
    width: 25rem;
  }
  .care-section.about .care-content .family {
    width: 31rem;
    right: -1rem;
    bottom: -3rem;
  }
  .care-section.about .care-content .icon {
    width: 34px;
  }
  .care-section.about .care-content .icon1 {
    left: -14rem;
  }
  .care-section.about .care-content .icon2 {
    left: -7rem;
  }
  .care-section.about .care-content .icon3 {
    left: -11rem;
  }
}
@media (max-width: 991px) {
  .care-section.about .care-box {
    padding: 50px 30px;
  }
  .care-section.about .care-content {
    text-align: center;
  }
  .care-section.about .care-content h2 {
    text-align: center;
  }
  .care-section.about .care-content h3 {
    text-align: center;
  }
  .care-section.about .care-content p {
    max-width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .care-section.about .care-content .family-wrapper {
    height: 27rem;
    margin-top: 3rem;
  }
  .care-section.about .care-content .shield {
    left: 50%;
    transform: translateX(-50%);
    width: 23rem;
  }
  .care-section.about .care-content .family {
    left: 50%;
    transform: translateX(-50%);
    width: 27rem;
    bottom: -2rem;
  }
  .care-section.about .care-content .icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .care-section.about .care-box {
    padding: 40px 20px;
  }
  .care-section.about .care-content h2 {
    font-size: 1.75rem;
  }
  .care-section.about .care-content h3 {
    font-size: 2.5rem;
  }
  .care-section.about .care-content p {
    font-size: 0.95rem;
  }
  .care-section.about .care-content .family-wrapper {
    height: 19rem;
    margin-top: 2rem;
  }
  .care-section.about .care-content .shield {
    width: 17rem;
  }
  .care-section.about .care-content .family {
    width: 21rem;
    bottom: -1rem;
  }
}
@media (max-width: 480px) {
  .care-section.about .care-content h2 {
    font-size: 1.7rem !important;
    margin-bottom: 0.6rem !important;
  }
  .care-section.about .care-content h3 {
    font-size: 2rem;
    text-align: start;
  }
  .care-section.about .care-content p {
    max-width: 100%;
    margin: 0 auto 2rem;
    text-align: start;
  }
  .care-section.about .care-content .family-wrapper {
    height: 16rem !important;
  }
  .care-section.about .care-content .shield {
    width: 14rem;
  }
  .care-section.about .care-content .family {
    width: 17rem;
  }
}
.faq-section {
  background: #F5F1E7;
}
.faq-section .faq-wrapper {
  max-width: 760px;
  margin: auto;
}
.faq-section .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: transparent;
}
.faq-section .accordion-item {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 18px;
  background: #efe3bf;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.faq-section .accordion-button {
  position: relative;
  background: rgba(184, 155, 81, 0.28);
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  padding: 24px 70px 24px 24px;
  box-shadow: none;
  display: flex;
  align-items: center;
}
.faq-section .accordion-button::after {
  display: none;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
  border: 0;
}
.faq-section .accordion-button {
  /* Right icon */
}
.faq-section .accordion-button::before {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  line-height: 1;
}
.faq-section {
  /* Open State */
}
.faq-section .accordion-button:not(.collapsed) {
  background: rgba(184, 155, 81, 0.28);
  color: #222;
}
.faq-section .accordion-button:not(.collapsed)::before {
  content: "−";
}
.faq-section .accordion-body {
  background: rgba(184, 155, 81, 0.28);
  padding: 0 24px 24px;
  color: #817A67;
  line-height: 1.3;
  font-size: 0.9rem;
}
.faq-section .accordion-collapse {
  border: 0;
}

.journey-section {
  background: #F5F1E7;
  overflow: hidden;
}
.journey-section .roadmap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.journey-section .roadmap .road-img {
  width: 100%;
  height: auto;
  display: block;
}
.journey-section .roadmap .point {
  position: absolute;
  width: 220px;
  text-align: center;
  z-index: 2;
}
.journey-section .roadmap .point .pin {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.journey-section .roadmap .point .pin i {
  color: #B89B51;
  font-size: 3.4rem;
  line-height: 1;
}
.journey-section .roadmap .point .point-content {
  width: 100%;
}
.journey-section .roadmap .point .point-content h6 {
  color: #B89B51;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
.journey-section .roadmap .point .point-content p {
  color: #000;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}
.journey-section .roadmap .p1 {
  left: 2%;
  top: 56%;
}
.journey-section .roadmap .p1 .point-content {
  position: absolute;
  width: 220px;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.journey-section .roadmap .p2 {
  left: 17%;
  top: 52%;
}
.journey-section .roadmap .p2 .point-content {
  position: absolute;
  width: 230px;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.journey-section .roadmap .p3 {
  left: 18%;
  top: 14%;
}
.journey-section .roadmap .p3 .point-content {
  position: absolute;
  width: 220px;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.journey-section .roadmap .p4 {
  left: 43%;
  top: 80%;
}
.journey-section .roadmap .p4 .point-content {
  position: absolute;
  width: 230px;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.journey-section .roadmap .p5 {
  left: 39%;
  top: 16%;
}
.journey-section .roadmap .p5 .point-content {
  position: absolute;
  width: 240px;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.journey-section .roadmap .p6 {
  left: 59%;
  top: 48%;
}
.journey-section .roadmap .p6 .point-content {
  position: absolute;
  width: 230px;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.journey-section .roadmap .p7 {
  left: 50%;
  top: 39%;
}
.journey-section .roadmap .p7 .point-content {
  position: absolute;
  width: 230px;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.journey-section .roadmap .p8 {
  left: 72%;
  top: 42%;
}
.journey-section .roadmap .p8 .point-content {
  position: absolute;
  width: 250px;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.journey-section .roadmap .p9 {
  left: 87%;
  top: 5%;
}
.journey-section .roadmap .p9 .point-content {
  position: absolute;
  width: 240px;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .journey-section .roadmap .point {
    width: 160px;
  }
  .journey-section .roadmap .point .pin i {
    font-size: 2.6rem;
  }
  .journey-section .roadmap .point .point-content h6 {
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }
  .journey-section .roadmap .point .point-content p {
    font-size: 0.68rem;
    line-height: 1.3;
  }
  .journey-section .roadmap .p1 {
    left: 1%;
    top: 55%;
  }
  .journey-section .roadmap .p1 .point-content {
    width: 170px;
    bottom: 3rem;
  }
  .journey-section .roadmap .p2 {
    left: 16%;
    top: 52%;
  }
  .journey-section .roadmap .p2 .point-content {
    width: 175px;
    top: 3rem;
  }
  .journey-section .roadmap .p3 {
    left: 18%;
    top: 14%;
  }
  .journey-section .roadmap .p3 .point-content {
    width: 175px;
    bottom: 3rem;
  }
  .journey-section .roadmap .p4 {
    left: 42%;
    top: 78%;
  }
  .journey-section .roadmap .p4 .point-content {
    width: 175px;
    top: 3rem;
  }
  .journey-section .roadmap .p5 {
    left: 38%;
    top: 16%;
  }
  .journey-section .roadmap .p5 .point-content {
    width: 180px;
    bottom: 3rem;
  }
  .journey-section .roadmap .p6 {
    left: 58%;
    top: 48%;
  }
  .journey-section .roadmap .p6 .point-content {
    width: 175px;
    top: 3rem;
  }
  .journey-section .roadmap .p7 {
    left: 49%;
    top: 39%;
  }
  .journey-section .roadmap .p7 .point-content {
    width: 175px;
    bottom: 3rem;
  }
  .journey-section .roadmap .p8 {
    left: 71%;
    top: 42%;
  }
  .journey-section .roadmap .p8 .point-content {
    width: 190px;
    bottom: 3rem;
  }
  .journey-section .roadmap .p9 {
    left: 86%;
    top: 5%;
  }
  .journey-section .roadmap .p9 .point-content {
    width: 190px;
    bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .journey-section .roadmap .point {
    width: 120px;
  }
  .journey-section .roadmap .point .pin i {
    font-size: 2rem;
  }
  .journey-section .roadmap .point .point-content h6 {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
  }
  .journey-section .roadmap .point .point-content p {
    font-size: 0.58rem;
    line-height: 1.25;
  }
  .journey-section .roadmap .p1 {
    left: 0%;
    top: 55%;
  }
  .journey-section .roadmap .p1 .point-content {
    width: 135px;
    bottom: 2.4rem;
  }
  .journey-section .roadmap .p2 {
    left: 15%;
    top: 52%;
  }
  .journey-section .roadmap .p2 .point-content {
    width: 140px;
    top: 2.4rem;
  }
  .journey-section .roadmap .p3 {
    left: 17%;
    top: 14%;
  }
  .journey-section .roadmap .p3 .point-content {
    width: 140px;
    bottom: 2.4rem;
  }
  .journey-section .roadmap .p4 {
    left: 41%;
    top: 78%;
  }
  .journey-section .roadmap .p4 .point-content {
    width: 140px;
    top: 2.4rem;
  }
  .journey-section .roadmap .p5 {
    left: 37%;
    top: 16%;
  }
  .journey-section .roadmap .p5 .point-content {
    width: 145px;
    bottom: 2.4rem;
  }
  .journey-section .roadmap .p6 {
    left: 57%;
    top: 48%;
  }
  .journey-section .roadmap .p6 .point-content {
    width: 140px;
    top: 2.4rem;
  }
  .journey-section .roadmap .p7 {
    left: 48%;
    top: 39%;
  }
  .journey-section .roadmap .p7 .point-content {
    width: 140px;
    bottom: 2.4rem;
  }
  .journey-section .roadmap .p8 {
    left: 70%;
    top: 42%;
  }
  .journey-section .roadmap .p8 .point-content {
    width: 150px;
    bottom: 2.4rem;
  }
  .journey-section .roadmap .p9 {
    left: 85%;
    top: 5%;
  }
  .journey-section .roadmap .p9 .point-content {
    width: 150px;
    bottom: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .journey-section {
    padding: 3rem 0;
    overflow: hidden;
  }
  .journey-section .roadmap {
    width: 100%;
    padding: 2rem 1.25rem;
  }
  .journey-section .roadmap .road-img {
    display: none;
  }
  .journey-section .roadmap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 2px;
    background-color: #B89B51;
  }
  .journey-section .roadmap .point {
    position: relative;
    width: 100%;
    min-height: auto;
    left: auto !important;
    top: auto !important;
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 3rem;
  }
  .journey-section .roadmap .point:last-child {
    margin-bottom: 0;
  }
  .journey-section .roadmap .point .pin {
    position: relative;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.5rem 0 0;
    background-color: #F5F1E7;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
  .journey-section .roadmap .point .pin i {
    color: #B89B51;
    font-size: 1.5rem;
    line-height: 1;
  }
  .journey-section .roadmap .point .point-content {
    position: static !important;
    width: auto !important;
    transform: none !important;
    flex: 1;
  }
  .journey-section .roadmap .point .point-content h6 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.4rem;
  }
  .journey-section .roadmap .point .point-content p {
    font-size: 0.8rem;
    line-height: 1.5;
    max-width: 100%;
  }
}
.product-top-section {
  padding: 14rem 0 14rem;
  background: #000;
}
@media (max-width: 867px) {
  .product-top-section {
    padding: 10rem 0 10rem;
  }
}
@media (max-width: 567px) {
  .product-top-section {
    padding: 10rem 0 10rem;
  }
}
.product-top-section .product-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
  color: #F5F5F5;
  font-size: 0.9rem;
}
.product-top-section .product-breadcrumb a {
  color: #F5F5F5;
  opacity: 0.9;
  text-decoration: none;
  transition: 0.3s ease;
}
.product-top-section .product-breadcrumb a:hover {
  color: #B89B51;
}
.product-top-section .product-breadcrumb span:last-child {
  color: #F5F5F5;
  opacity: 0.9;
}
.product-top-section .product-page-title {
  margin: 0;
  color: #B89B51;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
}
.product-top-section .product-search {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 2rem auto 0;
}
.product-top-section .product-search input {
  width: 100%;
  height: 3rem;
  padding: 0 4rem 0 1.5rem;
  border: 0;
  outline: none;
  border-radius: 2rem;
  background: #242424;
  color: #fff;
  font-size: 0.85rem;
  box-shadow: none;
}
.product-top-section .product-search input::-moz-placeholder {
  color: #F5F5F5;
  opacity: 0.8;
}
.product-top-section .product-search input::placeholder {
  color: #F5F5F5;
  opacity: 0.8;
}
.product-top-section .product-search input:focus {
  background: #242424;
  color: #fff;
  box-shadow: none;
}
.product-top-section .product-search .search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #B89B51;
  color: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-top-section .product-search .search-btn i {
  font-size: 1rem;
}
.product-top-section .product-search .search-btn:hover {
  background: #fff;
  color: #000;
}

.product-list {
  background: #fff;
}
.product-list .product-filter .filter-item {
  margin-bottom: 1.5rem;
}
.product-list .product-filter .filter-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.9rem;
  border: 0;
  border-radius: 0.35rem;
  background: #B89B51;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}
.product-list .product-filter .filter-heading i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
.product-list .product-filter .filter-heading.collapsed i {
  transform: rotate(180deg);
}
.product-list .product-filter .filter-body {
  padding: 1.4rem 1.4rem;
  background: #f8f8f8;
  border-radius: 0 0 0.3rem 0.3rem;
}
.product-list .product-filter .filter-check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  color: #000;
  font-size: 0.93rem;
  line-height: 1.2;
  cursor: pointer;
}
.product-list .product-filter .filter-check:last-child {
  margin-bottom: 0;
}
.product-list .product-filter .filter-check input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.product-list .product-filter .filter-check .check-box {
  flex: 0 0 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfcfcf;
  background: #fff;
  transition: all 0.25s ease;
}
.product-list .product-filter .filter-check input:checked + .check-box {
  border-color: #000;
  background: #000;
}
.product-list .product-filter .filter-check input:checked + .check-box::after {
  content: "✓";
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
}
.product-list .product-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0;
  overflow: hidden;
  border-radius: 1rem;
  background: #000;
  cursor: pointer;
}
.product-list .product-card > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.product-list .product-card .product-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.12) 55%, rgba(0, 0, 0, 0.9) 100%);
  transition: background 0.4s ease;
}
.product-list .product-card .product-content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
}
.product-list .product-card .product-info {
  flex: 1;
  min-width: 0;
}
.product-list .product-card .product-title {
  font-family: "Franklin Gothic Demi Cond", sans-serif;
  margin: 0.3rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 200;
  opacity: 0.9;
  line-height: 1.15;
  transition: transform 0.35s ease;
}
@media (max-width: 1500px) {
  .product-list .product-card .product-title {
    font-size: 0.933rem;
  }
}
@media (max-width: 867.98px) {
  .product-list .product-card .product-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 567.98px) {
  .product-list .product-card .product-title {
    font-size: 1.5rem;
  }
}
.product-list .product-card .product-hover-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.4s ease;
}
.product-list .product-card .product-hover-content p {
  margin: 0.3rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  font-weight: 200;
  line-height: 1.3;
  margin-top: 0rem;
}
@media (max-width: 1500px) {
  .product-list .product-card .product-hover-content p {
    margin-top: 0.1rem;
    line-height: 1.3;
    font-size: 0.7rem;
  }
}
@media (max-width: 867.98px) {
  .product-list .product-card .product-hover-content p {
    font-size: 0.6rem;
  }
}
@media (max-width: 567.98px) {
  .product-list .product-card .product-hover-content p {
    font-size: 0.955rem;
  }
}
.product-list .product-card .product-price {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.product-list .product-card .product-price .old-price {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.88rem;
  text-decoration: line-through;
  margin-top: 0rem;
}
.product-list .product-card .product-price .current-price {
  color: #fff;
  font-size: 0.933rem;
  font-weight: 500;
  margin-top: 0rem;
}
.product-list .product-card .product-arrow {
  flex: 0 0 2.3rem;
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #B89B51;
  color: #fff;
  text-decoration: none;
  transition: all 0.35s ease;
}
.product-list .product-card .product-arrow i {
  font-size: 1rem;
  transition: transform 0.35s ease;
}
.product-list .product-card:hover > img {
  transform: scale(1.04);
}
.product-list .product-card:hover .product-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.95) 100%);
}
.product-list .product-card:hover .product-hover-content {
  max-height: 5rem;
  opacity: 1;
  transform: translateY(0);
}
.product-list .product-card:hover .product-arrow i {
  transform: rotate(45deg);
}

.product-overview {
  padding: 4.5rem 0 4rem;
  background: #fff;
}
.product-overview .product-overview-content {
  max-width: 75rem;
  margin: 0 auto;
}
.product-overview .overview-title {
  margin: 0 auto 1.5rem;
  color: #000;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
}
.product-overview .overview-title span {
  display: block;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
  color: #B89B51;
}
.product-overview .overview-description {
  max-width: 57rem;
  margin: 0 auto;
  color: #817A67;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55;
}

.realted {
  background: #F5F1E7;
}
.realted p {
  color: #817A67;
}
.realted .product-list {
  background: transparent;
}
.realted .product-list .product-arrow {
  background-color: rgba(35, 32, 26, 0.7) !important;
}
.realted .product-list .product-arrow i {
  color: #B89B51;
}

.product-features {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-features__content {
  position: relative;
  width: 100%;
  min-height: 60rem;
}
.product-features__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pages/Frame 2147224048.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-features .feature {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  width: 310px;
  color: #fff;
}
.product-features .feature__icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  opacity: 0.8;
  border: 1px solid rgba(205, 157, 70, 0.45);
  border-radius: 50%;
  background: rgba(35, 32, 26, 0.7);
  color: #B89B51;
  font-size: 1.2rem;
}
.product-features .feature__icon i {
  line-height: 1;
}
.product-features .feature__content {
  flex: 1;
  min-width: 0;
}
.product-features .feature h3 {
  margin: 0 0 7px;
  color: #B89B51;
  font-size: 0.988rem;
  font-weight: 600;
  line-height: 1.25;
}
.product-features .feature p {
  margin: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 200;
  line-height: 1.4;
}
.product-features .feature--left {
  left: 8%;
}
.product-features .feature--1 {
  top: 10%;
  left: 14%;
}
.product-features .feature--2 {
  top: 41%;
}
.product-features .feature--3 {
  top: 75%;
  left: 14%;
}
.product-features .feature--right {
  right: 7%;
}
.product-features .feature--4 {
  top: 10%;
  right: 14%;
}
.product-features .feature--5 {
  top: 41%;
}
.product-features .feature--6 {
  top: 75%;
  right: 14%;
}
@media (max-width: 1500.98px) {
  .product-features__content {
    min-height: 55rem;
  }
  .product-features .feature {
    width: 275px;
  }
  .product-features .feature__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-right: 13px;
    font-size: 1.1rem;
  }
  .product-features .feature h3 {
    font-size: 0.92rem;
  }
  .product-features .feature p {
    font-size: 0.76rem;
    line-height: 1.4;
  }
  .product-features .feature--left {
    left: 4%;
  }
  .product-features .feature--1,
  .product-features .feature--3 {
    left: 11%;
  }
  .product-features .feature--right {
    right: 4%;
  }
  .product-features .feature--4,
  .product-features .feature--6 {
    right: 11%;
  }
}
@media (max-width: 1399.98px) {
  .product-features__content {
    min-height: 55rem;
  }
  .product-features .feature {
    width: 255px;
  }
  .product-features .feature__icon {
    flex: 0 0 48px;
    width: 44px;
    height: 44px;
    margin-right: 13px;
    font-size: 1.1rem;
  }
  .product-features .feature h3 {
    font-size: 0.82rem;
  }
  .product-features .feature p {
    font-size: 0.66rem;
    line-height: 1.4;
  }
  .product-features .feature--left {
    left: 3%;
  }
  .product-features .feature--1,
  .product-features .feature--3 {
    left: 11%;
  }
  .product-features .feature--right {
    right: 3%;
  }
  .product-features .feature--4,
  .product-features .feature--6 {
    right: 11%;
  }
}
@media (min-width: 1024px) and (max-width: 1299.98px) {
  .product-features__content {
    min-height: 48rem;
  }
  .product-features .feature {
    width: 250px;
  }
  .product-features .feature__icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    font-size: 1rem;
  }
  .product-features .feature h3 {
    margin-bottom: 5px;
    font-size: 0.84rem;
  }
  .product-features .feature p {
    font-size: 0.7rem;
    line-height: 1.35;
  }
  .product-features .feature--left {
    left: 4%;
  }
  .product-features .feature--1 {
    top: 10%;
    left: 8%;
  }
  .product-features .feature--2 {
    top: 41%;
    left: 4%;
  }
  .product-features .feature--3 {
    top: 74%;
    left: 8%;
  }
  .product-features .feature--right {
    right: 4%;
  }
  .product-features .feature--4 {
    top: 10%;
    right: 8%;
  }
  .product-features .feature--5 {
    top: 41%;
    right: 4%;
  }
  .product-features .feature--6 {
    top: 74%;
    right: 8%;
  }
}
@media (max-width: 991.98px) {
  .product-features__content {
    min-height: 43rem;
  }
  .product-features__bg {
    background-position: center center;
    background-size: cover;
  }
  .product-features .feature {
    width: 200px;
  }
  .product-features .feature__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 9px;
    font-size: 0.9rem;
  }
  .product-features .feature h3 {
    margin-bottom: 4px;
    font-size: 0.68rem;
    line-height: 1.25;
  }
  .product-features .feature p {
    font-size: 0.54rem;
    line-height: 1.35;
  }
  .product-features .feature--left {
    left: 3%;
  }
  .product-features .feature--1 {
    top: 10%;
    left: 4%;
  }
  .product-features .feature--2 {
    top: 41%;
    left: 2%;
  }
  .product-features .feature--3 {
    top: 74%;
    left: 4%;
  }
  .product-features .feature--right {
    right: 2%;
  }
  .product-features .feature--4 {
    top: 10%;
    right: 4%;
  }
  .product-features .feature--5 {
    top: 41%;
    right: 2%;
  }
  .product-features .feature--6 {
    top: 74%;
    right: 4%;
  }
}
@media (max-width: 768.98px) {
  .product-features__content {
    min-height: 43rem;
  }
  .product-features__bg {
    background-position: center center;
    background-size: cover;
  }
  .product-features .feature {
    width: 180px;
  }
  .product-features .feature__icon {
    flex: 0 0 40px;
    width: 30px;
    height: 40px;
    margin-right: 9px;
    font-size: 0.9rem;
  }
  .product-features .feature h3 {
    margin-bottom: 4px;
    font-size: 0.58rem;
    line-height: 1.25;
  }
  .product-features .feature p {
    font-size: 0.44rem;
    line-height: 1.35;
  }
  .product-features .feature--left {
    left: 2%;
  }
  .product-features .feature--1 {
    top: 10%;
    left: 4%;
  }
  .product-features .feature--2 {
    top: 41%;
    left: 2%;
  }
  .product-features .feature--3 {
    top: 74%;
    left: 4%;
  }
  .product-features .feature--right {
    right: 2%;
  }
  .product-features .feature--4 {
    top: 10%;
    right: 4%;
  }
  .product-features .feature--5 {
    top: 41%;
    right: 2%;
  }
  .product-features .feature--6 {
    top: 74%;
    right: 4%;
  }
}
@media (max-width: 575.98px) {
  .product-features__content {
    min-height: 33rem;
  }
  .product-features__bg {
    background-position: center center;
    background-size: cover;
  }
  .product-features .feature {
    width: 120px;
  }
  .product-features .feature__icon {
    display: none;
  }
  .product-features .feature h3 {
    margin-bottom: 4px;
    font-size: 0.58rem;
    line-height: 1.25;
  }
  .product-features .feature p {
    font-size: 0.4rem;
    line-height: 1.35;
  }
  .product-features .feature--left {
    left: 2%;
  }
  .product-features .feature--1 {
    top: 10%;
    left: 4%;
  }
  .product-features .feature--2 {
    top: 44%;
    left: 2%;
  }
  .product-features .feature--3 {
    top: 78%;
    left: 4%;
  }
  .product-features .feature--right {
    right: 2%;
  }
  .product-features .feature--4 {
    top: 10%;
    right: 4%;
  }
  .product-features .feature--5 {
    top: 44%;
    right: 1%;
  }
  .product-features .feature--6 {
    top: 78%;
    right: 1%;
  }
}
@media (max-width: 375px) {
  .product-features__content {
    min-height: 27rem;
  }
  .product-features__bg {
    background-position: center center;
    background-size: cover;
  }
  .product-features .feature {
    width: 120px;
  }
  .product-features .feature__icon {
    display: none;
  }
  .product-features .feature h3 {
    margin-bottom: 4px;
    font-size: 0.58rem;
    line-height: 1.25;
  }
  .product-features .feature p {
    font-size: 0.4rem;
    line-height: 1.35;
  }
  .product-features .feature--left {
    left: 2%;
  }
  .product-features .feature--1 {
    top: 10%;
    left: 2%;
  }
  .product-features .feature--2 {
    top: 41%;
    left: 2%;
  }
  .product-features .feature--3 {
    top: 74%;
    left: 1%;
  }
  .product-features .feature--right {
    right: 2%;
  }
  .product-features .feature--4 {
    top: 10%;
    right: 1%;
  }
  .product-features .feature--5 {
    top: 41%;
    right: 0%;
  }
  .product-features .feature--6 {
    top: 74%;
    right: 0%;
  }
}

.reviews__header {
  margin-bottom: 3.5rem;
}
.reviews__count {
  margin: 0;
  color: #878787;
  font-size: 0.95rem;
  font-weight: 400;
}
.reviews__sort {
  align-items: center;
  padding-top: 0.1rem;
  color: #000;
  font-size: 0.9rem;
}
.reviews__select {
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 2rem;
  outline: none;
  background: #000;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 300;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.reviews__list {
  width: 100%;
  margin: 0 auto;
}
.reviews .review {
  width: 100%;
  margin-bottom: 6rem;
}
.reviews .review:last-child {
  margin-bottom: 0;
}
.reviews .review__user {
  display: flex;
  align-items: center;
}
.reviews .review__avatar {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 50%;
  background: #eee;
}
.reviews .review__user-info {
  margin-left: 1.2rem;
}
.reviews .review__user-info h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
}
.reviews .review__user-info span {
  display: block;
  color: #878787;
  font-size: 0.82rem;
}
.reviews .review__rating {
  margin-left: 4.8rem;
}
.reviews .review__stars {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  color: #e9d527;
  font-size: 0.95rem;
}
.reviews .review__rating-text {
  color: #878787;
  font-size: 0.72rem;
  font-weight: 500;
}
.reviews .review__description {
  margin: 1rem 0 1.5rem;
  margin-left: 0;
  color: #000;
  opacity: 0.6;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5;
}
.reviews .review__image {
  width: 112px;
  height: 114px;
}
.reviews .review__image img {
  transition: transform 0.4s ease;
}
.reviews .review__image:hover img {
  transform: scale(1.05);
}
@media (max-width: 1399.98px) {
  .reviews .review {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1199.98px) {
  .reviews__header {
    margin-bottom: 3rem;
  }
  .reviews .review {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 991.98px) {
  .reviews__header {
    margin-bottom: 2.5rem;
  }
  .reviews__title {
    font-size: 1.8rem;
  }
  .reviews__sort {
    padding-top: 0.3rem;
  }
  .reviews__list {
    max-width: 100%;
  }
  .reviews .review {
    margin-bottom: 4rem;
  }
  .reviews .review__description {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .reviews {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .reviews__header {
    margin-bottom: 2.5rem;
  }
  .reviews__title {
    font-size: 1.7rem;
  }
  .reviews__count {
    font-size: 0.82rem;
  }
  .reviews__sort {
    justify-content: flex-start;
    margin-top: 1.3rem;
    font-size: 0.82rem;
  }
  .reviews__select {
    padding: 0.45rem 0.9rem;
    font-size: 0.78rem;
  }
  .reviews .review {
    margin-bottom: 3.5rem;
  }
  .reviews .review__avatar {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
  .reviews .review__user-info {
    margin-left: 0.9rem;
  }
  .reviews .review__user-info h3 {
    font-size: 0.9rem;
  }
  .reviews .review__user-info span {
    font-size: 0.76rem;
  }
  .reviews .review__rating {
    margin-left: 0;
    margin-top: 0.7rem;
  }
  .reviews .review__stars {
    font-size: 0.85rem;
  }
  .reviews .review__rating-text {
    font-size: 0.68rem;
  }
  .reviews .review__description {
    margin-top: 0.9rem;
    font-size: 0.82rem;
    line-height: 1.5;
  }
  .reviews .review__images {
    gap: 0.7rem;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    scrollbar-width: none;
  }
  .reviews .review__images::-webkit-scrollbar {
    display: none;
  }
  .reviews .review__image {
    flex: 0 0 95px;
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 575.98px) {
  .reviews__title {
    font-size: 1.55rem;
  }
  .reviews .review__description {
    font-size: 0.78rem;
  }
  .reviews .review__image {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    border-radius: 0.6rem;
  }
}

.product-hero {
  padding-top: 10rem;
}
.product-hero .product-gallery {
  width: 100%;
}
.product-hero .product-main-slider {
  width: 100%;
  overflow: hidden;
}
.product-hero .product-main-slider .swiper-slide {
  width: 100%;
}
.product-hero .product-main-image {
  width: 100%;
  height: 430px;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #f8f6f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-hero .product-main-image img {
  width: 400px;
  height: 400px;
  display: block;
}
.product-hero .product-thumbnails {
  width: 100%;
  margin-top: 12px;
  position: relative;
}
.product-hero .product-thumb-slider {
  width: 100%;
  overflow: hidden;
  padding: 0 2px;
}
.product-hero .product-thumb-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.product-hero .product-thumb-slider .swiper-slide {
  height: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-hero .product-thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.product-hero .product-thumb {
  width: 100%;
  height: 90px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #F5F1E7;
  transition: all 0.3s ease;
}
.product-hero .product-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  padding: 0;
}
.product-hero .swiper-slide-thumb-active .product-thumb {
  border-color: #B89B51;
}
.product-hero .product-thumb-prev,
.product-hero .product-thumb-next {
  display: none;
}
.product-hero .product-info {
  background-color: #F5F1E7;
  border-radius: 2rem;
  padding: 2rem 1.8rem;
  width: 100%;
  min-height: 100%;
  color: #000;
}
.product-hero .product-info .product-rating {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
.product-hero .product-info .product-rating strong {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}
.product-hero .product-info .product-rating i {
  color: #f5a623;
  font-size: 1.15rem;
}
.product-hero .product-info .product-rating span {
  margin-left: 0.3rem;
  color: #817A67;
  font-size: 0.9rem;
}
.product-hero .product-info p {
  margin: 0 0 1.3rem;
  color: #817A67;
  font-size: 0.87 rem;
  font-weight: 400;
  line-height: 1.4;
}
.product-hero .product-info .product-price {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.3rem;
}
.product-hero .product-info .product-price__current {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
}
.product-hero .product-info .product-price__old {
  color: #817A67;
  opacity: 0.6;
  font-size: 1rem;
  text-decoration: line-through;
}
.product-hero .product-info .product-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  padding: 0.65rem;
  margin-bottom: 1.5rem;
  border-radius: 1.5rem;
  background-color: #f4ecda;
}
.product-hero .product-info .product-feature {
  min-height: 105px;
  padding: 0.8rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 1.1rem;
  color: #555;
  font-size: 0.8rem;
  line-height: 1.35;
  transition: all 0.3s ease;
}
.product-hero .product-info .product-feature__icon {
  width: 33px;
  height: 33px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #B89B51;
  font-size: 1rem;
}
.product-hero .product-info .product-feature__icon i {
  line-height: 1;
}
.product-hero .product-info .product-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}
.product-hero .product-info .product-action {
  min-height: 58px;
  padding: 0.5rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.1;
  transition: all 0.3s ease;
}
.product-hero .product-info .product-action .brand-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.7rem;
  font-weight: 700;
}
.product-hero .product-info .product-action:hover {
  transform: translateY(-2px);
}
.product-hero .product-info .amazon {
  background-color: #c5a85c;
  color: #fff;
}
.product-hero .product-info .flipkart {
  background-color: #000;
  color: #fff;
}
.product-hero .product-info .blinkit {
  background-color: #f0e9d7;
  color: #000;
}
@media (max-width: 1199.98px) {
  .product-hero .product-info {
    padding: 1.7rem 1.5rem;
  }
  .product-hero .product-info__title {
    font-size: 1.35rem;
  }
  .product-hero .product-info .product-features {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-hero .product-info .product-feature {
    min-height: 95px;
  }
}
@media (max-width: 767.98px) {
  .product-hero .product-info {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
  .product-hero .product-info__title {
    font-size: 1.3rem;
  }
  .product-hero .product-info .product-rating {
    margin-bottom: 1.5rem;
  }
  .product-hero .product-info__description {
    max-width: 100%;
    font-size: 0.9rem;
  }
  .product-hero .product-info .product-price {
    margin-bottom: 1.2rem;
  }
  .product-hero .product-info .product-price__current {
    font-size: 1.4rem;
  }
  .product-hero .product-info .product-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 1.2rem;
  }
  .product-hero .product-info .product-feature {
    min-height: 90px;
  }
  .product-hero .product-info .product-actions {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .product-hero .product-info .product-action {
    justify-content: center;
    min-height: 55px;
  }
}
@media (max-width: 575.98px) {
  .product-hero .product-info {
    padding: 1.25rem;
  }
  .product-hero .product-info__title {
    font-size: 1.2rem;
  }
  .product-hero .product-info .product-rating {
    margin-bottom: 1.2rem;
  }
  .product-hero .product-info .product-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
  }
  .product-hero .product-info .product-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .product-hero .product-main-image {
    height: 400px;
  }
  .product-hero .product-thumb {
    height: 85px;
  }
}
@media (max-width: 767.98px) {
  .product-hero .product-main-image {
    height: 350px;
    border-radius: 1rem;
  }
  .product-hero .product-thumb {
    height: 80px;
    padding: 5px;
    border-radius: 8px;
  }
}
@media (max-width: 575.98px) {
  .product-hero {
    padding-top: 4rem;
  }
  .product-hero .product-main-image {
    height: 300px;
  }
  .product-hero .product-main-image img {
    height: 200px;
    width: 200px;
  }
  .product-hero .product-thumb {
    height: 75px;
  }
}

.place .section-title {
  margin-top: -0.3rem;
}
.place .spray-place-img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
}
.place .spray-place-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: transform 0.4s ease;
}
.place .spray-place-img:hover img {
  transform: scale(1.05);
}

.contact-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.contact-section .row {
  align-items: flex-start;
}
.contact-section .contact-content {
  padding-top: 0.25rem;
}
.contact-section .contact-description {
  max-width: 28rem;
  margin-bottom: 3.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #858585;
}
.contact-section .contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 32rem;
}
.contact-section .contact-item {
  position: relative;
  min-height: 4.4rem;
  padding: 1.2rem 1.2rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #B89B51;
  border-radius: 1.3rem;
  background: #fff;
  transition: all 0.3s ease;
}
.contact-section .contact-item:hover {
  border-color: #B89B51;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}
.contact-section .contact-icon {
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 2.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4ecdc;
  color: #B89B51;
  font-size: 1rem;
}
.contact-section .contact-info {
  margin-left: 1rem;
}
.contact-section .contact-info h6 {
  margin: 0 0 0.15rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #000;
}
.contact-section .contact-info p {
  margin: 0;
  max-width: 17rem;
  font-size: 0.85rem;
  line-height: 1.35;
  color: #878787;
}
.contact-section .contact-arrow {
  margin-left: auto;
  color: #B89B51;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}
.contact-section .contact-item:hover .contact-arrow {
  transform: translate(3px, -3px);
}
.contact-section .contact-form {
  width: 100%;
  padding: 3.2rem 2.8rem;
  border-radius: 1.5rem;
  background: #faf8f4;
}
.contact-section .form-group {
  margin-bottom: 1.05rem;
}
.contact-section .form-group label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #000;
}
.contact-section .form-group .form-control {
  width: 100%;
  min-height: 2.65rem;
  padding: 0.6rem 0.9rem;
  border: 0;
  border-radius: 0.65rem;
  background: #e9e3d4;
  box-shadow: none;
  font-size: 0.9rem;
  color: #000;
  transition: all 0.25s ease;
}
.contact-section .form-group .form-control:focus {
  outline: none;
  background: #e5decd;
  box-shadow: 0 0 0 2px rgba(192, 156, 74, 0.2);
}
.contact-section .form-group textarea.form-control {
  min-height: 7.5rem;
  resize: vertical;
}
.contact-section .g-btn {
  margin-top: 0.3rem;
  border: 0;
}
@media (max-width: 991.98px) {
  .contact-section .contact-title {
    font-size: 2.6rem;
  }
  .contact-section .contact-description {
    margin-bottom: 2.5rem;
  }
  .contact-section .contact-list {
    max-width: 100%;
  }
  .contact-section .contact-form {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .contact-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .contact-section .contact-title {
    font-size: 2.3rem;
  }
  .contact-section .contact-description {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .contact-section .contact-form {
    padding: 2rem 1.25rem;
    border-radius: 1.25rem;
  }
  .contact-section .contact-item {
    border-radius: 1rem;
  }
}
@media (max-width: 575.98px) {
  .contact-section .contact-title {
    font-size: 2rem;
  }
  .contact-section .contact-description {
    font-size: 0.9rem;
  }
  .contact-section .contact-form {
    padding: 1.5rem 1rem;
  }
  .contact-section .contact-info {
    margin-left: 0.7rem;
  }
  .contact-section .contact-info h6 {
    font-size: 0.85rem;
  }
  .contact-section .contact-info p {
    font-size: 0.78rem;
  }
  .contact-section .contact-arrow {
    font-size: 0.9rem;
  }
}

.contact-cta {
  position: relative;
  padding: 90px 0 90px;
}
.contact-cta > .container {
  position: relative;
  z-index: 2;
}
.contact-cta .cont-cta {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #111111;
  border-radius: 28px;
}
.contact-cta .cont-cta .cont-cta-inner {
  position: relative;
  z-index: 2;
}
.contact-cta .cont-cta .row {
  min-height: 325px;
}
.contact-cta .cont-cta .cont-cta-content {
  position: relative;
  z-index: 5;
  padding: 55px 0;
}
.contact-cta .cont-cta h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  color: #B89B51;
  line-height: 1.25;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
}
.contact-cta .cont-cta .cont-cta-content p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 300;
}
.contact-cta .cont-cta .g-btn {
  position: relative;
  z-index: 5;
  margin-top: 25px;
}
.contact-cta .cont-cta .cont-cta-image {
  position: relative;
  height: 325px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 2;
}
.contact-cta .cont-cta .cont-cta-image .cta-circle {
  position: absolute;
  width: 270px;
  height: 270px;
  right: 0;
  top: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  z-index: 0;
  pointer-events: none;
}
.contact-cta .cont-cta .cont-cta-image::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  width: 34rem;
  height: 17rem;
  background: url("../img/pages/mos-bg.png") center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
.contact-cta .cont-cta .cont-cta-image img {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 26rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(30px);
}
@media (max-width: 991.98px) {
  .contact-cta {
    padding-top: 70px;
  }
  .contact-cta > .container {
    max-width: 100%;
  }
  .contact-cta .cont-cta {
    padding: 0 35px;
  }
  .contact-cta .cont-cta .row {
    min-height: 300px;
  }
  .contact-cta .cont-cta .cont-cta-content {
    padding: 45px 0;
  }
  .contact-cta .cont-cta h2 {
    font-size: 1.8rem;
  }
  .contact-cta .cont-cta .cont-cta-content p {
    font-size: 0.95rem;
  }
  .contact-cta .cont-cta .cont-cta-image {
    height: 300px;
  }
  .contact-cta .cont-cta .cont-cta-image .cta-circle {
    width: 240px;
    height: 240px;
    right: -5px;
    top: 15px;
  }
  .contact-cta .cont-cta .cont-cta-image::before {
    width: 27rem;
    height: 17rem;
    right: -4rem;
    top: 15px;
  }
  .contact-cta .cont-cta .cont-cta-image img {
    max-width: 380px;
    transform: translateY(35px);
  }
}
@media (max-width: 767.98px) {
  .contact-cta {
    padding-top: 50px;
  }
  .contact-cta .cont-cta {
    padding: 30px 20px 0;
    border-radius: 22px;
  }
  .contact-cta .cont-cta .row {
    min-height: auto;
  }
  .contact-cta .cont-cta .cont-cta-content {
    padding: 10px 0 25px;
    text-align: center;
  }
  .contact-cta .cont-cta h2 {
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .contact-cta .cont-cta .cont-cta-content p {
    margin: 15px auto 0;
    max-width: 500px;
    font-size: 0.9rem;
  }
  .contact-cta .cont-cta .g-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-cta .cont-cta .cont-cta-image {
    height: 230px;
    justify-content: center;
  }
  .contact-cta .cont-cta .cont-cta-image .cta-circle {
    width: 220px;
    height: 220px;
    right: 50%;
    top: 0;
    transform: translateX(50%);
  }
  .contact-cta .cont-cta .cont-cta-image::before {
    width: 24rem;
    height: 15rem;
    right: 50%;
    top: 0;
    transform: translateX(50%);
  }
  .contact-cta .cont-cta .cont-cta-image img {
    width: 100%;
    max-width: 330px;
    transform: translateY(35px);
  }
}
@media (max-width: 575.98px) {
  .contact-cta {
    padding-top: 40px;
  }
  .contact-cta .cont-cta {
    padding: 25px 15px 0;
  }
  .contact-cta .cont-cta .cont-cta-content {
    padding-bottom: 15px;
  }
  .contact-cta .cont-cta h2 {
    font-size: 1.5rem;
  }
  .contact-cta .cont-cta .cont-cta-content p {
    font-size: 0.85rem;
    line-height: 1.5;
  }
  .contact-cta .cont-cta .cont-cta-image {
    height: 200px;
  }
  .contact-cta .cont-cta .cont-cta-image .cta-circle {
    width: 190px;
    height: 190px;
    right: 50%;
    top: 0;
    transform: translateX(50%);
  }
  .contact-cta .cont-cta .cont-cta-image::before {
    display: none !important;
  }
  .contact-cta .cont-cta .cont-cta-image img {
    max-width: 280px;
    transform: translateY(30px);
  }
}

.privacy-policy-section {
  padding: 80px 0 100px;
}
.privacy-policy-section .privacy-content {
  max-width: 680px;
}
.privacy-policy-section .privacy-content .privacy-updated {
  margin-bottom: 12px;
}
.privacy-policy-section .privacy-content p {
  margin-bottom: 8px;
  font-size: 0.85rem;
  line-height: 1.35;
  color: #000;
}
.privacy-policy-section .privacy-content .privacy-block {
  scroll-margin-top: 100px;
  margin-top: 30px;
}
.privacy-policy-section .privacy-content .privacy-block:first-child {
  margin-top: 0;
}
.privacy-policy-section .privacy-content .privacy-block h2 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}
.privacy-policy-section .privacy-content .privacy-block h3 {
  margin-top: 8px;
  margin-bottom: 3px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #000;
}
.privacy-policy-section .privacy-content .privacy-block ul {
  margin: 4px 0 12px;
  padding-left: 20px;
}
.privacy-policy-section .privacy-content .privacy-block ul li {
  margin-bottom: 2px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #222;
}
.privacy-policy-section .privacy-sidebar {
  position: sticky;
  top: 100px;
}
.privacy-policy-section .privacy-nav {
  width: 100%;
  max-width: 290px;
  padding: 16px 18px;
  border: 1px solid #B89B51;
  border-radius: 7px;
  background: #faf8f2;
}
.privacy-policy-section .privacy-nav-link {
  display: block;
  padding: 7px 2px;
  color: #222;
  text-decoration: none;
  font-size: 0.93rem;
  line-height: 1.4;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.privacy-policy-section .privacy-nav-link:hover {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #B89B51;
  text-decoration-thickness: 1.3px;
  text-underline-offset: 9px;
}
@media (max-width: 991.98px) {
  .privacy-policy-section {
    padding: 60px 0 80px;
  }
  .privacy-policy-section .privacy-content {
    max-width: 100%;
  }
  .privacy-policy-section .privacy-sidebar {
    position: static;
  }
  .privacy-policy-section .privacy-nav {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .privacy-policy-section {
    padding: 45px 0 60px;
  }
  .privacy-policy-section .row {
    flex-direction: column-reverse;
  }
  .privacy-policy-section .privacy-sidebar {
    margin-bottom: 30px;
  }
  .privacy-policy-section .privacy-nav {
    padding: 14px;
  }
  .privacy-policy-section .privacy-nav-link {
    padding: 8px 4px;
    font-size: 0.8rem;
  }
  .privacy-policy-section .privacy-content .privacy-block {
    margin-top: 25px;
  }
  .privacy-policy-section .privacy-content .privacy-block h2 {
    font-size: 0.95rem;
  }
  .privacy-policy-section .privacy-content .privacy-block p {
    font-size: 0.82rem;
  }
  .privacy-policy-section .privacy-content .privacy-block ul li {
    font-size: 0.78rem;
  }
}
@media (max-width: 575.98px) {
  .privacy-policy-section {
    padding: 35px 0 50px;
  }
  .privacy-policy-section .privacy-nav {
    padding: 12px;
  }
  .privacy-policy-section .privacy-nav-link {
    font-size: 0.75rem;
    padding: 7px 3px;
  }
  .privacy-policy-section .privacy-content .privacy-block h2 {
    font-size: 0.9rem;
  }
  .privacy-policy-section .privacy-content .privacy-block p {
    font-size: 0.8rem;
    line-height: 1.55;
  }
  .privacy-policy-section .privacy-content .privacy-block ul {
    padding-left: 18px;
  }
  .privacy-policy-section .privacy-content .privacy-block ul li {
    font-size: 0.76rem;
  }
}

.review-section {
  padding: 50px 0 45px;
}
.review-section .review-form {
  width: 100%;
}
.review-section .review-title {
  margin: 0 0 28px;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  color: #111;
}
.review-section .form-group {
  margin-bottom: 20px;
}
.review-section .form-group label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 400;
  color: #222;
}
.review-section .form-group label span {
  color: red;
  margin-left: 2px;
}
.review-section .form-group .form-control {
  width: 100%;
  height: 50px;
  padding: 8px 14px;
  border: 0;
  border-radius: 7px;
  background: #f5f5f5;
  box-shadow: none;
  outline: none;
  font-size: 0.85rem;
  color: #222;
}
.review-section .form-group .form-control:focus {
  background: #f5f5f5;
  border: 0;
  box-shadow: none;
}
.review-section .form-group textarea.form-control {
  height: 105px;
  resize: none;
}
.review-section .row {
  margin-bottom: 0;
}
.review-section .row .form-group {
  margin-bottom: 20px;
}
.review-section .review-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.review-section .rating-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-section .rating-box .rating-label {
  font-size: 0.899rem;
  color: #222;
  white-space: nowrap;
}
.review-section .rating-box .rating-stars {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-section .rating-box .rating-stars i {
  font-size: 1.5rem;
  color: #d7d7d7;
  cursor: pointer;
  transition: color 0.2s ease;
}
.review-section .rating-box .rating-stars i:hover {
  color: #B89B51;
}
.review-section .review-submit {
  min-width: 76px;
  height: 30px;
  padding: 0 18px;
  border: 0;
  border-radius: 20px;
  background: #B89B51;
  color: #fff;
  font-family: "Franklin Gothic Demi Cond", sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.25s ease;
}
.review-section .review-submit:hover {
  background: rgb(159.227755102, 132.6897959184, 64.972244898);
  transform: translateY(-1px);
}
@media (max-width: 991.98px) {
  .review-section {
    padding: 45px 0 40px;
  }
  .review-section .review-title {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  .review-section .form-group {
    margin-bottom: 18px;
  }
}
@media (max-width: 767.98px) {
  .review-section {
    padding: 40px 0 35px;
  }
  .review-section .review-title {
    font-size: 1.15rem;
    margin-bottom: 22px;
  }
  .review-section .row {
    --bs-gutter-y: 0;
  }
  .review-section .form-group {
    margin-bottom: 18px;
  }
  .review-section .form-group label {
    font-size: 0.7rem;
  }
  .review-section .form-group .form-control {
    height: 42px;
  }
  .review-section .form-group textarea.form-control {
    height: 110px;
  }
  .review-section .review-bottom {
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .review-section .rating-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .review-section {
    padding: 35px 0 30px;
  }
  .review-section .review-title {
    font-size: 1.1rem;
  }
  .review-section .review-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .review-section .review-submit {
    align-self: flex-end;
  }
}/*# sourceMappingURL=index.css.map */