/********** Template CSS **********/
:root {
  --primary: #073550;
  --light: #e6f7db;
  --dark: #111a24;
  --bg-color: #f8fffc;
  --accent-color: #043d4e;
  --text-color: #666565;
  --white: #ffffff;
  --bg-primary: #dff7dd;
  --text-primary: #383838;
  --heading-color: #112413;
  --border-radius: 0;
  --shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.error-message {
  color: #35dc46;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  min-height: 1.2rem;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.error-message:not(:empty) {
  opacity: 1;
}

/* Додатковий стиль для полів з помилками */
.form-control.error {
  border-color: #35dc46 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15) !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: #35dc46;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

/* Footer Styles */
.innenkraft-footer {
  background: transparent;
  color: #e6e6f0;
  padding: 3rem 1.5rem 2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top: 1px solid rgba(230, 230, 240, 0.2);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 2rem;
  gap: 3rem;
  flex-wrap: wrap;
}

.footer-branding {
  flex: 1 1 300px;
}

.brand-logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #d1cfff;
  text-decoration: none;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.brand-logo:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

.brand-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #c4c3e0;
  max-width: 320px;
}

.footer-legal {
  flex: 1 1 280px;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #d1cfff;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal-links {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.legal-link {
  color: #e6e6f0;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}

.legal-link:hover {
  color: #ffffff;
}

.icon {
  font-size: 1.1rem;
  color: #b8b7d8;
}

.footer-contact {
  flex: 1 1 280px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #d1cfff;
}

.contact-email,
.contact-phone {
  color: #e6e6f0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-email:hover,
.contact-phone:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(230, 230, 240, 0.7);
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(230, 230, 240, 0.15);
  padding-top: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-branding,
  .footer-legal,
  .footer-contact {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .brand-description {
    max-width: 100%;
  }
}


/* 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: 0px;
  right: 0;
  width: 40%;
  background: #f2f2f2;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;
  width: 100%;

  @media (max-width: 600px) {
    width: 100%;
  }
}

.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}

:root {
  --blue-light: #a1c4fd;
  --blue-dark: #0d47a1;
  --text-light: #ffffff;
  --accent: #ffd700;
  --transition: 0.3s ease;
}

.gradient-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(to right, #9299df, #00033d);
  padding: 14px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
  color: var(--text-light);
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}

.header-logo .material-icons {
  font-size: 28px;
  margin-right: 8px;
}

.header-nav {
  display: flex;
  gap: 24px;
}

.header-nav a {
  color: var(--text-light);
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: var(--transition);
}

.header-nav a::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--accent);
  transform: translateX(-50%);
  transition: width var(--transition);
}

.header-nav a:hover,
.header-nav a:focus {
  color: var(--accent);
}

.header-nav a:hover::after,
.header-nav a:focus::after {
  width: 20px;
}

.header-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.header-toggle span {
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
}

@media (max-width: 991.98px) {
  .header-toggle {
    display: flex;
  }

  .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, var(--blue-light), var(--blue-dark));
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }

  .header-nav.open {
    max-height: 300px;
  }

  .header-nav a {
    padding: 12px 0;
  }
}


header i {
  color: var(--accent-color);
  font-size: 32px;
  text-align: center;
}

header h2 {
  color: var(--accent-color);
  font-weight: 500;
  text-align: center;
}

.data {
  text-align: center;
}

.data p a {
  color: var(--accent-color);
  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 var(--accent-color);
  color: #fff;
  padding: 8px 0;
  background: var(--accent-color);
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}

.buttons #acceptBtn:hover {
  background-color: transparent;
  color: var(--accent-color);
}

#declineBtn {
  background-color: #fff;
  color: var(--accent-color);
}

#declineBtn:hover {
  background-color: var(--accent-color);
  color: #fff;
}

/* new styles  */
/* Variables globales */



/* Styles pour le bloc hero */
.hero-section {
  padding: 140px 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.hero-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
}

@media (min-width: 992px) {
  .hero-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.hero-content {
  flex: 1;
}

.hero-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-text {
  font-size: 1.1rem;
  color: var(--bg-primary);
  max-width: 580px;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.hero-btn {
  display: inline-block;
  padding: 12px 26px;
  background-color: var(--accent-color);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  transition: background-color 0.3s ease;
}

.hero-btn:hover {
  background-color: var(--accent-color-dark);
}

.hero-side {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .hero-stats {
    flex-direction: row;
    gap: 3rem;
  }
}

.stat-block {
  text-align: center;
}

.stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-color);
}

.stat-label {
  font-size: 0.95rem;
  color: var(--bg-primary);
  margin-top: 0.5rem;
}


.stats-card {
  background: var(--bg-primary);
  border: 2px solid #f0f0f0;
  border-radius: var(--border-radius);
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
}

.stats-card:hover {
  border-color: var(--accent-color);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.stats-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
}

.stats-label {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 1rem;
}

.btn-primary-custom {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: white;
  padding: 12px 32px;
  font-weight: 600;
  border-radius: var(--border-radius);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary-custom:hover {
  background-color: transparent;
  color: var(--accent-color);
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .hero-section {
    padding: 60px 0;
  }

  .stats-card {
    margin-bottom: 1.5rem;
  }
}

/* Styles pour le bloc À propos */
.about-section {
  background-color: transparent;
  padding: 100px 0;
}

.about-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 992px) {
  .about-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

.about-image-wrapper {
  flex: 1;
  text-align: center;
}

.about-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  border-radius: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-content {
  flex: 1;
}

.about-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--bg-color);
  margin-bottom: 1.5rem;
}

.about-description {
  font-size: 1.15rem;
  color: var(--bg-color);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.about-highlights {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  color: #143322;
  font-weight: 500;
}

.highlight-item i {
  font-size: 1.4rem;
  color: var(--light);
  margin-right: 1rem;
}


/* Styles pour le bloc Programmes */
.programs-section {
  padding: 100px 0;
  background-color: transparent;
}

.programs-heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
  color: var(--heading-color);
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.programs-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  transition: all 0.3s ease;
}

.programs-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.programs-header {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--accent-color);
}

.programs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.programs-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--bg-primary);
}

