/* START SLIDER STYLE --> */

/* Wrapper container to reduce slider width and center it */
.slider .container {
  max-width: 100%;
  /* Réduction ici (ajustez selon vos besoins) */
  margin: 0 auto;
}

/* Par défaut : ordinateur */
.owl-carousel .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
}

/* Sur téléphones uniquement */
@media (max-width: 767px) {
  .owl-carousel .item {
    height: 40vh;
  }
}

/* Texte centré dans le slider */
.caption {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #fff;
}

/* Amélioration du bouton */
.section-btn {
  background-color: rgb(250, 114, 2);
  color: #fff !important;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.section-btn:hover {
  background-color: rgb(250, 114, 2);
  transform: scale(1.05);
}

/* END SLIDER STYLE --> */









/* START ABOUT STYLE --> */

/* Styles généraux */
.about-section-three {
  padding: 50px 0;
}

.about-section-three .about-text {
  text-align: justify;
}

.about-section-three .about-text .title {
  font-size: 2rem;
  font-weight: bold;
}

.about-section-three .about-text .tagline {
  font-size: 2rem;
  color: black;
}

.about-section-three p {
  margin-top: 20px;
}

.about-section-three .main-btn {
  display: inline-block;
  background-color: green;
  color: white;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
  text-decoration: none;
}

.about-section-three .about-gallery img {
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

/* Mise en page desktop */
@media (min-width: 992px) {
  .about-section-three .row {
    display: flex;
    align-items: center;
  }

  .about-section-three .about-text {
    order: 1;
  }

  .about-section-three .about-gallery {
    order: 2;
  }
}

/* Mise en page tablette */
@media (max-width: 991px) {
  .about-section-three .row {
    flex-direction: column-reverse;
  }

  .about-section-three .about-gallery img {
    height: 300px;
  }
}

/* Mise en page mobile */
@media (max-width: 576px) {
  .about-section-three .about-text .title {
    font-size: 1.5rem;
  }

  .about-section-three .about-gallery img {
    height: 250px;
  }
}

/* END ABOUT STYLE --> */





/* START COUNT STYLE --> */

.counter_area {
  padding-bottom: 85px;
  padding-top: 12px;
}

/* line 4, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_counter.scss */

.counter_area .offcan_bg {
  /* background-image: url(../img/about/0ffcan.png); */
  background-size: 100% 100%;
  background-position: center center;
  padding: 70px 0 40px 0;
}

/* line 10, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_counter.scss */

.counter_area .single_counter {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 10, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_counter.scss */
  .counter_area .single_counter {
    text-align: center;
  }
}

/* line 15, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_counter.scss */

.counter_area .single_counter h3 {
  color: skyblue;
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 5px;
}

/* line 26, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_counter.scss */

.counter_area .single_counter p {
  color: #596672;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.team-section {
  background: rgb(254 0 2 / 10%);
}

.team-title-area .section-title {
  text-align: left;
}

.team-title-area .section-title p {
  max-width: 100%;
}

.team-title-area .team-btn {
  margin-top: 35px;
  text-align: right;
}

.team-item {
  text-align: center;
  margin-bottom: 7px;
  position: relative;
}

.team-item .image {
  position: relative;
  overflow: hidden;
  padding: 10px 10px;
  margin: 0px auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 250px;
  width: 250px;
}

.team-item .image img {
  width: 100%;
  height: 100%;
  border-radius: 200px;
}

.team-item .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.team-item .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.team-item .image .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #2f2c52;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-item .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.team-item .image .social li a:hover {
  color: #fff;
  background-color: #2a3a70;
}

.team-item .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-item .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team-item .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.team-item .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.team-item .content {
  background-color: #ffe5e5;
  padding: 0px;
}

.team-item .content h3 {
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: var(--main);
  font-weight: 600;
}

.team-item .content span {
  display: block;
  color: var(--sub);
  font-size: 14px;
  margin-top: 5px;
}

