@font-face {
  font-family: "Open sans";
  src: url("fonts/OpenSans-Bold.woff2") format("woff2"),
    url("fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter18pt-Regular.woff2") format("woff2"),
    url("fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Black.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Light.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Heavy.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Bold.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Roman.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Medium.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Thin.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-UltraLight.woff2") format("woff2"),
    url("fonts/HelveticaNeue-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.woff2") format("woff2"),
    url("fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Black.woff2") format("woff2"),
    url("fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Light.woff2") format("woff2"),
    url("fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium.woff2") format("woff2"),
    url("fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff2") format("woff2"),
    url("fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Thin.woff2") format("woff2"),
    url("fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Helvetica Neue";
  margin: 0;
 
}

/* HEADER */
.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 20px 20px 20px 30px;
  left: 0;
  right: 0;
  margin: auto;
  

}
.main-header.new-header {
  background: url("../images/image-1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.main-header.changeclr {
  z-index: 11111;
}
.main-header:after {
  transform: translateY(-100%);
  background-color: #673709;
  content: "";
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  transition: all 0.5s;
}
.main-header.changeclr:after {
  transform: translateY(0);
}
.main-header .d-flex {
  position: relative;
  z-index: 11;
}

.logo img {
  height: 150px;
  transition: all 0.5s;
}
.main-header.changeclr .logo img {
  height: 100px;
  transform: scale(1.15);
}
.main-header.changeclr .nav-menu li a {
  color: #fff;
}
.nav-menu {
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 0;
}

.nav-menu li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  position: relative;
  font-size: 18px;
 
}
.nav-menu li 
{
 transition: all 0.5s;
}

.nav-menu li:hover a {
  color: #fff;
}

.nav-menu li a.active::after,
.nav-menu li a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
}
.nav-menu li a.active {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.icon-btn {
  background: #8b5a2b;
  border: none;
  font-size: 18px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  position: relative;
  padding: 13px;
  transition: all 0.5s;
  border: 1px solid #8b5a2b;
}
.icon-btn:hover {
  background-color: transparent;
}
.icon-btn.dotted:before {
  content: "";
  background-color: #ffb900;
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  right: 8px;
  z-index: 1;
}
.icon-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn {
  background: #d15f36;
  border: 1px solid #d15f36;
  color: #fff;
  border-radius: 15px;
  padding: 14px 48px;
  font-weight: bold;
  font-size: 18px;
}
.btn:hover {
  border: 1px solid #d15f36;
  color: #fff;
}



/* HAMBURGER */
.menu-toggle {
  background: none;
  border: none;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #8b5a2b;
  left: 0;
  transition: all 0.3s ease;
}

.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 9px; }
.menu-toggle span:nth-child(3) { bottom: 0; }

/* CLOSE ICON */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 9px;
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background: #8b5a2b;
 
  transition: right 0.4s ease;
  z-index: 1001;
}



.mobile-menu.open {
  right:0px;
}
.mobile-menu ul {
  list-style: none;
  padding: 90px 20px;
}

.mobile-menu a {
  display: inline-block;
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
  font-size: 16px;
}
.mobile-menu .btn-store
{
   display: block;
   width: fit-content;
     padding: 8px 35px;
    font-size: 16px;
   
}

.mobile-menu a.active {
  color: #F5A020;
}

/* OVERLAY */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-close {
  position: absolute;
  top: 20px;
  left: 20px;
  background: none;
  border: none;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}
.menu-close:hover {
  color: #F5A020;
}

/* HERO */
.hero-section {
  background: url("../images/image-1.png");
  padding: 160px 0 100px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
  font-family: "Helvetica Neue";
  text-shadow: 2px 0px 0px black;
  letter-spacing: 1px;
}

.hero-content h1 span {
  color: #d38b5d;
  text-shadow: 2px 0px 0px #d38b5d;
}

.hero-content p {
  margin: 20px 0;
  color: #000;
  max-width: 500px;
  font-size: 18px;
}

