@import url(https://db.onlinewebfonts.com/c/1b79043f572774c9cd99b89bd6f02a1f?family=ITC+Handel+Gothic+Arabic+W23Md);

@font-face {
  font-family: "ITC Handel Gothic Arabic W23Md";
  src: url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.eot");
  src: url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.eot?#iefix")
      format("opentype intégré"),
    url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/1b79043f572774c9cd99b89bd6f02a1f.svg#ITC Handel Gothique Arabe W23Md")
      format("svg");
}

body {
  font-family: "ITC Handel Gothic Arabic W23Md";
}

html {
  overflow-x: hidden;
  text-align: initial;
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
  text-align: initial;

  overflow-x: hidden;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

header {
  position: relative;
  background: url("../img/kafd-new.jpg");
  background-repeat: no-repeat;

  background-position: 2% 1%;
  background-size: cover;

  color: white;
  top: 0;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.banner {
  position: relative;
  height: 80vh;
  color: white;
  top: 0;
}
@media (max-width:767px) {

  .banner {
       height: auto;
     padding-top: 120px !important;
    }
        .banner h1 {
          font-size: 2.5rem !important;
        }
}

.zizo {
  position: relative;
  height: 20vh;
  color: white;
  top: 0;
}
.zizo-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zizo-content {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: flex-end;

  z-index: 2;
  text-align: right;
  top: 80%;

  padding-right: 2rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ffffff !important;
}

.zizo-content h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
.zizo-content .btn {
  border-radius: 40px;
  border: 1px solid #00b6b6 !important;
  margin-bottom: 1rem;

  color: white;

  padding: 1rem 4rem;
  height: auto;
}

.zizo {
  padding: 30px 0;
  background-color: rgba(37, 19, 19, 0);
}
.zizo img {
  background-color: rgba(37, 19, 19, 0);
  height: 105px;

  padding: 40px 0px 40px 0px;
}

.banner-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-content {
 
  display: flex;
  justify-content: start;
  align-items: flex-end;

  z-index: 2;
  text-align: right;
 
  height: 100%;

  padding-right: 2rem;
  padding-bottom: 2rem;
}

.banner-content h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media (max-width:1024px) {
  .banner-content h1 {
      font-size: 3rem;
     }
}
.banner-content .btn {
  border-radius: 40px;
  border: 1px solid #00b6b6 !important;
  margin-bottom: 1rem;

  color: white;

  padding: 1rem 4rem;
  height: auto;
}

.navbar .btn {
  border-radius: 100%;
  background-color: #76469e;
  border: 1px solid #76469e;
  width: auto;
  height: auto;
  border-radius: 48px;
}
.navbar .btn3 {
  width: auto;
  height: auto;
}

.navbar .btn2 {
  margin-left: 1rem;
  padding: 5px 1rem;
  border-radius: 20px;
  background-color: #00b6b6;
  color: white;
  border: 1px solid #00b6b6;
  width: auto;
  height: auto;
}

.navbar-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.search-icon {
  cursor: pointer;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out;
}
.search-overlay.active {
  visibility: visible;
  opacity: 1;
}
.search-overlay input {
  width: 50%;
  padding: 1rem;
  font-size: 1.2rem;
  border: none;
  outline: none;
}
.social-icons {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: grid;
  gap: 0.5rem;
}
.social-icons a {
  color: white;
  font-size: 1.4rem;
}

.social-icons::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 80%;
}

.container-fluid {
  width: 100%;

  margin: 0 auto;
}

header a {
  color: #fff;
}

header img {
  height: 22px;
}

header .btn {
  border-radius: 10px;
  padding: 6px 12px 6px 12px;
  transition: all 0.3s ease;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
}

header .btn-outline-secondary {
  color: white;
}

header .btn-outline-secondary:hover {
  color: #fff;
  background-color: #00b6b6;
}

header .btn-outline-secondary:link {
  color: #fff;
  background-color: #00b6b6;
}

header .btn-outline-secondary:onclick {
  color: #fff;
  background-color: #00b6b6;
}

.breadcurmb {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.breadcurmb__list__item {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.breadcurmb__list__item a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex: none;
  text-decoration: none;

  padding-inline-end: 1rem;
  text-transform: uppercase;
}

.breadcurmb__list__item a:before {
  content: "";
  position: absolute;
  inset-inline-end: 12px;
  inset-block: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-border-start: 2px solid #006d81;
  border-inline-start: 2px solid #006d81;
  -webkit-border-after: 2px solid #006d81;
  border-block-end: 2px solid #006d81;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-sizing: border-box;
  transition: all 0.3s ease-in;
}
[dir="rtl"] .breadcurmb__list__item a:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 900 !important;
}

.navbar-brand img {
  object-fit: contain;
  display: block;
  width: auto;
  height: 4rem;
  margin-left: 22px;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;

  z-index: 10;

  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #fff;
}
.navbar:hover {
  background-color: rgba(46, 24, 102, 0.6);
}

.navbar.scrolled {
  background-color: rgba(46, 24, 102, 0.6);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
  align-items: center;
}

.navbar li {
  color: white;
}
.navbar-nav .nav-link {
  color: white;
  font-size: 18px;
  text-align: right;
  padding: 0.5rem 1rem;
  transition: color 0.3s;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.navbar-nav .nav-item:hover .dropdown-menu {
   animation: fadeIn 0.3s ease-in-out;
  background-color: rgba(46, 24, 102, 0.6);
  text-align: right;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-nav .btn-outline-light {
  margin-right: 0;
  margin-left: 1rem;
}
.navbar-nav .nav-item:last-child {
  margin-right: 0;
  color: white;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #00b6b6;
}

.dropdown-item {
  background-color: rgba(46, 24, 102, 0.6);
  color: aliceblue;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
  background-color: rgba(46, 24, 102, 0.6);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 3rem !important;
  vertical-align: 0.255em;
}

header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em !important;
  vertical-align: 0.255em;
}

.btn:hover {
  background-color: rgba(46, 24, 102, 0.6);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #00b6b6;
}

.dropdown-item {
  background-color: rgba(46, 24, 102, 0.6);
  color: aliceblue;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
  background-color: rgba(46, 24, 102, 0.6);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 3rem !important;
  vertical-align: 0.255em;
}

header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em !important;
  vertical-align: 0.255em;
}

.banner {
  padding: 30px 0;
  background-color: rgba(37, 19, 19, 0);
}
.banner img {
  background-color: rgba(37, 19, 19, 0);
  height: 105px;

  padding: 40px 0px 40px 0px;
}

.titre {
  background-color: rgba(37, 19, 19, 0);
}

.titre img {
  height: 60px;

  padding: 0px 0px 0px 20px;
}

.page-title {
  color: #00b6b6 !important;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 40px;
}

.titlename {
  color: #00b6b6 !important;
  font-size: 2.5rem;
  font-weight: 200;
  margin-bottom: 10px;
}

.titlename2 {
  color: #00b6b6 !important;
  font-size: 2rem;
  font-weight: 200;
  margin-bottom: 20px;
  margin-right: 80px;
}

.text-titre {
  font-size: 18px;
  font-weight: bold;
  color: #00b6b6 !important;
}

.titlename3 {
  color: #00b6b6 !important;
  font-size: 1.5rem;
  font-weight: 100;
  margin-bottom: 10px;
  margin-right: 80px;
}

#accordion-section h4 {
  margin: 20px 0 20px 0;
}

.accordion-button::after {
  width: 0;

  margin-left: auto;
  content: "";
}

.accordion-button {
  position: relative;
  padding-left: 40px;
  color: #450c5c;
}

.accordion-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.accordion-icon {
  color: #1baa8e;
}

.accordion-icon::before {
  content: "+";
  color: #495057;
  font-size: 18px;
  font-weight: bold;
}

.accordion-button:not(.collapsed) .accordion-icon {
  background-color: #28a745;
}

.accordion-button:not(.collapsed) .accordion-icon::before {
  content: "-";
  color: white;
}

.accordion-button:not(.collapsed) {
  background-color: #1e0831 !important;
  color: #ffffff;
  border: 0.5 solid #4fae1f;
}

.qst {
  color: #2e1866;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.kalema {
  padding: 100px 0;
}

.kalema .kalema-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
}

