/********** Template CSS **********/
:root {
  --primary: 8100f9;
  --light: #fff3fe;
  --dark: #111a24;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(135, 80, 109, 0.6); */
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  margin-top: -100px !important;
  z-index: 1;
}

/*** Footer ***/


/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: 100%;
  background: #dafcd9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 999;
  display: none;
  flex-direction: column;
  gap: 15px;
}

.cookie-wrapper.show {
  display: flex;
}

.cookie-wrapper i {
  font-size: 36px;
  color: #8b5e3c;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.cookie-wrapper .data p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin: 0;
}

.cookie-wrapper .data a {
  color: #4b7bec;
  text-decoration: underline;
}

.cookie-wrapper .buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-button {
  flex: 1 1 48%;
  padding: 10px 0;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

#acceptBtn {
  background-color: #4CAF50;
  color: rgb(93, 86, 86);
}

#acceptBtn:hover {
  background-color: #44ff00;
}

#declineBtn {
  background-color: #f44336;
  color: rgb(86, 82, 82);
}

#declineBtn:hover {
  background-color: #e53935;
}

@media (max-width: 600px) {
  .cookie-wrapper {
    right: 10px;
    left: 10px;
    max-width: none;
    bottom: 10px;
  }

  .cookie-button {
    flex: 1 1 100%;
  }
}

.hidden {
  display: none;
}

header i {
  color: #8100f9;
  font-size: 32px;
  text-align: center;
}

header h2 {
  color: 8100f9;
  font-weight: 500;
  text-align: center;
}

.data {
  text-align: center;
}

.data p a {
  color: 8100f9;
  text-decoration: none;
  text-align: center !important;
}

.data p a:hover {
  text-decoration: underline;
}

.buttons {
  padding: 20px 0px;
  text-align: center;
}

.buttons .cookie-button {
  border: 2px solid 8100f9;
  color: #fff;
  padding: 8px 0;
  background: 8100f9;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}

.buttons :hover {
  background-color: transparent;
  color: 8100f9;
}

#declineBtn {
  background-color: #fff;
  color: 8100f9;
}

#declineBtn:hover {
  background-color: #8100f9;
  color: #fff;
}



  /* new styles  */

 .footer-light {
  background-color: var(--light-bg);
  color: var(--dark-text);
  border-top: 2px solid var(--light-gray);
  font-size: 0.95rem;
}

.footer-light .footer-brand {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--dark-text);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.footer-light .footer-brand:hover {
  color: var(--accent);
}

.footer-light .footer-tagline {
  font-style: italic;
  color: var(--auxiliary);
  margin-bottom: 1.5rem;
}

.footer-light .footer-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--dark-text);
}

.footer-light .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-light .footer-links li {
  margin-bottom: 0.5rem;
}

.footer-light .footer-links a {
  text-decoration: none;
  color: var(--dark-text);
  transition: all 0.3s ease;
}

.footer-light .footer-links a:hover {
  color: var(--accent-hover);
  padding-left: 4px;
}

.footer-light .footer-contact a {
  color: var(--dark-text);
  text-decoration: underline;
}

.footer-light .footer-contact a:hover {
  color: var(--accent);
}

.footer-light .footer-bottom {
  background-color: var(--light-gray);
  padding: 1rem 0;
  font-size: 0.9rem;
  color: var(--dark-text);
  margin-top: 2rem;
}

/* Мобільна адаптація */
@media (max-width: 768px) {
  .footer-light .footer-brand {
    font-size: 1.5rem;
  }

  .footer-light .footer-bottom {
    text-align: center;
  }
}


/* new styles  */
/* Styles généraux */
:root {
  --background-color: #f3f3f3;
  --text-color: #3c3c3c;
  --accent-color: #0d478a;
  --light-accent: rgba(61, 138, 13, 0.1);
  --header-height: 80px;
  --transition: all 0.3s ease;
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}



h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-color);
}

.btn-accent {
  background-color: var(--accent-color);
  color: white;
  border: none;
  transition: var(--transition);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 12px 30px;
}

.btn-accent:hover {
  background-color: #76560b;
  color: white;
  transform: translateY(-2px);
}