.btn-read {
  background: #8b5a2b;
  border-color: #8b5a2b;
}
.btn-read:hover {
  color: #8b5a2b;
}

/* IMAGE */
.hero-image img {
  max-width: 100%;
}
/* WELCOME SECTION */
.welcome-section {
  background: #fff3ea;
  overflow: hidden;
}

.welcome-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 0;
}

.welcome-content {
  padding: 40px 80px;
}
.welcome-image {
  height: 100%;
  font-size: 0;
}
.welcome-section .box {
  width: 50%;
}
.welcome-content h2 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #000;
  font-family: "Helvetica Neue";
}

.welcome-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 20px;
}

/* reuse hero button */
.btn-read {
  background: #a56b3a;
}
.welcome-section .container-fluid {
  padding: 0;
}
/* INFO SECTION */
.info-section {
  padding: 90px 0;
  background: #ffffff;
}

.info-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 25px 35px;
  text-align: center;
  border: 3px solid #eee;
  transition: all 0.3s ease;
}

.info-card img {
  height: 100px;
  margin-bottom: 15px;
  width: auto;
}

.info-card h4 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #8b5a2b;
  font-family: "Roboto";
}

.info-card p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* ACTIVE CARD */
.info-card:hover {
  border: 3px solid #b34723;
  box-shadow: 0 10px 35px rgb(139 139 139 / 40%);
}
.info-section .row {
  justify-content: space-between;
}
.info-section .col-lg-4 {
  width: 32.333333%;
}

/* BOX CATEGORY SECTION */
.box-category-section {
  padding: 0 0 80px;
  background: #fff;
}

.section-title h2 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 60px;
  color: #000;
  font-family: "Roboto";
}

.box-category {
  background: #8b5a2b;
  border-radius: 25px;
  padding: 40px 20px;
  text-align: center;
  margin: 0 auto;
}
.box-category-section .row {
  justify-content: space-between;
}
.box-category-section .col-lg-4 {
  width: 32.333333%;
}
.box-icon {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  padding: 2px;
}

.box-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.box-category span {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  font-family: "Roboto";
}

/* REVIEW SECTION */
.review-section {
  padding: 80px 0 100px;
  background: #f6f6f6;
}

.review-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px 30px;
}

.review-header {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.review-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.review-header h5 {
  font-size: 20px;
  margin: 0;
  color: #8b5a2b;
  font-family: "Roboto";
  font-weight: 400;
}
.rating {
  margin: 5px 0 10px;
}
.rating i {
  color: #ffcc41;
  font-size: 15px;
}

.review-card p {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  font-family: "Roboto";
  max-width: 80%;
}
.review-card .sub-box {
  padding-top: 10px;
}

/* DOTS */
.review-dots {
  margin-top: 40px;
}

.review-dots span {
  width: 8px;
  height: 8px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}
.review-dots span.active {
  background: #8b5a2b;
}
.review-section .box {
  width: 92%;
}
.review-section .main-box {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.review-section .slick-dots {
  bottom: -70px;
}
.review-section .slick-dots li {
  margin: 0 3px;
  height: auto;
  width: auto;
}
.review-section .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 0;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.review-section .slick-dots li button:before {
  display: none;
}
.review-section .slick-dots li.slick-active button {
  background-color: #0072cf;
}
/* FAQ SECTION */
.faq-section {
  padding: 80px 0;
  background: #fff;
}
.faq-item {
  border-bottom: 1px solid #f6f6f6;
  padding: 25px 0;
}
.faq-item:last-child {
  border-bottom: 0;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-question span {
  font-size: 18px;
  font-weight: 600;
  color: #8b5a2b;
  font-family: "Roboto";
}

.faq-question i {
  color: #b52b30;
  font-size: 16px;
  font-weight: 800;
}

.faq-answer {
  display: none;
}
.faq-answer p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  max-width: 70%;
  margin: 0;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  display: grid;
  gap: 10px;
}

/* FOOTER */
.site-footer {
  background: #8b5a2b;
  color: #fff;
  padding: 70px 0 0;
}

.footer-about img {
  height: 160px;
  width: auto;
  object-fit: contain;
  margin-top: -35px;
}

.footer-about p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 54%;
  font-family: "Inter";
  text-align: justify;
}

.footer-links h5,
.footer-connect h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Open sans";
}