.kalema-image {
  max-width: 40%;
  height: auto;
  margin: 20px;
}

.kalema-text {
  max-width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}

.kalema-text h2 {
  font-size: 24px;
}
.kalema-text h5 {
  font-weight: bold;
}

.kalema-text p {
  font-size: 1rem;
  text-align: justify;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}
@media (max-width: 768px) {
  .kalema .kalema-content {
    flex-direction: column;
  }

.navbar-toggler {
  filter: invert(7);
}
  .kalema-image,
  .kalema-text {
    max-width: 100%;
    justify-content: center;
  } .manager-section .leader img {
     width: auto !important;
     max-width: 100%;
   }
}

.manager-section .leader img {
  width: 30%;
  margin-bottom: 10px;
}

.manager-section .leader h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.manager-section P {
  font-size: 1rem;

  text-align: center;
}

.manager-section .row img {
  width: 100%;
}

.roles {
  color: #85789b;

  display: flex;
  padding: 120px 0;
  margin-bottom: 20px;
  position: relative;
}
.role-item {
  background-color: #ffffff;
  border: 1px dashed #19043a;
  border-radius: 10px;
  padding: 100px 30px;
  box-shadow: 0 4px 24px rgba(133, 120, 155, 0.07);

  transition: transform 0.3s ease;
}

