/**
* Template Name: Medicio - v4.7.0
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Century Gothic", "Open Sans", sans-serif;
  color: #222222;
}

p {
font-size: 20px;
font-family: "Century Gothic", "Roboto", sans-serif;
text-align: justify;
}
.p {
font-size: 20px;
font-family: "Century Gothic", "Roboto", sans-serif;
text-align: center;
}

li {
font-size: 20px;
font-family: "Century Gothic", "Roboto", sans-serif;
}

span {
font-size: 20px;
font-family: "Century Gothic", "Roboto", sans-serif;
}

.nav-link .scrollto{
font-size: 20px;
font-family: "Century Gothic", "Roboto", sans-serif;
}

a {
  color: #00B0F0;
  text-decoration: none;
}

a:hover {
  color: #25C4F4;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #00B0F0;
  border-top-color: #E8F8FE;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00B0F0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #5ec6ca;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 40px;
  font-size: 16px;
  text-color: rgb(1, 176, 241,1);
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header .logo a {
  color: #00B0F0;
}
#header .logo img {
  max-height: 100px;
}

/**
* Appointment Button
*/
.appointment-btn {
  margin-left: 25px;
  background: #00B0F0;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.appointment-btn:hover {
  background: #25C4F4;
  color: #fff;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #626262;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #00B0F0;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #00B0F0;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #00B0F0;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(1, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #00B0F0;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(1, 176, 241, 0.25);
  overflow: hidden;
  position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
#hero h2 {
  color: rgb(20, 20, 20);
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}
#hero p {
  margin: 0 auto 30px auto;
  color: #333333;
  font-size: 20px;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(63, 187, 192, 0.8);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: #00B0F0;
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #00B0F0;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #00B0F0;
}
#hero .btn-get-started:hover {
  background: #25C4F4;
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .container {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #F2FBFF;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #00B0F0;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #E8F8FE;
  min-height: 40px;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #00B0F0;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #00B0F0;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background:
    linear-gradient(135deg, rgba(0, 93, 134, 0.94), rgba(0, 176, 240, 0.86)),
    url("../images/legacy/fondation.jpg") center center / cover no-repeat;
  color: #fff;
  padding: 72px 0;
}
.cta h3 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.cta p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 820px;
  margin: 0 auto 18px;
}
.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  margin: 10px 5px 0;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:first-of-type {
  background: #fff;
  color: #005d86;
}
.cta .cta-btn:last-of-type {
  border-color: #c06020;
  background: #c06020;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #005d86;
  border-color: #005d86;
  color: #fff;
}
.membership-cta {
  position: relative;
  overflow: hidden;
}
.membership-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,93,134,.92), rgba(0,176,240,.62));
}
.membership-cta .container {
  position: relative;
  z-index: 1;
}
.membership-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}
.membership-cta__content {
  text-align: left;
}
.membership-cta__content p {
  margin: 0 0 18px;
  max-width: 620px;
}
.membership-cta__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .membership-cta__grid {
    grid-template-columns: 1fr;
  }

  .membership-cta__content {
    text-align: center;
  }

  .membership-cta__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .membership-cta__actions {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #00B0F0;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}
.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #00B0F0;
  float: left;
}
.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px;
}
.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
  color: #00B0F0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #00B0F0;
}
.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #00B0F0;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.services .icon i {
  font-size: 36px;
  line-height: 0;
}
.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}
.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.services .title a {
  color: #444444;
  transition: 0.3s;
}
.services .title a:hover {
  color: #00B0F0;
}
.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #00B0F0;
  bottom: 0;
  left: calc(50% - 25px);
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}
.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}
.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}
.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #00B0F0;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #00B0F0;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}
.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #00B0F0;
}
.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}
.appointment .php-email-form textarea {
  padding: 10px 12px;
}
.appointment .php-email-form button[type=submit] {
  background: #00B0F0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.appointment .php-email-form button[type=submit]:hover {
  background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.departments .row {
  align-items: stretch;
}

.departments .nav-tabs {
  border: 0;
  gap: 12px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 176, 240, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 93, 134, 0.08);
}
.departments .nav-link {
  border: 0;
  width: 100%;
  padding: 16px 18px;
  color: #4b5f7a;
  background: #f8fbff;
  border-radius: 8px;
  border-left: 4px solid transparent;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.departments .nav-link h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  transition: 0.3s;
}
.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.departments .nav-link:hover h4 {
  color: #00B0F0;
}
.departments .nav-link:hover {
  background: #eefaff;
  transform: translateX(3px);
}
.departments .nav-link.active {
  background: #e8f8fe;
  border-color: #00B0F0;
  box-shadow: inset 0 0 0 1px rgba(0, 176, 240, 0.12);
}
.departments .nav-link.active h4 {
  color: #00B0F0;
}
.departments .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}
.departments .tab-content {
  height: 100%;
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(0, 176, 240, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 93, 134, 0.08);
}
.departments .tab-pane img {
  float: left;
  width: min(320px, 45%);
  max-width: 320px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  padding: 0;
  margin: 0 22px 16px 0;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 93, 134, 0.12);
}
.departments .tab-pane h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #0a2647;
  letter-spacing: 0;
}
.departments .tab-pane p {
  color: #5b6f86;
  line-height: 1.7;
}
.departments .tab-pane p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .departments .col-lg-4 {
    margin-bottom: 22px !important;
  }

  .departments .nav-tabs.flex-column {
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 8px 4px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 176, 240, 0.45) rgba(0, 176, 240, 0.08);
  }

  .departments .nav-tabs.flex-column::-webkit-scrollbar {
    height: 6px;
  }

  .departments .nav-tabs.flex-column::-webkit-scrollbar-track {
    background: rgba(0, 176, 240, 0.08);
    border-radius: 99px;
  }

  .departments .nav-tabs.flex-column::-webkit-scrollbar-thumb {
    background: rgba(0, 176, 240, 0.45);
    border-radius: 99px;
  }

  .departments .nav-tabs .nav-item {
    flex: 0 0 auto;
    margin-top: 0 !important;
    scroll-snap-align: start;
  }

  .departments .nav-link {
    min-width: max-content;
    padding: 12px 16px;
    border-left: 0;
    border-bottom: 3px solid transparent;
    box-shadow: 0 8px 20px rgba(0, 93, 134, 0.08);
    white-space: nowrap;
  }

  .departments .nav-link:hover {
    transform: translateY(-1px);
  }

  .departments .nav-link.active {
    border-color: #00B0F0;
  }

  .departments .nav-link h4 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .departments .tab-content {
    padding: 18px;
  }

  .departments .tab-pane img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px 0;
  }

  .departments .tab-pane h3 {
    font-size: 22px;
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #00B0F0;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00B0F0;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}
.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}
.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.doctors .member .social a i {
  line-height: 0;
}
.doctors .member .social a:hover {
  color: #00B0F0;
}
.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.doctors .member .member-info {
  padding: 25px 15px;
}
.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}
.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.doctors .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}
.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #00B0F0;
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00B0F0;
}
.gallery .swiper-slide-active {
  text-align: center;
}
@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }
  .gallery .swiper-slide-active {
    border: 6px solid #00B0F0;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #00B0F0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #00B0F0;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #00B0F0;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #25C4F4;
}
.pricing .featured h3 {
  color: #fff;
  background: #00B0F0;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #00B0F0;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #d9f1f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #00B0F0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: #00B0F0;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #00B0F0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #00B0F0;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #00B0F0;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #00B0F0;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #00B0F0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #25C4F4;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# CH Section Dark — Fond hero réutilisable
--------------------------------------------------------------*/
.ch-section-dark {
  position: relative;
  background: var(--ch-dark, #0a1628);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.85);
}

.ch-section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(0, 176, 240, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 30% 70%, rgba(0, 176, 240, 0.04) 0%, transparent 50%),
    linear-gradient(135deg, #0a1628 0%, #0f2040 40%, #0a1628 100%);
  z-index: 0;
  animation: chSectionBgPulse 6s ease-in-out infinite alternate;
}

@keyframes chSectionBgPulse {
  0% { opacity: 0.7; }
  100% { opacity: 1; }
}

.ch-section-dark .container {
  position: relative;
  z-index: 1;
}

.ch-section-dark .section-title h2 {
  color: var(--ch-white, #ffffff);
}

.ch-section-dark .section-title p {
  color: rgba(255, 255, 255, 0.85);
}

.ch-section-dark .icon-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
}

.ch-section-dark .icon-box:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(0, 176, 240, 0.25);
  transform: translateY(-4px);
}

.ch-section-dark .icon-box .icon {
  background: rgba(0, 176, 240, 0.12);
  color: var(--ch-brand, #00B0F0);
  transition: background 0.4s ease;
}

.ch-section-dark .icon-box:hover .icon {
  background: rgba(0, 176, 240, 0.22);
}

.ch-section-dark .icon-box .title,
.ch-section-dark .icon-box .title a {
  color: var(--ch-white, #ffffff);
}

.ch-section-dark .icon-box .description {
  color: rgba(255, 255, 255, 0.8);
}

/* Footer en fond sombre — surcharge les couleurs par défaut */
#footer.ch-section-dark {
  color: rgba(255, 255, 255, 0.8);
}
#footer.ch-section-dark .footer-top {
  background: transparent;
}
#footer.ch-section-dark .footer-info h3,
#footer.ch-section-dark .footer-top h4,
#footer.ch-section-dark .footer-top .footer-links ul a,
#footer.ch-section-dark .copyright,
#footer.ch-section-dark .credits {
  color: rgba(255, 255, 255, 0.9);
}
#footer.ch-section-dark .footer-info p {
  color: rgba(255, 255, 255, 0.75);
}
#footer.ch-section-dark .footer-top .footer-links ul a:hover {
  color: var(--ch-brand, #00B0F0);
}
#footer.ch-section-dark .footer-top .footer-links ul i {
  color: var(--ch-brand, #00B0F0);
}