.footer-links ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
  width: 49%;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
.footer-links ul li a:hover {
  border-bottom: 1px solid #fff;
}
.footer-connect .social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-connect .social-icons a {
  width: 46px;
  height: 46px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  transition: all 0.5s;
}
.footer-connect .social-icons a:hover {
  color: #673709;
  background-color: #fff;
  border-color: #673709;
}

/* FOOTER BOTTOM */
.footer-bottom {
  background: #673709;
  margin-top: 0;
  padding: 22px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 16px;
  font-family: "Inter";
}
.footer-about {
  display: flex;
  gap: 15px;
}

/* How its work page start */
.how-it-works-section {
  background: #fbefda;
  padding: 300px 0 120px;
}

.how-content h2 {
  font-size: 50px;
  font-weight: 900;
  color: #cc7b58;
  margin-bottom: 15px;
  font-family: "Helvetica Neue";
  text-shadow: 2px 0px 0px #cc7b58;
  letter-spacing: 1px;
}

.how-content p {
  max-width: 500px;
  font-size: 18px;
  color: #000;
}

.how-image img {
  margin-bottom: -23%;
}
.process-section {
  padding: 100px 0;
}

.process-card {
  border-radius: 20px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: inset 0 0 0 1px #d9d9d9;
  height: 100%;
  transition: all 0.5s;
  position: relative;
}
.process-card:before {
  content: "";
  background: #8b5a2b;
  background: linear-gradient(
    180deg,
    rgba(139, 90, 43, 1) 0%,
    rgba(210, 180, 140, 1) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: -1;
  transform: scale(0.5);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.process-card:hover:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.step-no {
  width: 75px;
  height: 75px;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  font-family: "Helvetica Neue";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #8b5a2b;
  background: linear-gradient(
    180deg,
    rgba(139, 90, 43, 1) 0%,
    rgba(210, 180, 140, 1) 100%
  );
  transition: all 0.5s;
}
.process-card:hover .step-no {
  background: #fff;
  color: #8b5a2b;
}
.process-card:hover p {
  color: #fff;
}

.process-card p {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #8b5a2b;
  transition: all 0.5s;
}

.contact-section {
  background-color: #f6f6f6;
}

.contact-img img {
  width: 100%;
  height: auto;
}

.contact-form {
  background: transparent;
  padding: 50px;
}

.contact-form label {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  font-family: "Roboto";
  color: #000;
  font-weight: 500;
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 14px;
  height: 60px;
  font-size: 18px;
  padding: 15px 22px;
  color: #b1b1b1;
}

.form-check-input {
  margin-top: 4px;
}
.contact-form .form-check-input[type="checkbox"] {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  margin: 0;
}
.contact-form .form-check {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
}
.contact-form .row.g-3 {
  --bs-gutter-y: 2.5rem;
}
.contact-form .form-check .form-check-label {
  margin-bottom: 0;
}
.contact-form .col-12 {
  margin-top: 30px;
}

.btn-confirm {
  background: #8b5a2b;
  color: #fff;
  border-radius: 15px;
  padding: 14px 68px;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #8b5a2b;
}

.btn-confirm:hover {
  background: #ffffff;
  color:#8b5a2b;
}
.process-site-section {
  padding: 90px 0 120px;
  background: #fff;
}

/* CARD */
.process-site-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px 30px 60px;
  position: relative;
  border: 1px solid #eee;
  height: 100%;
  transition: all 0.35s ease;
  text-align: center;
  min-height: inherit;
  max-height: fit-content;
}

.process-site-card img {
  width: 240px;
  height: 240px;
  margin-bottom: 25px;
  transition: all 0.5s;
  object-fit: contain;
}
.process-site-card:hover img {
  width: 340px;
  height: 340px;
}

.process-site-card h4 {
  font-size: 30px;
  margin-bottom: 12px;
  color: #8b5a2b;
  font-family: "Roboto";
  text-align: left;
}

.process-site-card p {
  font-size: 20px;
  line-height: 1.6;
  font-family: "Roboto";
  color: #000;
  margin-bottom: 0;
  text-align: left;
}

/* STEP NUMBER */
.step-circle {
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85px;
  height: 85px;
  background: #b88955;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8b5a2b;
  background: linear-gradient(
    180deg,
    rgba(139, 90, 43, 1) 0%,
    rgba(210, 180, 140, 1) 100%
  );
  font-size: 24px;
  font-family: "Helvetica Neue";
  transition: all 0.5s;
  border: 4px solid #fff;
  line-height: normal;
}

/* 🔥 HOVER – SAME AS FIRST BOX */
.process-site-card:hover {
  border-color: #b88955;
  box-shadow: 0 20px 45px rgb(184 137 85 / 32%);
}
.process-site-section h2 {
  margin-bottom: 90px;
}
.process-site-section .col-lg-4 {
  min-height: 672px;
  height: fit-content;
  max-height: fit-content;
  margin-top: auto;
  padding: 0 30px;
}
.process-site-section .row {
  align-items: flex-end;
  position: relative;
}
.process-site-section .arw-img {
  position: absolute;
  bottom: -22%;
  width: 260px;
  height: 260px;
  z-index: 11;
}
.process-site-section .arw-img.arw-img-one {
  left: 23.2%;
}
.process-site-section .arw-img.arw-img-two {
  right: 23.2%;
}
.save-packages-section {
  padding: 50px 0 90px;
  background: #fff;
}
.save-packages-section h2 {
  margin-bottom: 0;
}
.save-packages-section .d-flex {
  flex-wrap: wrap;
}

/* IMAGE BOX */
.save-img-box {
  background: #fff;
  padding: 70px;
  text-align: center;
  position: relative;
  min-height: 500px;
}
.save-img-box.img-center img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 450px;
}
.save-img-box.img-bottom img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 450px;
}
/* CONTENT BOX */
.save-content-box {
  background: #fff7f2;
  padding: 70px 90px;
  height: 100%;
  min-height: 500px;
}

