/*
Theme Name: Axelerance 2026
Theme URI: https://www.axelerance.
Author: Thibaut Sehier
Author URI: https://www.tsehier.fr
Description: Thème Axelerance Formation
Requires at least: WordPress 5.0
Version: 1.0
*/
/*
Theme Name: Axelerance New
Theme URI: https://www.axelerance.fr
Author: Thibaut Sehier & Sacha GUERIN
Author URI: https://www.tsehier.fr
Description: Thème Axelerance Formation
Requires at least: WordPress 5.0
Version: 1.0
*/

@font-face {
  font-family: fleur;
  src: url("./assets/fonts/fleur.ttf");
}

/* Sticky Footer Layout */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content {
  flex: 1 0 auto;
}

.new__footer {
  flex-shrink: 0;
}

@media (min-width:1200px) {  .container,  .container-lg,  .container-md,  .container-sm,  .container-xl {    max-width:1200px;  }}

/**
 _____  _____ _   _  ___________  ___   _     
|  __ \|  ___| \ | ||  ___| ___ \/ _ \ | |    
| |  \/| |__ |  \| || |__ | |_/ / /_\ \| |    
| | __ |  __|| . ` ||  __||    /|  _  || |    
| |_\ \| |___| |\  || |___| |\ \| | | || |____
 \____/\____/\_| \_/\____/\_| \_\_| |_/\_____/
*/

/* * {
  outline: #ffaaff 1px solid;
} */
.menu.btn-secondary{
  padding: 2px 5px!important;
  

}
.flex {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 5px;
}
.menu.btn-secondary .title{
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu.btn-secondary a {
  font-size: 18px!important;
  padding: 2px 5px!important;
  /* width: 75%; */
  text-align: center;
  display: block;
}
h1 {
  text-transform: none;
}

.btn {
  border-radius: 5px !important;
}

.btn:hover {
  text-decoration: none !important;
  opacity: 0.9 !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 111, 97, 0.5) !important;
}

