/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.Content - home section
 6.About section
 7.Statistic section
 8.Appointment section
 9.Department section
 10.Team section
 11.Banner line section
 12.Services section
 13.Clients section
 14.Blog section
 15.Contact section
 16.blog-page
 17.Single post
 18.footer
 19.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.hidden-post {
  display: none !important;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: rgba(7, 17, 31, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: none;
  border-bottom: 1px solid rgba(103, 216, 240, 0.08);
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
  margin: 0;
  padding: 0;
}
.navbar-header {
  position: relative;
  z-index: 2;
}
.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 14px 15px 10px;
  letter-spacing: 2.5px;
}
.navbar-brand img {
  width: 190px;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.2s ease;
  padding: 16px 15px;
  position: relative;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #67d8f0 !important;
}
.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: linear-gradient(90deg, #67d8f0, #2596be);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a.active:before {
  opacity: 1 !important;
  visibility: visible !important;
}
.navbar-nav > li > a.open-search {
  padding-left: 5px;
  padding-right: 15px;
}
.navbar-nav > li > a.open-search:before {
  display: none;
}
.inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  background: transparent;
  margin-top: 0;
  transition: all 0.3s ease;
}
header.active .navbar {
  background: rgba(7, 17, 31, 0.96);
  border-bottom: 1px solid rgba(103, 216, 240, 0.13);
}
header.active .inner-header {
  margin-top: 0;
  padding: 0;
}
.navbar-collapse {
  position: relative;
  background: transparent !important;
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
#container {
  overflow: hidden;
}
p {
  font-size: 15px;
  color: #666666;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 10px;
}
h1 {
  color: #333333;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: auto;
}
h2 {
  color: #333333;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}
.banner-page-section {
  padding: 220px 0 120px;
  background: url("../upload/ban2.jpg") center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.banner-page-section h1 {
  color: #333333;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: auto;
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banner-page-section p {
  font-size: 18px;
  color: #eeeeee;
  font-family: "Rubik", sans-serif;
  font-style: italic;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  content & Home section
/*-------------------------------------------------*/
.title-section {
  margin-bottom: 70px;
}
.title-section h1 {
  color: #333333;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: auto;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.title-section h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 70px;
  height: 1px;
  background: #3498db;
}
.title-section p {
  color: #999999;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white p {
  color: #ccc;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  letter-spacing: initial;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
#home-section .tp-caption img.slide1 {
  width: 80%;
  position: relative;
  margin-left: 150%;
  margin-top: -30%;
}
#home-section .tp-caption img.slide2 {
  width: 80%;
  position: relative;
  margin-left: 180%;
  margin-top: -30%;
}
#home-section .tp-caption img.slide3 {
  width: 80%;
  position: relative;
  margin-left: 180%;
  margin-top: -30%;
}
#home-section .tp-caption img.slide4 {
  width: 20%;
  position: relative;
  margin-left: 260%;
  margin-top: -20%;
}
#home-section .tp-caption img.slide5 {
  width: 70%;
  position: relative;
  margin-left: 250%;
  margin-top: -20%;
}
#home-section .tp-caption img.slide6 {
  width: 30%;
  position: relative;
  margin-left: 300%;
  margin-top: -20%;
}
#home-section .tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 70px;
  line-height: 78px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: initial;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  letter-spacing: -0.05em;
  text-align: left;
}
#home-section .tp-caption.finewide_medium_white span {
  color: #3498db !important;
}
#home-section .tp-caption.finewide_medium_white.with-border {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 30px 100px;
}
#home-section .tp-caption.mediumlarge_light_white_center {
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
#home-section span.side-line {
  display: block;
  width: 1px;
  height: 230px;
  background: #ffffff;
  opacity: 0.7;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}
#home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #fff;
  border-color: transparent;
  opacity: 1;
}
#home-section a.button-one {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 13px 27px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#home-section a.button-one:hover {
  background: #3498db;
  border-color: #3498db;
}

/*-------------------------------------------------*/
/* =  About section
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  About section — Light (section claire alternée)
/*-------------------------------------------------*/
#about-section {
  position: relative;
  background: #f0f7ff;
  padding: 100px 0 80px;
  color: #0f2744;
}
#about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(8, 145, 178, 0.09) 1.2px,
    transparent 1.2px
  );
  background-size: 26px 26px;
  pointer-events: none;
}
#about-section::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 55%;
  height: 80%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    rgba(8, 145, 178, 0.1) 0%,
    transparent 65%
  );
  pointer-events: none;
}
.abt-grid {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 60px;
}
/* ── Contenu (pleine largeur centrée) ─────────── */
.abt-content {
  display: flex;
  flex-direction: column;
}
.abt-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(8, 145, 178, 0.1);
  border: 1px solid rgba(8, 145, 178, 0.25);
  border-radius: 999px;
  padding: 7px 18px;
  font-size: 0.78rem;
  color: #0891b2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
  width: fit-content;
}
.abt-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0891b2;
  display: inline-block;
  animation: pulse-dot 2.2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.6);
  }
}
.abt-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0f2744;
  line-height: 1.18;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.abt-title-em {
  background: linear-gradient(90deg, #0891b2 0%, #22d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.abt-lead {
  font-size: 19px !important;
  color: #1e4168;
  font-weight: 500;
  margin-bottom: 26px;
  line-height: 1.75;
}
.abt-text p {
  font-size: 17px !important;
  color: #3d5a7a;
  line-height: 1.88;
  margin-bottom: 18px;
}
.abt-iso-row {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(8, 145, 178, 0.15);
}
.abt-iso-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.97rem;
  color: #0f2744;
  font-weight: 500;
}
.abt-cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.abt-cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #1565c0 0%, #0891b2 100%);
  color: #fff;
  text-decoration: none;
  padding: 15px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.02rem;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(8, 145, 178, 0.3);
  cursor: pointer;
}
.abt-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(8, 145, 178, 0.45);
  color: #fff;
  text-decoration: none;
}
.abt-cta-ghost {
  display: inline-block;
  color: #1e4168;
  text-decoration: none;
  padding: 15px 26px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.02rem;
  border: 1.5px solid rgba(8, 145, 178, 0.25);
  transition:
    border-color 0.2s,
    color 0.2s;
  cursor: pointer;
}
.abt-cta-ghost:hover {
  border-color: #0891b2;
  color: #0891b2;
  text-decoration: none;
}
/* ── Wave bas de section ───────────────────────── */
.abt-wave-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 2;
}
.abt-wave-wrap svg {
  width: 100%;
  height: 80px;
  display: block;
}
/* ── Responsive ────────────────────────────────── */
@media (max-width: 1024px) {
  .abt-title { font-size: 2.3rem; }
}
@media (max-width: 768px) {
  #about-section { padding: 52px 0 60px; }
  .abt-wave-wrap svg { height: 60px; }
  .abt-title { font-size: 2.2rem; }
  .abt-lead { font-size: 18px !important; }
  .abt-text p { font-size: 16px !important; }
  .abt-iso-badge { font-size: 15px; }
  .abt-cta-row { margin-top: 22px; }
}
@media (max-width: 480px) {
  #about-section { padding: 44px 0 50px; }
  .abt-wave-wrap svg { height: 50px; }
  .abt-title { font-size: 2rem; }
  .abt-lead { font-size: 17px !important; }
  .abt-text p { font-size: 15px !important; }
  .abt-cta-row {
    flex-direction: column;
    align-items: stretch;
    margin-top: 18px;
  }
  .abt-cta-btn,
  .abt-cta-ghost {
    text-align: center;
    padding: 15px 20px;
  }
}

