/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/services/style.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.services-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #0a0a0a;
  color: #f5f5f5;
}

.services-main {
  flex: 1 1;
  padding-top: 100px;
  position: relative;
  overflow: visible;
  z-index: 1;
  background: #000000;
}

.services-page {
  background: #000000;
}

.services-main > .container {
  overflow: visible !important;
}

/* En-tête SERVICES IMMOBILIERS AU MAROC */
.services-header-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(235, 50, 58, 0) 0%,
    rgba(235, 50, 58, 0.08) 20%,
    rgba(235, 50, 58, 0.18) 35%,
    rgba(235, 50, 58, 0.35) 50%,
    rgba(235, 50, 58, 0.55) 65%,
    rgba(235, 50, 58, 0.75) 80%,
    rgba(235, 50, 58, 0.92) 92%,
    rgba(235, 50, 58, 0.98) 100%
  );
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0 60px 0;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
}

.services-header-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(235, 50, 58, 0.03) 30%,
    rgba(235, 50, 58, 0.12) 60%,
    rgba(235, 50, 58, 0.25) 85%,
    rgba(235, 50, 58, 0.35) 100%
  );
  filter: blur(2px);
  z-index: 0;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}

.services-header-section .container {
  position: relative;
  z-index: 1;
}

.services-header-section .container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  text-align: left;
  padding-top: 50px;
}

.services-header-title {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  letter-spacing: -0.48px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Style pour le sous-titre dans la section accompagnement */
.services-page .about-description {
  text-align: center;
  max-width: none;
  margin: 16px auto 0;
}

/* Styles pour la section intro - NOUVEAU DESIGN PREMIUM */
.services-intro-section {
  position: relative;
  padding: 100px 0 !important;
  background: #000000;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.services-intro-content {
  text-align: left;
  width: 90%;
  max-width: 1400px;
  
  position: relative;
  z-index: 2;
}

.services-intro-title {
  color: #fff;
  margin: 0 0 clamp(15px, 2vh, 20px) 0;
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0;
  margin-left: -2px;
  text-transform: uppercase;
}

.services-intro-highlight {
  color: rgba(224, 31, 38, 1);
  font-weight: 400;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.services-intro-highlight::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(224, 31, 38, 0.8) 0%, rgba(224, 31, 38, 0.4) 100%);
  opacity: 0.6;
}

.services-intro-divider {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, rgba(224, 31, 38, 1) 0%, rgba(224, 31, 38, 0.6) 50%, transparent 100%);
  margin: 40px 0 50px 0;
  position: relative;
}

.services-intro-divider::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: rgba(224, 31, 38, 1);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(224, 31, 38, 0.8);
}

.services-intro-description {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
}

.services-intro-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.85;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 24px;
  transition: all 0.3s ease;
}

.services-intro-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: rgba(224, 31, 38, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(224, 31, 38, 0.6);
}

.services-intro-text:hover {
  color: rgba(255, 255, 255, 0.9);
  padding-left: 32px;
}

.services-intro-text:hover::before {
  width: 6px;
  height: 6px;
  box-shadow: 0 0 12px rgba(224, 31, 38, 0.9);
}

/* Styles pour le header de la section accompagnement - NOUVEAU DESIGN */
/* Styles pour le header de la section accompagnement - NOUVEAU DESIGN */
.services-accompaniment-headere {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0;
  padding: 0 !important;
  text-align: left;
  overflow: visible !important;
}


.services-accompaniment-title {
    color: #fff;
  margin: 0 0 clamp(15px, 2vh, 20px) 0;
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0;
  margin-left: -2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
}

.services-accompaniment-title::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  transform: none;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, rgba(224, 31, 38, 1) 0%, rgba(224, 31, 38, 0.6) 50%, transparent 100%);
}

.services-accompaniment-divider {
  display: none;
}

/* Styles pour les service items - NOUVEAU DESIGN MODERNE */
.services-items {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin: 0;
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 1400px;
  padding: 0 0 120px 0;
  box-sizing: border-box;
  overflow: visible;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.service-item {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
  gap: 10px;
  align-items: start;
  justify-content: start;
  z-index: 20;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.service-item:nth-child(1) { animation-delay: 0.1s; }
.service-item:nth-child(2) { animation-delay: 0.2s; }
.service-item:nth-child(3) { animation-delay: 0.3s; }
.service-item:nth-child(4) { animation-delay: 0.4s; }

.service-item-content {
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 50px 45px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  align-self: start;
}

.service-item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(224, 31, 38, 1) 50%, transparent 100%);
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.service-item:hover .service-item-content::before {
  transform: scaleX(1);
}

.service-item:hover .service-item-content {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(224, 31, 38, 0.3);
  transform: translateX(10px);
}

.service-item-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 0;
}

