* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Metropolis Medium", sans-serif;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}


#hero-section {
  background: #ffffff;
  padding: 30px 0;
}


#hero-section .hero-left img {
  width: 100%;
  border-radius: 10px;
}

#hero-section .hero-right {
  text-align: center;
}

#hero-section .hero-offer {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgba(131, 94, 77, 1)
}

#hero-section .hero-location {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
}

#hero-section .hero-sub {
  font-size: 20px;
  width: 400px;
  margin: 0 auto;
  font-weight: 700;
  color: rgba(131, 94, 77, 1);
  line-height: 1.125;
  margin-bottom: 20px;
}

#hero-section .hero-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#hero-section .hero-form button {
  margin-top: 10px;
  padding: 12px;
  background: #7a4b35;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#second-banner {
  padding: 30px 0;
}

#second-banner .container img {
  width: 100%;
}

/* SECTION SCOPED CSS */
#offerSection {
  padding: 0px 0 40px 0;
  text-align: center;
}

#offerSection .title {
  color: rgba(131, 94, 77, 1);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0px;
  font-weight: bold;
}

#offerSection p {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}

.counter-wrapper {
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 35px;
}

.counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter-box {
  background: rgba(131, 94, 77, 1);
  color: white;
  width: 72px;
  height: 72px;
  /* border-radius: 8px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(107, 74, 58, 0.3);
}

/* flip card bottom half darker */
.counter-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgb(80, 57, 47);
  pointer-events: none;
}

/* divider line in middle */
.counter-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: rgb(80, 57, 47);
  z-index: 1;
}

.counter-box .number {
  font-size: 30px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}

.counter-item .label {
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 6px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

#offerSection .offer-btn {
  background: rgba(131, 94, 77, 1);
  color: white;
  border-radius: 30px;
  padding: 12px 30px;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  display: block;
  margin: 0 auto;
}

#offerSection .offer-btn:hover {
  background: #59392b;
}

/* MODAL */
.modal-content {
  border-radius: 12px;
  padding: 10px 10px 20px 10px;
}

.modal-body h4 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.modal-body .form-control {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 10px 14px;
  font-size: 0.95rem;
}

.modal-body .form-control:focus {
  box-shadow: none;
  border-color: #aaa;
}

.captcha-box {
  margin-bottom: 12px;
}


.captcha-logo {
  font-size: 10px;
  color: #888;
  text-align: center;
  line-height: 1.2;
}

.captcha-logo .rc-icon {
  font-size: 22px;
  color: #4a90d9;
}

.submit-btn {
  background: #111;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s;
}

.submit-btn:hover {
  background: #333;
}

.btn-close {
  position: absolute;
  top: 14px;
  right: 14px;
z-index: 9999;
}

.modal-header {
  position: relative;
  border: none;
  padding-bottom: 0;
}

#resultsSection {
  background: rgba(236, 224, 224, 1);
  padding: 20px 20px 50px;
  text-align: center;
}

#resultsSection .resultsSection-heading {
  color: rgba(131, 94, 77, 1);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

#resultsSection .resultsSection-img-wrapper {
  width: 100%;
}

#resultsSection .resultsSection-img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

#resultsSection .resultsSection-cta {
  display: inline-block;
  background: rgba(131, 94, 77, 1);
  color: white;
  border-radius: 14px;
  padding: 18px 45px;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 20px;
}





#lhrSection {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://lh3.googleusercontent.com/IAWcu_YCmbWHOWrnUcM85A7PqliRZdxkuZC3qhBFOrxumuftvoJzcnPEisYKTWDJqwh7ZdOkHPti55qxK7rWQ7M1kZF7KAQxZ7M=w1351);
  padding: 40px 40px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#lhrSection .lhrSection-heading {
  color: rgba(131, 94, 77, 1);
  line-height: 1.125;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

#lhrSection .lhrSection-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1050px;
  margin: 0 auto 35px;
  text-align: left;
}

#lhrSection .lhrSection-img-wrapper {
  flex-shrink: 0;
}

#lhrSection .lhrSection-img {
  width: 480px;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

#lhrSection .lhrSection-text {
  flex: 1;
}

#lhrSection .lhrSection-subheading {
  color: rgba(131, 94, 77, 1);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 22px;
  text-align: center;
}

#lhrSection .lhrSection-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#lhrSection .lhrSection-list-item {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 12px;
}

#lhrSection .lhrSection-list-item::before {
  content: '';
  width: 14px;
  height: 14px;
  min-width: 14px;
  background: rgba(131, 94, 77, 1);
  border-radius: 50%;
  display: inline-block;
}

#lhrSection .lhrSection-cta {
  display: inline-block;
  background: rgba(131, 94, 77, 1);
  color: white;
  padding: 14px 24px;
  font-family: "Metropolis Medium", sans-serif;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

#lhrSection .lhrSection-cta:hover {
  background: rgb(80, 57, 47);
}