/*-------------------------------------------------*/
/* =  Statistic section — bleu texturé
/*-------------------------------------------------*/
section.statistic-section {
  position: relative;
  padding: 120px 0 100px;
  background: linear-gradient(145deg, #0a3060 0%, #0d4a82 45%, #0b3a6e 100%);
}
section.statistic-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.13) 1.5px,
    transparent 1.5px
  );
  background-size: 26px 26px;
  pointer-events: none;
}
section.statistic-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 55% 70% at 15% 50%,
      rgba(34, 211, 238, 0.22) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 45% 60% at 85% 40%,
      rgba(8, 145, 178, 0.25) 0%,
      transparent 60%
    );
  pointer-events: none;
}
.stat-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 44px 24px 36px;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.28s,
    border-color 0.28s,
    box-shadow 0.28s,
    background 0.28s;
  cursor: default;
}
.stat-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(103, 216, 240, 0.5);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(103, 216, 240, 0.2);
}
.stat-num {
  font-size: 3.2rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.stat-lbl {
  font-size: 0.97rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media (max-width: 900px) {
  section.statistic-section {
    padding: 56px 0 60px;
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .stat-num {
    font-size: 2.6rem;
  }
  .stat-wave-wrap svg {
    height: 60px;
  }
}
@media (max-width: 480px) {
  section.statistic-section {
    padding: 44px 0 50px;
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .stat-card {
    padding: 28px 12px 22px;
  }
  .stat-num {
    font-size: 2.1rem;
  }
  .stat-lbl {
    font-size: 0.86rem;
  }
  .stat-wave-wrap svg {
    height: 50px;
  }
}
.stat-wave-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 2;
}
.stat-wave-wrap svg {
  width: 100%;
  height: 80px;
  display: block;
}
/*-------------------------------------------------*/
/* =  Appointment section — dark redesign
/*-------------------------------------------------*/
section#appointment-section {
  position: relative;
  padding: 120px 0 120px;
  background: linear-gradient(145deg, #0a3060 0%, #0d4a82 45%, #0b3a6e 100%);
  overflow: visible;
}

/* Dot grid texture */
section#appointment-section .appt-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.13) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  pointer-events: none;
  z-index: 0;
}

/* Radial mesh orbs */
section#appointment-section .appt-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 15% 50%, rgba(34,211,238,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 45% 60% at 85% 40%, rgba(8,145,178,0.25) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* Header */
.appt-header {
  text-align: center;
  margin-bottom: 52px;
}

.appt-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #e2eaf4;
  line-height: 1.2;
  margin: 16px 0 18px;
}

.appt-title-em {
  color: #67d8f0;
}

.appt-subtitle {
  font-size: 1.1rem !important;
  color: rgba(226,234,244,0.70);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Form wrapper */
.appt-form-wrap {
  max-width: 740px;
  margin: 0 auto;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(103,216,240,0.12);
  border-radius: 16px;
  padding: 44px 48px;
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 1;
}

/* Two-column rows */
.appt-row {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

.appt-field {
  flex: 1;
  min-width: 0;
}

/* All text inputs & select */
.appt-form-wrap input[type="text"],
.appt-form-wrap select,
.appt-form-wrap textarea {
  display: block;
  width: 100%;
  padding: 14px 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(103,216,240,0.18);
  border-radius: 8px;
  color: #e2eaf4;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  outline: none;
  margin-bottom: 20px;
  transition: border-color 0.2s, background 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.appt-form-wrap input[type="text"]::placeholder,
.appt-form-wrap textarea::placeholder {
  color: rgba(226,234,244,0.40);
}

.appt-form-wrap input[type="text"]:focus,
.appt-form-wrap select:focus,
.appt-form-wrap textarea:focus {
  border-color: rgba(103,216,240,0.55);
  background: rgba(255,255,255,0.09);
}

.appt-form-wrap select {
  color: rgba(226,234,244,0.55);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2367d8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 44px;
}

.appt-form-wrap select option {
  background: #0d2540;
  color: #e2eaf4;
}

.appt-form-wrap textarea {
  height: 140px;
  resize: vertical;
}

/* Disabled field */
.appt-form-wrap input[type="text"]:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Submit row */
.appt-submit-row {
  text-align: center;
  margin-top: 8px;
}

/* bouton soumission réclamation → .appt-btn-submit dans style.css (section spinners) */

/* Wave into enquête (same dark bg — soft gradient fade) */
.appt-wave-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 2;
}
.appt-wave-wrap svg {
  width: 100%;
  height: 80px;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .appt-row {
    flex-direction: column;
    gap: 0;
  }
  .appt-form-wrap {
    padding: 28px 20px;
  }
  .appt-title {
    font-size: 2rem;
  }
}
/*-------------------------------------------------*/
/* =  Department section
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  Department / Thérapies — dark redesign
/*-------------------------------------------------*/
section#department-section {
  position: relative;
  padding: 100px 0 100px;
  background: #07111f;
  overflow: hidden;
}
.dept-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 60% at 10% 30%, rgba(21,101,192,0.20) 0%, transparent 65%),
    radial-gradient(ellipse 45% 55% at 88% 65%, rgba(0,172,193,0.16) 0%, transparent 65%);
  pointer-events: none;
}
.dept-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(103,216,240,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
/* ── En-tête section ──────────────────────────── */
.dept-header {
  text-align: center;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dept-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #e2eaf4;
  margin: 0 0 12px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.dept-title-em {
  background: linear-gradient(90deg, #67d8f0, #2596be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.dept-subtitle {
  font-size: 16px !important;
  color: rgba(226,234,244,0.55) !important;
  margin: 0;
  font-weight: 400;
}
/* ── Cards carrousel ──────────────────────────── */
section#department-section .department-box {
  margin: 0 -15px;
}
section#department-section .department-box .item {
  padding: 0 12px;
}
section#department-section .department-box .department-post {
  position: relative;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(103,216,240,0.12);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.28s, border-color 0.28s, box-shadow 0.28s;
}
section#department-section .department-box .department-post:hover {
  transform: translateY(-6px);
  border-color: rgba(103,216,240,0.38);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35), 0 0 0 1px rgba(103,216,240,0.18);
}
section#department-section .department-box .department-post img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  filter: brightness(0.88) saturate(1.1);
  transition: filter 0.3s;
}
section#department-section .department-box .department-post:hover img {
  filter: brightness(1) saturate(1.2);
}
section#department-section .department-box .department-post .department-content {
  background: transparent;
  padding: 22px 20px 20px;
}
section#department-section .department-box .department-post .department-content h2 {
  color: #e2eaf4;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}