.save-content-box h4 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
  font-family: "Roboto";
}

.save-content-box p {
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  max-width: 86%;
}

/* How its work page end */

/* dates and location page 22-12-25 A */

.location-box {
  padding: 100px 0;
}
.box-inner-area {
  background-color: #fff7f2;
  padding: 30px 50px;
  position: relative;
  height: 500px;
}
.location-detail h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #000;
  font-family: "Roboto";
}
.location-pin {
  display: flex;
  align-items: center;
  gap: 12px;
}
.location-pin img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.location-pin p {
  font-family: "Helvetica Neue";
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 0px;
}

/* SIDE DATE BAR */
.date-bar {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #8b5a2b;
  color: #fff;
  padding: 40px 15px;
  font-size: 20px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 1px;
  font-family: "Helvetica Neue";
  height: fit-content;
}
.location-img {
  padding: 0px 50px;
}
.location-img img {
  position: relative;
  width: 400px;
  height: auto;
  object-fit: contain;
  margin-top: -350px;
}
.location-box .col-lg-6 {
  margin-bottom: 45px;
}

/* dates and location page 22-12-25 A */

/* privacy policy page 22-12-25 A  */

/* WRAPPER */
.privacy-main {
  padding: 100px 0px;
}
.privacy-main .info-wrapper {
  display: flex;
  gap: 30px;
  margin: auto;
}