.role-item h3 {
  margin-bottom: 30px;
}

.role-item img {
  width: 100px;
  margin-bottom: 30px;
}
.role-item:hover {
  transform: translateY(-10px);
}

.role-description {
  font-size: 16px;
  line-height: inherit;
}

.services-section {
  background-image: url("../img/bg1_Gr.jpg"); /* Background image*/
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
  border: solid rgba(255, 255, 255, 0.1);
}
.service-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-10px);
  border: solid rgba(255, 255, 255, 0.1);
}
.service-item i {
  font-size: 3rem;
  margin-bottom: 20px;
  color: var(--accent-color);
  transition: all 0.3s ease;
}
.service-item:hover i {
  transform: scale(1.2);
}

.stats-section {
  background-image: url("../img/pat.jpg");
  color: white;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 65vh !important;
  align-items: center;
  display: flex;
}
.stat-item {
  text-align: center;
  padding: 20px;
  font-size: 24px;
  font-weight: 200;
  transition: all 0.3s ease;
}

.stat-number {
  font-size: 6rem;
  font-weight: 300;
  margin-bottom: 10px;
  color: var(--accent-color);
}

.partners-section {
  min-height: 500px !important;
  align-items: center;
}

.partners-section h1 {
  padding-bottom: 40px;
}

.partners-section h4 {
  color: #00b6b6;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.partner-logo {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  padding: 5px;
}

.partner-logo:hover {
  filter: grayscale(0%);
}

/* Styles gÃ©nÃ©raux pour la section News */

.carousel-item {
  transition: transform 0.8s ease-in-out;
}

.news-carousel-section {
  background-color: #f4f8fa;
}

.tweet-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
}

.tweet-slide img {
  max-width: 80%;
}

.news-title {
  color: #2c3e50;
  font-size: 24px;
  margin-right: 10%;
}

.news-text {
  margin-right: 10%;
  margin-top: 20px;
  color: #34495e;
  line-height: 1.6;
}

.carousel-item li {
  max-height: 48px;
}

.fabtwitter {
  max-height: 48px;
}
#newsCarousel {
  padding-left: 5%; /* Ajustement pour laisser de la place au bouton de gauche */
  padding-right: 5%; /* Ajustement pour laisser de la place au bouton de droite */
}

.btn-success {
  margin-top: 20px;
  background-color: #00b6b6;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 0.7rem;
}