section#department-section .department-box .department-post .department-content > span {
  display: none;
}
section#department-section .department-box .department-post .department-content p {
  font-size: 14px !important;
  color: rgba(226,234,244,0.58) !important;
  line-height: 1.65;
  margin-bottom: 18px;
}
section#department-section .department-box .department-post .department-content a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #67d8f0;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: gap 0.2s, opacity 0.2s;
  position: relative;
  z-index: 1;
}
section#department-section .department-box .department-post .department-content a::after {
  content: '';
  position: absolute;
  inset: 0;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  z-index: 0;
}
section#department-section .department-box .department-post .department-content a:hover {
  gap: 10px;
  opacity: 0.85;
  text-decoration: none;
}
.dept-btn-arrow {
  transition: transform 0.2s;
}
section#department-section .department-box .department-post .department-content a:hover .dept-btn-arrow {
  transform: translateX(3px);
}
/* ── Wave bas ──────────────────────────────────── */
.dept-wave-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 3;
}
.dept-wave-wrap svg {
  width: 100%;
  height: 80px;
  display: block;
}
@media (max-width: 768px) {
  section#department-section { padding: 72px 0 70px; }
  .dept-title { font-size: 1.9rem; }
  .dept-wave-wrap svg { height: 50px; }
}
@media (max-width: 480px) {
  section#department-section { padding: 56px 0 56px; }
  .dept-title { font-size: 1.65rem; }
  .dept-header { margin-bottom: 36px; }
  .dept-wave-wrap svg { height: 44px; }
}
section#department-section .owl-carousel {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}
section#department-section .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: initial;
  margin-top: 0;
  bottom: -50px;
}
section#department-section .owl-theme .owl-controls .owl-buttons {
  display: none;
}
section#department-section .owl-theme .owl-controls .owl-page span {
  border: 2px solid transparent;
  background-color: rgba(103,216,240,0.25);
}
section#department-section .owl-theme .owl-controls .owl-page.active span,
section#department-section .owl-theme .owl-controls .owl-page:hover span {
  border-color: #67d8f0;
  background-color: #67d8f0;
}
/*-------------------------------------------------*/
/* =  Team section
/*-------------------------------------------------*/
section#team-section {
  padding: 100px 0;
}
section#team-section .team-box {
  margin: 0 -15px;
}
section#team-section .team-box .item {
  padding: 0 15px;
}
section#team-section .team-box .team-post {
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
section#team-section .team-box .team-post .team-content h2 {
  color: #333333;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 0;
}
section#team-section .team-box .team-post .team-content > span {
  display: inline-block;
  color: #999;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0 0 15px;
}
section#team-section .team-box .team-post .team-content p {
  margin-bottom: 15px;
  font-size: 14px;
}
section#team-section .team-box .team-post .team-content a {
  color: #3498db;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
section#team-section .team-box .team-post .team-content a span {
  margin-right: 5px;
}
section#team-section .owl-carousel {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}
section#team-section .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: initial;
  margin-top: 0;
  bottom: -50px;
}
section#team-section .owl-theme .owl-controls .owl-buttons {
  display: none;
}
section#team-section .owl-theme .owl-controls .owl-page span {
  border: 2px solid transparent;
  background-color: #c1c1c1;
}
section#team-section .owl-theme .owl-controls .owl-page.active span,
section#team-section .owl-theme .owl-controls .owl-page:hover span {
  border-color: #3498db;
  background-color: #3498db;
}
/*-------------------------------------------------*/
/* =  Banner line section
/*-------------------------------------------------*/
/* ══════════════════════════════════════════
   Section Enquête — Design Moderne
   ══════════════════════════════════════════ */