/* Glow décoratif pour section sombre */
.ch-section-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}
.ch-section-glow--1 {
  width: 350px;
  height: 350px;
  background: var(--ch-brand, #00B0F0);
  top: -80px;
  right: -80px;
  animation: chGlowFloat 10s ease-in-out infinite;
}
.ch-section-glow--2 {
  width: 250px;
  height: 250px;
  background: #7c3aed;
  bottom: -60px;
  left: -60px;
  animation: chGlowFloat 12s ease-in-out infinite reverse;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #eeeeee;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px;
}
#footer .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00B0F0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #25C4F4;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #00B0F0;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #00B0F0;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #00B0F0;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #25C4F4;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}

/*--------------------------------------------------------------
# CH Hero — Section d'accueil moderne (CSS pur)
--------------------------------------------------------------*/
:root {
  --ch-brand: #00B0F0;
  --ch-brand-dark: #0088c0;
  --ch-logo-orange: #c06020;
  --ch-dark: #0a1628;
  --ch-body: #1b2a4a;
  --ch-muted: #6b7c93;
  --ch-white: #ffffff;
  --ch-line: rgba(255, 255, 255, 0.08);
  --ch-radius: 16px;
  --ch-radius-sm: 10px;
  --ch-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --ch-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ch-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: var(--ch-dark);
  padding: 120px 0 112px;
}

.ch-hero#hero {
  height: auto;
  min-height: 100vh;
}

