@charset "UTF-8";
@font-face {
  font-family: "Automove";
  src: url("../font/automove/Automove Personal Use Only.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
  text-decoration: none;
  font-family: "Comfortaa", sans-serif;
}

body {
  color: #2d3748;
  background-color: #fafbfc;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Automove", sans-serif;
}

h1 {
  font-size: 94px;
  font-weight: 600;
}

h2 {
  font-size: 60px;
  font-weight: 600;
}

h3 {
  font-size: 32px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

p,
span {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  font-family: "Comfortaa", sans-serif;
  text-decoration: none;
}

.navbarHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 35px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.navbarHeader__containerNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  width: 100%;
  padding-right: 30px;
  transition: height 0.3s ease;
}
.navbarHeader__logoBox {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 35px 0 25px;
}
.navbarHeader__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.navbarHeader__logo .logo-normal {
  display: block;
  height: 140px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}
.navbarHeader__logo .logo-scrolled {
  display: none;
  height: 42px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}
.navbarHeader__logo:hover {
  opacity: 0.9;
}
.navbarHeader__nav {
  display: block;
  margin-left: auto;
  margin-right: 35px;
}
.navbarHeader__nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbarHeader__nav a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.navbarHeader__nav a:hover, .navbarHeader__nav a.active {
  color: #f58220;
}
.navbarHeader__nav a .chevron {
  width: 9px;
  height: 5px;
  color: #ffffff;
  transition: transform 0.3s ease, color 0.3s ease;
}
.navbarHeader__nav a:hover .chevron {
  color: #f58220;
  transform: translateY(2px);
}
.navbarHeader__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0;
  background: transparent;
}
.navbarHeader__phone .phone-prefix {
  color: #f58220;
  font-weight: 700;
  display: inline;
}
.navbarHeader__phone .phone-number {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.navbarHeader__phone:hover {
  background: transparent;
}
.navbarHeader__phone:hover .phone-number {
  color: #f58220;
}
.navbarHeader__right {
  display: flex;
  align-items: center;
}
.navbarHeader__toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.navbarHeader__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.navbarHeader__toggle:hover {
  background-color: #1a1a1a;
  transform: scale(1.06);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.navbarHeader {
  /* On Scroll state */
}
.navbarHeader.is-scrolled {
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
}
.navbarHeader.is-scrolled .navbarHeader__containerNav {
  height: 60px;
}
.navbarHeader.is-scrolled .navbarHeader__logoBox {
  background-color: transparent;
  box-shadow: none;
  padding-left: 25px;
}
.navbarHeader.is-scrolled .navbarHeader__logo .logo-normal {
  display: none;
}
.navbarHeader.is-scrolled .navbarHeader__logo .logo-scrolled {
  display: block;
  height: 42px;
  width: auto;
}

.dropdown {
  position: relative;
}
.dropdown .chevron {
  width: 10px;
  height: 6px;
  color: #ffffff;
  transition: transform 0.25s ease, color 0.25s ease;
}
.dropdown .dropdown-menu {
  gap: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(85% + 4px);
  left: 0;
  min-width: 260px;
  background-color: #050505;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0;
  margin: 0;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
  z-index: 1200;
}
.dropdown .dropdown-menu li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.dropdown .dropdown-menu li a:hover {
  background-color: #24272c !important;
  /* Charcoal highlighted box matching user screenshot */
  color: #f58220 !important;
  /* Orange text matching user screenshot */
  padding-left: 24px;
}
.dropdown.active .dropdown-menu, .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.dropdown.active > a, .dropdown:hover > a {
  color: #f58220;
}
.dropdown.active > a .chevron, .dropdown:hover > a .chevron {
  color: #f58220;
  transform: rotate(180deg);
}

.footerSection__dropdown {
  position: relative;
  width: 100%;
}
.footerSection__dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Comfortaa", sans-serif;
  transition: color 0.2s ease;
}
.footerSection__dropdown > a .footer-chevron {
  width: 10px;
  height: 6px;
  color: #ffffff;
  transition: transform 0.25s ease, color 0.25s ease;
}
.footerSection__dropdown > a:hover {
  color: #f58220;
}
.footerSection__dropdown > a:hover .footer-chevron {
  color: #f58220;
}
.footerSection__dropdown .footerSection__dropdown-menu {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: unset;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #0b0c0e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  box-shadow: none;
  transform: none;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, visibility 0.25s, margin 0.25s ease;
}
.footerSection__dropdown .footerSection__dropdown-menu li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footerSection__dropdown .footerSection__dropdown-menu li:last-child {
  border-bottom: none;
}
.footerSection__dropdown .footerSection__dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 8px 14px;
  font-family: "Comfortaa", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #e0e0e0 !important;
  text-decoration: none;
  background-color: transparent;
  white-space: normal;
  line-height: 1.4;
  transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.footerSection__dropdown .footerSection__dropdown-menu li a:hover {
  background-color: #24272c !important;
  color: #f58220 !important;
  padding-left: 18px;
}
.footerSection__dropdown.active > a, .footerSection__dropdown:hover > a {
  color: #f58220;
}
.footerSection__dropdown.active > a .footer-chevron, .footerSection__dropdown:hover > a .footer-chevron {
  color: #f58220;
  transform: rotate(180deg);
}
.footerSection__dropdown.active .footerSection__dropdown-menu, .footerSection__dropdown:hover .footerSection__dropdown-menu {
  max-height: 380px;
  opacity: 1;
  visibility: visible;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 4px 0;
}

.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
}
.mobileMenu.is-open {
  opacity: 1;
  visibility: visible;
}
.mobileMenu.is-open .mobileMenu__content {
  transform: translateX(0);
}
.mobileMenu__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffa000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, background-color 0.2s ease;
  z-index: 10;
}
.mobileMenu__close:hover {
  background-color: #ffffff;
  transform: scale(1.05);
}
.mobileMenu__close:active {
  transform: scale(0.95);
}
.mobileMenu__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 360px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.08);
  padding: 90px 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobileMenu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobileMenu__nav li {
  width: 100%;
}
.mobileMenu__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  color: #2d3748;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #f5f6f7;
  transition: color 0.2s ease;
}
.mobileMenu__nav a .chevron {
  width: 10px;
  height: 6px;
  color: #3b7a1c;
  transition: transform 0.2s ease;
}
.mobileMenu__nav .dropdown .dropdown-menu {
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  box-shadow: none;
  padding: 0 0 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  background-color: transparent;
}
.mobileMenu__nav .dropdown .dropdown-menu li a {
  font-size: 18px;
  font-weight: 400;
  color: #718096;
  border-bottom: none;
  padding: 8px 0;
}
.mobileMenu__nav .dropdown .dropdown-menu li a:hover {
  background-color: transparent;
  color: #3b7a1c;
}
.mobileMenu__nav .dropdown.active .dropdown-menu {
  max-height: 260px;
}
.mobileMenu__nav .dropdown.active .chevron {
  transform: rotate(180deg);
}
.mobileMenu__footer {
  margin-top: auto;
  padding-top: 30px;
}
.mobileMenu__phone {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ffa000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.mobileMenu__phone:hover {
  background-color: #2d5d15;
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .navbarHeader {
    padding: 20px 24px;
  }
  .navbarHeader__containerNav {
    height: 60px;
  }
  .navbarHeader__logo .logo-normal,
  .navbarHeader__logo .logo-scrolled {
    max-height: 44px;
    width: auto;
  }
  .navbarHeader__nav {
    display: none;
  }
  .navbarHeader__phone {
    display: none;
  }
  .navbarHeader.is-scrolled {
    padding: 10px 20px;
  }
  .navbarHeader.is-scrolled .navbarHeader__containerNav {
    height: 48px;
  }
}
@media (max-width: 550px) {
  .navbarHeader {
    padding: 16px 16px;
  }
  .navbarHeader__logo .logo-normal,
  .navbarHeader__logo .logo-scrolled {
    max-height: 38px;
  }
  .navbarHeader.is-scrolled {
    padding: 8px 16px;
  }
  .navbarHeader.is-scrolled .navbarHeader__containerNav {
    height: 44px;
  }
}
.desktopMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  z-index: 2000;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  color: #ffffff;
}
.desktopMenu.is-open {
  transform: translateY(0);
}
.desktopMenu__close {
  position: absolute;
  top: 40px;
  right: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.desktopMenu__close svg {
  width: 24px;
  height: 24px;
}
.desktopMenu__close svg path {
  stroke: #ffffff;
}
.desktopMenu__close:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}
.desktopMenu__close:active {
  transform: scale(0.95);
}
.desktopMenu__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.desktopMenu__left {
  display: flex;
  flex-direction: column;
}
.desktopMenu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.desktopMenu__nav li {
  width: -moz-fit-content;
  width: fit-content;
}
.desktopMenu__nav > ul > li > a {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: color 0.3s ease;
  position: relative;
}
.desktopMenu__nav > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}
.desktopMenu__nav > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.desktopMenu__nav > ul > li > a:hover::after {
  width: 100%;
}
.desktopMenu__nav > ul > li > a .chevron {
  width: 14px;
  height: 10px;
  color: #ffffff;
  transition: transform 0.3s ease;
}
.desktopMenu__nav li.active > a::after {
  width: 100%;
}
.desktopMenu__nav .dropdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.desktopMenu__nav .dropdown .dropdown-menu {
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  box-shadow: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.desktopMenu__nav .dropdown .dropdown-menu li {
  width: 100%;
}
.desktopMenu__nav .dropdown .dropdown-menu li a {
  display: block;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  text-decoration: none;
  white-space: normal;
  transition: color 0.2s ease;
}
.desktopMenu__nav .dropdown .dropdown-menu li a:hover {
  color: #ffffff;
  background-color: transparent;
}
.desktopMenu__nav .dropdown.active .dropdown-menu {
  max-height: 150px;
}
.desktopMenu__nav .dropdown.active .chevron {
  transform: rotate(180deg);
}
.desktopMenu__right {
  display: flex;
  justify-content: flex-start;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 80px;
}
.desktopMenu__newsletter {
  width: 100%;
  max-width: 400px;
}
.desktopMenu__newsletter-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.desktopMenu__newsletter-subtitle {
  font-size: 16px;
  color: #999999;
  margin-bottom: 36px;
}
.desktopMenu__form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.desktopMenu__input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 0;
  font-size: 16px;
  font-style: italic;
  color: #ffffff;
  outline: none;
  transition: border-bottom-color 0.3s ease;
}
.desktopMenu__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}
.desktopMenu__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}
.desktopMenu__input:focus {
  border-bottom-color: #ffffff;
}
.desktopMenu__submit {
  align-self: flex-start;
  background-color: #ffffff;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 48px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.desktopMenu__submit:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}
.desktopMenu__submit:active {
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .desktopMenu {
    display: none !important;
  }
}

/* ======================= Hero Section Start ========================== */
.heroSection {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.heroSection__top-banner {
  display: flex;
  width: 100%;
  min-height: 90vh;
  position: relative;
  background: #000;
}
.heroSection__left {
  width: 30%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 60px;
  z-index: 10;
}
.heroSection__content {
  position: absolute;
  top: 25%;
  left: 15%;
}
.heroSection__title {
  color: #fff;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.heroSection__subtitle {
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 5px #f89b00;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 60px;
}
.heroSection__address {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.heroSection__right {
  width: 70%;
  height: 100vh;
}
.heroSection img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Responsive Breakpoints for Hero Section */
@media (max-width: 1025px) {
  .heroSection__top-banner {
    flex-direction: column;
    min-height: auto;
  }
  .heroSection__left {
    width: 100%;
    padding: 120px 40px 60px;
    text-align: center;
    justify-content: center;
  }
  .heroSection__content {
    position: static;
    transform: none;
    width: 100%;
  }
  .heroSection__title {
    font-size: 46px;
  }
  .heroSection__subtitle {
    margin-bottom: 40px;
    -webkit-text-stroke: 3px #f89b00;
  }
  .heroSection__right {
    width: 100%;
    height: 50vh;
  }
}
@media (max-width: 769px) {
  .heroSection__left {
    padding: 100px 30px 40px;
  }
  .heroSection__title {
    font-size: 60px;
  }
  .heroSection__subtitle {
    font-size: 60px;
    -webkit-text-stroke: 2px #f89b00;
  }
}
@media (max-width: 550px) {
  .heroSection__left {
    padding: 90px 20px 30px;
  }
  .heroSection__title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .heroSection__subtitle {
    font-size: 28px;
    -webkit-text-stroke: 1.5px #f89b00;
    margin-bottom: 30px;
  }
  .heroSection__right {
    height: 40vh;
  }
}
/* ======================= Hero Section End ========================== */
/* ======================= About Section Start ========================== */
.aboutSection {
  background-color: #000000;
  padding: 0 80px 80px 80px;
  color: #ffffff;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: end;
  justify-content: end;
}
.aboutSection .mini_container {
  margin-top: -80px;
  width: 65%;
}
.aboutSection__container {
  position: relative;
}
.aboutSection__map-badge-circle {
  position: absolute;
  top: -200px;
  right: 0px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  z-index: 100;
  background-color: #000;
}
.aboutSection__map-badge-circle iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.aboutSection .Annulation {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
}
.aboutSection__grid {
  padding: 20px;
  background-color: #000000;
  display: grid;
  grid-template-columns: 1.15fr 1.85fr;
  gap: 60px;
  margin-bottom: 5px;
  align-items: center;
}
.aboutSection__slider-col {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}
.aboutSection__carousel img {
  width: 100%;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutSection__details-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutSection__details-title {
  font-weight: 800;
  color: #ffa000;
  line-height: 1.3;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
.aboutSection__details-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 35px;
  padding-left: 0;
}
.aboutSection__details-list li {
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
}
.aboutSection__sub-hours-title {
  font-weight: 800;
  color: #ffa000;
  margin-bottom: 15px;
}
.aboutSection__sub-hours-text {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
.aboutSection {
  /* Orange Boxes Layout */
}
.aboutSection__orange-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutSection__orange-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.aboutSection__orange-box-col {
  background-color: #ffa000;
  padding: 10px 30px;
  color: #000000;
  box-shadow: 0 4px 15px rgba(255, 160, 0, 0.15);
}
.aboutSection__orange-row-1col {
  background-color: #ffa000;
  padding: 35px 40px;
  color: #000000;
  box-shadow: 0 4px 15px rgba(255, 160, 0, 0.15);
}
.aboutSection__orange-box-title {
  font-weight: 900;
  color: #000000;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.aboutSection__orange-box-content {
  line-height: 1.6;
  font-weight: 700;
  color: white;
}
.aboutSection__orange-box-content p:last-child {
  margin-bottom: 0;
}
.aboutSection__orange-box-content--grid p {
  margin-bottom: 8px;
}
.aboutSection__orange-box-content--grid p span {
  display: inline-block;
  min-width: 180px;
  font-weight: 900;
}
.aboutSection__orange-box-content--grid p.footnote {
  margin-top: 15px;
  font-style: italic;
  font-weight: 500;
  opacity: 0.8;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}

/* Responsive Breakpoints for About Section */
@media (max-width: 1025px) {
  .aboutSection__map-badge-circle {
    display: none;
  }
  .aboutSection__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .aboutSection__carousel img {
    height: 350px;
  }
  .aboutSection__details-title {
    font-size: 24px;
  }
  .aboutSection__sub-hours-title {
    font-size: 20px;
  }
  .aboutSection__orange-box-title {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .aboutSection .mini_container {
    margin-top: -80px;
    width: 100%;
  }
  .aboutSection {
    padding: 0 30px 30px 30px;
  }
  .aboutSection__orange-row-2col {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .aboutSection__orange-box-col {
    padding: 20px;
  }
  .aboutSection__orange-row-1col {
    padding: 25px 20px;
  }
  .aboutSection__orange-box-content--grid p span {
    display: block;
    margin-bottom: 2px;
  }
}
@media (max-width: 550px) {
  .aboutSection {
    padding: 0 20px 20px 20px;
  }
  .aboutSection__carousel img {
    height: 260px;
  }
  .aboutSection__details-title {
    font-size: 20px;
  }
  .aboutSection__sub-hours-title {
    font-size: 18px;
  }
  .aboutSection__orange-box-title {
    font-size: 16px;
  }
  .aboutSection__orange-box-content p {
    font-size: 14px;
  }
  .aboutSection__orange-box-content--grid p {
    font-size: 14px;
  }
  .aboutSection__orange-box-content--grid p.footnote {
    font-size: 12px;
  }
}
/* ======================= About Section End ========================== */
/* ======================= Annulation Permis Section Start ========================== */
.annulationPermisSection {
  background-color: #1c1c1e;
  padding: 80px 0;
  color: #ffffff;
}
.annulationPermisSection .image_ann {
  display: flex;
  justify-content: center;
  align-items: center;
}
.annulationPermisSection .image_ann img {
  width: 50%;
}
.annulationPermisSection ul {
  padding: 40px 0;
}
.annulationPermisSection ul li {
  list-style: circle;
  margin-bottom: 20px;
  font-size: 14px;
}
.annulationPermisSection__container {
  margin: 0 auto;
}
.annulationPermisSection__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  background-color: #1a1a1a;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.annulationPermisSection__grid h3 {
  font-size: 26px;
  font-weight: 800;
  color: #FFA000;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.annulationPermisSection__grid p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 14px;
}
.annulationPermisSection .Perfectionnemnt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  background-color: #1a1a1a;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.annulationPermisSection__img-box {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
.annulationPermisSection__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.annulationPermisSection__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 30px 40px 10px;
}
.annulationPermisSection__title {
  font-weight: 400;
  color: #f58220;
  margin-bottom: 18px;
  line-height: 1.35;
  letter-spacing: 0.3px;
}
.annulationPermisSection__title:not(:first-child) {
  margin-top: 30px;
}
.annulationPermisSection__text {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 16px;
}
.annulationPermisSection__text:last-child {
  margin-bottom: 0;
}
.annulationPermisSection {
  /* Responsive Breakpoints for Annulation Permis Section */
}
@media (max-width: 1025px) {
  .annulationPermisSection__grid {
    gap: 30px;
  }
  .annulationPermisSection__content {
    padding: 30px 20px;
  }
  .annulationPermisSection__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .annulationPermisSection__title:not(:first-child) {
    margin-top: 24px;
  }
  .annulationPermisSection__text {
    font-size: 13.5px;
    margin-bottom: 14px;
  }
  .annulationPermisSection__img-box {
    min-height: 420px;
  }
}
@media (max-width: 768px) {
  .annulationPermisSection__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .annulationPermisSection__img-box {
    min-height: 300px;
    max-height: 380px;
  }
  .annulationPermisSection__content {
    padding: 30px 20px;
  }
  .annulationPermisSection__title {
    font-size: 19px;
    margin-bottom: 14px;
  }
  .annulationPermisSection__text {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media (max-width: 550px) {
  .annulationPermisSection {
    padding: 40px 0;
  }
  .annulationPermisSection__grid {
    border-radius: 0;
  }
  .annulationPermisSection__img-box {
    min-height: 240px;
    max-height: 280px;
  }
  .annulationPermisSection__content {
    padding: 24px 15px;
  }
  .annulationPermisSection__title {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .annulationPermisSection__title:not(:first-child) {
    margin-top: 20px;
  }
  .annulationPermisSection__text {
    font-size: 12.5px;
    line-height: 1.55;
    margin-bottom: 12px;
  }
}

/* ======================= Annulation Permis Section End ========================== */
/* ======================= Formation Section Start ========================== */
.formationSection_btn {
  border-radius: 20px;
  padding: 10px 50px;
  background: #000;
  display: inline-block;
}
.formationSection_btn a {
  color: white;
}

.formationSection {
  background-color: #1a1a1a;
  padding: 80px 40px;
  color: #ffffff;
}
.formationSection__main-title {
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.formationSection__main-title span {
  font-size: 30px;
  color: #ffa000;
  font-weight: 800;
}
.formationSection__grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 70px;
}
.formationSection .grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 70px;
}
.formationSection__card {
  background: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formationSection__card-img-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.formationSection__card-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.formationSection__card-img-wrapper img:hover {
  transform: scale(1.05);
}
.formationSection__card-content {
  width: 100%;
}
.formationSection__card-title {
  font-weight: 800;
  color: #ffa000;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.formationSection__card-text {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 8px;
}
.formationSection__card-text span {
  color: #ffa000;
  font-weight: 700;
}
.formationSection__card-text:last-child {
  margin-bottom: 0;
}
.formationSection__grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}
.formationSection__download-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.formationSection__download-img-wrapper {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.formationSection__download-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.formationSection__download-img-wrapper img:hover {
  transform: scale(1.05);
}
.formationSection__download-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formationSection__download-title {
  font-weight: 800;
  color: #ffa000;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.formationSection__btn-download {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.formationSection__btn-download:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
  transform: translateY(-2px);
}
.formationSection__btn-download:active {
  transform: translateY(0);
}

/* Responsive Media Queries overrides for Formation Section */
@media (max-width: 1025px) {
  .formationSection {
    padding: 60px 30px;
  }
  .formationSection__main-title {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .formationSection__grid-3col {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 50px;
  }
  .formationSection__grid-2col {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .formationSection__card-title {
    font-size: 18px;
  }
  .formationSection__download-title {
    font-size: 16px;
  }
  .formationSection__btn-download {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .formationSection__main-title {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .formationSection {
    padding: 50px 20px;
  }
  .formationSection__main-title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .formationSection__main-title span {
    font-size: 20px;
  }
  .formationSection__card-img-wrapper {
    height: 180px;
  }
  .formationSection__download-img-wrapper {
    height: 140px;
  }
}
/* ======================= Formation Section End ========================== */
/* ======================= Pickup Section Start ========================== */
.pickupSection {
  position: relative;
  height: 60vh;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url(/assists/RÉCUPÉRONS/1.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.pickupSection__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.pickupSection__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.pickupSection__title {
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.pickupSection__subtitle {
  font-weight: 800;
  color: #ffa000;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
}
.pickupSection__typewriter {
  position: relative;
  color: #ffa000;
}
.pickupSection__typewriter::after {
  content: "|";
  color: #ffa000;
  animation: blinkTypewriter 0.8s infinite;
  margin-left: 5px;
}

@keyframes blinkTypewriter {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* Responsive Media Queries overrides for Pickup Section */
@media (max-width: 1025px) {
  .pickupSection {
    height: 45vh;
    min-height: 320px;
  }
  .pickupSection__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .pickupSection__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 769px) {
  .pickupSection__title {
    font-size: 24px;
  }
  .pickupSection__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .pickupSection {
    height: 35vh;
    min-height: 260px;
    background-attachment: scroll;
  }
  .pickupSection__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .pickupSection__subtitle {
    font-size: 18px;
  }
}
/* ======================= Pickup Section End ========================== */
/* ======================= Code Online Section Start ========================== */
.codeOnlineSection {
  display: flex;
  background-color: #000000;
  padding: 80px 0;
  overflow: hidden;
}
.codeOnlineSection .container {
  display: flex;
  background-color: #000000;
  align-items: center;
  padding: 80px 0;
  overflow: hidden;
}
.codeOnlineSection__left {
  width: 50%;
}
.codeOnlineSection__left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.codeOnlineSection__right {
  width: 50%;
  background-color: #000000;
  flex-direction: column;
  justify-content: center;
  padding: 60px 80px;
}
.codeOnlineSection__title {
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
}
.codeOnlineSection p {
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.codeOnlineSection__subtitle {
  font-weight: 400;
  color: #ffa000;
  margin-bottom: 35px;
}
.codeOnlineSection__btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #ffa000;
  color: #ffa000;
  padding: 12px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 400;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.codeOnlineSection__btn:hover {
  background-color: #ffa000;
  color: #000000;
  transform: translateY(-2px);
}
.codeOnlineSection__btn:active {
  transform: translateY(0);
}

/* Responsive Media Queries overrides for Code Online Section */
@media (max-width: 1025px) {
  .codeOnlineSection {
    flex-direction: column;
  }
  .codeOnlineSection__left {
    width: 100%;
    height: 45vh;
    min-height: auto;
  }
  .codeOnlineSection__right {
    width: 100%;
    padding: 50px 30px;
  }
  .codeOnlineSection__title {
    font-size: 28px;
  }
  .codeOnlineSection__subtitle {
    font-size: 20px;
  }
  .codeOnlineSection__btn {
    font-size: 14px;
    padding: 10px 35px;
  }
}
@media (max-width: 769px) {
  .codeOnlineSection__title {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .codeOnlineSection__left {
    height: 35vh;
  }
  .codeOnlineSection__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .codeOnlineSection__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
/* ======================= Code Online Section End ========================== */
/* ======================= Atouts Section Start ========================== */
.atoutsSection {
  background-color: #ffffff;
  padding: 80px 0;
  color: #000000;
}
.atoutsSection__container {
  padding: 0 20px;
}
.atoutsSection__block {
  width: 60%;
  margin: auto;
  margin-bottom: 70px;
}
.atoutsSection__block:last-child {
  margin-bottom: 0;
}
.atoutsSection__title {
  font-weight: 800;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.atoutsSection__line {
  width: 100%;
  max-width: 80%;
  height: 3px;
  background-color: #ffa000;
  margin: 0 auto 50px auto;
}
.atoutsSection__grid-atouts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  justify-items: center;
}
.atoutsSection__grid-possibilites {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  align-items: flex-end;
  justify-items: center;
}
.atoutsSection__item, .atoutsSection__item-possibility {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.atoutsSection__img-box {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.atoutsSection__img-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.atoutsSection__img-box img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.atoutsSection__text {
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
}
.atoutsSection__btn-more {
  display: inline-block;
  background-color: #e9ecef;
  color: #6c757d;
  padding: 6px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.atoutsSection__btn-more:hover {
  background-color: #ffa000;
  color: #000000;
  transform: translateY(-2px);
}
.atoutsSection__btn-more:active {
  transform: translateY(0);
}

/* Responsive Media Queries for Atouts Section */
@media (max-width: 1025px) {
  .atoutsSection {
    padding: 60px 0;
  }
  .atoutsSection__title {
    font-size: 24px;
  }
  .atoutsSection__text {
    font-size: 14px;
  }
  .atoutsSection__btn-more {
    font-size: 13px;
  }
  .atoutsSection__grid-possibilites {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
}
@media (max-width: 769px) {
  .atoutsSection {
    padding: 50px 0;
  }
  .atoutsSection__title {
    font-size: 20px;
  }
  .atoutsSection__line {
    margin-bottom: 35px;
  }
  .atoutsSection__grid-atouts {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .atoutsSection__grid-possibilites {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 550px) {
  .atoutsSection {
    padding: 40px 0;
  }
  .atoutsSection__title {
    font-size: 16px;
  }
  .atoutsSection__line {
    width: 250px;
    margin-bottom: 30px;
  }
  .atoutsSection__text {
    font-size: 13px;
  }
  .atoutsSection__btn-more {
    font-size: 12px;
    padding: 5px 16px;
  }
  .atoutsSection__img-box {
    height: 75px;
  }
  .atoutsSection__grid-possibilites {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
/* ======================= Atouts Section End ========================== */
/* ======================= Instagram Section Start ========================== */
.instagramSection {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.instagramSection__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 35px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #efefef;
}
.instagramSection__profile {
  display: flex;
  align-items: center;
  gap: 16px;
}
.instagramSection__avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #ffa000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.instagramSection__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagramSection__info {
  display: flex;
  flex-direction: column;
}
.instagramSection__username {
  font-weight: 800;
  color: #000000;
  margin-bottom: 2px;
}
.instagramSection__handle {
  font-family: "Comfortaa", sans-serif;
  color: #8e8e8e;
  margin: 0;
}
.instagramSection__stats {
  display: flex;
  gap: 30px;
  align-items: center;
}
.instagramSection__stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.instagramSection__stat-num {
  font-family: "Comfortaa", sans-serif;
  font-weight: 800;
  color: #000000;
}
.instagramSection__stat-label {
  font-family: "Comfortaa", sans-serif;
  color: #8e8e8e;
}
.instagramSection__btn-follow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #0095f6;
  color: #ffffff;
  padding: 9px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.instagramSection__btn-follow:hover {
  background-color: #0081d6;
  transform: translateY(-1px);
}
.instagramSection__btn-follow:active {
  transform: translateY(0);
}
.instagramSection__gallery-wrapper {
  position: relative;
  width: 100%;
  background-color: #000000;
}
.instagramSection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.instagramSection__arrow:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.1);
}
.instagramSection__arrow--prev {
  left: 15px;
}
.instagramSection__arrow--next {
  right: 15px;
}
.instagramSection__grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 25px) / 6);
  gap: 5px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.instagramSection__grid::-webkit-scrollbar {
  display: none;
}
.instagramSection__grid {
  scrollbar-width: none;
}
.instagramSection__item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
}
.instagramSection__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.instagramSection__item:hover img {
  transform: scale(1.08);
}
.instagramSection__item:hover .instagramSection__overlay {
  opacity: 1;
}
.instagramSection__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.instagramSection__likes, .instagramSection__caption {
  color: #ffffff;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

/* Responsive Media Queries for Instagram Section */
@media (max-width: 1025px) {
  .instagramSection__header {
    gap: 30px;
    padding: 25px 15px;
  }
  .instagramSection__username {
    font-size: 18px;
  }
  .instagramSection__handle {
    font-size: 13px;
  }
  .instagramSection__stat-num {
    font-size: 14px;
  }
  .instagramSection__stat-label {
    font-size: 12px;
  }
  .instagramSection__btn-follow {
    font-size: 13px;
    padding: 8px 18px;
  }
  .instagramSection__grid {
    grid-auto-columns: calc((100% - 15px) / 4);
  }
  .instagramSection__likes {
    font-size: 13px;
  }
  .instagramSection__caption {
    font-size: 11px;
  }
}
@media (max-width: 769px) {
  .instagramSection__header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .instagramSection__profile {
    flex-direction: column;
  }
  .instagramSection__username {
    font-size: 16px;
  }
  .instagramSection__stat-num {
    font-size: 13px;
  }
  .instagramSection__stat-label {
    font-size: 11px;
  }
  .instagramSection__grid {
    grid-auto-columns: calc((100% - 10px) / 3);
  }
}
@media (max-width: 550px) {
  .instagramSection__stats {
    gap: 15px;
  }
  .instagramSection__btn-follow {
    font-size: 12px;
    padding: 7px 16px;
  }
  .instagramSection__grid {
    grid-auto-columns: calc((100% - 5px) / 2);
    grid-template-columns: repeat(2, 1fr);
  }
  .instagramSection__arrow {
    width: 32px;
    height: 32px;
  }
  .instagramSection__arrow--prev {
    left: 8px;
  }
  .instagramSection__arrow--next {
    right: 8px;
  }
}
/* ======================= Instagram Section End ========================== */
/* ======================= Lightbox Modal Start ========================== */
.lightboxModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(5px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lightboxModal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.lightboxModal__close {
  position: absolute;
  top: 25px;
  right: 35px;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  z-index: 100000;
  line-height: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.lightboxModal__close:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
.lightboxModal__content {
  max-width: 90%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lightboxModal img {
  max-width: 100%;
  max-height: 75vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}
.lightboxModal__caption {
  color: #ffa000;
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  margin-top: 15px;
  max-width: 600px;
}

@media (max-width: 1025px) {
  .lightboxModal__close {
    font-size: 36px;
  }
  .lightboxModal__caption {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .lightboxModal__close {
    top: 15px;
    right: 20px;
    font-size: 32px;
  }
  .lightboxModal__caption {
    font-size: 12px;
  }
}
/* ======================= Lightbox Modal End ========================== */
/* ======================= Map Section Start ========================== */
.mapSection {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.mapSection__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 1025px) {
  .mapSection {
    height: 380px;
  }
}
@media (max-width: 769px) {
  .mapSection {
    height: 340px;
  }
}
@media (max-width: 550px) {
  .mapSection {
    height: 280px;
  }
}
/* ======================= Map Section End ========================== */
/* ======================= Footer Section Start ========================== */
.footerSection {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
}
.footerSection__contact {
  padding: 80px 20px 60px;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.footerSection__title {
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}
.footerSection__subtitle {
  font-family: "Comfortaa", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 45px;
  line-height: 1.5;
}
.footerSection__form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.footerSection__form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.footerSection__form-group label {
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 8px;
}
.footerSection__form-group input,
.footerSection__form-group textarea {
  background-color: #080808;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #ffffff;
  padding: 12px 14px;
  font-family: "Comfortaa", sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.footerSection__form-group input:focus,
.footerSection__form-group textarea:focus {
  outline: none;
  border-color: #ffa000;
  box-shadow: 0 0 8px rgba(255, 160, 0, 0.3);
}
.footerSection__form-group--full {
  margin-bottom: 30px;
}
.footerSection__form-group--full textarea {
  width: 100%;
  resize: vertical;
}
.footerSection__btn-send {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffa000;
  color: #ffffff;
  padding: 10px 55px;
  border-radius: 50px;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.footerSection__btn-send:hover {
  background-color: #ffa000;
  color: #000000;
  transform: translateY(-2px);
}
.footerSection__btn-send:active {
  transform: translateY(0);
}
.footerSection__main {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 60px;
}
.footerSection__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
.footerSection__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
}
.footerSection__logo {
  max-width: 160px;
  height: auto;
}
.footerSection__col-title {
  font-weight: 800;
  color: #ffa000;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footerSection__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footerSection__list a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Comfortaa", sans-serif;
  transition: color 0.2s ease;
}
.footerSection__list a:hover {
  color: #ffa000;
}
.footerSection__list a.highlight {
  color: #ffa000;
}
.footerSection__address {
  font-family: "Comfortaa", sans-serif;
  line-height: 1.6;
  color: #ffffff;
}
.footerSection__address p {
  margin-bottom: 6px;
}
.footerSection__address a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footerSection__address a:hover {
  color: #ffa000;
}
.footerSection__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
  font-family: "Comfortaa", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.footerSection__copyright-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerSection__socials {
  display: flex;
  gap: 15px;
}
.footerSection__socials a {
  color: #ffffff;
  opacity: 0.7;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.footerSection__socials a:hover {
  opacity: 1;
  color: #ffa000;
}

/* Responsive Media Queries for Footer Section */
@media (max-width: 1025px) {
  .footerSection__contact {
    padding: 60px 20px 40px;
  }
  .footerSection__title {
    font-size: 26px;
  }
  .footerSection__subtitle {
    font-size: 14px;
  }
  .footerSection__col-title {
    font-size: 16px;
  }
  .footerSection__list a, .footerSection__address {
    font-size: 14px;
  }
  .footerSection__copyright {
    font-size: 12px;
  }
  .footerSection__btn-send {
    font-size: 14px;
    padding: 9px 45px;
  }
}
@media (max-width: 769px) {
  .footerSection__form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .footerSection__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .footerSection__title {
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  .footerSection__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .footerSection__copyright-container {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .footerSection__title {
    font-size: 18px;
  }
  .footerSection__subtitle {
    font-size: 13px;
  }
  .footerSection__btn-send {
    font-size: 13px;
    padding: 8px 40px;
  }
}
/* ======================= Footer Section End ========================== */
.blogSearch {
  padding: 150px 0 50px;
  background-color: #000000;
  width: 100%;
  display: flex;
  justify-content: center;
}
.blogSearch__container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.blogSearch__title {
  color: #ffa000;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1025px) {
  .blogSearch__title {
    font-size: 28px;
  }
}
@media (max-width: 769px) {
  .blogSearch__title {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .blogSearch__title {
    font-size: 20px;
  }
}
.blogSearch__formWrapper {
  width: 100%;
  max-width: 500px;
}
.blogSearch__form {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.blogSearch__input {
  width: 100%;
  padding: 14px 50px 14px 24px;
  border-radius: 50px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  color: #2d3748;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.blogSearch__input::-moz-placeholder {
  color: #adadad;
}
.blogSearch__input::placeholder {
  color: #adadad;
}
.blogSearch__input:focus {
  border-color: #3b7a1c;
  box-shadow: 0 4px 12px rgba(59, 122, 28, 0.1);
}
.blogSearch__submit {
  position: absolute;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #adadad;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.blogSearch__submit:hover {
  color: #3b7a1c;
}
.blogSearch__icon {
  width: 18px;
  height: 18px;
}
@media (max-width: 1025px) {
  .blogSearch {
    padding: 50px 0 20px;
  }
}
@media (max-width: 769px) {
  .blogSearch {
    padding: 40px 0 15px;
  }
  .blogSearch__title {
    margin-bottom: 20px;
  }
  .blogSearch__input {
    padding: 12px 45px 12px 20px;
  }
}
@media (max-width: 550px) {
  .blogSearch {
    padding: 30px 0 10px;
  }
  .blogSearch__title {
    margin-bottom: 15px;
  }
  .blogSearch__input {
    padding: 10px 40px 10px 18px;
  }
  .blogSearch__submit {
    right: 16px;
  }
}

.blogSection {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .blogSection {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .blogSection {
    padding: 60px 0;
  }
}
.blogSection__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blogSection__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  text-align: left;
  align-items: stretch;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .blogSection__grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .blogSection__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 450px;
    margin: 0 auto 36px;
  }
}
.blogSection__card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.6s ease;
  opacity: 1;
}
.blogSection__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.blogSection__card--hidden {
  display: none !important;
  opacity: 0;
}
.blogSection__imageWrapper {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .blogSection__imageWrapper {
    height: 200px;
  }
}
.blogSection__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease;
  transform: scale(1);
}
.blogSection__card:hover .blogSection__image {
  transform: scale(1.1);
}
.blogSection__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}
.blogSection__cardDate {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #a0a0a0;
  margin: 0;
}
.blogSection__cardTitle {
  font-weight: 700;
  color: #111111;
  line-height: 1.35;
  margin: 0;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .blogSection__cardTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .blogSection__cardTitle {
    font-size: 19px;
  }
}
@media (max-width: 550px) {
  .blogSection__cardTitle {
    font-size: 17px;
  }
}
.blogSection__cardDesc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #333333;
  margin: 0;
}
.blogSection__moreBtn {
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  background-color: #eaeaea;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.blogSection__moreBtn:hover {
  background-color: #3b7a1c;
  color: #ffffff;
}
.blogSection__moreBtn:active {
  transform: scale(0.98);
}

.blogHero {
  position: relative;
  width: 100%;
  min-height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assists/blog/1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
}
.blogHero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.blogHero__container {
  position: relative;
  z-index: 2;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}
.blogHero__title {
  color: #ffffff;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1025px) {
  .blogHero__title {
    font-size: 28px;
  }
}
@media (max-width: 769px) {
  .blogHero__title {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .blogHero__title {
    font-size: 20px;
  }
}
.blogHero__meta {
  font-family: "EB Garamond", serif;
  color: #cccccc;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (max-width: 1025px) {
  .blogHero {
    min-height: 400px;
    padding: 60px 0;
  }
}
@media (max-width: 769px) {
  .blogHero {
    min-height: 350px;
    padding: 50px 0;
  }
}
@media (max-width: 550px) {
  .blogHero {
    min-height: 300px;
    padding: 40px 0;
  }
}

.Abaissement {
  background-image: url("../assists/blog/3.webp");
}

.Suppression {
  background-image: url("../assists/blog/2.webp");
}

.blogContent {
  padding: 60px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.blogContent__container {
  font-size: 24px;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.blogContent__container p {
  margin: 0;
  color: #444444;
  line-height: 1.7;
  font-family: "EB Garamond", serif;
}
.blogContent__lead {
  font-weight: 500;
  color: #2d3748 !important;
}
.blogContent__title {
  color: #a85c44;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 30px;
}
@media (max-width: 1025px) {
  .blogContent__title {
    font-size: 28px;
  }
}
@media (max-width: 769px) {
  .blogContent__title {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .blogContent__title {
    font-size: 20px;
  }
}
.blogContent__list {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: disc;
}
.blogContent__list li {
  color: #444444;
  line-height: 1.7;
  font-family: "EB Garamond", serif;
}
.blogContent__list li strong {
  color: #2d3748;
}
@media (max-width: 1025px) {
  .blogContent {
    padding: 50px 0;
  }
}
@media (max-width: 769px) {
  .blogContent {
    padding: 40px 0;
  }
  .blogContent__title {
    margin-top: 20px;
  }
  .blogContent__list {
    gap: 10px;
  }
}
@media (max-width: 550px) {
  .blogContent {
    padding: 30px 0;
  }
  .blogContent__title {
    margin-top: 15px;
  }
  .blogContent__list {
    gap: 8px;
    padding-left: 16px;
  }
}

.social_media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  width: 100%;
}
.social_media ul {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social_media li {
  margin: 0;
  padding: 0;
}
.social_media__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.social_media__link i,
.social_media__link svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 1;
}
.social_media__link:hover {
  transform: scale(1.1);
  filter: brightness(0.9);
}
.social_media__link--facebook {
  background-color: #1877F2;
}
.social_media__link--x {
  background-color: #000000;
}
.social_media__link--linkedin {
  background-color: #0077B5;
}
.social_media__link--whatsapp {
  background-color: #25D366;
}
.social_media__link--email {
  background-color: #777777;
}

.legalMentions {
  padding: 150px 0 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.legalMentions__container {
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.legalMentions__header {
  background-color: #ffa000;
  width: 100%;
  max-width: 1200px;
  padding: 16px 24px;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 4px;
}
.legalMentions__headerTitle {
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 1025px) {
  .legalMentions__headerTitle {
    font-size: 28px;
  }
}
@media (max-width: 769px) {
  .legalMentions__headerTitle {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .legalMentions__headerTitle {
    font-size: 20px;
  }
}
.legalMentions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  align-items: stretch;
}
.legalMentions__col {
  display: flex;
  flex-direction: column;
}
.legalMentions__colTitle {
  color: #2d3748;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.legalMentions__card {
  background-color: #ffffff;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  padding: 24px;
  flex: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.legalMentions__card p {
  margin: 0;
  color: #444444;
  line-height: 1.6;
}
.legalMentions__card p strong {
  color: #2d3748;
}
.legalMentions__card a {
  color: #3b7a1c;
  text-decoration: none;
  transition: color 0.3s ease;
}
.legalMentions__card a:hover {
  color: #2d5d15;
  text-decoration: underline;
}
.legalMentions__brand {
  font-weight: bold;
  font-style: italic;
  color: #2d3748 !important;
}
.legalMentions__role {
  margin-top: auto !important;
  font-style: italic;
  color: #777777 !important;
}
.legalMentions__separator {
  height: 1px;
  background-color: #e5e8eb;
  margin: 8px 0 !important;
  width: 100%;
}
@media (max-width: 1025px) {
  .legalMentions {
    padding: 110px 0 30px;
  }
  .legalMentions__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .legalMentions__card {
    padding: 20px;
  }
}
@media (max-width: 769px) {
  .legalMentions {
    padding: 100px 0 20px;
  }
  .legalMentions__header {
    margin-bottom: 30px;
    padding: 12px 20px;
  }
  .legalMentions__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .legalMentions__colTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .legalMentions {
    padding: 30px 0 15px;
  }
  .legalMentions__header {
    margin-bottom: 25px;
    padding: 10px 16px;
  }
}

.privacyPolicy {
  padding: 150px 0 100px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.privacyPolicy__container {
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.privacyPolicy__title {
  font-family: "Poppins", sans-serif;
  color: #2d3748;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 1.3;
}
@media (max-width: 1025px) {
  .privacyPolicy__title {
    font-size: 28px;
  }
}
@media (max-width: 769px) {
  .privacyPolicy__title {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .privacyPolicy__title {
    font-size: 20px;
  }
}
.privacyPolicy__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #e5e8eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}
.privacyPolicy__content h4 {
  font-family: "Poppins", sans-serif;
  color: #2d3748;
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}
.privacyPolicy__content h4:first-of-type {
  margin-top: 0;
}
.privacyPolicy__content p {
  margin: 0;
  color: #555555;
  line-height: 1.7;
}
.privacyPolicy__content p a {
  color: #3b7a1c;
  text-decoration: none;
  transition: color 0.3s ease;
}
.privacyPolicy__content p a:hover {
  color: #2d5d15;
  text-decoration: underline;
}
.privacyPolicy__content ul {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacyPolicy__content ul li {
  color: #555555;
  line-height: 1.7;
  font-family: "EB Garamond", serif;
}
.privacyPolicy__content ul li strong {
  color: #2d3748;
}
@media (max-width: 1025px) {
  .privacyPolicy {
    padding: 30px 0 60px;
  }
  .privacyPolicy__title {
    margin-bottom: 30px;
  }
  .privacyPolicy__content {
    padding: 30px;
  }
}
@media (max-width: 769px) {
  .privacyPolicy {
    padding: 20px 0 50px;
  }
  .privacyPolicy__title {
    margin-bottom: 25px;
  }
  .privacyPolicy__content {
    padding: 24px 20px;
    gap: 16px;
  }
  .privacyPolicy__content h4 {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .privacyPolicy {
    padding: 15px 0 40px;
  }
  .privacyPolicy__content {
    padding: 20px 16px;
    gap: 14px;
    border-radius: 8px;
  }
  .privacyPolicy__content h4 {
    font-size: 18px;
    margin-top: 8px;
  }
}/*# sourceMappingURL=style.css.map */