section.banner-line-section {
  position: relative;
  padding: 110px 0 160px;
  overflow: hidden;
  background: #07111f;
}
/* Gradient mesh background */
.enq-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 80% 60% at 20% 50%,
      rgba(21, 101, 192, 0.45) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 60% 80% at 80% 20%,
      rgba(0, 150, 136, 0.35) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 50% 50% at 60% 85%,
      rgba(37, 150, 190, 0.25) 0%,
      transparent 50%
    );
  pointer-events: none;
}
/* Dot grid */
.enq-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.06) 1px,
    transparent 1px
  );
  background-size: 30px 30px;
  pointer-events: none;
}
/* Two-column grid */
.enq-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}
/* ── Left: content ── */
.enq-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 150, 190, 0.18);
  border: 1px solid rgba(37, 150, 190, 0.45);
  color: #67d8f0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 28px;
}
.enq-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67d8f0;
  box-shadow: 0 0 8px #67d8f0;
  animation: enq-blink 1.6s ease-in-out infinite;
}
@keyframes enq-blink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.8);
  }
}
section.banner-line-section h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.5px;
  margin: 0 0 22px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.enq-title-em {
  background: linear-gradient(90deg, #67d8f0 0%, #38bdf8 40%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.enq-desc {
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 40px;
  max-width: 480px;
}
/* CTA button */
#openEnqueteLink,
section.banner-line-section a {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  background: linear-gradient(135deg, #1565c0, #2596be, #00acc1);
  background-size: 200% 200%;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 19px 40px;
  border-radius: 50px;
  border: none !important;
  box-shadow: 0 8px 32px rgba(21, 101, 192, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0.3px;
  animation: enq-btn-shift 4s ease infinite;
}
@keyframes enq-btn-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
#openEnqueteLink:hover,
section.banner-line-section a:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 44px rgba(21, 101, 192, 0.65);
  color: #fff !important;
  border: none !important;
}
.enq-btn-arrow {
  transition: transform 0.3s ease;
}
#openEnqueteLink:hover .enq-btn-arrow,
section.banner-line-section a:hover .enq-btn-arrow {
  transform: translateX(4px);
}
.enq-note {
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
  margin-top: 16px;
  letter-spacing: 0.6px;
}
/* ── Right: glassmorphism card ── */
.enq-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
}
.enq-glass-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
}
.enq-stat-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.enq-stat-row:first-child {
  padding-top: 0;
}
.enq-stat-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.enq-stat-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.enq-icon-teal {
  background: rgba(0, 188, 212, 0.18);
  color: #4dd0e1;
}
.enq-icon-blue {
  background: rgba(33, 150, 243, 0.18);
  color: #64b5f6;
}
.enq-icon-violet {
  background: rgba(124, 77, 255, 0.18);
  color: #b39ddb;
}
.enq-stat-body {
  flex: 1;
}
.enq-stat-val {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.enq-stat-lbl {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
}
/* Wave transition to next section */
.enq-wave-wrap {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  line-height: 0;
  pointer-events: none;
}
.enq-wave-wrap svg {
  width: 100%;
  height: auto;
  display: block;
}
/*-------------------------------------------------*/
/* =  Services section
/*-------------------------------------------------*/
section#services-section {
  padding: 100px 0 60px;
  background: #ffffff;
  position: relative;
}
section#services-section .container {
  position: relative;
  z-index: 2;
}
section#services-section .services-box .inner-services-box {
  padding-left: 70px;
}
section#services-section .services-items .services-post {
  overflow: hidden;
  margin-bottom: 40px;
}
section#services-section .services-items .services-post span {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  font-size: 42px;
  color: #3498db;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  margin-right: 10px;
  margin-top: -10px;
}
section#services-section .services-items .services-post h2 {
  color: #333333;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 20px;
}
section#services-section .services-items .services-post p {
  margin-bottom: 0;
}
section#services-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url("../upload/ab1.jpg") center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/*-------------------------------------------------*/
/* =  Clients section
/*-------------------------------------------------*/
.clients-section {
  padding: 100px 0;
  background: #3498db;
}
.clients-section .title-section {
  text-align: center;
  margin-bottom: 40px;
}
.clients-section .title-section h1 {
  padding-bottom: 0;
  margin: 0;
}
.clients-section .title-section h1:after {
  display: none;
}
.clients-section .testimonial-box {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.clients-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.clients-section .testimonial-box img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 40px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.clients-section .testimonial-box p {
  color: #fff;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 30px;
  font-weight: 300;
}
.clients-section .testimonial-box h2 {
  color: #333333;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0px;
}
.clients-section .testimonial-box span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0 0 40px;
}
.clients-section .bx-wrapper .bx-controls-auto,
.clients-section .bx-wrapper .bx-pager {
  bottom: -10px;
  margin: 0;
  padding: 0;
}
.clients-section .bx-wrapper .bx-controls-direction {
  display: block;
  top: 15px;
  margin-top: 0;
  text-align: center;
}
.clients-section .bx-wrapper .bx-prev {
  float: none;
  margin-right: 60px;
}
.clients-section .bx-wrapper .bx-next {
  float: none;
  margin-left: 60px;
}
/*-------------------------------------------------*/
/* =  Blog section
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  Blog section — light redesign
/*-------------------------------------------------*/
section#blog-section {
  position: relative;
  padding: 100px 0 100px;
  background: #f0f7ff;
}
section#blog-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(8,145,178,0.07) 1.2px, transparent 1.2px);
  background-size: 26px 26px;
  pointer-events: none;
}
/* ── En-tête section ──────────────────────────── */
.blog-header {
  text-align: center;
  margin-bottom: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0f2744;
  margin: 0 0 12px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.blog-title-em {
  background: linear-gradient(90deg, #0891b2, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.blog-subtitle {
  font-size: 16px !important;
  color: #3d5a7a !important;
  margin: 0;
  font-weight: 400;
}
/* ── Cards ────────────────────────────────────── */
section#blog-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
section#blog-section .col-md-3 {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}
section#blog-section .blog-box .blog-post {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(8,145,178,0.08);
  border: 1px solid rgba(8,145,178,0.10);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.28s, box-shadow 0.28s, border-color 0.28s;
  cursor: pointer;
  position: relative;
}
section#blog-section .blog-box .blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(8,145,178,0.16);
  border-color: rgba(8,145,178,0.25);
}
section#blog-section .blog-box .blog-post img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
  transition: transform 0.4s;
}
section#blog-section .blog-box .blog-post:hover img {
  transform: scale(1.04);
}
.post-gallery {
  overflow: hidden;
  flex-shrink: 0;
}
.blog-post-body {
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
section#blog-section .blog-box .blog-post time {
  display: inline-block;
  font-size: 12px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0891b2 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
section#blog-section .blog-box .blog-post h2 {
  color: #0f2744;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.4;
}
section#blog-section .blog-box .blog-post h2 a {
  color: #0f2744;
  text-decoration: none;
  transition: color 0.2s;
}
section#blog-section .blog-box .blog-post h2 a:hover { color: #0891b2; }
section#blog-section .blog-box .blog-post p {
  font-size: 14px !important;
  color: #4a6080 !important;
  line-height: 1.65;
  margin-bottom: 16px;
  flex: 1;
}
section#blog-section .blog-box .blog-post a.read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0891b2;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: gap 0.2s;
  margin-top: auto;
}
section#blog-section .blog-box .blog-post a.read-more::after {
  content: '→';
  transition: transform 0.2s;
  display: inline-block;
}
section#blog-section .blog-box .blog-post:hover a.read-more { gap: 8px; }
section#blog-section .blog-box .blog-post:hover a.read-more::after { transform: translateX(3px); }
/* stretched link */
section#blog-section .blog-box .blog-post a.read-more::before {
  content: '';
  position: absolute;
  inset: 0;
}
/* ── Bouton voir plus ─────────────────────────── */
.center-button {
  text-align: center;
  padding-top: 36px;
}
.center-button a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #0891b2;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 12px 36px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1.5px solid #0891b2;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.center-button a:hover {
  background: #0891b2;
  color: #ffffff;
  text-decoration: none;
}
/* ── Wave bas ──────────────────────────────────── */
.blog-wave-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 2;
}
.blog-wave-wrap svg {
  width: 100%;
  height: 80px;
  display: block;
}
@media (max-width: 768px) {
  section#blog-section { padding: 72px 0 70px; }
  .blog-title { font-size: 1.9rem; }
  .blog-wave-wrap svg { height: 50px; }
}
@media (max-width: 480px) {
  section#blog-section { padding: 56px 0 56px; }
  .blog-title { font-size: 1.65rem; }
  .blog-header { margin-bottom: 36px; }
  .blog-wave-wrap svg { height: 44px; }
}
/*-------------------------------------------------*/
/* =  Contact section
/*-------------------------------------------------*/
.modal {
  opacity: 1 !important;
}

.modal-dialog {
  z-index: 1060 !important;
  position: relative !important;
}

.modal-backdrop {
  z-index: 1040 !important;
  opacity: 0.5 !important;
}

/*-------------------------------------------------*/
/* =  Contact section — light redesign
/*-------------------------------------------------*/
section#contact-section {
  position: relative;
  background: #f0f7ff;
  padding: 110px 0 0;
  overflow: visible;
}

/* Dot grid */
section#contact-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(8,145,178,0.08) 1.2px, transparent 1.2px);
  background-size: 26px 26px;
  pointer-events: none;
}

/* Orb glow */
.contact-bg-orb {
  position: absolute;
  top: -10%;
  left: -5%;
  width: 55%;
  height: 80%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(8,145,178,0.09) 0%, transparent 65%);
  pointer-events: none;
}