.service-checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, rgba(224, 31, 38, 0.2) 0%, rgba(224, 31, 38, 0.1) 100%);
  border: 2px solid rgba(224, 31, 38, 0.4);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.service-checkmark::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(224, 31, 38, 0);
  transition: all 0.4s ease;
}

.service-item:hover .service-checkmark {
  background: linear-gradient(135deg, rgba(224, 31, 38, 0.3) 0%, rgba(224, 31, 38, 0.15) 100%);
  border-color: rgba(224, 31, 38, 0.6);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 24px rgba(224, 31, 38, 0.3);
}

.service-item:hover .service-checkmark::after {
  border-color: rgba(224, 31, 38, 0.3);
  transform: scale(1.2);
}

.service-checkmark .material-symbols-outlined {
  font-size: 40px;
  color: #e01f26;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  filter: drop-shadow(0 2px 8px rgba(224, 31, 38, 0.4));
  transition: all 0.3s ease;
}

.service-item:hover .service-checkmark .material-symbols-outlined {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 12px rgba(224, 31, 38, 0.6));
}

.service-item-title {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff !important;
  margin: 0;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
}

.service-item:hover .service-item-title {
  color: rgba(255, 255, 255, 0.95) !important;
}

.service-item-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.8;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
}

.service-item:hover .service-item-description {
  color: rgba(255, 255, 255, 0.85) !important;
}

.service-item-image {
  width: 100%;
  height: 450px;
  position: relative;
  padding: 12px;
  background: 
    linear-gradient(135deg, rgba(224, 31, 38, 0.12) 0%, rgba(224, 31, 38, 0.04) 30%, transparent 60%),
    linear-gradient(225deg, rgba(255, 255, 255, 0.02) 0%, transparent 100%);
  border: 1.5px solid rgba(224, 31, 38, 0.25);
  border-radius: 4px;
  box-shadow: 
    0 25px 70px rgba(0, 0, 0, 0.6),
    0 8px 25px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 50px rgba(224, 31, 38, 0.12);
  transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  isolation: isolate;
  align-self: start;
}

.service-item-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at top left, rgba(224, 31, 38, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(224, 31, 38, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 2;
  pointer-events: none;
}

.service-item-image::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, 
    rgba(224, 31, 38, 0.5) 0%, 
    rgba(224, 31, 38, 0.2) 25%,
    rgba(224, 31, 38, 0.1) 50%,
    rgba(224, 31, 38, 0.2) 75%,
    rgba(224, 31, 38, 0.5) 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.7s ease;
  filter: blur(12px);
  border-radius: 6px;
}

.service-item:hover .service-item-image::before {
  opacity: 1;
}

.service-item:hover .service-item-image::after {
  opacity: 0.7;
}

.service-item:hover .service-item-image {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(224, 31, 38, 0.5);
  border-width: 2px;
  box-shadow: 
    0 35px 100px rgba(0, 0, 0, 0.7),
    0 15px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.15) inset,
    0 0 80px rgba(224, 31, 38, 0.4),
    0 0 120px rgba(224, 31, 38, 0.2),
    0 0 160px rgba(224, 31, 38, 0.1);
  padding: 10px;
  background: 
    linear-gradient(135deg, rgba(224, 31, 38, 0.18) 0%, rgba(224, 31, 38, 0.06) 30%, transparent 60%),
    linear-gradient(225deg, rgba(255, 255, 255, 0.04) 0%, transparent 100%);
}

.service-item-image > span {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  background: #000000 !important;
  border-radius: 2px;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 4px 12px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.7s ease;
}

.service-item:hover .service-item-image > span {
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 6px 20px rgba(0, 0, 0, 0.4);
}

.service-item-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.7s ease;
  filter: brightness(0.85) contrast(1.05);
  will-change: transform;
}

.service-item:hover .service-item-image img {
  transform: scale(1.12);
  filter: brightness(1) contrast(1.1);
}