.skeu {
  border-radius: 50px;
background: #fafafa;
box-shadow:  20px 20px 60px #d5d5d5,
             -20px -20px 60px #ffffff;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.btn-secondary {
  background-color: #ff6f61;
  color: white;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: semi-bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-secondary:hover {
  background-color: #e65c4f !important;
  color: white !important;
}

.btn-secondary:focus {
  background-color: #ff6f61 !important;
  color: white !important;
  box-shadow: none !important;
}

.new__dbl-col {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

h2.title-secondary {
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: left;
  color: white !important;
}

.full-container {
  width: 100vw;
  margin: 0 auto;
  padding: 0 20px;
}

.block {
  display: block;
  clear: both;
  box-sizing: border-box;
}

.mt-navbar {
  margin-top: 100px!important;
}

.new__full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  
}

.new__full-width>div:not(.new__full-width, .cell-grid) {
  max-width: 1140px;
  padding: 0 14px;
  margin: 0 auto;
}

.new__full-width>div.new__full-width {
  /* padding: 0 0px; */
}

.font-white {
  color: white !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.bg-blue {
  background-color: #0a2851 !important;
}

.mt-space {
  margin-top: 60px !important;
}


/* 
 _   _  _____  ___ ______ ___________ 
| | | ||  ___|/ _ \|  _  \  ___| ___ \
| |_| || |__ / /_\ \ | | | |__ | |_/ /
|  _  ||  __||  _  | | | |  __||    / 
| | | || |___| | | | |/ /| |___| |\ \ 
\_| |_/\____/\_| |_/___/ \____/\_| \_|
*/
.new__header {
  background-color: #0a2851;
  color: white;
  padding: 20px 140px;
  position: fixed;
  width: 100vw;
  top: 0;
  display: flex;
  align-items: center;
}

.new__header .logo-image {
  height: 48px;
  object-fit: contain;
}

.logo {
  height: 64px;
}

.logo img {
  height: 64px;
  object-fit: contain;
}

.new__header .header-cart-trigger {
  /* DISPLAY ON THE RIGHT */
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-cart-trigger.cart-trigger--wiggle {
  animation: cartWiggle 0.6s ease;
}

@keyframes cartWiggle {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  20% {
    transform: translateX(-3px) rotate(-6deg);
  }
  40% {
    transform: translateX(3px) rotate(6deg);
  }
  60% {
    transform: translateX(-2px) rotate(-4deg);
  }
  80% {
    transform: translateX(2px) rotate(4deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}

.new__header .logo {
  /* height: 100px; */
  object-fit: contain;
  margin-right: 40px;
}

.new__header .header-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.new__header .menu .title {
  font-size: 1.2rem;
  margin: 0;
  color: white !important;
}

.new__header .menu .title>a {
  color: white !important;
  text-decoration: none;
}

.new__header .menu .sub-menu {
  /* display: flex; */
  display: none;
  gap: 40px;
  position: absolute;
  background-color: #fff;
  width: max-content;

  padding: 20px;
  padding-top: 40px;
  padding-right: 40px;
  border-radius: 5px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  transform: translateX(-40%);
}

.new__header .menu .sub-menu-col {
  display: flex;
  flex-direction: column;
}

.new__header .menu .sub-menu .sub-menu-col .sub-menu-title {
  font-size: 1em;
  margin-bottom: 10px;
  color: #0a2851 !important;
  font-weight: bold;
}

.new__header .menu .sub-menu .sub-menu-col a {
  color: #0a2851 !important;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  margin-left: 8px;
}

.new__header .menu .sub-menu .sub-menu-col .menu-card {
  position: relative;
  background-color: white;
  color: black;
  border-radius: 5px;
  margin-top: 10px;
  width: 300px;
  height: 250px;
}

.new__header .menu .sub-menu .sub-menu-col .menu-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.new__header .menu .sub-menu .sub-menu-col .menu-card .article-details {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  text-align: center;
}

.new__product-search-bar-results-message {
  font-size: 1.4rem;
  color: white;
  margin-top: 10px;
  text-align: center;
}

/* Styles for the new hero section */
.new__hero {
  position: relative;
  width: 100%;
  height: 768px;
}

.new__img-hero {
  width: 100%;
  height: 768px;
  object-fit: cover;
  position: relative;
}

.new__hero .new__hero-content {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new__hero-content h1 {
  color: white;
  font-size: 3rem !important;
  text-align: center;
  margin-bottom: 20px;
}

.new__hero-content h2 {
  color: white !important;
  font-size: 2rem !important;
  text-align: center;
  margin-bottom: 30px;
  text-align: left !important;
}

.new__highlights {
  background-color: #ffffff;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.new__card {
  background-color: white;
  color: black;
  padding: 10px;
  border-radius: 5px;
  flex: 1;
  min-width: 200px;
  height: 400px;
  position: relative;
}

.new__card .new__card-body {
  position: absolute;
  height: 60%;
  top: 40%;
  width: 100%;
  padding-right: 20px;
}

.new__card h5 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.new__card .new__card-element {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.new__card a {
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0px;
}

.new__card p {
  font-size: 1rem;
  margin-bottom: 20px;
  margin: 0;
  padding: 0px;
}

.new__story-p {
  font-size: 1.2rem;
  text-align: left;
  margin: 0 auto;
  padding: 0px;
  max-width: 800px;
}

.new__group-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.2rem;
  font-weight: bold;
}

.new__stats-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.new__stats-container h3 {
  font-size: 48px !important;
  font-weight: bold;
  text-align: center;
}

.new__stats-container hr {
  border: 2px solid #cf6662;
  /* margin: 0 20px; */
  width: 80px;
  align-self: center;
}

.new__stats-container p {
  font-size: 1.2rem;
  margin: 0;
  padding: 0px;
  text-align: center;
}

.new__socials-container {
  padding-block: 20px;
  margin-top: 20px;
  background: #0a2851;
  align-self: center;
  /* Break out of container to full width */
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.new__socials-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.new__socials-icon {
  width: 75px;
  height: 75px;
  fill: white;
}

.new__partnerships-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  overflow-x: hidden;
  width: 100%;
  flex-wrap: nowrap;
}

.new__partnership-item,
.new__partnership-item-alt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 200px;
  height: 150px;
  background: whitesmoke;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.new__partnership-item-alt {
  flex-direction: column;
}

.new__partnership-item-alt button {
  margin-top: 10px;
  background-color: #ff6f61;
  color: white;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: semi-bold;
  border-radius: 5px;
}

.new__partnership-item img,
.new__partnership-item-alt img {
  max-width: 150px;
  height: auto;
  object-fit: contain;
}

.new__footer {
  background-color: #0a2851;
  color: white;
}

.new__footer-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new__footer-content {
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
}

.new__footer-column {
  flex: 1;
  padding: 20px;
}

.new__footer-column * {
  margin: 0;
  padding: 0;
}

.new__footer-column h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.new__footer-column p {
  margin-bottom: 12px;
  font-size: 1rem;
}

.new__footer-column .new__socials-icons {
  justify-content: flex-start;
  gap: 10px;
}

.new__footer-column .new__socials-icon {
  width: 64px;
  height: 64px;
  fill: white;
  margin-right: 10px;
}

.new__footer-menu {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.new__footer-menu li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.new__product-summary {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}

.new__product-summary img {
  max-width: 400px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 20px;
}

.new__product-details {
  flex: 1;
}

.new__product-details h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.new__product-details .new__product-price {
  font-size: 1.2rem;
  font-weight: semi-bold !important;
  margin-bottom: 0px;
}

.new__product-details p:not(.new__product-price) {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.new__input-qty {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 0px;
  border: 0px;
}

.cart {
  /* display: flex;
  align-items: center;
  gap: 0px;
  background: #ffffff;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc; */
  display: block !important;
}

.new__add-to-cart-button {
  background-color: #0a2851 !important;
  color: white;
  border: none;
  height: 40px;
  padding: 0 20px;
  text-decoration: none;
  font-weight: semi-bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin: 0 !important;
}

.finance-button {
  background-color: #ff6f61 !important;
  color: white;
  border: none;
  height: 40px;
  padding: 0 20px;
  text-decoration: none;
  font-weight: semi-bold;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.finance-button:hover {
  color: white !important;
  text-decoration: none !important;
}

.new__product-purchase {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  margin-top: 20px;
}

/* Remove arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 0.5rem;
  border: 0;
  padding: 0;
  margin: 0 0 1rem;
}

.woocommerce-tabs ul.tabs li {
  list-style: none;
  margin: 0;
  border: 0;
}

.woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  background: #f2f4f7;
  color: #0a2851;
  font-weight: 600;
}

.woocommerce-tabs ul.tabs li.active a {
  background: #0a2851;
  color: #fff;
}

.woocommerce-Tabs-panel {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
  background: #fff;
}

.product-name {
  flex: 1;
}

.product-name a {
  color: #0a2851;
  font-weight: 600;
  text-decoration: none;
}

.product-category {
  width: 50px;
}

.product-modality {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-duration {
  width: 100px;
}

.product-cpf-label {
  color: white;
  background-color: #0a2851;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-size: 0.75rem;
  display: inline-block;
}

.new__shop_table {
  width: 100%;
  border-collapse: unset;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
}

.new__product-search-bar-form .input-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  border: #0a2851 solid 2px;
}

.new__product-search-bar-form input[type="text"] {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
}

.new__product-search-bar-form input[type="text"]:focus {
  outline: none;
}

.new__product-search-bar-form button {
  background-color: #ff6f61;
  color: white;
  border: none;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: semi-bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new__product-search-bar-form label {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  background: #f2f4f7;
  color: #0a2851;
  font-weight: 600;
}

.new__product-search-bar-form label:hover {
  background: #0a2851;
  color: #fff;
}

.new__product-search-bar-form label.active {
  background: #0a2851;
  color: #fff;
}

.new__product-search-bar-form input[type="radio"] {
  display: none;
}

.new__product-search-bar-form select {
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  background: #fff;
  color: #0a2851;
  font-weight: 600;
  border-radius: 0;
  padding-right: 5px;
}

.team-member-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.team-member-name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.team-member-role {
  font-size: 1rem;
  color: #666;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.team-member {
  text-align: center;
  width: 300px;
}

.team-member:hover {
  cursor: pointer;
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

body.team-popup-open {
  overflow: hidden;
}

.team-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
}

.team-popup.is-visible {
  display: flex;
}

.team-popup__card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  width: min(900px, 100%);
  display: flex;
  gap: 32px;
  padding: 40px;
  position: relative;
}

.team-popup__image img {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.team-popup__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.team-popup__name {
  font-size: 1.8rem;
  margin: 0;
}

.team-popup__role {
  font-weight: 600;
  color: #0a2851;
  margin: 0;
}

.team-popup__experience {
  margin: 0;
  color: #555;
}

.team-popup__passions h4 {
  margin: 15px 0 5px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0a2851;
}

.team-popup__passions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.team-popup__passions-list li {
  background: #f0f4fa;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  color: #0a2851;
}

[data-team-passions-wrapper].is-hidden {
  display: none;
}

.team-popup__contacts {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.team-popup__contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #0a2851;
  font-weight: 600;
  background: #f0f4fa;
  padding: 8px 14px;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.team-popup__contact:hover {
  background: #e2eaf7;
}

.team-popup__contact.is-hidden {
  display: none;
}

.team-popup__contact-label {
  white-space: nowrap;
}

.team-popup__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  border-radius: 50%;
  background: #0a2851;
  color: #fff;
}

.team-popup__contact--linkedin .team-popup__icon {
  font-weight: 700;
  font-size: 0.85rem;
}

.team-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
  color: #0a2851;
}

@media (max-width: 768px) {
  .team-popup__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
  }

  .team-popup__image img {
    width: 160px;
    height: 160px;
  }

  .team-popup__details {
    align-items: center;
  }
}

.product_list_hero {
  position: relative;
  height: 400px;
}

.new__product-list-hero-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.new__product-list-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new__product-card {
  /* background-color: #0a2851; */
  color: black;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  width: 30%;
  height: auto;
  overflow: hidden;
}

.new__product-card--category::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.575);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.new__product-card--category:hover::after {
  opacity: 0.15;
}

.new__product-card img {
  position: relative;
  z-index: 0;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0;
}

.new__product-card.is_category img {
  opacity: 1;
}

.new__product-card-name {
  z-index: 2;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: white;
  text-align: left;
  max-width: 50%;
}

.new__product-card.is_category .new__product-card-content {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 120%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-bottom: 20px;
  padding-inline: 20px;
  z-index: 3;
}

.new__product-card .new__product-card-content {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 120%;
  background: #c3b8b736;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 40px;
  align-items: start;
  padding-bottom: 60px;
  padding-inline: 20px;
  z-index: 3;
}

.new__product-card-content p {
  margin: 0;
  padding: 0;
}

.new__product-card:hover .new__product-card-content {
  top: 0%;
  transition: top 0.5s;
  transition-timing-function: linear(0,
      0.21 3.6%,
      0.402 7.4%,
      0.568 11.3%,
      0.711 15.3%,
      0.772 17.3%,
      0.83 19.4%,
      0.882 21.5%,
      0.929 23.7%,
      0.97 25.9%,
      1.008 28.2%,
      1.04 30.6%,
      1.067 33%,
      1.084 34.9%,
      1.099 36.9%,
      1.111 38.9%,
      1.12 41%,
      1.127 43.2%,
      1.13 45.4%,
      1.132 47.7%,
      1.13 50.1%,
      1.124 54%,
      1.111 58.5%,
      1.095 62.9%,
      1.044 75.5%,
      1.03 79.5%,
      1.019 83.2%,
      1.01 87.3%,
      1.004 91.3%,
      1.001 95.4%,
      1);
}

.new__product-card-content-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  line-height: 1.3;
  overflow-wrap: anywhere;
}

.new__product-card-button {
  background-color: #ff6f61;
  color: white;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: semi-bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.new__product-card-button a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.new__product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  align-items: stretch;
  margin-top: 40px;
}

.testimonials-container {
  background-color: #FAFAFA;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonials-container .control {
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.new__testimonial-content {
  width: 1000px;
  overflow: hidden;
  color: black;
  display: flex;
}

.new__testimonial-content .testimonial-card {
  min-width: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
  position: relative;
}

.new__testimonial-content .testimonial-card .new__testimonial-user img {
  border-radius: 50%;
  width: 128px;
  height: 128px;
  object-fit: cover;
}

.new__testimonial-content .testimonial-card .new__testimonial-message .testimonial-author {
  font-size: 1.5rem;
  font-weight: bold;
}

.new__testimonial-content .testimonial-card .testimonial-message {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quote-before {
    fill: #0A2851;
    width: 128px;
}
.quote-after {
    fill: #0A2851;
    width: 128px;
}
.new__testimonial-content .testimonial-card .testimonial-message p {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  padding-inline: 20px;
  text-align: center;
}

.new__testimonial-controls {
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.new__testimonial-controls .control-button {
  background-color: #0a2851;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.new__testimonial-controls .control-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.new__testimonial-controls .indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.new__testimonial-controls .indicators .indicator {
  width: 12px;
  height: 12px;
  background: #0a2851;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
}

.new__testimonial-controls .indicators .indicator.active {
  opacity: 1;
}

.two-column {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  /* margin-top: 40px; */
}

.two-column.adapt {
    margin-top: 40px;

}

.two-column>div {
  flex: 1;
}

.drawer {
  border-bottom: 2px solid #eb5f5b;
}

.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}

.drawer-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.drawer-body.open {
  max-height: 1000px;
  /* Adjust as needed */
}

.header-product-page {
  /**background-color: #0a2851;*/
  color: white;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  padding-block: 60px;
}

.bg-blue-gradient {
  
  background: #0A2851;
background: linear-gradient(145deg,rgba(10, 40, 81, 1) 76%, rgba(207, 102, 98, 1) 100%);
}

.new__product-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline-end: 40px !important;
}

.woocommerce img.img-trapezoid {
  border-radius: 20px !important;
  width: 60% !important;
  height: 300px !important;
  object-fit: cover;
}

.new__product-summary {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px !important;
  gap: 20px;
}

.new__price-and-cart {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  gap: 10px;
  margin-top: 10px;
}

.new__price-and-cart>.price {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
}

.new__product-description {
  display: flex;
  margin-top: 40px;
  margin-bottom: 80px;
  gap: 20px;
}

.side_card {
  background: #2b5b9e18;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: auto;
  width: 500px;
}

.side_card .title {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #0a2851 !important;
  margin: 0;
}

.side_card .new__product-description-content {
  flex: 0.7;
}

.side_card .competences {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.side_card .competences {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.side_card .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}

.competence-badge {
  background-color: #5ea1ff93;
  color: #0a2851;
  font-weight: 600;
  padding: 5px 10px;
  border: none;
  text-decoration: none;
  font-weight: semi-bold;
  border-radius: 5px;
  font-size: 0.9rem;
  display: inline-block;
  margin: 2px 2px;
}

.price_cart_card {
  background: #2b5b9e18;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: #0a2851 solid 2px;
  height: auto;
  width: 900px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 80px;
}

.price_cart_card .header {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}

.price_cart_card h2 {
  font-size: 1.5rem;
  font-weight: black;
  color: #0a2851 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.price_cart_card .price {
  font-size: 1.2rem !important;
  font-weight: normal !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  color: #0a2851 !important;
}

.price_cart_card .features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price_cart_card .features li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #0a2851 !important;
  gap: 10px;
}

.price_cart_card .features li svg {
  width: 20px;
  height: 20px;
  fill: rgb(4, 207, 4) !important;
}

.price_cart_card .buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.new__product-list-hero-content {
    width: 100%;
  }

.new__prise-en-charge-button {
  background-color: #0a2851 !important;
  color: white;
  border: none;
  height: 40px;
  padding: 0 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin: 0 !important;
  width: max-content;
}

.new__product-program {
  margin-top: 20px;
  margin-bottom: 80px;
}

.two-columns {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}

.debug {
  background-color: #ffaaff;
  flex: 1;
  height: 100px;
}

.debug-alt {
  background-color: #aaaaff;
  flex: 1;
  height: 100px;
}

.cell-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  /* background: #FFAAFF; */
  align-items: start;
  width: 100%;
  height: 60vh;
  padding-inline: 40px;
  margin-bottom: 80px;
}

.main-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  gap: 15px;
  height: 50%;
  width: 100%;
}

.cell {
  background: #ffffff;
  background-size: cover;
  background-position: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  min-height: 80px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.new__product-search-bar-form {
  width: 100%;
}

.half-cell {
  flex: 1;
}

.full-cell {
  width: 100%;
}

.large-cell {
  height: 100%;
  min-height: 200px;
}

.cell-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #0a2851;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1rem;
}

.team-header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.p-relative {
  position: relative;
}

/* .new__cart {
  position: absolute;
  right: 0px;
  top: 88px;
  width: 33%;
  z-index: 1000;
  background: white;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.new__cart .cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.new__cart .cart-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #0a2851 !important;
}

.new__cart .cart-header .cart-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #0a2851 !important;
}

.cart-item {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.cart-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}

.cart-item-details {
  flex: 1;
}

.cart-item h4 > a {
  margin: 0;
  font-size: 1rem;
  color: #0a2851 !important;
}

.cart-item p {
  margin: 5px 0;
  font-size: 0.9rem;
.new__footer-certification {
  max-width: 220px;
  text-align: center;
}
.new__footer-certification-img {
  width: 160px;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  margin-inline: auto;
}
.new__footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #0a2851;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #0a2851;
  transition: background 0.2s ease, color 0.2s ease;
}
.new__footer-button:hover {
  background: #0a2851;
  color: #ffffff;
}
}

.new__cart .cart-totals {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0a2851 !important;
}

.new__cart .cart-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.new__cart .cart-actions a {
  background-color: #0a2851 !important;
  color: white;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: semi-bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
} */

.four-column-icon-text {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.four-column-icon-text .column {
  text-align: center;
}

.add-to-cart-header {
  background: #FFFFFF;
  width: fit-content;
  padding: 0 !important;
  padding: 5px 10px !important;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.add-to-cart-header form {
  margin: 0 !important;
}

.add-to-cart-header .price {
  margin: 0 !important;
  margin-right: 20px !important;
}

/* 
   _____          _____ _______ 
  / ____|   /\   |  __ \__   __|
 | |       /  \  | |__) | | |   
 | |      / /\ \ |  _  /  | |   
 | |____ / ____ \| | \ \  | |   
  \_____/_/    \_\_|  \_\ |_|
*/
.new__cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
}

.new__cart[data-open="true"] {
  pointer-events: auto;
}

.cart-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.new__cart[data-open="true"] .cart-overlay {
  opacity: 1;
  pointer-events: auto;
}

.cart-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  max-width: 90vw;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  pointer-events: auto;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e5e7eb;
  background: #0a2851;
  color: white;
}

.cart-header h2 {
  margin: 0;
  font-size: 1.5rem;
  color: white !important;
}

.cart-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: opacity 0.2s;
}

.cart-close:hover {
  opacity: 0.7;
}

.cart-content-container {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.cart-loading {
  padding: 40px 20px;
  text-align: center;
  color: #666;
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.empty-cart {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 1.1rem;
}

.cart-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item .item-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.cart-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.cart-item .item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cart-item h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.new__footer-certification {
  max-width: 180px;
  text-align: center;
}

.new__footer-certification-img {
  width: 120px;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  margin-inline: auto;
}

.new__footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #0a2851;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #0a2851;
  transition: background 0.2s ease, color 0.2s ease;
}

.new__footer-button:hover {
  background: #0a2851;
  color: #ffffff;
}

.cart-item h4>a {
  color: #0a2851;
  text-decoration: none;
  transition: color 0.2s;
}

.cart-item h4>a:hover {
  color: #ff6f61;
}

.cart-item .item-price,
.cart-item .item-total {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.cart-item .item-total {
  font-weight: 600;
  color: #0a2851;
  font-size: 1rem;
}

.cart-footer {
  border-top: 1px solid #e5e7eb;
  padding: 20px;
  background: #f9fafb;
}

.cart-totals {
  margin-bottom: 15px;
}

.cart-totals .subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0a2851;
  margin: 0 0 10px 0;
}

.cart-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-actions a {
  display: block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.adapt-image {
  width: 572px;
}

.cart-actions .btn-cart {
  background: white;
  color: #0a2851;
  border: 2px solid #0a2851;
}

.cart-actions .btn-cart:hover {
  background: #0a2851;
  color: white;
}

.cart-actions .btn-checkout {
  background: #ff6f61;
  color: white;
  border: 2px solid #ff6f61;
}

.cart-actions .btn-checkout:hover {
  background: #e65c4f;
  border-color: #e65c4f;
}

.cart-error {
  padding: 20px;
  text-align: center;
  color: #dc2626;
}

.cart-item-count {
  background: #ff6f61;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  top: -5px;
  right: -5px;
}

@media (max-width: 768px) {
  .cart-sidebar {
    width: 100%;
    max-width: 100%;
  }
}

.new__hero-banner {
  padding-top: 125px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  color: white;
}

.new__product-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: #ffffff;
  margin-top: 20px;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #0a2851;
  transition: background 0.2s ease, color 0.2s ease;
}

.vael-content > img {
  max-width: 100%;
}

/* 
 ________  ___  ___  ______ ___________ _   _ _____ _   _  _____ 
/  ___|  \/  | / _ \ | ___ \_   _| ___ \ | | |  _  | \ | ||  ___|
\ `--.| .  . |/ /_\ \| |_/ / | | | |_/ / |_| | | | |  \| || |__  
 `--. \ |\/| ||  _  ||    /  | | |  __/|  _  | | | | . ` ||  __| 
/\__/ / |  | || | | || |\ \  | | | |   | | | \ \_/ / |\  || |___ 
\____/\_|  |_/\_| |_/\_| \_| \_/ \_|   \_| |_/\___/\_| \_/\____/ 
*/

/* SMARTPHONE */
@media (max-width: 768px) {
  .new__header {
    display: none;
  }

  .cell-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    align-items: start;
    justify-items: center;
    width: 100%;
    padding-inline: 20px;
    margin: 0 auto 80px auto;
    height: auto;
    max-width: 500px;
  }

  .main-column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    height: auto;
    width: 100%;
  }

  .cell-grid .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    height: auto;
    width: 100%;
    margin: 0 !important;
  }

  .cell {
    background: #ffffff;
    background-size: cover;
    background-position: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }

  .half-cell {
    width: 100%;
  }

  .full-cell {
    width: 100%;
  }

  .large-cell {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    min-height: 200px;

  }

  .cell-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #0a2851;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
  }

  /* Additional mobile optimizations */
  .new__hero {
    height: 50vh;
  }

  .new__img-hero {
    height: 50vh;
  }

  .new__hero-content h1 {
    font-size: 2rem !important;
  }

  .new__hero-content h2 {
    font-size: 1.5rem !important;
  }

  .new__highlights {
    flex-direction: column;
    gap: 15px;
  }

  .new__card {
    min-width: 100%;
    height: 300px;
  }

  .new__stats-container {
    flex-direction: column;
    gap: 30px;
  }

  .new__partnerships-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .new__partnership-item {
    width: 100px;
    height: 100px;
  }

  .new__partnership-item img {
    max-width: 80px;
    height: auto;
  }

  .new__product-list {
    justify-content: center;
  }

  .new__product-card {
    width: 100%;
    max-width: 300px;
  }

  .new__product-card img {
    height: 200px;
  }

  .team-container {
    gap: 20px;
  }

  .team-member {
    width: 250px;
  }

  .two-column {
    flex-direction: column;
    gap: 20px;
  }

  .new__product-summary {
    flex-direction: column;
    gap: 20px;
  }

  .new__product-details h1 {
    font-size: 2rem;
  }

  .new__testimonial-content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .new__testimonial-content .testimonial-card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .new__testimonial-content .testimonial-card .new__testimonial-user img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 15px;
    flex-shrink: 0;
  }

  p.quote-before {
    font-size: 64px!important;
    color: #0A2851;
  }

  .new__testimonial-content .testimonial-card .testimonial-message {
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .new__testimonial-content .testimonial-card .testimonial-message p {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 100%;
    width: 100%;
    margin: 0 0 15px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .new__testimonial-content .testimonial-card .new__testimonial-message .testimonial-author {
    font-size: 1.2rem;
    margin: 0;
    width: 100%;
  }

  .new__testimonial-controls {
    width: 100%;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 15px;
  }

  .new__testimonial-controls .control-button {
    width: 40px;
    height: 40px;
  }

  .testimonials-container {
    padding: 30px 0;
  }

  .new__footer-content {
    flex-direction: column;
    width: 100%;
  }

  .new__footer-column {
    padding: 15px 0;
  }

  .new__footer-menu {
    flex-direction: column;
    gap: 10px;
  }

  /* 
  .new__cart {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
  } */

  h2 {
    font-size: 1.5rem !important;
  }

  .adapt-image {
    width: 572px !important;
    height: auto !important;
  }

  .new__product-list-hero-content {
    width: 100%;
  }

  .new__product-search-bar-form {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  /* Product Search Bar Responsive Styles */
  .new__product-search-bar-form .input-bar {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    width: 100%;
  }

  .new__product-search-bar-form select {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .new__product-search-bar-form input[type="text"] {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    margin: 0;
  }

  .new__product-search-bar-form button {
    width: 100%;
    padding: 12px;
    justify-content: center;
    aspect-ratio: unset;
    min-height: 48px;
  }

  .new__product-search-bar-form label {
    padding: 12px 16px;
    font-size: 0.9rem;
    margin: 5px 0;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .header-product-page {
    flex-direction: column-reverse;
  }

  .header-product-page .new__product-image {
    padding: 0 !important;
    margin-top: 20px;
    width: 100%;
  }

  .header-product-page .new__product-image img {
    width: 80% !important;
    height: auto !important;
  }

  .header-product-page .new__product-summary {
    margin-top: 20px !important;
  }

  .new__product-description {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .new__product-description .side_card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .price_cart_card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .price_cart_card .header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 5px;
  }

  .price_cart_card .header .price {
    text-align: left;
  }

  .new__mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 80px;
    background: #0a2851;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0 20px;
  }

  .new__mobile-header .mobile-menu-trigger svg {
    fill: white;
    width: 32px;
    height: 32px;
  }

  .new__mobile-header .mobile-logo {
    height: 40px;
  }

  .new__mobile-header .mobile-header-menu {
    position: absolute;
    top: -1000%;
    left: 0;
    right: 0;
    z-index: 900;
    background: #0a2851;
    padding: 20px;
    transition: top 0.4s ease-in-out;
  }

  .new__mobile-header .mobile-header-menu.open {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 900;
    background: #0a2851;
    padding: 20px;
    transition: top 0.4s ease-in-out;
  }

  .new__mobile-header .mobile-header-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .new__mobile-header .mobile-header-menu .mobile-menu-item {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    padding-bottom: 5px;
    border-bottom: 1px solid hsl(0, 0%, 100%, 0.2);
  }

  .new__full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 80px;
  }

  .new__full-width img {
    width: 100%;
    min-height: fit-content;
    object-fit: cover;
  }

  .new__full-width .team-header-content {
    position: relative;
  }

  .new__full-width .team-header-content h1 {
    position: absolute;
    top: unset;
    bottom: 20px;
    color: white;
  }

  .new__mobile-header .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .new__mobile-header .sub-menu .sub-menu-title {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid hsl(0, 0%, 100%, 0.2);
  }

  .new__mobile-header .sub-menu .sub-menu-content {
    background-color: hsl(215, 78%, 23.7%);
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease;
  }

  .new__mobile-header .sub-menu .sub-menu-content.open {
    max-height: max-content;
    /* Adjust as needed */
    padding: 10px;
    transition: all 0.5s ease;
  }

  .new__mobile-header .sub-menu .mobile-menu-item {
    color: white;
    text-decoration: none;
    font-weight: normal;
    font-size: 1rem;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 2px 0;
  }

  .new__mobile-header .sub-menu .mobile-menu-item:active {
    background: hsl(0, 0%, 100%, 0.2);
  }

}

/* DESKTOP */
@media (min-width: 1025px) {
  .new__mobile-header {
    display: none;
  }
}

/* TABLET */
@media (min-width: 769px) and (max-width: 1024px) {
  .new__header {
    display: none;
  }

  .new__hero {
    height: 60vh;
  }

  .new__img-hero {
    height: 60vh;
  }

  .new__hero-content h1 {
    font-size: 2.5rem !important;
  }

  .new__hero-content h2 {
    font-size: 1.8rem !important;
  }

  .new__highlights {
    flex-direction: column;
    gap: 20px;
  }

  .new__card {
    min-width: 100%;
    height: 350px;
  }

  .new__stats-container {
    flex-direction: column;
    gap: 30px;
  }

  .new__partnerships-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .new__partnership-item {
    width: 120px;
    height: 120px;
  }

  .new__partnership-item img {
    max-width: 100px;
    height: auto;
  }

  .new__product-list {
    justify-content: center;
  }

  .new__product-card {
    width: 45%;
    max-width: unset;
  }

  .new__mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 80px;
    background: #0a2851;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0 20px;
  }

  .new__mobile-header .mobile-menu-trigger svg {
    fill: white;
    width: 32px;
    height: 32px;
  }

  .new__mobile-header .mobile-logo {
    height: 40px;
  }

  .new__mobile-header .mobile-header-menu {
    position: absolute;
    top: -1000%;
    left: 0;
    right: 0;
    z-index: 900;
    background: #0a2851;
    padding: 20px;
    transition: top 0.4s ease-in-out;
  }

  .new__mobile-header .mobile-header-menu.open {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 900;
    background: #0a2851;
    padding: 20px;
    transition: top 0.4s ease-in-out;
  }

  .new__mobile-header .mobile-header-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .new__mobile-header .mobile-header-menu .mobile-menu-item {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    padding-bottom: 5px;
    border-bottom: 1px solid hsl(0, 0%, 100%, 0.2);
  }

  .new__mobile-header .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .new__mobile-header .sub-menu .sub-menu-title {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid hsl(0, 0%, 100%, 0.2);
  }

  .new__mobile-header .sub-menu .sub-menu-content {
    background-color: hsl(215, 78%, 23.7%);
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease;
  }

  .new__mobile-header .sub-menu .sub-menu-content.open {
    max-height: max-content;
    /* Adjust as needed */
    padding: 10px;
    transition: all 0.5s ease;
  }

  .new__mobile-header .sub-menu .mobile-menu-item {
    color: white;
    text-decoration: none;
    font-weight: normal;
    font-size: 1rem;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 2px 0;
  }

  .new__mobile-header .sub-menu .mobile-menu-item:active {
    background: hsl(0, 0%, 100%, 0.2);
  }

  .cell-grid {
    grid-template-columns: 1fr;
  }

  .cell-grid .row {
    margin: 0 !important;
  }

}

.new__header .menu .sub-menu {
  /* display: flex; */
  display: none;
  gap: 40px;
  position: absolute;
  background-color: #fff;
  width: max-content;

  padding: 20px;
  padding-top: 40px;
  padding-right: 40px;
  border-radius: 5px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  transform: translateX(-40%);
}

.new__header .menu .sub-menu-col {
  display: flex;
  flex-direction: column;
}

.new__header .menu .sub-menu .sub-menu-col .sub-menu-title {
  font-size: 1em;
  margin-bottom: 10px;
  color: #0a2851 !important;
  font-weight: bold;
}

.new__header .menu .sub-menu .sub-menu-col a {
  color: #0a2851 !important;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  margin-left: 8px;
}

.new__header .menu .sub-menu .sub-menu-col .menu-card {
  position: relative;
  background-color: white;
  color: black;
  border-radius: 5px;
  margin-top: 10px;
  width: 300px;
  height: 250px;
}

.new__header .menu .sub-menu .sub-menu-col .menu-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.new__header .menu .sub-menu .sub-menu-col .menu-card .article-details {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