.team-item .image:hover .social li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team-member {
  text-align: center;
  margin-bottom: 60px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-member .team-image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.single-team-member .team-image img {
  border-radius: 50%;
  width: 100%;
}

.single-team-member .team-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #2f2c52;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

.single-team-member .team-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -55%;
  width: 100%;
  height: 100%;
  background: #2a3a70;
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-member .social-btn {
  padding-left: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-member .social-btn li {
  display: inline-block;
  list-style-type: none;
}

.single-team-member .social-btn li a {
  display: inline-block;
  z-index: 2;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
  line-height: 27px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}

.single-team-member .social-btn li a:hover {
  background-color: #fff;
  color: #2f2c52;
  border-color: #fff;
}

.single-team-member .social-btn li i {
  font-size: 14px;
}

.single-team-member .member-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-member .member-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.single-team-member .member-content span {
  display: block;
  color: #827f8d;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.single-team-member:hover .team-image::before {
  opacity: 0.9;
  visibility: visible;
}

.single-team-member:hover .team-image::after {
  opacity: 0;
}

.single-team-member:hover .member-content {
  bottom: 115px;
}

.single-team-member:hover .social-btn {
  top: 75%;
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
}

.single-team-member:hover .social-btn li a {
  opacity: 1;
  visibility: visible;
}

.single-team-member:hover .team-icon {
  background-color: #fff;
  color: #2f2c52;
}

.single-team-member .team-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  bottom: -25px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  color: #2a3a70;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.single-team-member .team-icon i {
  font-size: 16px;
}

.single-team-member-two {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.single-team-member-two .team-image {
  position: relative;
}

.single-team-member-two .team-image .social-btn {
  padding: 0;
  position: absolute;
  left: 45px;
  right: 0;
  bottom: 3px;
}

.single-team-member-two .team-image .social-btn li {
  display: inline-block;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-member-two .team-image .social-btn li:nth-child(1) {
  z-index: 1;
}

.single-team-member-two .team-image .social-btn li:nth-child(2) {
  left: 0;
}

.single-team-member-two .team-image .social-btn li:nth-child(3) {
  left: 0;
}

.single-team-member-two .team-image .social-btn li:nth-child(4) {
  left: 0;
}

.single-team-member-two .team-image .social-btn li a {
  color: #fff;
  padding: 0 3px;
}

.single-team-member-two .team-image .social-btn li a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #2a3a70;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-member-two .team-image .social-btn li a:hover i {
  background-color: #302c51;
}

.single-team-member-two .team-image .social-btn:hover li:nth-child(1) {
  z-index: 1;
}

.single-team-member-two .team-image .social-btn:hover li:nth-child(2) {
  left: 40px;
}

.single-team-member-two .team-image .social-btn:hover li:nth-child(3) {
  left: 80px;
}

.single-team-member-two .team-image .social-btn:hover li:nth-child(4) {
  left: 120px;
}

.single-team-member-two .member-content {
  text-align: center;
  -webkit-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 42px 30px 30px;
}

.single-team-member-two .member-content h3 {
  font-size: 20px;
}

.single-team-member-two:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact_location {
  background: #f5fbff;
  padding: 100px 0;
}

@media (max-width: 767px) {
  /* line 239, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_contact_action.scss */
  .contact_location {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  /* line 245, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_contact_action.scss */
  .contact_location .location_left {
    margin-bottom: 20px;
  }
}

/* line 249, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_contact_action.scss */

.contact_location .location_left .logo {
  margin-bottom: 40px;
}

/* line 256, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_contact_action.scss */

.contact_location .location_left ul li {
  display: inline-block;
  margin-right: 6px;
}

/* line 259, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_contact_action.scss */

.contact_location .location_left ul li a {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #3b5797;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 15px;
}

.contact_location .location_lefs ul li a {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #3b5797;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 15px;
}

/* line 270, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_contact_action.scss */

.contact_location .location_left ul li:nth-child(2) a {
  background: #db4337;
}

/* line 273, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_contact_action.scss */

.contact_location .location_left ul li:nth-child(3) a {
  background: #00aced;
}

/* line 276, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_contact_action.scss */

.contact_location .location_left ul li:nth-child(4) a {
  background: #bb0000;
}

/* line 283, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_contact_action.scss */

.contact_location .single_location h3 {
  font-size: 22px;
  color: #001d38;
  font-weight: 400;
  margin-bottom: 15px;
}

/* line 289, ../../Arafath/CL/Cl November/223. Transportation/HTML/scss/_contact_action.scss */

.contact_location .single_location p {
  color: #596672;
  font-size: 14px;
  line-height: 28px;
}
