:root {
  --primary-color: #b4d0b9;  
  --secondary-color: #cbd1bf;
  --accent-color: #e7dfd9;   
  --light-bg: #f0efe6;    
  --dark-text: #333;         
  --green-color: #b4d0b9;
  --text-muted: #6c757d;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  color: #333;
}

.fit-content {
  width: fit-content;
}


.bg-prim {
  background-color: #b4d0b9 !important;
}
.bg-gr {
  background-color: #b4d0b9 !important;
}
.bg-sec {
  background-color: #4a90d9 !important;
}
.text-gr {
  color: #b4d0b9 !important;
}
.text-red {
  color: #e7dfd9 !important;
}
.btn-whatsapp {
  background: #28a745;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}
.btn-whatsapp i {
  font-size: 1.8rem !important;
  margin-right: 10px;
}
.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}
/* Header & Navigation */
.top-bar {
  background: #b4d0b9;
  color: white;
  padding: 8px 0;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}
.nav-btn {
  font-size: 0.85em !important;
  font-weight: 600;
}
.navbar-brand {
  font-size: 1.8rem;
  font-weight: 800;
  color: #b4d0b9 !important;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.navbar-brand i {
  color: #e7dfd9;
  margin-right: 10px;
}
.navbar-nav .nav-link:not(.btn-appointment, .btn-maps) {
  color: #333 !important;
  font-weight: 600;
  margin: 0 5px;
  padding: 12px 18px !important;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 30px;
}
.navbar-nav .nav-link:hover:not(.btn-appointment, .btn-maps),
.navbar-nav .nav-link.active:not(.btn-appointment, .btn-maps) {
  color: #e7dfd9 !important;
  background: rgba(190, 33, 26, 0.1);
}
.btn-appointment,
.btn-maps {
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.btn-appointment {
  background: #be211a;
  color: white;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  max-width: fit-content !important;
  box-shadow: 0 4px 15px rgba(190, 33, 26, 0.3);
}
.btn-maps {
  background: #28a745;
  color: white;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  max-width: fit-content !important;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}
.btn-appointment:hover {
  background: #a51d18;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(190, 33, 26, 0.4);
}
.btn-appointment:hover,
.btn-maps:hover {
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.btn-maps:hover {
  background: #218838;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}
/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #f0efe6 0%, #e9ecef 100%);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><polygon points="0,0 100,100 0,100" fill="rgba(44,90,160,0.05)"/></svg>');
  background-size: 100% 100%;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-content h1 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #b4d0b9;
  margin-bottom: 25px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.hero-content .lead {
  font-size: 1.25rem;
  color: #6c757d;
  margin-bottom: 35px;
  line-height: 1.6;
  font-weight: 400;
}
.hero-features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.hero-features li {
  padding: 12px 0;
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.hero-features li i {
  margin-right: 12px;
  color: #b4d0b9;
  font-size: 1.3rem;
}
/* Mobile Responsiveness */
@media (max-width: 991.98px) {
  .hero-section {
    padding: 80px 0 60px;
  }
  .hero-content h1 {
    font-size: 2.5rem;
  }
  .hero-content .lead {
    font-size: 1.1rem;
  }
  .navbar-brand {
    font-size: 1.5rem;
  }
  .btn-appointment,
  .btn-maps {
    padding: 10px 20px;
    font-size: 0.8em;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    padding: 60px 0 40px;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-features li {
    font-size: 1rem;
  }
  .btn-whatsapp {
    padding: 12px 20px;
    font-size: 1.2rem;
  }
  .navbar-nav .nav-link:not(.btn-appointment, .btn-maps) {
    padding: 10px 15px !important;
    margin: 0 3px;
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .hero-section {
    padding: 50px 0 30px;
  }
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-features li {
    font-size: 0.95rem;
  }
  .btn-whatsapp {
    padding: 10px 15px;
    font-size: 1.1rem;
  }
  .top-bar span {
    font-size: 0.85rem;
  }
}
.hero-buttons {
  margin-top: 30px;
}
.btn-primary-custom {
  background: #b4d0b9;
  border: none;
  color: white;
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 30px;
  margin-right: 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
}
.btn-primary-custom:hover {
  background: #4a90d9;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(44, 90, 160, 0.4);
}
.btn-secondary-custom {
  background: transparent;
  border: 2px solid #b4d0b9;
  color: #b4d0b9;
  padding: 13px 35px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 30px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-secondary-custom:hover {
  background: #b4d0b9;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(44, 90, 160, 0.2);
}
/* Services Section */
.services-section {
  padding: 100px 0;
  background: white;
}
.section-title {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  color: #b4d0b9;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: -0.5px;
}
.section-subtitle {
  text-align: center;
  color: #6c757d;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 60px;
  font-weight: 400;
}
.service-card {
  background: white;
  border: none;
  border-radius: 20px;
  padding: 45px 35px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  height: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #b4d0b9, #e7dfd9);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.service-card:hover::before {
  transform: scaleX(1);
}
.service-icon {
  font-size: 3.5rem;
  color: #4a90d9;
  margin-bottom: 25px;
  display: inline-block;
  transition: all 0.3s ease;
}
.service-card:hover .service-icon {
  transform: scale(1.1);
  color: #e7dfd9;
}
.service-card h4 {
  color: #b4d0b9;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.5rem;
  letter-spacing: -0.3px;
}
.service-card p {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 1.05rem;
}
.service-badge {
  background: #be211a;
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}
.service-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #b4d0b9;
}
/* About Section */
.about-section {
  padding: 100px 0;
  background: #f0efe6;
}
.about-content {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}
.method-features {
  margin-top: 50px;
}
.feature-card {
  background: white;
  border: none;
  border-radius: 15px;
  padding: 2.5em 1.5em;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin: 1em 0.2em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.feature-content h5 {
  color: #b4d0b9;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.feature-content p {
  color: #6c757d;
  margin-bottom: 0;
  font-size: 1.05rem;
}
/* Key Services Section */
.key-services-section {
  padding: 80px 0;
  background: white;
}
.key-service-item {
  padding: 2.5em 1.5em;
  background: white;
  border: none;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  font-size: 1.05em;
  display: flex;
  align-items: center;
  font-weight: 600;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.key-service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(190, 33, 26, 0.2);
}
.key-service-item i {
  font-size: 2.8rem;
  color: #e7dfd9;
  margin-bottom: 0.8em;
  transition: all 0.3s ease;
}
.key-service-item:hover i {
  transform: scale(1.1);
}
/* Stats Section */
.stats-section {
  background: linear-gradient(135deg, #b4d0b9, #4a90d9);
  color: white;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><polygon points="100,0 100,100 0,100" fill="rgba(255,255,255,0.05)"/></svg>');
  background-size: 100% 100%;
}
.stat-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: white;
  display: block;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.stat-label {
  font-size: 1.2rem;
  opacity: 0.9;
  font-weight: 500;
}
/* Become Practitioner Section */
.practitioner-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #b4d0b9, #4a90d9);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.practitioner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><polygon points="0,0 100,0 100,100" fill="rgba(255,255,255,0.05)"/></svg>');
  background-size: 100% 100%;
}
.practitioner-section h2 {
  color: white;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.practitioner-section .lead {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  font-size: 1.25rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.btn-light-custom {
  background: white;
  color: #b4d0b9;
  border: none;
  padding: 16px 40px;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
}
.btn-light-custom:hover {
  background: #e7dfd9;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(255, 255, 255, 0.4);
}
/* Contact Section */
.contact-section {
  padding: 100px 0;
  background: white;
}
.contact-info {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 50px;
}
.contact-info li {
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info li i {
  color: #b4d0b9;
  margin-right: 15px;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  background: rgba(44, 90, 160, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Footer */
.footer {
  background: #b4d0b9;
  color: white;
  padding: 70px 0 40px;
}
.footer h5 {
  color: white;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 15px;
}
.footer h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #e7dfd9;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 12px;
}
.footer ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.05rem;
}
.footer ul li a:hover {
  color: white;
  padding-left: 5px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 50px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}
.social-links a {
  color: white;
  font-size: 1.4rem;
  margin: 0 12px;
  transition: all 0.3s ease;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links a:hover {
  background: #e7dfd9;
  transform: translateY(-3px);
}
.about-services-img {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about-services-img.animate {
  opacity: 1;
  transform: translateY(0);
}
/* Responsive Design */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.3rem;
  }
  .hero-content .lead {
    font-size: 1.1rem;
  }
  .navbar-nav {
    text-align: center;
    margin-top: 20px;
  }
  .navbar-nav .nav-link {
    margin: 5px 0;
  }
  .hero-buttons .btn-primary-custom,
  .hero-buttons .btn-secondary-custom {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .stat-number {
    font-size: 2.8rem;
  }
  .section-title {
    font-size: 2.3rem;
  }
}
@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 1.9rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .service-card {
    padding: 30px 20px;
  }
  .practitioner-section h2 {
    font-size: 2.2rem;
  }
}
#toTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  z-index: 999;
}
.slides {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
/* Responsive background images with srcset */
.slide-1 {
  background-image: url(assets/images/arreterfumer.jpg);
}
.slide-2 {
  background-image: url(assets/images/slide2.jpg);
}
.slide-3 {
  background-image: url(assets/images/slide3.jpg);
}
/* Lazy loading for carousel images */
.carousel-item:not(.active) .slides {
  background-image: none !important;
}
.red-dash {
  border-bottom: 4px dashed #e7dfd9;
}
.carousel-item .cards-hero {
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
/* Additional responsive fixes */
@media (max-width: 400px) {
  .hero-buttons .btn-appointment,
  .hero-buttons .btn-maps {
    width: 100%;
    margin-bottom: 10px !important;
  }
}

.key-services .fa-solid {
  font-size: 2.2rem;
}

@media (max-width: 575.98px) {
  .key-services .fa-solid {
    font-size: 1.8rem;
  }
}

/* Ensure images scale properly */
.about-sevices-img,
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Footer responsive adjustments */
@media (max-width: 767.98px) {
  .footer .col-md-5,
  .footer .col-md-2,
  .footer .col-md-3 {
    margin-bottom: 40px;
  }
}

/* Animation for key points */
.key-point {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.key-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e7dfd9;
}

/* Testimonial section */
.testimonial-section {
  padding: 100px 0;
  background: #f0efe6;
}
.testimonial-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin: 20px;
  position: relative;
}
.testimonial-card::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 5rem;
  color: rgba(44, 90, 160, 0.1);
  font-family: Georgia, serif;
  line-height: 1;
}
.testimonial-text {
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.testimonial-author {
  display: flex;
  align-items: center;
}
.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}
.author-info h5 {
  margin-bottom: 0;
  color: #b4d0b9;
}
.author-info p {
  margin-bottom: 0;
  color: #6c757d;
  font-size: 0.9rem;
}

/* Pricing Section */
.pricing-section {
  padding: 100px 0;
  background: white;
}
.pricing-card {
  background: #e7dfd9;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}
.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.pricing-card h3 {
  color: black;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.pricing-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: black;
}
.pricing-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing-item:last-child {
  border-bottom: none;
}
.pricing-item .service-name {
  font-weight: 600;
  color: #333;
}
.pricing-item .service-price {
  font-weight: 700;
  color: black;
  font-size: 1.1rem;
}
.pack-title {
  background: #b4d0b9;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
}
.pricing-highlight .service-name {
  color: white !important;
}
.pricing-highlight {
  background: linear-gradient(135deg, #b4d0b9, #879d8b);
  color: white;
  transform: scale(1.05);
}
.pricing-highlight h3 {
  color: white;
}
.pricing-highlight h3::after {
  background: white;
}
.pricing-highlight .pack-title {
  background: white;
  color: #b4d0b9;
}
.pricing-highlight .pricing-item .service-price {
  color: white;
}
.pricing-highlight:hover {
  transform: scale(1.08);
}

/* Structured data for SEO */
.structured-data {
  display: none;
}