/* Header */
.contact-header {
  text-align: center;
  margin-bottom: 52px;
  position: relative;
  z-index: 1;
}

.contact-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0f2744;
  line-height: 1.2;
  margin: 16px 0 18px;
}

.contact-title-em {
  color: #0891b2;
}

.contact-subtitle {
  font-size: 1.05rem !important;
  color: #3d5a7a;
  margin: 0 auto;
  line-height: 1.7;
}

/* Grid: form left, info right */
.contact-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

/* Form card */
.contact-form-card {
  flex: 1 1 58%;
  background: #ffffff;
  border: 1px solid rgba(8,145,178,0.14);
  border-radius: 16px;
  padding: 44px 48px;
  box-shadow: 0 8px 40px rgba(8,145,178,0.08);
}

.cform-row {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

.cform-field {
  flex: 1;
  min-width: 0;
}

.contact-form-card input[type="text"],
.contact-form-card select,
.contact-form-card textarea {
  display: block;
  width: 100%;
  padding: 14px 18px;
  background: #f8fbff;
  border: 1px solid #d0e4f0;
  border-radius: 8px;
  color: #1e4168;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  outline: none;
  margin-bottom: 20px;
  transition: border-color 0.2s, background 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form-card input[type="text"]::placeholder,
.contact-form-card textarea::placeholder {
  color: #94a3b8;
}

.contact-form-card input[type="text"]:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  border-color: #0891b2;
  background: #ffffff;
}

.contact-form-card select {
  color: #94a3b8;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230891b2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: #f8fbff;
  padding-right: 44px;
}

.contact-form-card textarea {
  height: 140px;
  resize: vertical;
}

.cform-submit-row {
  text-align: center;
  margin-top: 4px;
}

/* bouton soumission contact → .contact-btn-submit dans style.css (section spinners) */

/* Contact info column */
.contact-info-col {
  flex: 1 1 36%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cinfo-tabs {
  display: flex;
  gap: 8px;
  background: rgba(8,145,178,0.06);
  border: 1px solid rgba(8,145,178,0.14);
  border-radius: 12px;
  padding: 5px;
}

.cinfo-tab {
  flex: 1;
  padding: 10px 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #5a7fa0;
  font-size: 13px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.cinfo-tab:hover {
  color: #0891b2;
}

.cinfo-tab.active {
  background: #ffffff;
  color: #0d4a82;
  box-shadow: 0 2px 10px rgba(8,145,178,0.15);
}

.cinfo-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cinfo-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  border: 1px solid rgba(8,145,178,0.13);
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow: 0 4px 18px rgba(8,145,178,0.06);
}

.cinfo-icon-box {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(8,145,178,0.12), rgba(21,101,192,0.10));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0891b2;
}

.cinfo-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #0891b2;
  margin-bottom: 4px;
}

.cinfo-value {
  font-size: 14px;
  color: #3d5a7a;
  line-height: 1.65;
}

.cinfo-hint {
  font-size: 12px;
  color: #7a99b8;
  font-style: italic;
}

.cinfo-sub-line {
  font-size: 13px;
  color: #1e6fa0;
  font-weight: 500;
}

/* Wave toward footer */
.contact-wave-wrap {
  position: relative;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 2;
  margin-top: -1px;
}

.contact-wave-wrap svg {
  width: 100%;
  height: 80px;
  display: block;
}

#map {
  display: block;
  width: 100%;
}

/*-------------------------------------------------*/
/* =  Modals — dark redesign
/*-------------------------------------------------*/

/* Backdrop */
.tcx-modal .modal-backdrop,
.modal-backdrop {
  background-color: #000;
}

/* Dialog positioning */
.tcx-modal-dialog {
  margin: 40px auto;
}

.tcx-modal-dialog-lg {
  max-width: 780px;
  width: 95%;
}

/* Modal box */
.tcx-modal-content {
  background: #0d1f36;
  border: 1px solid rgba(103,216,240,0.15);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.55);
}

/* Header */
.tcx-modal-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #0a2a5e 0%, #0d4a82 100%);
  position: relative;
}

.tcx-modal-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.08) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  pointer-events: none;
}