.ch-hero--has-public-stats {
  padding-bottom: 248px;
}

.ch-hero--has-public-stats .ch-hero__scroll {
  bottom: 152px;
}

/* Fond animé */
.ch-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(0, 176, 240, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(0, 176, 240, 0.06) 0%, transparent 50%),
    linear-gradient(135deg, #0a1628 0%, #0f2040 40%, #0a1628 100%);
  z-index: 0;
}

/* Glows décoratifs */
.ch-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  z-index: 0;
}
.ch-hero__glow--1 {
  width: 450px;
  height: 450px;
  background: var(--ch-brand);
  top: -100px;
  right: -100px;
  animation: chGlowFloat 8s ease-in-out infinite;
}
.ch-hero__glow--2 {
  width: 300px;
  height: 300px;
  background: #7c3aed;
  bottom: -80px;
  left: -60px;
  animation: chGlowFloat 10s ease-in-out infinite reverse;
}
@keyframes chGlowFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -30px) scale(1.05); }
  66% { transform: translate(-20px, 20px) scale(0.95); }
}

/* Inner container */
.ch-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

/* ========== Colonne gauche : Texte ========== */
.ch-hero__body {
  max-width: 560px;
}

.ch-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ch-brand);
  margin-bottom: 20px;
  background: rgba(0, 176, 240, 0.08);
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid rgba(0, 176, 240, 0.15);
}

