:root {
  --primary:#0d6efd;
  --accent:#f4b400;
  --dark:#0b2240;
}

body {
  font-family: system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;
  color:#000;
}

.topbar {
  background:rgba(0,0,0,1);
  max-height:150px;
}

.hero-contact{
  background-image:linear-gradient(180deg, rgba(11,34,64,0.6), rgba(11,34,64,0.4)), url('../img/contact.webp');
}
.hero-service{
  background-image:linear-gradient(180deg, rgba(11,34,64,0.6), rgba(11,34,64,0.4)), url('../img/a.jpg');
}.hero-propos{
  background-image:linear-gradient(180deg, rgba(11,34,64,0.6), rgba(11,34,64,0.4)), url('../img/hero-bg.jpg');
}
.hero {
  background-size:cover;
  background-position:center;
  color:white;
  padding:110px 0;
}

.hero h1 {
  font-weight:700;
  letter-spacing:0.4px;
}

.hero-card {
  background:rgba(255,255,255,0.92);
  border-radius:12px;
}

.card-service {
  border:0;
  transition:transform .18s ease, box-shadow .18s ease;
}

.card-service:hover {
  transform:translateY(-6px);
  box-shadow:0 10px 30px rgba(11,34,64,0.12);
}

.about {
  padding:60px 0;
}

.stats .stat {
  background:#fff;
  border-radius:8px;
  padding:20px;
  box-shadow:0 6px 24px rgba(11,34,64,0.05);
}

.contact-card {
  background:linear-gradient(180deg,#ffffff, #f8fbff);
  border-radius:12px;
  padding:24px;
}

.footer {
  background:#2a2d33;
  color:#197376;
  padding:40px 0;
}
.footer Div.gts{
  color:#ffffff;
}
.footer Div.gts ul li{
  color:#ffffff;
  list-style: none;
}
.footer Div.gts ul li a{
  color:#ffffff;
  text-decoration:none;
}
.footer Div.gts ul li a:hover{
  color:skyblue;
  text-decoration: underline;
}

.social-bottom {
padding-left:30px;
}
.social-bottom div{
padding-left:30px;

  border-radius: 50%;
  border-color: #fff;
}
.social-bottom a {
  color:#ffffff;
  text-decoration:none;
  border: 1px solid #197376;
      border-radius: 20px;
      padding: 8px 10px;
      font-size: 14px;
      cursor: pointer;
      
      transition: all 0.2s ease;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
}
.social-bottom a:hover{
  color:#197376;
 }
  
.copyright {
  background:#1e2228;
  color:#ffffff;
  padding:15px 0;
}

.copyright a {
  color:#ffffff;
  text-decoration:none;
}
.copyright a:hover{
  color:skyblue;
  text-decoration: underline;
}

@media (max-width:767px) {
  .hero {
    padding:60px 0;
  }
}

/* Conteneur global : icônes + boutons */
    .header-top11 {
      position: fixed;
      top: 15px;
      right: 15px;
      display: flex;
      align-items: center;
      gap: 12px;
      z-index: 1000;
      font-family: Arial, sans-serif;
    }

    /* Icônes sociales */
    .social-icons {
      display: flex;
      gap: 10px;
    }

    .social-icons a {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 14px;
      text-decoration: none;
      transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .facebook { background-color: #1877f2; }
    .twitter { background-color: #1da1f2; }
    .instagram { background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fdf497 10%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
    .whatsapp { background-color: #25D366; }

    .social-icons a:hover {
      transform: scale(1.1);
      opacity: 0.9;
    }

    /* Boutons de langue et de devis */
    .top-buttons {
      display: flex;
      gap: 10px;
    }

    .top-buttons button {
      border: none;
      border-radius: 8px;
      padding: 1px 6px;
      font-size: 14px;
      cursor: pointer;
      font-weight: 600;
      transition: all 0.2s ease;
    }

    .btn-fr {
      background-color: #197376;
      color: #000;
    }

    .btn-en {
      background-color: #f5f5f5;
      color: #000;
    }

    .btn-devis {
      background-color: #197376;
      color: white;
    }

    .top-buttons button:hover {
      transform: scale(1.05);
      opacity: 0.9;
    }


/* ===================
hero css 
====================== */

.hero-section{
  position: relative;
  overflow: hidden;


.hero-single {
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-single::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
  z-index: -1;
}

.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-single .hero-content .hero-title {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  /*text-transform: capitalize;*/
}

.hero-single .hero-content .hero-title span{
  color: #053780;
}

.hero-single .hero-content .hero-sub-title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 2px;
  background: #053780;
  width: fit-content;
  border-radius: 50px;
  padding: 3px 13px 5px 13px;
}

.hero-single .hero-content p {
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
}

.hero-title {
  font-weight: 700;
  margin: 20px 0;
}

.hero-sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.hero-section .owl-dots {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.hero-section .owl-dots .owl-dot{
  display: block;
}

.hero-section .owl-dots .owl-dot span {
  border: 4px solid rgba(66, 152, 239, 0.5);
  margin: 5px;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: transparent;
  transition: all .5s ease-in-out;
}

.hero-section .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: #053780;
}


/* hero-slider2 */

.hero-slider2.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider2.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  transition: all .5s ease-in-out;
}

.hero-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #053780;
}

.hero-slider2.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider2.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider2.owl-theme .owl-nav .owl-prev, .hero-slider2.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media all and (max-width: 1199px) {

  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }

  .hero-slider2.owl-theme .owl-nav .owl-prev, .hero-slider2.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 5px !important;
  }

  .hero-slider2.owl-theme .owl-nav .owl-next {
    left: 120px;
  }

  .hero-social-wrapper{
    display: none;
  }
}

@media all and (max-width: 991px) {

  .hero-single .hero-content .hero-title {
    font-size: 35px;
  }

  .hero-single{
    padding-top: 150px;
  }

  .hero-img{
    display: none;
  }

}

@media all and (max-width: 767px) {

  .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }

  .hero-single .hero-content .hero-btn {
    gap: 2rem;
  }

  .hero-single .hero-content .theme-btn {
    padding: 10px 14px;
  }

  .hero-section .owl-dots {
    top: unset;
    right: unset;
    left: 10px;
    bottom: 40px;
  }

  .hero-section .owl-dots .owl-dot{
    display: inline-block;
  }


}