.tcx-modal-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.tcx-icon-teal  { background: rgba(8,145,178,0.25);  color: #67d8f0; }
.tcx-icon-blue  { background: rgba(21,101,192,0.30); color: #93c5fd; }
.tcx-icon-cyan  { background: rgba(103,216,240,0.18); color: #67d8f0; }
.tcx-icon-green { background: rgba(16,185,129,0.25); color: #6ee7b7; }

.tcx-modal-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(226,234,244,0.50);
  margin-bottom: 3px;
  position: relative;
  z-index: 1;
}

.tcx-modal-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #e2eaf4;
  margin: 0;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.tcx-modal-close {
  margin-left: auto;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(226,234,244,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
}

.tcx-modal-close:hover {
  background: rgba(255,255,255,0.16);
  color: #e2eaf4;
}

/* Body */
.tcx-modal-body {
  padding: 24px 28px;
  max-height: 65vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(103,216,240,0.25) transparent;
}

.tcx-modal-body::-webkit-scrollbar { width: 5px; }
.tcx-modal-body::-webkit-scrollbar-track { background: transparent; }
.tcx-modal-body::-webkit-scrollbar-thumb { background: rgba(103,216,240,0.25); border-radius: 4px; }

/* Confirm modal body */
.tcx-modal-confirm-body {
  max-height: none;
  overflow: visible;
}

.tcx-modal-confirm-body p {
  font-size: 15px !important;
  color: rgba(226,234,244,0.75);
  line-height: 1.75;
  margin: 0;
}

/* Notice banner */
.tcx-enq-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(103,216,240,0.07);
  border: 1px solid rgba(103,216,240,0.18);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 13px;
  color: rgba(226,234,244,0.70);
  line-height: 1.6;
  margin-bottom: 22px;
}

.tcx-enq-notice svg {
  flex-shrink: 0;
  color: #67d8f0;
  margin-top: 1px;
}

/* Section blocks */
.tcx-enq-section {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(103,216,240,0.10);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}

.tcx-enq-section:last-child {
  margin-bottom: 0;
}

.tcx-enq-section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #67d8f0;
  margin-bottom: 18px;
}

.tcx-enq-section-header svg {
  flex-shrink: 0;
}

/* Info grid */
.tcx-enq-info-grid {
  display: flex;
  gap: 16px;
}

.tcx-enq-field {
  flex: 1;
  min-width: 0;
}

.tcx-enq-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: rgba(226,234,244,0.50);
  margin-bottom: 6px;
}

.tcx-enq-field input,
.tcx-enq-field textarea {
  display: block;
  width: 100%;
  padding: 11px 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(103,216,240,0.15);
  border-radius: 8px;
  color: #e2eaf4;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  outline: none;
  transition: border-color 0.2s;
}

.tcx-enq-field input::placeholder,
.tcx-enq-field textarea::placeholder {
  color: rgba(226,234,244,0.30);
}

.tcx-enq-field input:focus,
.tcx-enq-field textarea:focus {
  border-color: rgba(103,216,240,0.50);
  background: rgba(255,255,255,0.09);
}

.tcx-enq-field textarea {
  height: 110px;
  resize: vertical;
}

/* Rating legend */
.tcx-rating-legend {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.tcx-legend-pill {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  opacity: 0.75;
}

/* Criterion rows */
.tcx-criterion-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(103,216,240,0.07);
}

.tcx-criterion-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tcx-criterion-label {
  font-size: 13.5px;
  color: rgba(226,234,244,0.80);
  line-height: 1.5;
  flex: 1;
}

/* Rating pill buttons */
.tcx-rating-group {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.tcx-pill {
  position: relative;
  cursor: pointer;
}

.tcx-pill input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.tcx-pill span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.18s;
}

/* Green */
.tcx-pill-green span { background: rgba(16,185,129,0.12); border-color: rgba(16,185,129,0.30); }
.tcx-pill-green:hover span { background: rgba(16,185,129,0.22); border-color: rgba(16,185,129,0.55); }
.tcx-pill-green input:checked + span { background: #10b981; border-color: #10b981; box-shadow: 0 0 10px rgba(16,185,129,0.40); }

/* Teal */
.tcx-pill-teal span { background: rgba(8,145,178,0.12); border-color: rgba(8,145,178,0.30); }
.tcx-pill-teal:hover span { background: rgba(8,145,178,0.22); border-color: rgba(8,145,178,0.55); }
.tcx-pill-teal input:checked + span { background: #0891b2; border-color: #0891b2; box-shadow: 0 0 10px rgba(8,145,178,0.40); }

/* Amber */
.tcx-pill-amber span { background: rgba(245,158,11,0.10); border-color: rgba(245,158,11,0.28); }
.tcx-pill-amber:hover span { background: rgba(245,158,11,0.20); border-color: rgba(245,158,11,0.50); }
.tcx-pill-amber input:checked + span { background: #f59e0b; border-color: #f59e0b; box-shadow: 0 0 10px rgba(245,158,11,0.38); }

/* Red */
.tcx-pill-red span { background: rgba(239,68,68,0.10); border-color: rgba(239,68,68,0.28); }
.tcx-pill-red:hover span { background: rgba(239,68,68,0.20); border-color: rgba(239,68,68,0.50); }
.tcx-pill-red input:checked + span { background: #ef4444; border-color: #ef4444; box-shadow: 0 0 10px rgba(239,68,68,0.38); }

/* Legend colors */
.tcx-legend-pill.tcx-pill-green { background: rgba(16,185,129,0.15); color: #6ee7b7; border: 1px solid rgba(16,185,129,0.25); }
.tcx-legend-pill.tcx-pill-teal  { background: rgba(8,145,178,0.15);  color: #67d8f0; border: 1px solid rgba(8,145,178,0.25); }
.tcx-legend-pill.tcx-pill-amber { background: rgba(245,158,11,0.15); color: #fcd34d; border: 1px solid rgba(245,158,11,0.25); }
.tcx-legend-pill.tcx-pill-red   { background: rgba(239,68,68,0.13);  color: #fca5a5; border: 1px solid rgba(239,68,68,0.25); }

/* Footer */
.tcx-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 18px 28px;
  border-top: 1px solid rgba(103,216,240,0.10);
}

.tcx-btn-close,
.tcx-btn-ghost {
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(103,216,240,0.22);
  color: rgba(226,234,244,0.65);
  transition: all 0.2s;
}

.tcx-btn-close:hover,
.tcx-btn-ghost:hover {
  border-color: rgba(103,216,240,0.45);
  color: #e2eaf4;
}

.tcx-btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, #1565c0 0%, #00acc1 100%);
  border: none;
  color: #ffffff;
  transition: opacity 0.2s, transform 0.2s;
}

.tcx-btn-submit:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* ── Spinner animation ───────────────────────────────────────────── */
@keyframes tcx-spin {
  to { transform: rotate(360deg); }
}

.btn-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,0.30);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: tcx-spin 0.65s linear infinite;
  flex-shrink: 0;
}

/* Loading state — all submit buttons share this pattern */
.is-loading {
  opacity: 0.75;
  cursor: not-allowed;
  pointer-events: none;
}

.is-loading .btn-spinner {
  display: inline-block;
}

.is-loading .btn-label {
  opacity: 0.55;
}

.is-loading .btn-icon-send {
  display: none;
}

/* Reclamation submit button (dark blue section) */
.appt-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #1565c0 0%, #00acc1 100%);
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  padding: 16px 52px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: opacity 0.2s, transform 0.2s;
}

.appt-btn-submit:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

/* Contact submit button (light section) */
.contact-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #0891b2 0%, #1565c0 100%);
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  padding: 16px 52px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: opacity 0.2s, transform 0.2s;
}

.contact-btn-submit:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

/* ── Rating column headers (aligned above pills) ─────────────────── */
.tcx-criterion-header {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(103,216,240,0.10);
  margin-bottom: 2px;
}

.tcx-criterion-header .tcx-criterion-label {
  /* empty spacer */
}

.tcx-col-lbl {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-bottom: 4px;
}

.lbl-text { display: none; }
.lbl-icon { display: block; width: 26px; height: 26px; flex-shrink: 0; }

.tcx-lbl-green { color: #6ee7b7; }
.tcx-lbl-teal  { color: #67d8f0; }
.tcx-lbl-amber { color: #fcd34d; }
.tcx-lbl-red   { color: #fca5a5; }

/* Mobile */
@media (max-width: 600px) {
  .tcx-modal-dialog { margin: 20px auto; width: 95%; }
  .tcx-modal-header { padding: 18px 18px; }
  .tcx-modal-body   { padding: 16px 18px; }
  .tcx-modal-footer { padding: 14px 18px; }
  .tcx-enq-info-grid { flex-direction: column; gap: 10px; }
  .tcx-criterion-header { display: flex; }
  .tcx-criterion-row { flex-direction: column; align-items: flex-start; gap: 10px; }
  .tcx-criterion-row.tcx-criterion-header { flex-direction: row; align-items: center; padding-left: 0; }
  .tcx-criterion-row.tcx-criterion-header .tcx-criterion-label { display: none; }
  .tcx-rating-group  { gap: 8px; }
  .tcx-pill span { width: 34px; height: 34px; }
}

/*-------------------------------------------------*/
/* =  blog-page
/*-------------------------------------------------*/
section#blog-section.blog-page {
  padding: 50px 0;
}
section#blog-section.blog-page .blog-box {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
section#blog-section.blog-page .blog-box .blog-post {
  width: 360px;
  margin: 15px;
}
section#blog-section.blog-page .blog-box .quote-post {
  padding: 40px;
  background: #3498db;
  text-align: center;
}
section#blog-section.blog-page .blog-box .quote-post blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
section#blog-section.blog-page .blog-box .quote-post blockquote p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}
section#blog-section.blog-page .blog-box .quote-post blockquote h2 {
  margin-bottom: 0;
  color: #fff;
}
section#blog-section.blog-page .blog-box iframe {
  border: none;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.pagination-box {
  margin-bottom: 20px;
  overflow: hidden;
}
.pagination-box a.prev,
.pagination-box a.next {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 24px;
  margin-top: -26px;
}
.pagination-box a.prev:hover,
.pagination-box a.next:hover {
  color: #3498db;
}
.pagination-box a.prev {
  float: left;
}
.pagination-box a.next {
  float: right;
}
.pagination-box ul.page-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination-box ul.page-list li {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  margin-right: 8px;
}
.pagination-box ul.page-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.pagination-box ul.page-list li a:hover,
.pagination-box ul.page-list li a.active {
  color: #333333;
}
.pagination-box ul.page-list li:before {
  content: "/";
  margin-right: 11px;
  font-size: 10px;
}
.pagination-box ul.page-list li:first-child:before {
  display: none;
  margin-right: 0;
}

/*-------------------------------------------------*/
/* =  Single Post
/*-------------------------------------------------*/
.single-post-section {
  padding: 50px 0;
}
.single-post-section .single-post-box {
  margin: 0 0 60px;
}
.single-post-section .single-post-box .blog-post {
  width: 100%;
  margin: 0 0 30px;
  border-bottom: 1px solid #eeeeee;
}
.single-post-section .single-post-box .blog-post img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.single-post-section .single-post-box .blog-post .post-content .post-title {
  margin-bottom: 20px;
}
.single-post-section .single-post-box .blog-post .post-content span.date,
.single-post-section .single-post-box .blog-post .post-content a.comments {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  margin: 0;
}
.single-post-section .single-post-box .blog-post .post-content p {
  font-size: 14px;
  margin-bottom: 22px;
}
.single-post-section .single-post-box .blog-post .post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  text-decoration: underline;
}
.single-post-section .single-post-box .blog-post article {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-post-section .single-post-box .blog-post article img {
  width: 100%;
}
.single-post-section .single-post-box .blog-post article p {
  font-size: 14px;
  margin-top: 22px;
}
.single-post-section .single-post-box .blog-post article p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  text-decoration: underline;
}
.single-post-section .single-post-box .share-box {
  overflow: hidden;
  margin-bottom: 40px;
}
.single-post-section .single-post-box .share-box ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.single-post-section .single-post-box .share-box ul li {
  display: inline-block;
  margin-right: 1px;
}
.single-post-section .single-post-box .share-box ul li span {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  margin-right: 16px;
}
.single-post-section .single-post-box .share-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post-section .single-post-box .share-box ul.share-list {
  float: left;
}
.single-post-section .single-post-box .share-box ul.share-list li a {
  color: #666666;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 8px 12px;
  border: 1px solid #eeeeee;
}
.single-post-section .single-post-box .share-box ul.share-list li a:hover {
  color: #fff;
  border: 1px solid #3498db;
  background: #3498db;
}
.single-post-section .single-post-box .share-box ul.tag-list {
  float: right;
  padding-top: 6px;
}
.single-post-section .single-post-box .share-box ul.tag-list li a {
  color: #666666;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}
.single-post-section .single-post-box .share-box ul.tag-list li a:hover {
  color: #3498db;
}
.comment-area-box {
  margin-bottom: 60px;
}
.comment-area-box h1 {
  margin-bottom: 40px;
}
.comment-area-box > ul {
  margin: 0;
  padding: 0;
}
.comment-area-box > ul li {
  list-style: none;
}
.comment-area-box > ul li .comment-box {
  overflow: hidden;
  margin-bottom: 55px;
}
.comment-area-box > ul li .comment-box img {
  max-width: 70px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comment-area-box > ul li .comment-box .comment-content {
  margin-left: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.comment-area-box > ul li .comment-box .comment-content h4 {
  color: #333333;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
}
.comment-area-box > ul li .comment-box .comment-content span,
.comment-area-box > ul li .comment-box .comment-content a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #666666;
  font-family: "Rubik", sans-serif;
  display: inline-block;
  margin: 0 0 16px;
}
.comment-area-box > ul li .comment-box .comment-content a {
  float: right;
  margin-top: -10px;
}
.comment-area-box > ul li .comment-box .comment-content a:hover {
  color: #3498db;
}
.comment-area-box > ul li .comment-box .comment-content p {
  margin-bottom: 10px;
}
.comment-area-box ul.depth {
  margin: 0;
  padding: 0;
}
.comment-area-box ul.depth .comment-box {
  padding-left: 100px;
}
.contact-form-box h1 {
  margin-bottom: 3px;
}
.contact-form-box > span {
  display: block;
  font-size: 12px;
  color: #666666;
  font-family: "Rubik", sans-serif;
  display: inline-block;
  font-style: italic;
  margin: 0 0 35px;
}
.contact-form-box #comment-form {
  margin: 0;
}
.contact-form-box #comment-form input[type="text"],
.contact-form-box #comment-form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #f3f3f3;
  color: #666666;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  outline: none;
  border: 1px solid transparent;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.contact-form-box #comment-form input[type="text"]:focus,
.contact-form-box #comment-form textarea:focus {
  border: 1px solid #3498db;
}
.contact-form-box #comment-form textarea {
  height: 130px;
}
.contact-form-box #comment-form input[type="submit"] {
  color: #3498db;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: transparent;
  border: 1px solid #3498db;
  padding: 12px 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #comment-form input[type="submit"]:hover {
  background: #3498db;
  color: #ffffff;
}
.sidebar {
  padding-left: 30px;
}
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget h2 {
  color: #333333;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 15px;
}
.sidebar .search-widget input[type="search"] {
  margin: 0;
  padding: 12px 20px;
  border: 1px solid #f1f1f1;
  width: 100%;
  outline: none;
  color: #666666;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background: #f7f7f7;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .search-widget button {
  background: transparent;
  border: none;
  float: right;
  margin-top: -32px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.sidebar .search-widget button i {
  color: #666666;
  font-size: 13px;
}
.sidebar .text-widget p {
  margin-bottom: 0;
}
.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .category-widget ul li {
  list-style: none;
  margin-bottom: 10px;
}
.sidebar .category-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
.sidebar .category-widget ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #666666;
  font-size: 15px;
  margin-right: 14px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .category-widget ul li a:hover,
.sidebar .category-widget ul li a:hover:before {
  color: #333333;
}
.sidebar .category-widget ul li:last-child {
  margin-bottom: 0px;
}
.sidebar .popular-widget ul.popular-list {
  margin: 0;
  padding: 0;
}
.sidebar .popular-widget ul.popular-list li {
  list-style: none;
  overflow-y: hidden;
  margin-bottom: 20px;
}
.sidebar .popular-widget ul.popular-list li img {
  float: left;
  max-width: 70px;
}
.sidebar .popular-widget ul.popular-list li .side-content {
  margin-left: 90px;
  padding-top: 4px;
}
.sidebar .popular-widget ul.popular-list li .side-content h2 {
  color: #333333;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 5px;
}
.sidebar .popular-widget ul.popular-list li .side-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.sidebar .popular-widget ul.popular-list li .side-content h2 a:hover {
  color: #3498db;
}
.sidebar .popular-widget ul.popular-list li .side-content span {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}
.sidebar .popular-widget ul.popular-list li:last-child {
  margin-bottom: 0;
}
.sidebar .tags-widget ul.tags-list {
  margin: 0;
  padding: 0;
}
.sidebar .tags-widget ul.tags-list li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 5px;
}
.sidebar .tags-widget ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 8px 15px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .tags-widget ul.tags-list li a:hover {
  color: #333333;
  border: 1px solid #999999;
}
/*-------------------------------------------------*/
/* =  Footer — dark redesign
/*-------------------------------------------------*/
footer {
  position: relative;
  background: #07111f;
  padding: 80px 0 0;
  overflow: hidden;
}

