/* Readable CTA when theme background image is missing or light */

.it-cta-2-area {
  background-color: #e8eef4;
  background-image: linear-gradient(160deg, #e2ebf5 0%, #f0f4f8 45%, #e5edf6 100%);
  background-size: cover;
  background-repeat: no-repeat;
}

.it-cta-2-title.it-section-title {
  color: #0f172a;
}

.it-cta-2-title .z-index-1 {
  color: #0c4a6e;
}

.it-cta-2-left .it-btn-yellow.white-bg,
.it-cta-2-left .it-btn-yellow.white-bg span,
.it-cta-2-left .it-btn-yellow.white-bg span span {
  color: #0f172a;
}

.it-cta-2-left .it-btn-yellow.white-bg svg,
.it-cta-2-left .it-btn-yellow.white-bg i {
  color: #0f172a;
}

.it-cta-2-left .it-btn-yellow.white-bg:hover,
.it-cta-2-left .it-btn-yellow.white-bg:hover span,
.it-cta-2-left .it-btn-yellow.white-bg:hover span span {
  color: #0f172a;
}

.it-cta-2-left .it-btn-yellow.white-bg:hover svg {
  color: #0f172a;
}

/* Header search: room for placeholder + gap before magnifier */
.it-header-search {
  max-width: min(100%, 280px);
}

.it-header-search input {
  padding-right: 3rem;
  box-sizing: border-box;
}

.it-header-search .icon {
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1399px) {
  .it-header-search {
    max-width: min(100%, 240px);
  }
}

/* Homepage hero slider */
.home-hero-swiper {
  position: relative;
}

.home-hero-swiper .swiper-slide {
  height: auto;
}

.home-hero-pagination.swiper-pagination-bullets {
  bottom: 1rem !important;
  left: 0;
  right: 0;
  z-index: 5;
}

.home-hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(15, 23, 42, 0.35);
  opacity: 1;
}

.home-hero-pagination .swiper-pagination-bullet-active {
  background: var(--it-theme-1, #03594e);
}

.theme-bg .home-hero-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.45);
}

.theme-bg .home-hero-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.home-hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.home-hero-slide {
  position: relative;
  overflow: hidden;
}

.home-hero-slide > .container {
  position: relative;
  z-index: 2;
}

/* Push hero text down away from sticky header */
.home-hero-slide .it-hero-content {
  margin-top: 150px;
}

/* Bring the two floating stat cards closer together */
.home-hero-slide .it-hero-experience-box:not(.experience-box-style-2) {
  left: -1%;
}

.home-hero-slide .it-hero-experience-box.experience-box-style-2 {
  left: auto;
  right: -8%;
}

/* Footer content sits too low: reduce top spacing */
.it-footer-area.pt-130 {
  padding-top: 40px;
}

/* Normalize social icon spacing/alignment in header + footer */
.it-header-top-social-box a,
.it-footer-widget-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.it-header-top-social-box a:not(:last-child),
.it-footer-widget-social a:not(:last-child) {
  margin-right: 12px;
}

.it-header-top-social-box a:has(.fa-instagram),
.it-footer-widget-social a:has(.fa-instagram) {
  margin-right: 26px;
}

.it-header-top-social-box a .fa-facebook-f,
.it-footer-widget-social a .fa-facebook-f {
  margin-right: 0;
}

/* Footer Coordonnées: long address/email must stay inside the column (Bootstrap row flex min-width). */
.it-footer-area > .container > .row > [class*="col-"] {
  min-width: 0;
}

.it-footer-widget.it-footer-col-1-4 {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.it-footer-widget.it-footer-col-1-4 .it-footer-coords-inner {
  min-width: 0;
  max-width: 100%;
  flex: 0 1 auto;
  box-sizing: border-box;
}

.it-footer-coords-col .it-footer-widget-contact ul li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.it-footer-coords-col .it-footer-widget-contact ul li a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Address: slightly smaller type + grid so the link wraps in-column (theme uses inline span + a). */
.it-footer-coords-col li.it-footer-contact-address {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.35rem;
  align-items: start;
}

.it-footer-coords-col li.it-footer-contact-address span {
  white-space: nowrap;
}

.it-footer-coords-col li.it-footer-contact-address a {
  font-size: clamp(0.75rem, 1vw + 0.55rem, 0.8125rem);
  line-height: 1.45;
  min-width: 0;
}

.it-footer-widget-contact ul li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.it-footer-widget-contact ul li a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 767px) {
  .home-hero-slide .it-hero-content {
    margin-top: 110px;
  }

  .home-hero-slide .it-hero-experience-box:not(.experience-box-style-2) {
    left: 0;
  }

  .home-hero-slide .it-hero-experience-box.experience-box-style-2 {
    left: auto;
    right: -6%;
  }

  .it-footer-area.pt-130 {
    padding-top: 65px;
  }
}

/* About us static page */
.about-page-hero {
  background: linear-gradient(160deg, #f2f5fb 0%, #eef3ff 100%);
}

.about-page-cover {
  max-height: 420px;
  object-fit: cover;
}

.about-page-content {
  padding-top: 24px;
}

.about-page-card {
  background: #ffffff;
  border: 1px solid #e9edf5;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.about-page-card h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.2;
}

.about-page-card p,
.about-page-list li {
  color: #4b5563;
}

.about-page-list {
  padding-left: 1.1rem;
}

.about-page-list li:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .about-page-card {
    padding: 20px;
    border-radius: 14px;
  }

  .about-page-card h3 {
    font-size: 24px;
  }

  .about-page-cover {
    max-height: 320px;
  }
}