/* CARD */
.privacy-main .info-card {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 0px 30px 0px 0px;
  border: 0px;
  box-shadow: 0 0 0 1px #d9d9d9;
}
.privacy-main .info-card:hover {
  box-shadow: 0 0 0 1px #8b5a2b;
}
.privacy-main .info-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 0px;
}

/* ICON CIRCLE */
.privacy-main .icon-circle {
  width: 110px;
  height: 110px;
  min-width: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5a2b, #d2b48c);
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-main .info-text {
  margin-left: 20px;
}
/* TEXT */
.privacy-main .info-text p,
.privacy-main .info-text a {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-family: "Helvetica Neue";
  margin-bottom: 0px;
  text-decoration: none;
}

.privacy-main .info-text strong {
  font-weight: 600;
}

.privacy-content {
  background-color: #fff7f2;
  padding: 50px 50px;
  margin-top: 80px;
}
.privacy-content h4 {
  font-size: 25px;
  color: #8b5a2b;
  font-family: "Roboto";
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 15px;
}
.privacy-content h6 {
  font-size: 20px;
  color: #000;
  font-family: "Helvetica Neue";
  font-weight: bold;
  margin-bottom: 15px;
}
.privacy-content p,
.privacy-content ul li {
  font-size: 17px;
  color: #000;
  font-family: "Helvetica Neue";
  font-weight: normal;
  line-height: 28px;
}
.privacy-content ul {
  padding-left: 0px;
  list-style: none;
}
.privacy-content ul li {
  position: relative;
}
.privacy-content ul li::before {
  content: " ";
}

/* privacy policy page 22-12-25 A  */

/* imprint page 25-12-25 A   */
.imprint-main {
  padding: 100px 0px;
}

.imprint-main .info-wrapper {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  row-gap: 35px;
}

/* CARD */
.imprint-main .info-card {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  box-shadow: 0 0 0 1px #d9d9d9;
  margin: 0px 15px;
}
.imprint-main .info-card:hover {
  box-shadow: 0 0 0 1px #8b5a2b;
}
.imprint-main .info-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 0px;
}

/* ICON CIRCLE */
.imprint-main .icon-circle {
  width: 110px;
  height: 110px;
  min-width: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5a2b, #d2b48c);
  display: flex;
  align-items: center;
  justify-content: center;
}

.imprint-main .info-text {
  margin-left: 20px;
}
/* TEXT */
.imprint-main .info-text p,
.imprint-main .info-text a {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-family: "Helvetica Neue";
  margin-bottom: 0px;
  text-decoration: none;
  text-align: left;
}
.imprint-main .info-text .strong {
  font-weight: bold;
}
.imprint-main .info-text strong {
  font-weight: 600;
}

/* contact page 25-12-25 A   */

.contact-main {
  padding: 100px 0px;
}

.contact-main .info-wrapper {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  row-gap: 35px;
}
.contact-left {
  margin: 0px 90px;
}

/* CARD */
.contact-main .info-card {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  box-shadow: 0 0 0 1px #d9d9d9;
  margin-bottom: 85px;
}
.contact-main .info-card:hover {
  box-shadow: 0 0 0 1px #8b5a2b;
}
.contact-main .info-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 0px;
}

/* ICON CIRCLE */
.contact-main .icon-circle {
  width: 110px;
  height: 110px;
  min-width: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5a2b, #d2b48c);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-main .info-text {
  margin-left: 20px;
}
/* TEXT */
.contact-main .info-text p,
.contact-main .info-text a {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-family: "Helvetica Neue";
  margin-bottom: 0px;
  text-decoration: none;
  text-align: left;
}
.contact-main .info-text .strong {
  font-weight: bold;
}
.contact-main .info-text strong {
  font-weight: 600;
}

.contact-body {
  display: flex;
  padding: 0px;
}
.contact-right {
  background-color: #f6f6f6;
}
.contact-wrapper {
  max-width: 100%;
  padding: 40px 60px;
}

.contact-wrapper h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #8b5a2b;
  font-family: "Roboto";
}