/* Responsive pour service items */
@media (max-width: 968px) {
  .services-intro-section {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }

  .services-intro-title {
    font-size: 42px !important;
  }

  .services-accompaniment-title {
    font-size: 44px !important;
  }

  .services-items {
    padding: 0 0 80px 0;
    gap: 80px;
    margin: 0;
  }

  .service-item {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }

  .service-item-content {
    padding: 40px 35px;
  }

  .service-item-image {
    width: 100%;
    height: 350px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .services-intro-section {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }

  .services-intro-title {
    font-size: 36px !important;
  }

  .services-intro-highlight {
    font-size: 32px !important;
  }

  .services-intro-divider {
    margin: 32px auto;
  }

  .services-intro-description {
    gap: 20px;
  }

  .services-intro-text {
    font-size: 15px;
  }

  .services-accompaniment-header {
    margin-bottom: 60px;
  }

  .services-accompaniment-title {
    font-size: 36px !important;
  }

  .services-items {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 0 0 60px 0;
    margin: 0;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
  }

  .services-items::-webkit-scrollbar {
    display: none;
  }

  .services-items::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.2) 80%, transparent 100%);
    pointer-events: none;
    z-index: 10;
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.3);
  }

  .service-item {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    scroll-snap-align: start;
    grid-template-columns: 1fr !important;
    gap: 35px;
    animation: slideInFromRight 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }

  .service-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .service-item:nth-child(2) {
    animation-delay: 0.2s;
  }

  .service-item:nth-child(3) {
    animation-delay: 0.3s;
  }

  .service-item:nth-child(4) {
    animation-delay: 0.4s;
  }

  .service-item-content {
    padding: 35px 30px;
    gap: 24px;
  }

  .service-item-title {
    font-size: 26px !important;
  }

  .service-item-description {
    font-size: 15px !important;
  }

  .service-item-image {
    height: 300px;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .services-intro-section {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }

  .services-intro-title {
    font-size: 24px !important;
  }

  .services-intro-highlight {
    font-size: 24px !important;
    white-space: normal !important;
  }

  .services-intro-text {
    font-size: 16px;
    padding-left: 24px;
  }

  .services-accompaniment-title {
    font-size: 24px !important;
  }

  .services-items {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 0 0 50px 0;
    margin: 0;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
  }

  .services-items::-webkit-scrollbar {
    display: none;
  }

  .services-items::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.2) 80%, transparent 100%);
    pointer-events: none;
    z-index: 10;
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.3);
  }

  .service-item {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    scroll-snap-align: start;
    grid-template-columns: 1fr !important;
    animation: slideInFromRight 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }

  .service-item:nth-child(1) {
    animation-delay: 0.1s;
  }

  .service-item:nth-child(2) {
    animation-delay: 0.2s;
  }

  .service-item:nth-child(3) {
    animation-delay: 0.3s;
  }

  .service-item:nth-child(4) {
    animation-delay: 0.4s;
  }

  .service-item-content {
    padding: 30px 24px;
    gap: 20px;
  }

  .service-item-title {
    font-size: 22px !important;
  }

  .service-item-description {
    font-size: 16px !important;
  }

  .service-item-image {
    height: 250px;
    padding: 6px;
  }
}

/* Section investment-cta pour services */
.investment-cta-section-services {
  position: relative;
  overflow: hidden;
  background: 
    linear-gradient(90deg, rgba(223, 31, 38, 0.95) 0%, rgba(223, 31, 38, 0.85) 30%, rgba(223, 31, 38, 0.3) 60%, rgba(223, 31, 38, 0.05) 100%),
    url('/image.png');
  background-size: 100% 100%, 100% 100%;
  background-position: center, center;
  background-repeat: no-repeat, repeat;
  padding: 80px 0;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
}

.investment-cta-section-services .investment-cta-container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  text-align: left;
}

.investment-cta-section-services .investment-cta-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 32px 0;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.investment-cta-section-services .investment-cta-btn {
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.2),
    0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
}

.investment-cta-section-services .investment-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.15);
}

.investment-cta-section-services .investment-cta-btn .icon-square {
  width: 44px;
  height: 44px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  margin-bottom: 0;
}

.investment-cta-section-services .investment-cta-btn:hover .icon-square {
  transform: scale(1.05);
}

.investment-cta-section-services .investment-cta-btn .icon-square-white {
  background: #0a0a0a;
  color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border: none;
}

.investment-cta-section-services .investment-cta-btn .icon-square-white .material-symbols-outlined {
  color: #fff;
  font-size: 24px;
}

.investment-cta-section-services .investment-cta-btn > span:not(.icon-square) {
  background: #fff;
  color: #0a0a0a;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  display: inline-block;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .investment-cta-section-services {
    padding: 60px 0;
  }

  .investment-cta-section-services .investment-cta-container {
    padding: 0 0;
  }

  .investment-cta-section-services .investment-cta-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
/* ==================================================
   CONTAINER GLOBAL SERVICES – 90% / MAX 1400
   (sans impact design / animations)
================================================== */

.services-main > .container,
.services-intro-content,
.services-accompaniment-header,
.services-items,
.about-section,
.about-section .container,
.container.about-grid,
.section.about-section {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.container{
  padding: 0 0px !important;
}