.btn-success:hover {
  background-color: #00b6b6;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

.featurette-divider {
  margin: 5rem 0;
}

.featurette-divider img {
  border-radius: 100px;
}

#backToTop {
  background-color: #1d0e45;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  bottom: 30px;

  transition: background-color 0.3s;
}

.fa .fa-twitter {
  font-family: sans-serif;
}

.fa.fa-twitter::before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>')
    no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>')
    no-repeat center;
  background-position: center 3px;
}

/*********footer*******************/
.kilimanjaro_area {
  position: relative;
  z-index: 1;
}
.foo_top_header_one {
  background: linear-gradient(90deg, #0ca4ad 0%, #7f479d 100%);
  background-image: url("../img/bg11.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.section_padding_100_70 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.foo_top_header_one {
  color: #fff;
}
.kilimanjaro_part {
  margin-bottom: 30px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
  color: #fff;
}
.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 30px;
}
.kilimanjaro_single_contact_info > p,
.kilimanjaro_single_contact_info > h5,
.kilimanjaro_blog_area > a,
.foo_top_header_one .kilimanjaro_part > p {
  color: rgba(255, 255, 255, 0.5);
}
p,
ul li,
ol li {
  font-weight: 300;
}
ul {
  margin: 0;
  padding: 0;
}
.kilimanjaro_bottom_header_one {
  background-color: #1d0e45;
}
.section_padding_50 {
  padding: 20px 0;
}
.kilimanjaro_bottom_header_one p {
  color: #fff;
  margin: 0;
}
p,
ul li,
ol li {
  font-weight: 300;
}
.kilimanjaro_bottom_header_one a {
  color: inherit;
  font-size: 14px;
}

a {
  font-weight: 400;
  color: #00b6b6;
  text-decoration: none;
}
a:hover {
  font-weight: 400;
 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.m-top-15 {
  margin-top: 15px;
}
ul {
  margin: 0;
  padding: 0;
}

.kilimanjaro_widget > li {
  display: inline-block;
}
p,
ul li,
ol li {
  font-weight: 300;
}
ol li,
ul li {
  list-style: outside none none;
}
.kilimanjaro_widget a {
  border: 1px solid #333;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 7px 12px;
}
ul {
  margin: 0;
  padding: 0;
}
.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.kilimanjaro_links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
top-15 {
  margin-top: 15px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
  color: #fff;
}
.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 30px;
}
.kilimanjaro_social_links > li {
  display: inline-block;
}
p,
ul li,
ol li {
  font-weight: 300;
}
.kilimanjaro_social_links a {
  border: 1px solid #333;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 3px;
  padding: 7px 12px;
}
.kilimanjaro_blog_area .kilimanjaro_date {
  color: #27ae60;
  font-size: 13px;
  margin-bottom: 5px;
}
.kilimanjaro_blog_area > p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
  margin-bottom: 0;
}
.kilimanjaro_works > a {
  display: inline-block;

  position: relative;
  width: 33.33333333%;
  z-index: 1;
}
.kilimanjaro_thumb {
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}
.kilimanjaro_links a i {
  padding-right: 10px;
}
/* :: 18.0 Footer Area CSS */

.footer_area {
  position: relative;
  z-index: 1;
}
.footer_bottom p > i,
.footer_bottom p > a:hover {
  color: #27ae60;
}

.social_links_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.social_links_area > a:hover {
  color: #27ae60;
}

.inline-style .social_links_area > a:hover {
  background-color: transparent;
  color: #27ae60;
  border: 0px solid transparent;
}
.single_feature:hover .feature_text h4 {
  color: #27ae60;
}
.kilimanjaro_blog_area {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding: 0 0 15px 90px;
  position: relative;
  z-index: 1;
}
.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #2e1866;
  z-index: 9999;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-overlay .form-control {
  background: white;
  border: none;
  border-radius: 50px;
  color: #333;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-overlay .form-control::placeholder {
  color: #999;
}

.search-overlay .form-control:focus {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  outline: none;
}