/* Dot texture */
.footer-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.07) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  pointer-events: none;
}

/* Grid layout */
.footer-grid {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(103,216,240,0.10);
}

/* Brand column */
.footer-brand {
  flex: 1 1 40%;
}

.footer-logo {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: #67d8f0;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.footer-tagline {
  font-size: 14px !important;
  color: rgba(226,234,244,0.55);
  line-height: 1.75;
  max-width: 300px;
  margin-bottom: 28px;
}

/* Social icons */
.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(103,216,240,0.08);
  border: 1px solid rgba(103,216,240,0.18);
  color: rgba(226,234,244,0.70);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  cursor: pointer;
}

.footer-social-link:hover {
  background: rgba(103,216,240,0.18);
  color: #67d8f0;
  border-color: rgba(103,216,240,0.40);
}

/* Nav / contact columns */
.footer-nav-col,
.footer-contact-col {
  flex: 1;
}

.footer-col-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #67d8f0;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(226,234,244,0.60);
}

.footer-links li a {
  color: rgba(226,234,244,0.60);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links li a:hover {
  color: #67d8f0;
}

.footer-links li svg {
  flex-shrink: 0;
  color: rgba(103,216,240,0.55);
}

/* Bottom bar */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  font-size: 13px;
  color: rgba(226,234,244,0.35);
}