/* Styles pour le header */
:root {
  --header-height: 80px;
  --header-bg: radial-gradient(circle at center, #0f221a, #0a1611);
  --header-bg-scrolled: rgba(12, 28, 20, 0.95);
  --accent-color: #5ae4a7;
  --text-light: #f1f5f3;
  --text-dark: #111;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: var(--header-bg);
  display: flex;
  align-items: center;
  z-index: 1000;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.site-header.scrolled {
  background: var(--header-bg-scrolled);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 70px;
}

.site-logo {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-logo:hover {
  color: var(--accent-color);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle .bar {
  height: 2px;
  background-color: var(--text-light);
  border-radius: 1px;
  transition: all 0.3s ease;
}

.main-nav {
  display: flex;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav-list li a {
  color: var(--text-light);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-list li a:hover {
  color: var(--accent-color);
}

/* Responsive */
@media (max-width: 991px) {
  .main-nav {
    position: absolute;
    top: var(--header-height);
    right: 0;
    width: 100%;
    background: var(--header-bg-scrolled);
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .main-nav.open {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }
}


.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--accent-color);
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 2px;
  background-color: var(--background-color);
  transition: width 0.3s ease, left 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link:focus::after,
.nav-link.active::after {
  width: 30px;
}

.navbar-toggler {
  border: none;
  background: transparent;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='black' viewBox='0 0 100 80' width='30' height='30'%3E%3Crect width='100' height='15'%3E%3C/rect%3E%3Crect y='30' width='100' height='15'%3E%3C/rect%3E%3Crect y='60' width='100' height='15'%3E%3C/rect%3E%3C/svg%3E");
}

@media (max-width: 991.98px) {
  .navbar-nav {
    gap: 0;
  }
  .nav-link {
    padding: 10px 20px;
    display: block;
    text-align: center;
  }
}


/* Styles pour le bloc principal (hero) */
:root {
  --primary-color: #004d40;
  --accent-color: #26a69a;
  --background-dark: #0e1c1f;
  --text-light: #ffffff;
  --text-muted: #cccccc;
  --tag-bg: #e0f2f1;
  --tag-color: #00695c;
}

/* HERO */
.hero-section-dark {
  background: var(--background-dark);
  color: var(--text-light);
  padding: 250px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.hero-title-dark {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.highlight-gradient {
  background: linear-gradient(90deg, var(--accent-color), #80cbc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle-dark {
  font-size: 1.25rem;
  margin-bottom: 30px;
}

.button-dark {
  background: var(--accent-color);
  color: var(--background-dark);
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
}

/* Styles pour le bloc À propos de nous */
.about-section {
  padding: 100px 0;
  position: relative;
}

.about-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: var(--light-accent);
  clip-path: polygon(0 100%, 100% 100%, 100% 30%, 0 70%);
  z-index: 1;
}

.about-content {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: var(--accent-color);
}

.about-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 30px;
  height: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--accent-color);
}

.about-card-title {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
  color: var(--text-color);
}

.about-card-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--accent-color);
  opacity: 0.15;
  font-size: 3rem;
}

/* Styles pour le bloc Nos programmes */
.programs-section {
  padding: 100px 0;
  background-color: white;
  position: relative;
}

.programs-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-color: var(--light-accent);
  border-radius: 50%;
  z-index: 1;
}

.programs-section::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 100px;
  height: 100px;
  background-color: var(--light-accent);
  border-radius: 50%;
  z-index: 1;
}

.program-card {
  border-radius: 8px;
  background-color: var(--background-color);
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 100%;
  position: relative;
  z-index: 2;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.program-card-header {
  background-color: var(--accent-color);
  color: white;
  padding: 20px;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.program-card-header h3 {
  margin: 0;
  font-size: 1.5rem;
  color: white;
}

.program-card-body {
  padding: 25px;
}

.program-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.program-feature-icon {
  color: var(--accent-color);
  margin-right: 15px;
  font-size: 1.25rem;
}

.program-feature-text h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.program-feature-text p {
  margin: 0;
  font-size: 0.95rem;
}

.program-number {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.2rem;
}

.program-cta {
  margin-top: 20px;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .about-section, .programs-section {
    padding: 70px 0;
  }
  
  .section-title {
    font-size: 2.2rem;
  }
  
  .about-card {
    margin-bottom: 30px;
  }
  
  .program-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
  }
  
  .about-card-title {
    font-size: 1.3rem;
  }
  
  .program-card-header h3 {
    font-size: 1.3rem;
  }
}

/* Styles pour le bloc Nos formules d'abonnement */
.pricing-section {
  padding: 80px 0;
  background: #f8f9f7;
}

.section-title {
  font-size: 2rem;
  color: #2e3c2f;
  font-weight: 600;
}

.section-subtitle {
  color: #5f6e64;
  font-size: 1.125rem;
  max-width: 720px;
  margin: 0 auto;
}

.pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
}

.pricing-card.featured {
  background: #e9f4f1;
  border: 2px solid #558b77;
}

.pricing-title {
  font-size: 1.5rem;
  color: #2e3c2f;
  margin-bottom: 8px;
}

.pricing-desc {
  font-size: 1rem;
  color: #6c7a70;
  margin-bottom: 24px;
}

.pricing-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2e3c2f;
  margin-bottom: 24px;
}

.pricing-price span {
  font-size: 1rem;
  font-weight: 400;
  color: #78867b;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  color: #4f5b53;
}

.pricing-list li {
  margin-bottom: 12px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-primary {
  background-color: #2e3c2f;
  color: #fff;
}

.btn-primary:hover {
  background-color: #3d5241;
}

.btn-accent {
  background-color: #558b77;
  color: #fff;
}

.btn-accent:hover {
  background-color: #3f6c5b;
}


.btn {
  display: inline-block;
  padding: 12px 12px;
  font-size: 0.95rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-select {
  background-color: #7a5af8;
  color: #fff;
}

.btn-select:hover {
  background-color: #6a4de3;
}

.btn-featured {
  background-color: #fff;
  color: #7a5af8;
  border: 2px solid #7a5af8;
}

.btn-featured:hover {
  background-color: #7a5af8;
  color: #fff;
}


/* Styles pour le bloc Témoignages */
.testimonials-dark {
  background: var(--background-dark);
  color: var(--text-light);
  padding: 80px 0;
}

.testimonial-box {
  background: #1a2b2e;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.testimonial-person {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .testimonial-box {
    padding: 25px 20px;
  }

  .testimonials-title {
    font-size: 2rem;
  }

  .testimonial-message {
    font-size: 1rem;
  }
}


/* Styles pour le bloc Avantages */
.advantages-section-dark {
  background: var(--background-dark);
  color: var(--text-light);
  padding: 80px 0;
}

.advantages-grid {
  display: grid;
  gap: 24px;
}

.advantage-dark {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}



.advantage-dark:hover {
  background-color: rgba(255, 255, 255, 0.06);
}


.icon-circle span {
  color: #005c00;
  font-size: 1.7rem;
}
.icon-advantage span {
  color: #005c00;
  font-size: 1.7rem;
}

.advantage-dark h5 {
  margin: 0 0 5px;
  font-size: 1.1rem;
  font-weight: 600;
}

.advantage-dark p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 768px) {
  .advantages-grid {
    grid-template-columns: 1fr 1fr;
  }
}


/* Styles pour le bloc Appel à l'action */
.cta-section-modern {
  background: #f4fdfd;
  padding: 80px 0;
}

.cta-modern-title {
  font-size: 2rem;
  color: var(--primary-color);
  font-weight: 600;
}

.cta-modern-text {
  margin-top: 16px;
  margin-bottom: 24px;
}

.cta-modern-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 28px;
  border-radius: 25px;
}
.cta-modern-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}