/* Pulse dot */
.ch-hero__pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ch-brand);
  box-shadow: 0 0 0 0 rgba(0, 176, 240, 0.6);
  animation: chPulse 2s ease-in-out infinite;
}
@keyframes chPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 176, 240, 0.6); }
  50% { box-shadow: 0 0 0 10px rgba(0, 176, 240, 0); }
}

.ch-hero__title {
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  color: var(--ch-white);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.ch-hero__title span {
  color: var(--ch-brand);
}

.ch-hero__subtitle,
#hero .ch-hero__subtitle {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ch-logo-orange);
  margin-bottom: 36px;
  max-width: 440px;
}

/* ========== Actions / boutons ========== */
.ch-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.ch-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--ch-transition);
  cursor: pointer;
  border: none;
}

.ch-btn--fill {
  background: var(--ch-brand);
  color: var(--ch-white);
  box-shadow: 0 8px 24px rgba(0, 176, 240, 0.3);
}
.ch-btn--fill:hover {
  background: var(--ch-brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 176, 240, 0.4);
  color: var(--ch-white);
}

.ch-btn--ghost {
  background: transparent;
  color: var(--ch-white);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
}
.ch-btn--ghost:hover {
  border-color: var(--ch-brand);
  background: rgba(0, 176, 240, 0.08);
  color: var(--ch-white);
}

.ch-hero__heart {
  color: #ef4444;
  font-size: 14px;
}