.contact-wrapper .row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.contact-wrapper .field {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.contact-wrapper label {
  font-size: 17px;
  margin-bottom: 6px;
  color: #000;
  font-family: "Roboto";
}

.contact-wrapper input,
.contact-wrapper select,
.contact-wrapper textarea {
  padding: 12px 14px;
  border: 1px solid #e3ddd1;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  color: #b1b1b1;
}
.contact-wrapper input:focus,
.contact-wrapper select:focus,
.contact-wrapper textarea:focus {
  outline: none;
}

.contact-wrapper select {
  appearance: none;
  background-image: url("../images/down-arw.png");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
}
.contact-wrapper select option {
  color: #b1b1b1;
}
.contact-wrapper textarea {
  min-height: 120px;
  resize: none;
}

.contact-wrapper button {
  margin-top: 15px;
  padding: 10px 50px;
  background-color: #8b5a2b;
  border: none;
  border-radius: 15px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #8b5a2b;
}

.contact-wrapper button:hover {
  background-color: transparent;
  color: #8b5a2b;
}

/* product list page  */

section.product-list-main {
  padding: 100px 0px;
}

.shop-wrapper {
  display: flex;
  margin: 40px auto;
}

/* Sidebar */
.sidebar {
  width: 280px;
}

.sidebar-title {
  background: #8b5a2b;
  color: #fff;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Helvetica Neue";
}

.filter-list {
  list-style: none;
  border: 1px solid #eee;
  border-top: none;
  background-color: #f6f6f6;
  padding: 10px;
  height: 560px;
}

.filter-list li {
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-family: "Helvetica Neue";
  margin-bottom: 10px;
  transition: all ease-in-out 0.5s;
}

.filter-list li:hover {
  background: #fff;
  border: 1px solid #d2b48c;
  border-radius: 10px;
}

.filter-list li.active {
  background: #fff;
  border: 1px solid #d2b48c;
  border-radius: 10px;
}
.product-category {
    display: none;
}
/* Products */

.products {
  flex: 1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
  row-gap: 40px;
}

.product-card-inner {
  background: #fff;
  border-radius: 6px;
  text-align: center;
}
.product-card {
  position: relative;
  box-shadow: 1px 3px 24px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 3px 24px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 3px 24px -8px rgba(0, 0, 0, 0.75);
}
.product-img {
  padding: 25px 20px;
}
.pro-detail {
  background-color: #f6f6f6;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.product-card img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.product-grid a 
{
  text-decoration: none;
}

.pro-detail h4 {
  font-size: 18px;
  margin: 0px 0 5px;
  font-weight: bold;
  font-family: "Helvetica Neue";
  text-decoration: none;
  color: #000;
}
 .pro-detail p {
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Helvetica Neue";
  color: #000;
}

 .pro-detail .pro-price
  {

  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Helvetica Neue";
  color: #8B5A2B;

  }
.product-card button {
  background: #d15f36;
  color: #fff;
  padding: 9px 30px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  right: 18px;
  font-family: "Helvetica Neue";
  bottom: -15px;
  transition: all ease-in-out 0.3s;
  border: 1px solid #d15f36;
  font-weight: bold;
}

.product-card button:hover {
  background-color: white;
  color: #d15f36;
}
/* Pagination */
.pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  gap: 10px;
}

.pagination span {
  border: 1px solid #ccc;
  padding: 7px 15px;
  font-size: 16px;
  cursor: pointer;
  background-color: #d9d9d9;
  transition: all ease-in-out 0.3s;
}
.pagination span:hover {
  background: #8b5a2b;
  color: #fff;
}

.pagination span.active {
  background: #8b5a2b;
  color: #fff;
  border-color: #8b5a2b;
}

/* product detail page  */
section.product-detail-main {
  padding: 100px 0px;
}

.product-detail-main .product-page {
  margin: 40px auto 0px;
}

.product-detail-main .product-top {
  display: flex;
  gap: 40px;
}



/* Container for the whole gallery */
.product-detail-main  .product-gallery {
  display: flex;
  background: #fff;
  padding: 50px  30px;
  box-shadow: 1px 3px 24px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 3px 24px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 3px 24px -8px rgba(0, 0, 0, 0.75);
  max-width: 800px;
  width: 100%;
}

/* Left Side: Vertical Thumbnails */
.product-detail-main  .slider-nav {
  width: 120px; /* Width of the thumbnail column */
  margin-right: 20px;
}

.product-detail-main  .slider-nav .slick-slide {
  margin-bottom: 10px; /* Gap between thumbnails */
  cursor: pointer;
  border-radius: 4px;
  opacity: 0.6;
  transition: all 0.3s ease;
  background-color: #fff;
}

.product-detail-main  .slider-nav .slick-slide.slick-current {
  opacity: 1;
  border-color: #8b5a2b; /* Green accent to match your image */

}

.product-detail-main .slider-nav img {
    width: 100%;
    height: 105px;
    display: block;
    object-fit: contain;
    padding: 7px;
}

/* Right Side: Main Image */
.product-detail-main  .slider-for {
  width: calc(100% - 140px); /* Remaining width */
}

.product-detail-main  .slider-for .slick-slide img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
 .product-detail-main  .product-gallery {
    flex-direction: column-reverse; /* Thumbnails go to bottom on mobile */
  }
 .product-detail-main  .slider-nav {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
 .product-detail-main  .slider-for {
    width: 100%;
  }
  .product-detail-main  .slider-nav .slick-slide {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.product-detail-main .product-main img {
  width: 420px;
  border-radius: 6px;
}
.product-detail-main .product-info {
  background-color: #f6f6f6;
  padding: 30px 50px;
}
.product-detail-main .product-info h1 {
  font-size: 30px;
  font-family: "Helvetica Neue";
  color: #000;
  font-weight: bold;
}

.related-slider-section .product-card {
 
  padding: 0px 15px;
  box-shadow: none;
}
.related-slider-section .product-card .product-card-inner
{
   box-shadow: 1px 3px 24px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 3px 24px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 3px 24px -8px rgba(0, 0, 0, 0.75);
}

.product-detail-main .weight {
  font-size: 18px;
  font-family: "Helvetica Neue";
  color: #000;
}

.product-detail-main .price {
  color: #8b5a2b !important;
  font-size: 25px !important;
  margin: 10px 0;
  font-family: "Helvetica Neue" !important;
  font-weight: bold;
}

.product-detail-main .qty-box {
  display: flex;
  gap: 5px;
  margin-bottom: 25px;
}

.product-detail-main .qty-box button {
  width: 38px;
  border: none;
  background: #d9d9d9;
  color: #000;
  font-size: 15px;
  font-family: "Helvetica Neue";
  font-weight: bold;
}
.product-detail-main .product-info p {
  color: #000;
  font-size: 16px;
  font-family: "Helvetica Neue";
  margin-bottom: 25px;
}
.product-detail-main .qty-box input {
  width: 85px;
  text-align: center;
  border: none;
  height: 35px;
  color: #000;
  font-size: 15px;
  font-family: "Helvetica Neue";
}
.product-detail-main .qty-box input:focus {
  outline: none;
}

.related-slider-section .product-img {
    padding: 32px 20px;
}
.product-detail-main .add-cart {
  background: #d15f36;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #d15f36;
  transition: all ease-in-out 0.3s;
  font-weight: bold;  

}
.product-detail-main .add-cart:hover {
  background-color: transparent;
  color: #d15f36;
}
.product-detail-main .related-title {
  margin: 60px 0 0px;
  color: #000;
  font-size: 30px;
  font-family: "Helvetica Neue";
  font-weight: bold;
}
.related-slider-section .related-slider .product-card button {
 
    right: 30px;
  
}

.related-slider-section .related-slider .slick-track {
    padding: 50px 0px;
}