.search-overlay .btn {
  border-radius: 50px;
  padding: 0.5rem 2rem;
  background: white;
  color: var(--primary-color);
  margin-left: 10px;
}

.search-overlay .btn:hover {
  background: var(--primary-color);
  color: white;
}

.search-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.search-overlay {
  background-color: rgba(25, 4, 58, 0.8);

  border: none;

  color: white;
  padding: 3rem 2rem 4rem;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.form-control {
  border: none;
  border: 2px solid white;
  border-radius: 50px;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;

  color: white;
  padding: 1rem 1rem;
  font-size: 1.5rem;
}

.input-group {
  margin-top: 120px;
}

.search-overlay .form-control:focus {
  box-shadow: none;
  border-color: white;
}

.search-overlay .btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 1.5rem;
}

.close-search {
  background: transparent;
  border: none;
  transition: transform 0.3s ease;
}

.close-search:hover {
  transform: rotate(180deg);
}

.flip-card-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

.flip-card {
  perspective: 1000px;
  height: 300px;
  margin-bottom: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); /* Change to 180 degrees */
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
}

.flip-card-front {
  background-color: #fff;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  background: linear-gradient(
    45deg,
    #311873,
    #311873
  ); /* Blue gradient background */
  color: white; /* White text */
  transform: rotateY(180deg); /* Match the rotation */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.flip-card-back h3 {
  color: white; /* Ensure heading is white */
  margin-bottom: 15px;
}

.flip-card-back a {
  color: white; /* Ensure heading is white */
  margin-bottom: 15px;
  font-size: 36px;
}

.flip-card-back p {
  color: white; /* Ensure paragraph is white */
  margin-bottom: 0;
}

/* Add this to the existing CSS */
.diagonal-split-section {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.diagonal-split-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/0024222424.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.diagonal-split-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(29, 146, 166, 0.8) 50%,
    rgba(113, 77, 148, 0.8) 50%
  );
  z-index: 1;
}

.diagonal-text-block {
  position: relative;
  z-index: 2;
  padding: 2rem;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: white;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.diagonal-split-section .container {
  position: relative;
  z-index: 3;
}

.diagonal-split-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(29, 146, 166, 0.8) 50%,
    rgba(113, 77, 148, 0.8) 50%
  );
  z-index: 1;
}

.diagonal-text-block {
  position: relative;
  z-index: 2;
  padding: 2rem;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  color: white;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.diagonal-text-block:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .diagonal-text-block {
    width: 90%;
    margin: 1rem auto;
  }
}

.additional-content .content-box {
  transition: transform 0.3s ease;
}

.additional-content h3,
.additional-content h4 {
  color: var(--secondary-color);
}

.additional-content p {
  text-align: justify;
}
.additional-content ol,
.additional-content ul {
  padding-right: 20px;
}
.additional-content li {
  margin-bottom: 10px;
}

/*footer*/
@keyframes scrollMouse {
  0% {
    top: 10px;
    opacity: 1;
  }
  50% {
    top: 20px;
    opacity: 0.5;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}

footer h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;

  display: inline-block;
}

footer ul {
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}

footer ul li {
  margin-bottom: 0.5rem;
  cursor: pointer;
}

footer ul li:hover {
  text-decoration: underline;
}

footer p {
  margin: 0;
}
footer a {
  color: white;
}

/* Animation de la souris */
@keyframes scrollMouse {
  0% {
    top: 10px;
    opacity: 1;
  }
  50% {
    top: 20px;
    opacity: 0.5;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}

footer .text-start {
  padding-left: 1rem;
  margin-top: 1rem;
}
footer input {
  background-color: #1d0e45; /* Fond rose */
  border: none; /* Supprime la bordure par défaut */
  border-bottom: 2px solid #00adb5; /* Bordure inférieure jaune */
  color: #9d9999; /* Couleur du texte noir */
  padding: 0.5rem; /* Espacement interne */
  width: 100%; /* Largeur pleine */
  max-width: 300px; /* Largeur maximale pour un bon affichage */
  margin: 0 auto; /* Centre l'input */
  outline: none; /* Retire la bordure de focus par défaut */
}

footer input:focus {
  border-bottom: 3px solid #014447; /* Changement de couleur au focus */
}

/* fin style Section footer */

.news-section {
  background-color: #e3ebf4;
}

.card {
  border: none;
  border-radius: 20px;
  height: 400px;
}

h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1e1243;
  padding: 0 10px;
}
h5 {
  padding: 0 10px;
}
p {
  text-align: justify;
  padding: 0 10px;
}