/* ========== Stats ========== */
.ch-hero__stats {
  display: flex;
  gap: 28px;
  padding-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ch-hero__stat {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ch-hero__stat-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 176, 240, 0.1);
  border-radius: var(--ch-radius-sm);
  color: var(--ch-brand);
  font-size: 18px;
}
.ch-hero__stat strong {
  display: block;
  color: var(--ch-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.ch-hero__stat span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.ch-hero__public-stats {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.ch-hero__public-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ch-hero__public-stat {
  min-height: 128px;
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  text-align: center;
}

.ch-hero__public-stat i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0 auto 14px;
  border-radius: 8px;
  background: rgba(0, 176, 240, 0.12);
  color: var(--ch-brand);
  font-size: 17px;
}

.ch-hero__public-stat-value {
  display: block;
  color: var(--ch-white);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1;
}

.ch-hero__public-stat-value .purecounter {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ch-hero__public-stat-label {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

/* ========== Colonne droite : Image / Carte ========== */
.ch-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ch-hero__card {
  position: relative;
  width: 100%;
  max-width: 480px;
}

/* Badge légende flottant */
.ch-hero__badge {
  position: absolute;
  top: -14px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(0, 176, 240, 0.95);
  color: var(--ch-white);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(0, 176, 240, 0.35);
  max-width: calc(100% - 32px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ch-hero__badge i {
  font-size: 11px;
}

/* ========== Carrousel JS pur ========== */
.ch-carousel {
  position: relative;
  border-radius: var(--ch-radius);
  overflow: hidden;
  box-shadow: var(--ch-shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--ch-dark);
  aspect-ratio: 4 / 3;
}

.ch-carousel__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.ch-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  transition: opacity 0.55s ease;
}
.ch-carousel__slide.active {
  opacity: 1;
}

.ch-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dots */
.ch-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.ch-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: var(--ch-transition);
}
.ch-carousel__dot.active {
  background: var(--ch-brand);
  width: 28px;
  border-radius: 50px;
  box-shadow: 0 0 12px rgba(0, 176, 240, 0.5);
}
.ch-carousel__dot:hover:not(.active) {
  background: rgba(255, 255, 255, 0.4);
}

/* ========== Scroll indicator ========== */
.ch-hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.ch-hero__scroll-line {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.ch-hero__scroll-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--ch-brand);
  border-radius: 50px;
  animation: chScrollDot 2s ease-in-out infinite;
}
@keyframes chScrollDot {
  0% { top: 0; opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

/* ========== Responsive ========== */
@media (max-width: 860px) {
  .ch-hero {
    min-height: auto;
    padding: 140px 0 72px;
  }
  .ch-hero--has-public-stats {
    padding-bottom: 72px;
  }
  .ch-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .ch-hero__body {
    max-width: 100%;
    order: 1;
  }
  .ch-hero__visual {
    order: 0;
  }
  .ch-hero__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .ch-hero__actions {
    justify-content: center;
  }
  .ch-hero__stats {
    justify-content: center;
  }
  .ch-hero__public-stats {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 30px;
  }
  .ch-hero--has-public-stats .ch-hero__scroll {
    display: none;
  }
  .ch-hero__public-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ch-hero__card {
    max-width: 340px;
  }
  .ch-hero__glow--1 {
    width: 280px;
    height: 280px;
    top: -60px;
    right: -60px;
  }
}

@media (max-width: 480px) {
  .ch-hero__inner {
    gap: 28px;
  }
  .ch-hero__title {
    font-size: 30px;
  }
  .ch-hero__actions {
    flex-direction: column;
    width: 100%;
  }
  .ch-btn {
    width: 100%;
    justify-content: center;
  }
  .ch-hero__stats {
    flex-direction: column;
    gap: 14px;
  }
  .ch-hero__public-stats {
    width: min(100% - 28px, 420px);
  }
  .ch-hero__public-stats-grid {
    grid-template-columns: 1fr;
  }
  .ch-hero__public-stat {
    min-height: auto;
    padding: 18px;
  }
  .ch-hero__card {
    max-width: 280px;
  }
   .ch-hero__badge {
    font-size: 11px;
    padding: 5px 12px;
  }
}

/* ============================================================
   SECTION FONDATEURS - CH-FOUNDERS
   ============================================================ */
.ch-founders {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.ch-founders::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse 600px 300px at 10% 0%, rgba(0, 176, 240, 0.04), transparent),
    radial-gradient(ellipse 500px 250px at 90% 100%, rgba(0, 176, 240, 0.03), transparent);
  pointer-events: none;
}

.ch-founders .section-title h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1a2a4a;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.ch-founders .section-title h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #00B0F0, #0078D4);
  border-radius: 2px;
}

.ch-founders .section-title p {
  color: #5a6d8a;
  font-size: 16px;
  margin-top: 16px;
}

/* Grille des fondateurs */
.ch-founders__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Message vide */
.ch-founders__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 60px 20px;
  background: #f8fafc;
  border-radius: 16px;
  border: 2px dashed #dde4ed;
}

.ch-founders__empty i {
  font-size: 48px;
  color: #bcc8d6;
}

.ch-founders__empty p {
  color: #7a8da6;
  font-size: 16px;
  margin: 0;
}

/* Carte fondateur */
.ch-founder-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  display: flex;
  flex-direction: column;
}

.ch-founder-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 112, 212, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Wrapper image */
.ch-founder-card__image-wrapper {
  position: relative;
  overflow: hidden;
  background: #eef3f8;
}

.ch-founder-card__image-inner {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.ch-founder-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ch-founder-card:hover .ch-founder-card__img {
  transform: scale(1.08);
}

/* Overlay au survol */
.ch-founder-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.7) 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}

.ch-founder-card:hover .ch-founder-card__overlay {
  opacity: 1;
}

.ch-founder-card__social {
  display: flex;
  gap: 10px;
  transform: translateY(10px);
  transition: transform 0.35s ease;
}

.ch-founder-card:hover .ch-founder-card__social {
  transform: translateY(0);
}

.ch-founder-card__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0a2647;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.25s, color 0.25s, transform 0.25s;
  cursor: pointer;
}

.ch-founder-card__social-link:hover {
  background: #00B0F0;
  color: #ffffff;
  transform: scale(1.15);
}

/* Badge Fondateur */
.ch-founder-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #00B0F0, #0078D4);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 14px rgba(0, 176, 240, 0.35);
  z-index: 2;
}

.ch-founder-card__badge i {
  font-size: 11px;
}

/* Corps de la carte */
.ch-founder-card__body {
  padding: 22px 18px 26px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ch-founder-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #0a2647;
  margin: 0 0 6px;
  line-height: 1.3;
}

.ch-founder-card__profession {
  font-size: 14px;
  color: #00B0F0;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.4;
}

.ch-founder-card__location {
  font-size: 13px;
  color: #6b7fa8;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.ch-founder-card__location i {
  color: #00B0F0;
  font-size: 13px;
}