/* Styles pour le bloc Contacts */
.contact-seelen {
  background-color: var(--background-dark);
  color: var(--text-light);
  padding: 80px 0;
}

.contact-intro {
  text-align: center;
  margin-bottom: 48px;
}

.contact-heading {
  font-size: 2.5rem;
  margin-bottom: 12px;
  color: var(--accent-color);
}

.contact-text {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.contact-info .contact-item {
  margin-bottom: 32px;
}

.contact-info h4 {
  font-size: 1.25rem;
  margin-bottom: 6px;
  color: var(--accent-color);
}

.contact-info a {
  color: var(--text-light);
  text-decoration: underline;
}

.contact-info span {
  display: block;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.form-seelen input,
.form-seelen textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
  border: none;
  border-radius: 8px;
  background-color: #1e1e1e;
  color: #fff;
}

.form-seelen textarea {
  min-height: 140px;
  resize: vertical;
}

.form-seelen button {
  background-color: var(--accent-color);
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  transition: background 0.3s ease, transform 0.2s ease;
}

.form-seelen button:hover {
  background: linear-gradient(135deg, #e1b307, #d96d11);
  transform: translateY(-2px);
}


/* Media queries */
@media (max-width: 991.98px) {
  .advantages-section, .cta-section, .contact-section, .form-section {
    padding: 70px 0;
  }
  
  .advantages-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .cta-section.image-right .cta-text,
  .cta-section.image-left .cta-text {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
  
  .cta-image-container {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .cta-title {
    font-size: 1.8rem;
  }
  
  .form-container {
    padding: 30px 20px;
  }
}


/* new styles */


/* business-section */
.business-category {
  padding: 100px 0;
  background: var(--light-gray, #f5f7f6);
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.4rem;
  color: var(--deep-green, #2e4e42);
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--gray-text, #667);
  max-width: 600px;
  margin: 0 auto;
}

.services-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}

.service-item {
  background: #fff;
  padding: 32px 24px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.icon-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: var(--accent-light, #dde7e3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.icon-advantage {
  width: 90px;
  height: 50px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: var(--accent-light, #dde7e3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-advantage img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.service-item h3 {
  font-size: 1.3rem;
  color: var(--deep-green, #2e4e42);
  margin-bottom: 12px;
}

.service-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Адаптація */
@media (max-width: 576px) {
  .section-header h2 {
    font-size: 1.8rem;
  }

  .service-item {
    padding: 24px 16px;
  }

  .service-item h3 {
    font-size: 1.1rem;
  }

  .service-item p {
    font-size: 0.95rem;
  }
}