#testimonialSection {
  background: rgba(0, 0, 0, 0);
  width: 80%;
}

#testimonialSection h2 {
  color: rgba(131, 94, 77, 1);
  font-weight: bold;
  line-height: 1;
  font-size: 32px;
}

/* CARD */
#testimonialSection .testimonial-card {
  background: transparent;
}


/* Section Background */
#eva-laser-section {
  background: url('../images/background-bg.png') center/cover no-repeat;
  position: relative;
}

#eva-laser-section .section-title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Button */
#eva-laser-section .eva-btn {
  background-color: rgb(131, 94, 77);
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
}

#eva-laser-section .eva-btn:hover {
  background-color: rgb(80, 57, 47);
}




/* Section Background */
#eva-feedback-section {
  background-color: #ffffff;
}

/* Heading */
#eva-feedback-section .eva-heading {
  color: rgba(131, 94, 77, 1);
  font-weight: 600;
}

/* Video Box */
#eva-feedback-section .eva-video-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

/* Inputs */
#eva-feedback-section .eva-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 45px;
}

/* Captcha */
#eva-feedback-section .eva-captcha {
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
}

/* Button */
#eva-feedback-section .eva-btn {
  background-color: rgba(131, 94, 77);
  color: #fff;
  border-radius: 5px;
}

#eva-feedback-section .eva-btn:hover {
  background-color: rgb(80, 57, 47);
}


#about {
  background-color: #fef2f6;
}

#about .about-us-title {
  font-size: 32px;
  font-weight: 700;
  color: rgba(131, 94, 77, 1);
  margin-bottom: 10px;
}

#about .about-us-subtitle {
    font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

#about .about-us-highlight {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

#about .about-us-exp-title {
  font-weight: 700;
  margin-top: 20px;
  color: rgba(131, 94, 77, 1);
  text-align: center;
  margin-bottom: 20px;
}

#about .about-us-list {
  list-style: none;
  width: 600px;
  padding-left: 0;
}

#about .about-us-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-weight: 600;
  color: rgb(20, 20, 20);
  line-height: 1.125;
  font-size: 16px;
}

#about .about-us-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #000000;
  font-size: 14px;
}

#about .new li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ffffff;
  background: #000;
  width: 20px;
  font-size: 14px;
  border-radius: 50%;
  height: 20px;
  display: flex;
  align-items: center;
  /* padding: 7px; */
  justify-content: center;
}

#about .about-us-image-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}

#about .about-us-image {
  border-radius: 50%;
  width: 81%;
}

#about .about-us-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background-color: rgba(131, 94, 77, 1);
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

#about .about-us-btn:hover {
  background-color: rgba(131, 94, 77, 1);
  color: #fff;
}


#faq {
  background-color: #fff;
}

#faq .faq-title {
  font-size: 32px;
  font-weight: 700;
  color: rgba(131, 94, 77, 1);
}

#faq .faq-wrapper {
  max-width: 1000px;
  margin: auto;
}

#faq .faq-item {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 4px;
}

#faq .faq-question {
  background-color: #fef2f6;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

#faq .faq-answer {
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}

/* Smooth animation fix */
#faq .collapse {
  transition: height 0.35s ease;
}

/* Icon styling */
#faq .faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}


#faq .faq-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background-color: rgba(131, 94, 77, 1);
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  margin-left: 60px;
}


#gallery {
  background-color: rgba(236, 224, 224, 1);
  padding: 40px 0;
}

#gallery .gallery-title {
  font-size: 32px;
  font-weight: 700;
  color: rgba(131, 94, 77, 1);
}

#gallery img {
  width: 100%;
  border-radius: 10px;
}


#gallery .gallery-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background-color: rgba(131, 94, 77, 1);
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}



#disclaimer {
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
}


#disclaimer p {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

#footer-reach {
  background: #000;
  color: #fff;
  padding-top: 60px;
  font-family: Arial, sans-serif;
}

#footer-reach .container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

#footer-reach h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

#footer-reach .address,
#footer-reach .phone {
  font-size: 18px;
  margin: 10px 0;
  opacity: 0.9;
}

#footer-reach .map-wrapper {
  margin-top: 40px;
  text-align: center;
}

#footer-reach .map-wrapper iframe {
  width: 70%;
  height: 450px;
  border: 0;
}

#footer-reach .reach-footer {
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: white;

}


#thanks {
  background: url('../images/thanks-bg.jpg') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Center Content */
#thanks .thanks-wrapper h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}

#thanks .check-icon {
  font-size: 60px;
  color: #1e6bd6;
  margin-bottom: 20px;
}

#thanks p {
  font-size: 18px;
  color: #333;
}


/* Container */
.quickcontact {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

/* Buttons common */
.quickcontact a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}

/* WhatsApp */
.quickcontact .whatsapp-btn {
  background: #25D366;
}

/* Call */
.quickcontact .call-btn {
  background: #25D366;
}

/* Hover effect */
.quickcontact a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}