.programs-list i {
  font-size: 1.4rem;
  color: var(--accent-color);
}


/* Responsive pour les nouveaux blocs */
@media (max-width: 768px) {

  .about-title,
  .programs-title {
    font-size: 2rem;
  }

  .about-image {
    height: 300px;
    margin-bottom: 2rem;
  }

  .program-card {
    padding: 2rem;
  }
}

/* Styles pour le bloc Avantages */
.advantages-section {
  padding: 80px 0;
  background: transparent;
}

.advantages-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.advantages-subtitle {
  font-size: 1.1rem;
  color: var(--bg-primary);
  max-width: 700px;
  margin: 0 auto;
}

.advantage-box {
  background: var(--accent-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.advantage-box:hover {
  transform: translateY(-6px);
}

.advantage-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.advantage-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.advantage-heading {
  font-size: 1.3rem;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.advantage-description {
  color: var(--bg-primary);
  font-size: 1rem;
  line-height: 1.6;
}

/* Styles pour le bloc Histoires de réussite */
.innenkraft-success {
  background: transparent;
  padding: 70px 15px 90px;
  color: var(--bg-primary);
  font-family: 'Montserrat', sans-serif;
}

.innenkraft-success-title {
  font-size: 2.6rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0.5rem;
  color: var(--dark);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.innenkraft-success-intro {
  font-style: italic;
  max-width: 520px;
  margin: 0 auto 3.5rem;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
  color: var(--bg-primary);
}

.success-cards {
  display: flex;
  gap: 2rem;
  max-width: 1020px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.success-card {
  background: rgba(158, 140, 200, 0.1);
  border-radius: 20px;
  padding: 2.3rem 2rem 2.5rem;
  box-shadow: 0 12px 30px rgb(121 98 214 / 0.15);
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.success-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 38px rgb(121 98 214 / 0.35);
  background: rgba(158, 140, 200, 0.18);
}

.quote-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--dark);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  opacity: 0.85;
}

.success-text {
  margin-top: 1.8rem;
  font-style: italic;
  font-weight: 600;
  color: var(--bg-primary);
  line-height: 1.55;
  min-height: 120px;
  flex-grow: 1;
}

.success-author {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  color: var(--blue-light);
}

.author-icon {
  margin-right: 0.7rem;
  font-size: 1.4rem;
  color: var(--bg-primary);
}

/* Responsive */
@media (max-width: 900px) {
  .success-cards {
    flex-direction: column;
    gap: 1.8rem;
    max-width: 400px;
    margin: 0 auto;
  }
  .success-card {
    flex: 1 1 auto;
    padding: 1.8rem 1.5rem 2rem;
    min-height: auto;
  }
  .success-text {
    min-height: auto;
  }
  .innenkraft-success-title {
    font-size: 2rem;
  }
}


/* Styles pour le bloc Conseils pratiques */
.tips-section {
  padding: 100px 0;
}

.tips-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.tips-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.tips-intro {
  color: #e2f0ff;
  font-size: 1.2rem;
  line-height: 1.6;
}

.tips-image-wrapper {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.tips-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tips-image-wrapper:hover .tips-image {
  transform: scale(1.05);
}

.tips-grid {
  margin-top: 20px;
}

.tip-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.tip-card:hover {
  transform: translateY(-5px);
}

.tip-circle {
  position: absolute;
  top: -18px;
  left: 30px;
  background: #1e3c72;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.tip-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #1e3c72;
}

.tip-description {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}


/* Styles pour le bloc Tarifs */
.pricing-section-new {
  padding: 100px 20px;
  background: transparent;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-header {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 60px;
}

.pricing-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .pricing-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pricing-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 2.5rem;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* Styles pour le bloc Contacts */
.innenkraft-contact {
  background: transparent;
  padding: 70px 15px 100px;
  color: var(--bg-primary);
}

.innenkraft-title {
  font-weight: 700;
  font-size: 2.8rem;
  color: var(--dark);
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.innenkraft-intro {
  max-width: 600px;
  margin: 0 auto 3rem;
  font-size: 1.15rem;
  line-height: 1.5;
  text-align: center;
  color: var(--bg-primary);
  font-style: italic;
}

.contact-wrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-details {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  background: rgba(72, 58, 102, 0.07);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgb(72 58 102 / 0.1);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--bg-color);
}

.contact-item .icon {
  font-size: 28px;
  color: var(--bg-color);
}

.contact-link {
  color: var(--bg-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: var(--bg-color);
  text-decoration: underline;
}

.contact-address {
  font-style: normal;
  color: var(--bg-color);
}

.contact-form {
  flex: 1 1 400px;
  background: rgba(255 255 255 / 0.9);
  border-radius: 15px;
  padding: 2.5rem 2rem 3rem;
  box-shadow: 0 5px 20px rgb(72 58 102 / 0.12);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
}

.form-group input {
  padding: 0.9rem 1rem;
  font-size: 1rem;
  border: 2px solid #dcd6e4;
  border-radius: 10px;
  outline-offset: 2px;
  transition: border-color 0.3s ease;
  font-family: inherit;
  color: var(--accent-color);
  background: transparent;
}

.form-group input:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 10px rgb(130 88 201 / 0.35);
  background: #f7f3ff;
}

.error-message {
  color: #d9534f;
  font-size: 0.85rem;
  margin-top: 4px;
  min-height: 18px;
  font-weight: 600;
}

.btn-submit {
  margin-top: 1rem;
  background: var(--accent-color);
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 1rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn-submit:hover {
  background: #a281d3;
}

@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }
}


.error-message {
  color: #35dc46;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  display: none;
}

.btn-primary {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: white;
  font-weight: 600;
  border-radius: var(--border-radius);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary:hover {
  background-color: transparent;
  color: var(--accent-color);
  border-color: var(--accent-color);
  transform: translateY(-1px);
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 21, 4, 0.25);
}

/* Responsive pour les blocs finaux */
@media (max-width: 768px) {

  .contact-title,
  .form-title {
    font-size: 2rem;
  }

  .contact-info {
    padding: 2rem;
  }

  .form-container {
    padding: 2rem;
    margin: 0 1rem;
  }

  .social-links {
    gap: 0.75rem;
  }

  .social-link {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
}