/* Conteneur du slider */
.slider-container {
  position: relative;
  overflow: hidden; /* Cache les cartes en dehors de la zone visible */
  max-width: calc(350px * 3 + 2rem); /* Largeur pour 3 cartes + l'espacement */
  margin: auto; /* Centre la section */
}

/* Wrapper des cartes */
.slider-wrapper {
  display: flex;
  gap: 1.5rem; /* Espacement entre les cartes */
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 100px 0;
  direction: rtl;
}

/* Cartes */

.news-card {
  flex: 0 0 230px; /* Largeur fixe de chaque carte */
  scroll-snap-align: start; /* Alignement au début lors du défilement */
}

.slider-wrapper::-webkit-scrollbar {
  display: none; /* Cacher la barre de défilement */
}

.slider-wrapper {
  overflow-x: auto; /* Active le défilement horizontal */
  scrollbar-width: none; /* Cache la barre de défilement sur Firefox */
  -ms-overflow-style: none; /* Cache la barre de défilement sur Internet Explorer et Edge */
}

.card-img-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

  object-fit: cover;
}

.card-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.card-text {
  font-size: 0.9rem;
  color: #555;
}

.slider-btn {
  position: absolute;
  top: -30px; /* Position au-dessus des cartes */

  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.slider-btn:hover {
  background-color: none;
}

.prev-btn {
  right: 80%;
  top: 20px;
}

.next-btn {
  left: 10%;
  top: 20px;
}
.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.icon-service {
  width: 18%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.tiret {
  content: "";
  border-bottom: 1px solid #119ca7;
  height: 20px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 20px;
}

.espace {
  display: flex;

  justify-content: flex-start;
  position: relative;
  top: -40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.tiret02 {
  content: "";
  border-bottom: 0.5px solid white;
  width: 90%;
  margin: 0 auto;
}
.service-item img {
  margin-bottom: 40px;
  margin: 0 auto;
}

/*section adwar*/

.adwer-services-section {
  background-image: url("../img/bg_adwer02.jpg"); /* Background image*/
  background-repeat: no-repeat;

  background-position: 70% 85%;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: self-start;

  justify-content: center;
  align-items: start;
  position: relative;
}

.adwer-services-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);

  display: flex;

  justify-content: center;
  align-items: center;
}

.container002 {
  display: flex;
  justify-content: center;
}

.adwer-service-item {
  transition: all 0.3s ease;
  height: 400px;
  margin-top: 40px;
  align-items: start;

  background: linear-gradient(
    9180deg,
    rgba(56, 20, 118, 1) 0%,
    rgba(2, 0, 36, 0) 95%,
    rgba(0, 212, 255, 0) 100%
  );
  border-image-slice: 1;
  padding: 60px 30px 100px 30px;

  cursor: pointer;
}

.adwer-service-item h3 {
  font-size: 24px;
  text-align: center;
}

.adwer-service-item:hover {
  transform: translateY(-10px);
  background: linear-gradient(
    9180deg,
    rgba(56, 20, 118, 1) 0%,
    rgba(2, 0, 36, 0) 95%,
    rgba(0, 212, 255, 0) 100%
  );
}

.lottie-animation {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
}

.adwer-service-item .col-md-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
.navbar-nav .dropdown-menu {
  text-align: right;
}

@media (min-width:768px) {
  .sec-thumbnail .img-fluid{
height: 100%;
max-height: 100%;
  }
 
}