.ch-founder-card__bio {
  font-size: 13px;
  color: #5e6f85;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

/* Responsive */
@media (max-width: 992px) {
  .ch-founders {
    padding: 60px 0;
  }
  .ch-founders__grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .ch-founders__grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
  }
  .ch-founder-card__name {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .ch-founders__grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .ch-founder-card__image-inner {
    aspect-ratio: 4 / 3;
  }
}

/* ============================================================
   SECTION MEMBRES - variante compacte des cartes fondateurs
   ============================================================ */
.ch-members {
  padding: 64px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.ch-members::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 500px 220px at 8% 0%, rgba(0, 176, 240, 0.035), transparent),
    radial-gradient(ellipse 420px 200px at 92% 100%, rgba(0, 120, 212, 0.03), transparent);
  pointer-events: none;
}

.ch-members .container {
  position: relative;
  z-index: 1;
}

.ch-members .section-title h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1a2a4a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.ch-members .section-title p {
  color: #5a6d8a;
  font-size: 15px;
}

.ch-members__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 225px;
  gap: 22px;
  margin-top: 30px;
  padding: 4px 6px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 176, 240, 0.42) rgba(0, 176, 240, 0.08);
}

.ch-members__rail::-webkit-scrollbar {
  height: 8px;
}

.ch-members__rail::-webkit-scrollbar-track {
  background: rgba(0, 176, 240, 0.08);
  border-radius: 99px;
}

.ch-members__rail::-webkit-scrollbar-thumb {
  background: rgba(0, 176, 240, 0.42);
  border-radius: 99px;
}

.ch-members__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 45px 15px;
  background: #f8fafc;
  border-radius: 12px;
  border: 2px dashed #dde4ed;
}

.ch-members__empty i {
  font-size: 36px;
  color: #bcc8d6;
}

.ch-members__empty p {
  color: #7a8da6;
  font-size: 14px;
  margin: 0;
}

.ch-member-card {
  scroll-snap-align: start;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.055), 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ch-member-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 112, 212, 0.11), 0 2px 6px rgba(0, 0, 0, 0.06);
}

.ch-member-card__image-wrapper {
  position: relative;
  overflow: hidden;
  background: #eef3f8;
}

.ch-member-card__image-inner {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.ch-member-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ch-member-card:hover .ch-member-card__img {
  transform: scale(1.07);
}

.ch-member-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.68) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 15px;
}

.ch-member-card:hover .ch-member-card__overlay {
  opacity: 1;
}

.ch-member-card__social {
  display: flex;
  gap: 8px;
  transform: translateY(8px);
  transition: transform 0.3s ease;
}

.ch-member-card:hover .ch-member-card__social {
  transform: translateY(0);
}

.ch-member-card__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0a2647;
  font-size: 12px;
  text-decoration: none;
  transition: background 0.25s, color 0.25s, transform 0.25s;
  cursor: pointer;
}

.ch-member-card__social-link:hover {
  background: #00B0F0;
  color: #ffffff;
  transform: scale(1.12);
}

.ch-member-card__badge {
  position: absolute;
  top: 11px;
  left: 11px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(135deg, #00B0F0, #0078D4);
  color: #ffffff;
  padding: 5px 11px;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  box-shadow: 0 3px 11px rgba(0, 176, 240, 0.32);
  z-index: 2;
}

.ch-member-card__badge i {
  font-size: 9px;
}

.ch-member-card__body {
  padding: 16px 14px 18px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ch-member-card__name {
  font-size: 14px;
  font-weight: 700;
  color: #0a2647;
  margin: 0 0 5px;
  line-height: 1.28;
}

.ch-member-card__profession {
  font-size: 11px;
  color: #00B0F0;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.35;
}

.ch-member-card__location {
  font-size: 10px;
  color: #6b7fa8;
  margin: 0 0 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.ch-member-card__location i {
  color: #00B0F0;
  font-size: 10px;
}

.ch-member-card__bio {
  font-size: 10px;
  color: #5e6f85;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

@media (max-width: 768px) {
  .ch-members {
    padding: 54px 0;
  }

  .ch-members__rail {
    grid-auto-columns: 210px;
    gap: 18px;
    margin-left: -6px;
    margin-right: -6px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 480px) {
  .ch-members__rail {
    grid-auto-columns: 190px;
  }

  .ch-member-card__body {
    padding: 14px 12px 16px;
  }
}