.footer-bottom-link {
  color: rgba(103,216,240,0.55);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}

.footer-bottom-link:hover {
  color: #67d8f0;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1199px) {
  #home-section .tp-caption.small_text {
    font-size: 21px;
    line-height: 26px;
  }
  section#contact-section .map {
    height: 300px;
  }
  .navbar-nav > li > a {
    padding-left: 13px;
    padding-right: 13px;
  }
  section.banner-line-section {
    padding: 80px 0 130px;
  }
  .enq-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .enq-grid > div:first-child {
    text-align: center;
  }
  .enq-desc {
    margin-left: auto;
    margin-right: auto;
  }
  section.banner-line-section h2 {
    font-size: 36px;
    letter-spacing: -0.8px;
  }
  .enq-glass-card {
    max-width: 420px;
    margin: 0 auto;
  }
  section#services-section .services-box .inner-services-box {
    padding-left: 30px;
  }
  section#blog-section.blog-page .blog-box .blog-post {
    width: 293px;
  }
}
@media (max-width: 991px) {
  .navbar {
    background: rgba(7, 17, 31, 0.97);
    border-bottom: 1px solid rgba(103, 216, 240, 0.1);
  }
  .navbar-collapse {
    background: rgba(7, 17, 31, 0.98) !important;
    border-top: 1px solid rgba(103, 216, 240, 0.08) !important;
  }
  .inner-header {
    display: block;
    margin-top: 0;
    padding: 0;
  }
  .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(103, 216, 240, 0.07) !important;
  }
  .navbar-nav > li > a:before {
    display: none;
  }
  #home-section .tp-caption.small_text {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-page-section h1 {
    font-size: 50px;
  }
  .blog-section.standart .blog-box {
    border-right: none;
    padding-right: 0;
  }
  .blog-section.standart .sidebar {
    padding-left: 0;
    padding-top: 60px;
  }
  section#contact-section .map {
    height: 260px;
  }
  .contact-grid {
    flex-direction: column;
  }
  .contact-form-card {
    padding: 28px 20px;
  }
  .cform-row {
    flex-direction: column;
    gap: 0;
  }
  .footer-grid {
    flex-direction: column;
    gap: 36px;
  }
  .footer-tagline {
    max-width: 100%;
  }
  section#services-section .services-box .inner-services-box {
    padding-left: 0;
  }
  .sidebar {
    padding-left: 0;
  }
  section#blog-section.blog-page .blog-box .blog-post {
    width: 345px;
  }
  section#blog-section.blog-page .blog-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  section.banner-line-section {
    padding: 70px 0 110px;
  }
  section.banner-line-section h2 {
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  .enq-desc {
    font-size: 15px;
  }
  #openEnqueteLink,
  section.banner-line-section a {
    padding: 16px 30px;
    font-size: 14px;
  }
  .enq-glass-card {
    padding: 32px 24px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
    font-size: 13px;
  }
  .navbar-nav > li > a:before {
    display: none;
  }
  .navbar-brand {
    padding-top: 28px;
  }
  .navbar-toggle {
    margin-top: 50px;
  }
  .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }
  #home-section .tp-caption.small_text {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-page-section h1 {
    font-size: 40px;
  }
  .blog-section .blog-box .single-post div.autor-profile {
    padding: 30px;
  }
  .blog-section .blog-box .single-post .comment-area-box ul,
  .blog-section .blog-box .single-post .comment-area-box ul.depth .comment-box {
    padding-left: 0;
  }
  .navbar-collapse {
    background: rgba(7, 17, 31, 0.98) !important;
  }
  section#contact-section .map {
    height: 220px;
  }
  .comment-area-box ul.depth .comment-box {
    padding-left: 0;
  }
  section#blog-section.blog-page .blog-box .blog-post {
    width: 100%;
    margin: 0 0 30px;
  }
  section#blog-section.blog-page .blog-box {
    margin: 0 0 40px;
  }
}
@media (max-width: 600px) {
  #home-section .tp-caption.small_text {
    font-size: 30px;
    line-height: 32px;
  }
  .banner-page-section h1 {
    font-size: 34px;
    font-weight: 700;
  }
}
@media (max-width: 500px) {
  section#contact-section .map {
    height: 180px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .contact-title {
    font-size: 2rem;
  }
}
