* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #111111;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 30px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  zoom: 0.9;
}

section,
.section {
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a,
button,
.btn {
  outline: none;
  box-shadow: none;
  border: none;
  background: unset;
}

a:hover,
a:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus {
  outline: none;
  box-shadow: none;
}

img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style-type: none;
}

input,
select,
.form-select,
textarea {
  outline: none;
  border: none;
  box-shadow: none;
}

input:focus,
input:focus-visible,
input:active,
select:focus,
select:focus-visible,
select:active,
.form-select:focus,
.form-select:focus-visible,
.form-select:active,
textarea:focus,
textarea:focus-visible,
textarea:active {
  outline: none;
  border: none;
  box-shadow: none;
}

*+address,
*+dl,
*+fieldset,
*+figure,
*+ol,
*+p,
*+pre,
*+ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  color: #111111;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  font-family: "Manrope", sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* ====================================== */
/* Default css Start */
/* ====================================== */

.fs-1 {
  font-size: 4rem !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em;
}

@media (max-width: 1399px) {
  .fs-1 {
    font-size: 3.5rem !important;
  }
}

@media (max-width: 991px) {
  .fs-1 {
    font-size: 3rem !important;
  }
}

@media (max-width: 767px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
}

.fs-2 {
  font-size: 60px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.05em;
}

@media (max-width: 1399px) {
  .fs-2 {
    font-size: 48px !important;
  }
}

@media (max-width: 1199px) {
  .fs-2 {
    font-size: 40px !important;
  }
}

@media (max-width: 767px) {
  .fs-2 {
    font-size: 32px !important;
  }
}

.fs-4 {
  font-size: 25px !important;
  line-height: 1.4 !important;
  letter-spacing: -0.03em;
}

@media (max-width: 1399px) {
  .fs-4 {
    font-size: 22px !important;
  }
}

@media (max-width: 991px) {
  .fs-4 {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .fs-4 {
    font-size: 20px !important;
  }
}

.fs-sm {
  font-size: 14px;
  line-height: 2.142;
}

.fs-title-20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .fs-title-20 {
    font-size: 18px;
  }
}

.ff-sora {
  font-family: "Sora", sans-serif;
}

.outline-text {
  color: transparent;
  font-size: 100px;
  line-height: 1em;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.05em;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
}

@media (max-width: 767px) {
  .outline-text {
    font-size: 80px;
  }
}

.outline-text--white {
  -webkit-text-stroke-color: #fff;
  stroke: #fff;
}

.outline-text--gradient {
  color: #fff;
  background-color: transparent;
  -webkit-text-stroke-color: transparent;
  stroke: transparent;
  background-image: -o-linear-gradient(262deg, #8ab0db 0%, #386bb7 100%);
  background-image: linear-gradient(262deg, #8ab0db 0%, #386bb7 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.container {
  width: 100%;
  margin: auto;
  padding: 0 16px;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #053c5a !important;
}

.text-grey {
  color: #9b9b9b !important;
}

.text-gd {
  background: linear-gradient(90deg, #386bb7 30%, #8ab0db 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-dark {
  background-color: #111111;
}

.bg-lighter {
  background-color: #f0f2f4;
}

.social a:hover svg path {
  fill: #386bb7;
}

.social a svg {
  transition: 0.3s ease;
}

/* Overlay pour recherche et menu mobile */
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(105, 105, 105, 0.5058823529);
  z-index: 11111;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

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

.list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.list li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}

.list li::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
}

.list__icon li::after {
  width: 11px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/arrow-right-icons.svg");
}

hr {
  opacity: 1;
  border-top: 1px solid #333333 !important;
}

.page__container {
  padding: 80px 18%;
}

@media (max-width: 1600px) {
  .page__container {
      padding: 70px 12%;
  }
}

@media (max-width: 1400px) {
  .page__container {
      padding: 60px 8%;
  }
}

@media (max-width: 1200px) {
  .page__container {
      padding: 60px 6%;
  }
}

/* ====================================== */
/* Default css End */
/* ====================================== */

/* ====================================== */
/* Header css Start */
/* ====================================== */
.header--section {
  padding: 26px 45px;
}

@media (max-width: 1399px) {
  .header--section {
    padding: 14px 15px;
  }
}

.header--abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 15;
}

.header__topbar {
  margin-bottom: 8px;
}

.header__topbar-wrapper {
  background-color: #333333;
  border-radius: 50px;
  padding: 5px 35px 8px;
}

.header__topbar-contact {
  gap: 45px;
}

.header__topbar-contact a {
  font-size: 14px;
  color: #fff;
}

.header__topbar-contact a span {
  transition: all 0.3s ease-in-out;
}

.header__topbar-contact a:hover span {
  color: #8ab0db;
}

.header__topbar-social {
  gap: 21px;
}

.header__topbar-social a {
  color: #fff;
}

.header__topbar-social a:hover {
  color: #8ab0db;
}

.header__main {
  padding: 12px 16px;
  border-radius: 25px;
  background-color: #fff;
}

.header__left {
  gap: 45px;
}

@media (max-width: 1599px) {
  .header__left {
    gap: 20px;
  }
}

.header__right {
  gap: 45px;
}

@media (max-width: 1599px) {
  .header__right {
    gap: 20px;
  }
}

.header__menu ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media (max-width: 1599px) {
  .header__menu ul {
    gap: 20px;
  }
}

@media (max-width: 1399px) {
  .header__menu ul {
    gap: 8px;
  }
}

@media (max-width: 1299px) {
  .header__menu ul {
    gap: 6px;
  }
}

.header__menu ul li a {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 27px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: 30px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1299px) {
  .header__menu ul li a {
    padding: 6px 10px;
    font-size: 13px;
    gap: 10px;
  }
}

.header__menu ul li a span.text {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 0px;
  height: 27px;
  position: relative;
}

.header__menu ul li a span.text span:first-child {
  position: absolute;
  transform: translateY(24px);
  transition: all 0.3s ease;
  opacity: 0;
}

.header__menu ul li a span.text span:last-child {
  transition: all 0.3s ease;
}


.header__menu ul li a:hover span.text span:first-child {
  transform: translateY(0px);
  opacity: 1;
}

.header__menu ul li a:hover span.text span:last-child {
  transform: translateY(-24px);
  opacity: 0;
}

.header__menu ul li a.active {
  color: #fff;
  background-color: #333333;
}

.header__menu ul li a.active svg path {
  fill: #fff;
}

/* Dropdown Menu Styles */
.header__menu ul li.has-dropdown {
  position: relative;
}

.header__menu ul li.has-dropdown .submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  transform: translateY(-8px);
  min-width: 200px;
  background: #2d2d2d;
  border-radius: 16px;
  padding: 12px 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 
              0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.header__menu ul li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__menu ul li.has-dropdown .submenu li {
  display: block;
  width: 100%;
  list-style: none;
}

/* Liens des sous-menus */
.header__menu ul li.has-dropdown .submenu li a {
  position: relative;
  display: block;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #f5f5f5;
  text-transform: capitalize;
  white-space: nowrap;
  border-radius: 10px;
  transition: padding-left 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Icône animée (cachée par défaut) */
.header__menu ul li.has-dropdown .submenu li a::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 45%;
  width: 0;
  height: 7px;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.48512 0.616324C4.11825 -0.00277913 5.18427 0.445789 5.18427 1.33131L5.18427 3.96752C5.18427 4.51981 4.73655 4.96752 4.18427 4.96752L1.48834 4.96752C0.592022 4.96753 0.148343 3.8792 0.789189 3.25254L3.48512 0.616324Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Désactiver l'animation de texte pour les sous-menus */
.header__menu ul li.has-dropdown .submenu li a span.text span {
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  display: inline;
}

/* État hover : icône apparaît et pousse le texte */
.header__menu ul li.has-dropdown .submenu li a:hover {
  padding-left: 32px;
}

.header__menu ul li.has-dropdown .submenu li a:hover::before {
  width: 7px;
  opacity: 1;
}

.header__menu ul li.has-dropdown > a .icon {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
}

/* Mobile Offcanvas Dropdown */
.offcanvas__menu ul li.has-dropdown .submenu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  background: #f8f9fa;
  box-shadow: none;
  padding: 10px 0 10px 20px;
  margin: 8px 0 8px 10px;
  border-left: 3px solid #dadada;
  display: none;
  border-radius: 0 10px 10px 0;
}

.offcanvas__menu ul li.has-dropdown.active .submenu {
  display: flex;
}

.offcanvas__menu ul li.has-dropdown .submenu li a {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
  text-transform: none;
}

.offcanvas__menu ul li.has-dropdown .submenu li a:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0.06);
  transform: translateX(3px);
}

.offcanvas__menu ul li.has-dropdown > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas__menu ul li.has-dropdown.active > a {
  color: #333;
  font-weight: 700;
}

.offcanvas__menu ul li.has-dropdown > a .icon {
  transition: transform 0.3s ease;
  margin-left: auto;
}

.offcanvas__menu ul li.has-dropdown.active > a .icon {
  transform: rotate(180deg);
}

.header__logo {
  position: relative;
  max-width: 103px;
}

@media (max-width: 1199px) {
  .header__logo {
    max-width: 80px;
    position: relative;
    }
}

.header__menuBar {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}

.header__menuBar:hover span:last-child {
  width: 100%;
}

.header__menuBar span {
  width: 26px;
  height: 2px;
  background-color: #111111;
  display: block;
  transition: all 0.3s ease;
}

.header__menuBar span:last-child {
  width: 16px;
}

.header__sticky .header--section {
  transform: translateY(-100%);
  transition: all 0.3s ease;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 111;
}

@media (max-width: 767px) {
  .header__sticky .header--section {
    padding: 0px 0px;
    border-radius: 0px;
  }
}

.header__sticky .header__main {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

@media (max-width: 767px) {
  .header__sticky .header__main {
    border-radius: 0px;
  }
}

.header__sticky.is-sticky .header--section {
  transform: translateY(0);
  transition: all 0.3s ease;
}

.header__sticky.is-sticky .header__main {
  box-shadow: 0 5px 23px 4px rgba(0, 0, 0, 0.1);
}

/* ====================================== */
/* Header css End */
/* ====================================== */

/* ====================================== */
/* Offcanvas Menu css Start */
/* ====================================== */
.menu .offcanvas {
  background-color: rgba(5, 60, 90, 0.8);
  backdrop-filter: blur(8px);
}

.menu-offcanvas-btn {
  width: 36px;
  height: 36px;
}

.menu-offcanvas-btn svg {
  width: 100%;
  height: 100%;
}

.offcanvas {
  padding: 0px 20px;
  position: fixed;
  bottom: 0;

  z-index: 1111;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: all 0.3s ease;
  height: 100%;
  min-width: 310px;
}

.offcanvas-end {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.offcanvas.show {
  visibility: visible;
  transform: translateX(0%);
}

.offcanvas__menu ul {
  gap: 0;
}

.offcanvas__menu ul li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 6px 0px;
}

.offcanvas__menu ul li a.active {
  background-color: transparent;
  color: #386bb7;
}

.offcanvas__menu ul li a.active span svg path {
  fill: #386bb7;
}

.offcanvas__menu ul li a:hover {
  background-color: transparent;
  color: #386bb7;
}

.offcanvas__menu ul li a:hover span svg path {
  fill: #386bb7;
}

/* ====================================== */
/* Offcanvas Menu css End */
/* ====================================== */

/* ====================================== */
/* Footer Section css Start */
/* ====================================== */
.footer--section {
  padding: 0px 45px 43px;
  background-color: #fff;
}

@media (max-width: 1399px) {
  .footer--section {
    padding: 0px 20px 20px;
  }
}

.footer__wrapper {
  background-color: #111111;
  border-radius: 25px;
}

@media (max-width: 1599px) {
  .footer__wrapper {
    padding: 0px 30px;
  }
}

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

.footer__wrapper .container {
  max-width: 1334px;
  width: 100%;
}

.footer__cta {
  padding: 114px 0px 85px;
  border-bottom: 1px solid #cbcbcb;
}

@media (max-width: 1199px) {
  .footer__cta {
    padding: 50px 0px 50px;
  }
}

@media (max-width: 991px) {
  .footer__cta-content {
    margin-bottom: 30px;
  }
}

.footer__cta-content h2 {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .footer__cta-content h2 {
    font-size: 28px !important;
    margin-bottom: 10px;
  }
}

.footer__cta-content p {
  color: #f5f5f5;
}

.footer__cta-form {
  max-width: 593px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 0 0 auto;
  padding: 80px 80px;
}

@media (max-width: 1199px) {
  .footer__cta-form {
    padding: 66px 24px;
  }
}

@media (max-width: 991px) {
  .footer__cta-form {
    padding: 66px 24px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .footer__cta-form {
    padding: 40px 24px;
    max-width: 100%;
  }
}

.footer__cta-form .form__inputBox {
  position: relative;
}

.footer__cta-form .form__inputBox button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding: 11px 28px 12px 24px;
}

@media (max-width: 575px) {
  .footer__cta-form .form__inputBox button {
    position: static;
    transform: unset;
    margin-top: 24px;
    width: 100%;
  }
}

.footer__cta-form__title {
  margin-bottom: 20px;
}

.footer__cta-form__title h4 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.03em;
}

@media (max-width: 991px) {
  .footer__cta-form__title h4 {
    font-size: 24px;
  }
}

.footer__newsletter-legal {
  margin-top: 12px;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
  text-align: left;
}

.footer__newsletter-legal a {
  color: #666;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.footer__newsletter-legal a:hover {
  color: #1f1f1f;
}

.footer__cta-contact h3 {
  font-size: 18px;
  color: #f5f5f5;
  line-height: 40px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  margin-bottom: 14px;
}

.footer__cta-contact p {
  font-size: 16px;
  line-height: 28px;
  color: #f5f5f5;
}

.footer__cta-contact p a {
  font-size: 16px;
  line-height: 28px;
  color: #f5f5f5;
}

.footer__cta-contact p a:hover {
  color: #386bb7;
}

.footer__cta-contact .social {
  gap: 40px;
  display: flex;
  align-items: center;
}

.footer__cta-contact .social svg {
  transition: all 0.3s ease;
}

.footer__widget .title {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.footer__main {
  padding: 124px 0px 94px;
}

@media (max-width: 991px) {
  .footer__main {
    padding: 50px 0px 50px;
  }
}

.footer__logo {
  display: block;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 15px;
  }
}

.footer__social {
  gap: 40px;
}

@media (max-width: 1199px) {
  .footer__social {
    gap: 30px;
  }
}

.footer__contact a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #f5f5f5;
  position: relative;
}

.footer__contact a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

.footer__contact a:hover::after {
  width: 0px;
  background-color: #386bb7;
}

.footer__contact a.phone {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
  display: block;
}

@media (max-width: 1199px) {
  .footer__contact a.phone {
    font-size: 20px;
  }
}

.footer__contact a.phone::after {
  display: none;
}

.footer__contact a.phone:hover {
  color: #386bb7;
}

.footer__menu {
  display: flex;
  flex-direction: column;
}

.footer__menu li a {
  display: inline-block;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
  line-height: 30px;
  font-size: 16px;
}

.footer__menu li a::before,
.footer__menu li a::after {
  width: 0px;
  height: 100%;
  content: "";
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer__menu li a:hover {
  color: #959595;
}

.footer__menu li a:hover::before,
.footer__menu li a:hover::after {
  width: 10px;
  opacity: 1;
  visibility: visible;
  content: "/";
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .footer__bottom {
    flex-wrap: wrap;
  }
}

.footer__bottom-wrapper {
  position: relative;
  background-color: #fff;
  padding: 28px 55px 4px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
    bottom: -1px;
}

@media (max-width: 991px) {
  .footer__bottom-wrapper {
    padding: 14px 20px 4px;
  }

    .footer__bottom-wrapper {
        bottom: -1px;
        /* width: 25rem; */
}
}

.footer__bottom-wrapper::before,
.footer__bottom-wrapper::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
}

.footer__bottom-wrapper::before {
  right: 100%;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #ffffff;
}

.footer__bottom-wrapper::after {
  left: 100%;
  border-bottom-left-radius: 20px;
  box-shadow: 0 20px 0 0 #ffffff;
}

.footer__bottom-wrapper p {
  font-size: 14px;
  line-height: 24px;
  color: #6b6b6b;
}

.footer__bottom-wrapper p a {
  text-decoration: underline;
  color: #6b6b6b;
}

.footer__bottom-wrapper p a:hover {
  color: #386bb7;
  text-decoration: none;
}

.footer__content span.icon {
  display: block;
  margin-bottom: 40px;
}

@media (max-width: 1599px) {
  .footer__content span.icon {
    margin-bottom: 30px;
  }
}

/* ====================================== */
/* Footer Section css End */
/* ====================================== */

/* ====================================== */
/* Preloader  css Start */
/* ====================================== */
.preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  will-change: opacity, transform;
}

.preloader__logo {
  max-width: 160px;
}

@media (max-width: 767px) {
  .preloader__logo {
    max-width: 100px;
  }
}

/* ====================================== */
/* Preloader css End */
/* ====================================== */

/* ====================================== */
/* Button css Start */
/* ====================================== */
.btn {
  padding: 15px 35px 16px;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .btn {
    padding: 9px 24px 11px;
  }
}

.btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.btn span.text {
  position: relative;
}

.btn span svg {
  max-width: 7px;
}

.btn span.iconLeft {
  width: 12px;
}

.btn span.iconLeft svg {
  transition: all 0.3s ease;
  opacity: 1;
  transform: translateX(0px);
}

.btn span.iconLeft img {
  transition: all 0.3s ease;
  opacity: 1;
  transform: translateX(0px);
}

.btn span.iconRight {
  width: 0px;
}

.btn span.iconRight svg {
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(10px);
}

.btn span.iconRight img {
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(10px);
}

.btn:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.btn:hover span.iconLeft {
  width: 0;
}

.btn:hover span.iconLeft svg {
  transform: translateX(0);
  opacity: 0;
}

.btn:hover span.iconRight {
  width: 12px;
}

.btn:hover span.iconRight svg {
  transform: translateX(0px);
  opacity: 1;
}

.btn:hover span.iconRight img {
  transform: translateX(0px);
  opacity: 1;
}

.btn--dark {
  background-color: #333333;
  color: #fff;
  border-color: #333333;
}

.btn--dark svg path {
  fill: #fff;
}

.btn--dark:hover {
  background-color: #386bb7;
  color: #fff;
}

.btn--tranparent {
  background-color: transparent;
  border-color: transparent;
}

.btn-gradient {
  border: 1px solid #dadada;
  color: #111111;
  position: relative;
}

.btn-gradient span {
  position: relative;
  z-index: 2;
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgb(56, 107, 183) 0%, rgb(191, 195, 199) 100%);
  z-index: 1;
  border-radius: 100px;
  transition: all 0.3s ease;
  opacity: 0;
}

.btn-gradient:hover {
  color: #fff;
  border-color: transparent;
  box-shadow: none;
}

.btn-gradient:hover::after {
  opacity: 1;
}

.btn--secondary {
  position: relative;
  color: #333333;
}

.btn--secondary::after {
  content: "";
  position: absolute;
  z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
  padding: 1px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(90deg, #386bb7, #8ab0db);
}

.btn--secondary:hover {
  background-color: #386bb7;
  color: #fff;
}

.btn--rounded {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 16px;
  background-color: #111111;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.btn--rounded .icon-translate {
  width: 1em;
  height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}

.btn--rounded .icon-translate svg {
  width: 13px;
  height: 11px;
  max-width: 100%;
}

.btn--rounded .icon-translate--right {
  transition-timing-function: cubic-bezier(0, 0, 0, 0.98);
}

.btn--rounded .icon-translate--left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(-777px);
  -ms-transform: translateX(-777px);
  transform: translateX(-777px);
  transition-timing-function: cubic-bezier(0.98, 0, 1, 1);
  opacity: 0;
}

.btn--rounded:hover {
  background-color: #386bb7;
  color: #fff;
  box-shadow: unset;
}

.btn--rounded:hover .icon-translate--right {
  -webkit-transform: translateX(777px);
  -ms-transform: translateX(777px);
  transform: translateX(777px);
  transition-timing-function: cubic-bezier(0.98, 0, 1, 1);
  opacity: 0;
}

.btn--rounded:hover .icon-translate--left {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-timing-function: cubic-bezier(0, 0, 0, 0.98);
  opacity: 1;
}

.btn-outline {
  border: 1px solid;
}

.btn-outline-grey {
  border-color: #dadada;
  color: #111111;
}

.btn-outline-grey:hover {
  border-color: #dadada;
  background-color: #dadada;
}

.btn-outline-dark {
  border: 1px solid #545454;
  color: #545454;
}

.btn-outline-dark:hover {
  border-color: #386bb7;
  color: #386bb7;
  background-color: transparent;
  box-shadow: unset;
}

.btn-sm {
  padding: 12px 26px 12px;
}

.btn-sm span svg {
  max-width: 7px;
}

/* ====================================== */
/* Button css End */
/* ====================================== */

/* ====================================== */
/* Links css Start */
/* ====================================== */
.link {
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.link span.text {
  position: relative;
  top: -1px;
}

.link span svg {
  max-width: 7px;
}

.link span.iconLeft {
  width: 12px;
}

.link span.iconLeft svg {
  transition: all 0.3s ease;
  opacity: 1;
  transform: translateX(0px);
}

.link span.iconLeft img {
  transition: all 0.3s ease;
  opacity: 1;
  transform: translateX(0px);
}

.link span.iconRight {
  width: 0px;
}

.link span.iconRight svg {
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(10px);
}

.link span.iconRight img {
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(10px);
}

.link:hover span.iconLeft {
  width: 0;
}

.link:hover span.iconLeft svg {
  transform: translateX(0);
  opacity: 0;
}

.link:hover span.iconRight {
  width: 12px;
}

.link:hover span.iconRight svg {
  transform: translateX(0px);
  opacity: 1;
}

.link:hover span.iconRight img {
  transform: translateX(0px);
  opacity: 1;
}

.link-primary {
  color: #333333 !important;
}

.link-primary:hover {
  color: #386bb7;
}

.link-primary:hover span svg path {
  fill: #386bb7;
}

.link-borderd {
  position: relative;
}

.link-borderd::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #386bb7, #8ab0db);
}

/* ====================================== */
/* Links css End */
/* ====================================== */

/* ====================================== */
/* Form Inputs css Start */
/* ====================================== */
.form__inputBox-wrap {
  position: relative;
}

.form__inputBox-wrap label {
  position: absolute;
  left: 0;
  top: 15px;
  transition: all 0.3s ease;
  color: #898989;
  font-size: 14px;
}

.form__inputBox-wrap textarea:focus~label,
.form__inputBox-wrap textarea:valid~label,
.form__inputBox-wrap input:focus~label,
.form__inputBox-wrap input:valid~label {
  top: -8px;
  color: #111111;
}

.form-control {
  width: 100%;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #adadad;
  color: #111111;
  font-size: 14px;
  line-height: 27px;
  box-shadow: none !important;
  padding: 0px;
  height: 60px;
}

.form-control:focus {
  border-bottom: 1px solid #999999;
}

.form-control::placeholder {
  color: #898989;
  opacity: 1;
}

textarea.form-control {
  width: 100%;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #adadad;
  color: #111111;
  font-size: 14px;
  line-height: 27px;
  box-shadow: none !important;
  padding: 16px 0px 0px;
  height: 110px;
  resize: none;
}

textarea.form-control:focus {
  border-bottom: 1px solid #999999;
}

textarea.form-control::placeholder {
  color: #898989;
  opacity: 1;
}

/* ====================================== */
/* Form Input css End */
/* ====================================== */

/* ====================================== */
/* Marque css Start */
/* ====================================== */
.marqueText__wrapper {
  background-image: url("../images/hero/hero-object-bar.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 60px 0px 20px;
  border-radius: 25px;
  margin-top: -40px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.marqueText__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(1px);
}

@media (max-width: 1199px) {
  .marqueText__wrapper {
    padding: 50px 0px 7px;
  }
}

.marqueText__main {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  white-space: nowrap;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 1399px) {
  .marqueText__main {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .marqueText__main {
    font-size: 30px;
  }
}

/* ====================================== */
/* Marque css End */
/* ====================================== */

/* ====================================== */
/* Cards css Start */
/* ====================================== */
.card {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 25px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .card {
    border-radius: 16px;
  }
}

.card__thumb {
  width: 100%;
}

.card__thumb__img {
  border-radius: 25px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .card__thumb__img {
    border-radius: 16px;
  }
}

.card__title {
  color: #111111;
}

.card__title__vertical {
  font-size: 2.7rem;
  letter-spacing: -0.05em;
  line-height: 1;
  position: absolute;
  bottom: -0.1em;
  right: -0.2em;
  white-space: nowrap;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-90deg) translateX(100%);
  -ms-transform: rotate(-90deg) translateX(100%);
  transform: rotate(-90deg) translateX(100%);
}

.services-grid .card--service .card__title__vertical {
  font-size: 1.6rem;
  bottom: 0.1em;
  right: -0.2em;
}

@media (max-width: 1441px) {
  .services-grid .card--service .card__title__vertical {
    right: -5.7rem !important;
  }
}

@media (max-width: 767px) {
  .services-grid .card--service .card__title__vertical {
    right: -4.7rem !important;
    font-size: 1rem !important;
  }
}

.card__meta__tag,
.card__label__tag {
  font-size: 14px;
  color: #9b9b9b;
  position: relative;
}

.card__meta__tag::after,
.card__label__tag::after {
  content: "/";
  margin: 0 3px;
}

.card__meta__tag:last-child::after,
.card__meta__tag:last-of-type::after,
.card__label__tag:last-child::after,
.card__label__tag:last-of-type::after {
  display: none;
}

.card__meta__tag:hover,
.card__label__tag:hover {
  color: #111111;
}

.card--blog {
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

#articles-list {
  margin-bottom: 2rem;
}

.card--blog .card__thumb {
  height: 314px;
}

@media (max-width: 1199px) {
  .card--blog .card__thumb {
    height: 240px;
  }
}

@media (max-width: 575px) {
  .card--blog .card__thumb {
    height: 200px;
  }
}

.card--blog .card__thumb__img img {
  -webkit-transform: scale(1.05) translateX(0);
  -ms-transform: scale(1.05) translateX(0);
  transform: scale(1.05) translateX(0);
  -webkit-transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.card--blog .card__thumb .card__meta__tag:hover {
  color: #386bb7;
}

.card--blog .card__content {
  padding: 50px 40px;
}

@media (max-width: 1399px) {
  .card--blog .card__content {
    padding: 32px 24px;
  }
}

@media (max-width: 767px) {
  .card--blog .card__content {
    padding: 20px 16px;
  }
}

.card--blog .card__title {
  display: inline;
  background: no-repeat 0 100%;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 2px;
  -webkit-transition: all 0.3s, background-size 0.5s;
  transition: all 0.3s, background-size 0.5s;
}

.card--blog .card__title:hover {
  background-size: 100% 2px;
}

@media (max-width: 1199px) {
  .card--blog .card__para {
    line-height: 1.5;
  }
}

.card--blog .card__meta__badge {
  padding: 6px 18px;
  border-radius: 25px 25px 0 0;
}

.card--blog .card__meta__badge .obj {
  position: absolute;
  bottom: 0;
  left: calc(100% - 1px);
}

.card--blog:hover .card__thumb__img img {
  -webkit-transform: scale(1.05) translateX(2%);
  -ms-transform: scale(1.05) translateX(2%);
  transform: scale(1.05) translateX(2%);
}

.card--blog-lg .card__thumb {
  height: 474px;
}

@media (max-width: 767px) {
  .card--blog-lg .card__thumb {
    height: 320px;
  }
}

.card--blog-lg .card__title {
  font-size: 1.8rem;
  line-height: 50px;
}

@media (max-width: 767px) {
  .card--blog-lg .card__title {
    /* font-size: 24px; */
    line-height: 35px;
  }
}

.card--service {
  padding: 24px 20px 40px;
  background-color: #f0f2f4;
}

.services-grid .card--service {
  padding: 24px 20px 10px;
}

@media (max-width: 575px) {
  .card--service {
    padding: 20px 16px 32px;
  }
}

.card--service .card__thumb {
  height: 388px;
}

@media (max-width: 1399px) {
  .card--service .card__thumb {
    height: 336px;
  }
}

@media (max-width: 575px) {
  .card--service .card__thumb {
    height: 288px;
  }
}

.card--service .card__content {
  padding: 30px 20px 0;
}

@media (max-width: 575px) {
  .card--service .card__content {
    padding: 24px 16px 0;
  }
}

.card--service .card__title:hover {
  color: #386bb7;
}

.card--service .card__item__link {
  width: 72px;
  height: 60px;
  margin-left: auto;
  padding: 10px;
  border-radius: 30px 0 0 0;
  background-color: #fff;
}

/* ====================================== */
/* Cards css End */
/* ====================================== */

/* ====================================== */
/* Section Defaults css Start */
/* ====================================== */
.section__subtitle::before {
  content: "/";
  display: inline-block;
  margin-right: 3px;
}

.section__subtitle::after {
  content: "/";
  display: inline-block;
  margin-left: 3px;
}

/* ====================================== */
/* Section Default css End */
/* ====================================== */

/* ====================================== */
/* Top Search Bar css Start */
/* ====================================== */

.topSearchBar {
  padding: 37px 40px 37px 40px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 11111;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .topSearchBar {
    padding: 20px 16px 20px 16px;
  }
}

.topSearchBar.active {
  transform: translateY(0);
}

.topSearchBar__form {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 3%;
}

.topSearchBar__form .searchIcon {
  flex: 0 0 auto;
  width: 24px;
  color: #333333;
  font-size: 24px;
}

.topSearchBar__form input {
  flex: 1;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  color: #333333;
}

.topSearchBar__close {
  color: #333333;
  font-size: 24px;
  flex: 0 0 auto;
  width: 30px;
  transition: all 0.3s;
}

.topSearchBar__close:hover {
  color: #386bb7;
}

/* Search Results - Design inspiré du site */
.search-results {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: 90%;
  max-width: 800px;
  max-height: 70vh;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 11110;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.search-results.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 991px) {
  .search-results {
    width: 95%;
    max-width: 700px;
    max-height: 60vh;
    border-radius: 12px;
  }
}

.search-results__header {
  padding: 24px 28px;
  border-bottom: 2px solid #f0f2f4;
  background: linear-gradient(to bottom, #fafbfc 0%, #fff 100%);
}

.search-results__count {
  font-size: 13px;
  font-weight: 600;
  color: #386bb7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.search-results__list {
  overflow-y: auto;
  max-height: calc(70vh - 100px);
  padding: 12px;
}

/* Scrollbar personnalisée */
.search-results__list::-webkit-scrollbar {
  width: 6px;
}

.search-results__list::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 10px;
}

.search-results__list::-webkit-scrollbar-thumb {
  background: #d0d3d6;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.search-results__list::-webkit-scrollbar-thumb:hover {
  background: #386bb7;
}

/* Résultat individuel - Style carte moderne */
.search-result {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #f0f2f4;
  position: relative;
  overflow: hidden;
}

.search-result:hover {
  background: #fafbfc;
  border-color: #e0e4e8;
}

.search-result__image {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f2f4 0%, #e8eaed 100%);
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.search-result__image::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.search-result__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-result__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.search-result__type {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #386bb7;
  background: rgba(56, 107, 183, 0.08);
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 2px;
  width: fit-content;
}

.search-result__title {
  font-size: 17px;
  font-weight: 600;
  color: #1f1f1f;
  margin: 0;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.search-result__excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Surlignage dans le titre : discret, ne surcharge pas le style du titre */
.search-result__title mark {
  background: rgba(56, 107, 183, 0.08);
  color: inherit;
  padding: 0 2px;
  font-weight: inherit;
  border-radius: 2px;
}

/* Surlignage dans l'extrait : plus visible */
.search-result__excerpt mark {
  background: rgba(56, 107, 183, 0.15);
  color: #1a1a1a;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: 600;
}

.search-result__date {
  font-size: 12px;
  color: #999;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.search-result__date::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 50%;
}

/* États spéciaux */
.search-results__loader,
.search-results__empty,
.search-results__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  text-align: center;
  color: #666;
}

.search-results__loader i,
.search-results__empty i,
.search-results__error i {
  font-size: 56px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.search-results__loader .spinner {
  width: 56px;
  height: 56px;
  border: 4px solid #f0f2f4;
  border-top-color: #386bb7;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.search-results__loader span,
.search-results__empty p,
.search-results__error p {
  font-size: 18px;
  font-weight: 600;
  color: #1f1f1f;
  margin: 0 0 12px 0;
}

.search-results__empty span,
.search-results__error span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.search-results__empty strong {
  color: #386bb7;
  font-weight: 700;
}

@media (max-width: 767px) {
  .search-results {
    width: 96%;
    max-width: 100%;
    border-radius: 12px;
  }

  .search-results__header {
    padding: 18px 20px;
  }

  .search-results__list {
    padding: 8px;
  }

  .search-result {
    gap: 14px;
    padding: 14px;
    border-radius: 12px;
  }

  .search-result__image {
    width: 70px;
    height: 70px;
  }

  .search-result__title {
    font-size: 15px;
  }

  .search-result__excerpt {
    font-size: 13px;
    -webkit-line-clamp: 1;
  }

  .search-results__loader,
  .search-results__empty,
  .search-results__error {
    padding: 60px 20px;
  }
}

/* ====================================== */
/* Top Search Bar css End */
/* ====================================== */

/* ====================================== */
/* Accordion css Start */
/* ====================================== */

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  transition: all 0.3s ease;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.accordion-item {
  border-radius: 0px !important;
  border: none;
  background-color: transparent !important;
  border-bottom: 1px solid #333333;
}

.accordion-button {
  font-size: 30px;
  font-family: "Sora", sans-serif;
  line-height: 35px;
  letter-spacing: -0.03em;
  padding: 38px 0px;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .accordion-button {
    padding: 24px 0px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .accordion-button {
    gap: 0px;
    align-items: flex-start;
    font-size: 20px;
    line-height: 30px;
  }
}

.accordion-button span.count {
  flex: 0 0 auto;
  width: 35%;
}

@media (max-width: 767px) {
  .accordion-button span.count {
    width: 40px;
  }
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url("../images/icons/faq-arrow.svg");
  background-size: 13px;
  align-self: flex-start;
  margin-top: 14px;
  width: 14px;
  height: 14px;
}

.accordion-button:not(.collapsed) {
  color: #111111;
  padding-bottom: 15px;
}

.accordion-button:not(.collapsed)::after {
  position: relative;
  transform: rotate(-90deg);
  background-image: url("../images/icons/faq-arrow.svg");
  background-size: 13px;
}

.accordion-content p {
  font-weight: 500;
}

.accordion-body {
  background-color: transparent;
  padding: 0px 0px 50px;
  padding-left: 35%;
}

@media (max-width: 767px) {
  .accordion-body {
    padding-bottom: 30px;
    padding-left: 40px;
  }
}

/* ====================================== */
/* Accordion css End */
/* ====================================== */

/* ====================================== */
/* Scroll Top Top css Start */
/* ====================================== */
.scroll-to-top {
    width: 2rem;
  height: 3rem;
  border-radius: 100px;
  color: #111111;
  background-color: #f14f44;
  position: fixed;
  bottom: -100px;
  right: 56px;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .scroll-to-top {
    right: 30px;
  }
}

.scroll-to-top.active {
    bottom: 2rem;
}

.scroll-to-top svg {
  transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
  background-color: #fb827b;
}

.scroll-to-top:hover svg {
  margin-top: 0;
}

/* ====================================== */
/* Scroll To Top css End */
/* ====================================== */

/* ====================================== */
/* Pagination  css Start */
/* ====================================== */
.pageination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pageination ul li a.btn {
  height: 50px;
  padding: 0px 24px;
}

.pageination__item {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}

.pageination__item:hover {
  background-color: #386bb7;
  color: #fff;
}

.pageination__item.active {
  background-color: #386bb7;
  color: #fff;
}

/* ====================================== */
/* Pagination css End */
/* ====================================== */

/* ====================================== */
/* Post Pageination css Start */
/* ====================================== */
.post-pagination__link {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .post-pagination__link {
    margin-bottom: 0px;
  }
}

.post-pagination__view {
  display: flex;
  align-items: center;
  gap: 26px;
}

.post-pagination__view:hover .postTitle {
  color: #386bb7;
}

.post-pagination__view-thumb {
  width: 135px;
  height: 106px;
  border-radius: 20px;
}

.post-pagination__view-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.post-pagination__view-content span.title {
  display: block;
  color: #959595;
  font-size: 14px;
  line-height: 30px;
}

.post-pagination__view-content span.postTitle {
  font-size: 20px;
  line-height: 35px;
  color: #111111;
  transition: all 0.3s ease;
}

.post-pagination__view--rtl {
  flex-direction: row-reverse;
}

.post-pagination__grid a.gridBtn {
  display: inline-block;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .post-pagination__grid a.gridBtn {
    margin-top: 0px;
  }
}

.post-pagination__grid a.gridBtn:hover svg path {
  fill: #386bb7;
}

/* ====================================== */
/* Post Pagination css End */
/* ====================================== */

/* ====================================== */
/* Widget  css Start */
/* ====================================== */
.widget {
  border: 1px solid #e0e0e0;
}

.widget__header {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 12px;
  position: relative;
  justify-content: space-between;
}

.widget__header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(261.52deg, #8ab0db 14.51%, #386bb7 95.96%);
}

.widget__header h3 {
  font-size: 25px;
  line-height: 35px;
}

.widget-category {
  padding: 30px 25px;
  border-radius: 25px;
  background-color: #f0f2f4;
}

.widget-category ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #8a9199;
  letter-spacing: -0.03em;
  transition: all 0.3s ease;
  padding-left: 0px;
  line-height: 45px;
  position: relative;
}

.widget-category ul li a span.icon {
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  transition: all 0.3s ease;
  transform: translateX(-5px);
  opacity: 0;
}

.widget-category ul li a:hover {
  color: #111111;
  padding-left: 15px;
}

.widget-category ul li a:hover span.icon {
  transform: translateX(0);
  opacity: 1;
}

/* ====================================== */
/* Widget css End */
/* ====================================== */

/* ====================================== */
/* Block Quote css Start */
/* ====================================== */
.blockquote {
  background-color: #f0f2f4;
  padding: 72px 60px 72px 48px;
  border-radius: 20px;
  display: flex;
  gap: 34px;
  align-items: flex-start;
  margin: 2rem 0;
}

@media (max-width: 991px) {
  .blockquote {
    padding: 30px 40px 40px 30px;
  }
}

@media (max-width: 767px) {
  .blockquote {
    flex-wrap: wrap;
    gap: 20px;
    padding: 22px 30px 28px 22px;
  }
}

.blockquote__icon {
  flex: 0 0 auto;
  width: 48px;
}

@media (max-width: 767px) {
  .blockquote__icon {
    width: 100%;
  }
}

.blockquote__content {
  flex: 1;
}

.blockquote__content p {
  font-size: 25px;
  line-height: 35px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .blockquote__content p {
    font-size: 20px;
    line-height: 30px;
  }
}

.blockquote__content span.quoteAuthor {
  font-size: 14px;
  color: #333333;
  display: block;
}

/* ====================================== */
/* Block Quote css End */
/* ====================================== */

/* ====================================== */
/* Aritcle Item widget css Start */
/* ====================================== */
.article__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.article__item-thumb {
  width: 75px;
  height: 70px;
  border-radius: 12px;
  flex: 0 0 auto;
}

.article__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.article__item-content span.date {
  font-size: 14px;
  font-weight: 500;
  color: #9b9b9b;
  display: block;
  margin-bottom: 9px;
  line-height: 1;
}

.article__item-content h5 {
  font-size: 18px;
  line-height: 25px;
  color: #111111;
  letter-spacing: -0.03em;
}

.article__item-content h5 a {
  font-size: 18px;
  line-height: 25px;
  color: #111111;
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article__item-content h5 a:hover {
  text-decoration: underline;
}

/* ====================================== */
/* Airticle Item css End */
/* ====================================== */

/* ====================================== */
/* Tag css Start */
/* ====================================== */
.tag {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  padding: 10px 12px;
  line-height: 1;
  border-radius: 40px;
  background-color: #f0f2f4;
  transition: all 0.3s ease;
}

.tag:hover {
  background-color: #333333;
  color: #ffffff;
}

/* ====================================== */
/* Tag css End */
/* ====================================== */

/* ====================================== */
/* Hero Section css Start */
/* ====================================== */
.hero--section {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #f0f2f4;
  z-index: 2;
}

.pageHero__content {
  padding: 3rem;
}

@media (max-width: 1199px) {
  .pageHero__content {
    padding: 2.5rem;
  }
}

@media (max-width: 991px) {
  .pageHero__content {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .pageHero__content {
    padding: 1.5rem;
  }
}

@media (max-width: 575px) {
  .pageHero__content {
    padding: 0 1rem;
  }
}

.hero__content {
  padding: 268px 0px 169px;
  position: relative;
  position: relative;
}

@media (max-width: 991px) {
  .hero__content {
    padding: 230px 0px 90px;
  }
}

@media (max-width: 767px) {
  .hero__content {
    padding: 120px 0px 90px;
  }
}

.hero__content h1 {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .hero__content h1 {
    font-size: 52px !important;
  }
}

@media (max-width: 767px) {
  .hero__content h1 {
    font-size: 32px !important;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .hero__content h1 br {
    display: none;
  }
}

.hero__content-desc {
  max-width: 419px;
  float: right;
  margin-top: -70px;
}

@media (max-width: 1199px) {
  .hero__content-desc {
    max-width: 366px;
  }
}

@media (max-width: 991px) {
  .hero__content-desc {
    max-width: 366px;
    float: inherit;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.hero__content-desc p {
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 18px;
}

.hero__brand {
  padding-bottom: 87px;
}

.hero__playbtn {
  width: 462px;
  display: flex;
  align-items: center;
  border-radius: 80px;
  background-image: url("../images/hero/hero-object-bar.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 28px 34px;
  display: inline-flex;
  gap: 15px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.hero__playbtn::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(1px);
  border-radius: 40px;
}

@media (max-width: 1199px) {
  .hero__playbtn {
    width: 366px;
    padding: 24px 30px;
  }
}

@media (max-width: 767px) {
  .hero__playbtn {
    width: 280px;
    padding: 14px 24px;
  }
}

.hero__playbtn:hover span.icon::after {
  opacity: 1;
}

.hero__playbtn span.icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: url("../images/icons/video-play-border.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-left: 1px;
  position: relative;
  z-index: 1;
}

.hero__playbtn span.icon::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #111111;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}

.hero__img-obj {
  display: inline-block;
  width: 211px;
  height: 78px;
  border-radius: 100px;
  background-image: url("../images/hero/hero-object-bar.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 74%;
  top: 250px;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero__img-obj {
    width: 180px;
    height: 50px;
    top: 180px;
  }
}

@media (max-width: 767px) {
  .hero__img-obj {
    width: 148px;
    height: 53px;
    top: inherit;
    left: 0;
    bottom: 20px;
  }
}

.hero__img-obj::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(1px);
  border-radius: 40px;
}

.hero__obj-pattern {
  position: absolute;
  left: 0;
  top: 0;
}

.hero__brand {
  width: 100%;
  max-width: 100%;
}

.hero__brand-slider {
  width: 100%;
  max-width: 100%;
}

.hero__brand-slider .swiper-pagination {
  position: relative;
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100% !important;
  left: 0 !important;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  transform: translate(0, 0) !important;
}

.hero__brand-slider .swiper-pagination span.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  display: block;
  flex: 0 0 auto;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s ease !important;
  background: none;
  transform: translate(0, 0) !important;
  left: 0 !important;
}

.hero__brand-slider .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: #111111;
}

.hero__brand-slider .swiper-pagination span.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  left: 50%;
  right: initial;
  top: 51%;
  transform: translate(-50%, -50%);
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .hero__brand {
    padding-bottom: 30px;
    padding-top: 16px;
  }
}

.hero__brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__brand-item img {
  transition: all 0.3s ease;
  opacity: 0.2;
}

.hero__brand-item img:hover {
  opacity: 0.7;
}

@media (max-width: 1399px) {
  .hero__brand-item img {
    max-width: 170px;
    max-height: 70px;
  }
}

@media (max-width: 1199px) {
  .hero__brand-item img {
    max-width: 140px;
    max-height: 60px;
  }
}

/* ====================================== */
/* Hero Section css Start */
/* ====================================== */

/* ====================================== */
/* Blog Section css Start */
/* ====================================== */
.blog--section {
  padding: 240px 0;
}

@media (max-width: 1599px) {
  .blog--section {
    padding: 140px 0;
  }
}

@media (max-width: 1399px) {
  .blog--section {
    padding: 96px 0;
  }
}

@media (max-width: 991px) {
  .blog--section {
    padding: 64px 0;
  }
}

@media (max-width: 575px) {
  .blog--section {
    padding: 48px 0;
  }
}

.blog__wrapper {
  max-width: 1582px;
}

.blog__wrapper__row {
  height: 100%;
}

@media (max-width: 1599px) {
  .blog__wrapper__row.g-5 {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
  }
}

@media (max-width: 1399px) {
  .blog__wrapper__row.g-5 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
}

@media (max-width: 1199px) {
  .blog__wrapper__row.g-5 {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
}

.blog__wrapper__col {
  height: 100%;
}

@media (max-width: 575px) {
  .blog__wrapper__col {
    height: auto;
  }
}

.blog__items .card--blog:not(:last-child) {
  margin-bottom: 30px;
}

.blog .section__head {
  max-width: 1112px;
}

/* ====================================== */
/* Blog Section css End */
/* ====================================== */

/* ====================================== */
/* Testimonial Section css Start */
/* ====================================== */
.testimonial__wrapper {
  padding-top: 144px;
  border-radius: 25px;
}

.testimonial__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(38, 54, 69, 0.75) 0%, rgba(38, 51, 67, 0.25) 100%);
  z-index: -1;
}

@media (max-width: 767px) {
  .testimonial__wrapper {
    padding-top: 80px;
  }
}

.testimonial__slider {
  width: 51.6%;
  border-radius: 25px;
}

@media (max-width: 575px) {
  .testimonial__slider {
    width: 100%;
  }
}

.testimonial__slider__inner {
  padding: 17.1% 7.4% 17.777% 11.85%;
}

.testimonial__slider__btns__inner {
  width: 136px;
  height: 60px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}

.testimonial__slider__btns__inner::before,
.testimonial__slider__btns__inner::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 #fff;
}

.testimonial__slider__btns__inner::before {
  left: -20px;
  border-bottom-right-radius: 20px;
}

.testimonial__slider__btns__inner::after {
  right: -20px;
  border-bottom-left-radius: 20px;
}

.testimonial__slider__btns__inner .slider-btn {
  position: static;
  margin-top: 0;
  width: 44px;
  height: 100%;
  color: #111111;
  transition: all 0.3s ease-in-out;
}

.testimonial__slider__btns__inner .slider-btn::after {
  display: none;
}

.testimonial__slider__btns__inner .slider-btn:hover {
  color: #386bb7;
}

.testimonial__slider__btns__inner .slider-btn svg {
  max-width: 13px;
  max-height: 12px;
}

.testimonial__content .para {
  margin: 25px 0 22px;
}

@media (max-width: 767px) {
  .testimonial__content .para {
    font-size: 18px !important;
    line-height: 1.875;
  }
}

.testimonial__text__block {
  width: 48.4%;
}

@media (max-width: 575px) {
  .testimonial__text__block {
    width: 100%;
  }
}

.testimonial .section__top {
  padding: 0 15% 100px 24%;
}

@media (max-width: 1399px) {
  .testimonial .section__top {
    padding: 0 15% 100px 10%;
  }
}

@media (max-width: 767px) {
  .testimonial .section__top {
    padding: 0 16px 100px 10%;
  }
}

/* ====================================== */
/* Testimonial Section css End */
/* ====================================== */

/* ====================================== */
/* Feature Section css Start */
/* ====================================== */
.feature--section {
  padding: 180px 0px;
}

@media (max-width: 1399px) {
  .feature--section {
    padding: 100px 0px;
  }
}

@media (max-width: 991px) {
  .feature--section {
    padding: 70px 0px;
  }
}

@media (max-width: 767px) {
  .feature--section {
    padding: 48px 0px;
  }
}

.feature__item {
  display: flex;
  align-items: center;
  gap: 88px;
}

@media (max-width: 1399px) {
  .feature__item {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .feature__item {
    gap: 80px;
  }
}

@media (max-width: 767px) {
  .feature__item {
    gap: 0px;
    flex-wrap: wrap;
    padding-top: 25px;
  }
}

.feature__item-img {
  flex: 0 0 auto;
  width: 103px;
}

.feature__item-img img {
  max-width: 100%;
}

.feature__item-content {
  padding: 22px 0px 22px;
  border-bottom: 1px solid #111111;
}

.feature__item-content h3 {
  margin-bottom: 8px;
}

.feature__item-content p {
  color: #333333;
}

/* ====================================== */
/* Feature Section css End */
/* ====================================== */

/* ====================================== */
/* Faq Section css Start */
/* ====================================== */
.faq--section {
  padding: 0px 44px;
}

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

@media (max-width: 991px) {
  .faq .section__top {
    margin-bottom: 30px;
  }
}

.faq .section__head {
  width: 60%;
}

@media (max-width: 991px) {
  .faq .section__head {
    width: 100%;
  }
}

.faq__wrapper {
  background-color: #f0f2f4;
  border-radius: 20px;
  padding: 180px 0px 180px;
}

@media (max-width: 1399px) {
  .faq__wrapper {
    padding: 120px 0px 120px;
  }
}

@media (max-width: 1199px) {
  .faq__wrapper {
    padding: 100px 0px 100px;
  }
}

@media (max-width: 991px) {
  .faq__wrapper {
    padding: 70px 0px 70px;
  }
}

@media (max-width: 767px) {
  .faq__wrapper {
    padding: 50px 0px 50px;
    border-radius: 0px;
  }
}

.faq__wave {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 42%;
}

/* ====================================== */
/* Faq Section css End */
/* ====================================== */

/* ====================================== */
/* Service Section css Start */
/* ====================================== */
.service--section {
  padding-bottom: 192px;
}

@media (max-width: 1599px) {
  .service--section {
    padding-bottom: 140px;
  }
}

@media (max-width: 1399px) {
  .service--section {
    padding-bottom: 96px;
  }
}

@media (max-width: 991px) {
  .service--section {
    padding-bottom: 64px;
  }
}

@media (max-width: 575px) {
  .service--section {
    padding-bottom: 48px;
  }
}

.service__item {
  width: 420px;
}

@media (max-width: 1599px) {
  .service__item {
    width: 400px;
  }
}

@media (max-width: 1399px) {
  .service__item {
    width: 368px;
  }
}

@media (max-width: 767px) {
  .service__item {
    width: auto;
  }
}

.service .section__head {
  max-width: 780px;
}

.service .section__elem {
  width: 100px;
  height: 54px;
    padding: 5px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 4;
}

.service__slider {
  padding: 0 24px;
  padding-right: 88px;
  margin: 0 -24px;
}

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

.service__slider__btns {
  width: 100%;
  height: 100%;
  cursor: default;
  padding: 0;
}

.service__slide__btn {
  position: static;
  margin-top: 0;
  height: auto;
  width: auto;
  color: #111111;
  width: 42px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.service__slide__btn::after {
  display: none;
}

.service__slide__btn svg {
  width: 10px;
  height: 7px;
  max-width: 100%;
}

.service__slide__btn:hover {
  color: #386bb7;
}

.service .swiper-button-disabled {
  opacity: 0.5;
}

.service .btn--secondary:hover {
  background-color: transparent;
  box-shadow: unset;
}

.service .btn-sm {
  padding: 11px 21px;
  line-height: 1;
  font-size: 12px;
}

/* ====================================== */
/* Service Section css Start */
/* ====================================== */

/* ====================================== */
/* Network Section css Start */
/* ====================================== */
.network--section {
  padding: 196px 0;
}

@media (max-width: 1599px) {
  .network--section {
    padding: 140px 0;
  }
}

@media (max-width: 1399px) {
  .network--section {
    padding: 96px 0;
  }
}

@media (max-width: 991px) {
  .network--section {
    padding: 64px 0;
  }
}

@media (max-width: 767px) {
  .network--section {
    padding: 48px 0;
  }
}

.network__wrapper {
  max-width: 1394px;
}

.network .section__head {
  max-width: 772px;
}

.network .outline-text {
  font-size: 120px;
}

@media (max-width: 1399px) {
  .network .outline-text {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .network .outline-text {
    font-size: 80px;
  }
}

.network__items {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .network__items {
    gap: 16px;
  }
}

.network__pill {
  height: 46px;
  padding: 8px 16px;
  gap: 14px;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
  background-color: #fff;
  margin-right: 20px;
}

.network__pill__logo img {
  height: 30px;
  width: auto;
}

.network__pill__text {
  color: #333333;
  transition: all 0.3s ease 0s;
}

.network__pill:hover {
  border-color: #333333;
  background-color: #333333;
}

.network__pill:hover .network__pill__text {
  color: #fff;
}

.network__map__thumb {
  max-height: 474px;
  width: auto;
}

/* ====================================== */
/* Network Section  css End */
/* ====================================== */

/* ====================================== */
/* PageHero Section css Start */
/* ====================================== */
.pageHero--section {
  padding: 0px 45px 40px;
}

@media (max-width: 1399px) {
  .pageHero--section {
    padding: 0px 20px 30px;
  }
}

@media (max-width: 991px) {
  .pageHero--section {
    padding: 0px 15px 20px;
  }
}

@media (max-width: 767px) {
  .pageHero--section {
    padding: 0px 15px 20px;
  }
}

.pageHero__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  position: relative;
  filter: grayscale(1);
}

@media (max-width: 991px) {
  .pageHero__wrapper {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .pageHero__wrapper {
    border-radius: 16px;
  }
}

.pageHero__content-text span.icon {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .pageHero__content-text span.icon {
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .pageHero__content-text h2 {
    font-size: 40px !important;
  }
}

@media (max-width: 767px) {
  .pageHero__content-text h2 {
    font-size: 32px !important;
  }
}

.pageHero__breadcrumb {
  position: absolute;
  right: 3rem;
  bottom: 0;
  background-color: #f0f2f4;
  padding: 15px 30px 16px 38px;
  border-radius: 25px 25px 0 0;
  max-width: calc(100% - 6rem);
}

@media (max-width: 1199px) {
  .pageHero__breadcrumb {
    right: 2.5rem;
    padding: 12px 24px 14px 30px;
    max-width: calc(100% - 5rem);
  }
}

@media (max-width: 991px) {
  .pageHero__breadcrumb {
    right: 2rem;
    padding: 10px 20px 12px 24px;
    border-radius: 20px 20px 0 0;
    max-width: calc(100% - 4rem);
  }
}

@media (max-width: 767px) {
  .pageHero__breadcrumb {
    right: 1.5rem;
    padding: 8px 16px 10px 16px;
    border-radius: 16px 16px 0 0;
    max-width: calc(100% - 3rem);
  }
}

@media (max-width: 575px) {
  .pageHero__breadcrumb {
    right: auto;
        left: 65%;
    transform: translateX(-50%);
    padding: 6px 12px 8px 12px;
    max-width: 90%;
    width: auto;
  }
}

.pageHero__breadcrumb::before,
.pageHero__breadcrumb::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
}

@media (max-width: 767px) {

  .pageHero__breadcrumb::before,
  .pageHero__breadcrumb::after {
    height: 30px;
    width: 15px;
  }
}

@media (max-width: 575px) {

  .pageHero__breadcrumb::before,
  .pageHero__breadcrumb::after {
    display: none;
  }
}

.pageHero__breadcrumb::before {
  box-shadow: 0 20px 0 0 #f0f2f4;
  border-bottom-right-radius: 20px;
  right: 100%;
}

@media (max-width: 767px) {
  .pageHero__breadcrumb::before {
    box-shadow: 0 15px 0 0 #f0f2f4;
    border-bottom-right-radius: 15px;
  }
}

.pageHero__breadcrumb::after {
  box-shadow: 0 20px 0 0 #f0f2f4;
  border-bottom-left-radius: 20px;
  left: 100%;
}

@media (max-width: 767px) {
  .pageHero__breadcrumb::after {
    box-shadow: 0 15px 0 0 #f0f2f4;
    border-bottom-left-radius: 15px;
  }
}

.pageHero__breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.pageHero__breadcrumb ul li {
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
  color: #333333;
  position: relative;
  padding: 0px 6px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
}

@media (max-width: 1199px) {
  .pageHero__breadcrumb ul li {
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .pageHero__breadcrumb ul li {
    max-width: 160px;
  }
}

@media (max-width: 767px) {
  .pageHero__breadcrumb ul li {
    font-size: 11px;
    line-height: 18px;
    padding: 0px 3px;
    max-width: 140px;
  }
}

@media (max-width: 575px) {
  .pageHero__breadcrumb ul li {
    font-size: 10px;
    line-height: 16px;
    max-width: 120px;
    padding: 0px 2px;
  }
}

.pageHero__breadcrumb ul li:first-child {
  padding-left: 0px;
}

.pageHero__breadcrumb ul li:last-child {
  padding-right: 0px;
}

.pageHero__breadcrumb ul li:last-child::after {
  display: none;
}

.pageHero__breadcrumb ul li::after {
  position: absolute;
  content: "/";
  right: -3px;
  top: 0;
  color: #c5c5c5;
}

@media (max-width: 767px) {
  .pageHero__breadcrumb ul li::after {
    right: -2px;
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .pageHero__breadcrumb ul li::after {
    right: -1px;
    font-size: 10px;
  }
}

.pageHero__breadcrumb ul li a {
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
  color: #333333;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .pageHero__breadcrumb ul li a {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (max-width: 575px) {
  .pageHero__breadcrumb ul li a {
    font-size: 10px;
    line-height: 16px;
  }
}

.pageHero__breadcrumb ul li a:hover {
  color: #386bb7;
}

.pageHero__breadcrumb ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(261.52deg, #8ab0db 14.51%, #386bb7 95.96%);
}

.pageHero__outlineText {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  line-height: 0.85;
  font-size: var(--outline-font-size, 2rem);
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  white-space: nowrap;
  text-orientation: mixed;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  opacity: 0.8;
  max-height: 90%;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .pageHero__outlineText {
    opacity: 0.7;
  }
}

@media (max-width: 991px) {
  .pageHero__outlineText {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .pageHero__outlineText {
    opacity: 0.5;
  }
}

/* ====================================== */
/* Page Hero Section css End */
/* ====================================== */

/* ====================================== */
/* Project Page And Project Info Page css Start */
/* ====================================== */
.project--section {
  padding: 4rem 0px 4rem;
}

/* @media (max-width: 1599px) {
  .project--section {
    padding: 140px 0px 100px;
  }
}
@media (max-width: 1199px) {
  .project--section {
    padding: 100px 0px 80px;
  }
}
@media (max-width: 991px) {
  .project--section {
    padding: 70px 0px 60px;
  }
} */
.project__cursor {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #111111;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.project__items-row {
  margin-bottom: 110px;
}

@media (max-width: 1199px) {
  .project__items-row {
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .project__items-row {
    margin-bottom: 40px;
  }
}

.project__info-wrapper {
  margin-bottom: 140px;
}

@media (max-width: 1399px) {
  .project__info-wrapper {
    margin-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  .project__info-wrapper {
    margin-bottom: 70px;
  }
}

.project__info-media {
  max-width: 575px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .project__info-media {
    max-width: 100%;
  }
}

.project__info-media:hover>.videoPlayBtn {
  color: #386bb7;
}

.project__info-media:hover>.videoPlayBtn span.icon {
  background-image: none;
  background-color: #f0f2f4;
}

.project__info-media .videoPlayBtn {
  background-color: #fff;
  padding: 30px 50px 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
  color: #333333;
  transition: all 0.3s ease;
}

.project__info-media .videoPlayBtn span.icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-image: url("../images/icons/video-play-border-gray.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
  transition: all 0.3s ease;
}

.project__info-media .videoPlayBtn::before,
.project__info-media .videoPlayBtn::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
}

.project__info-media .videoPlayBtn::before {
  bottom: 100% !important;
  bottom: initial;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #ffffff;
  right: 0;
}

.project__info-media .videoPlayBtn::after {
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #ffffff;
  right: 100%;
}

.project__info-media-img {
  width: 100%;
  height: 450px;
  border-radius: 25px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .project__info-media-img {
    height: 340px;
  }
}

.card__project {
  padding: 0 0 107.25% 0;
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
  color: #111111;
}

.card__project:hover .card__thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  filter: blur(10px);
}

.card__project--sm {
  padding: 0 0 66.811% 0;
}

.card__project--lg {
  padding: 0 0 107.25% 0;
}

.card__project .card__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.card__project .card__thumb img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card__project .card__content {
  padding: 36px 34px 27px 20px;
  border-radius: 0 25px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
}

@media (max-width: 991px) {
  .card__project .card__content {
    padding: 24px 24px 24px 20px;
    font-size: 16px;
  }
}

.card__project .card__content::before,
.card__project .card__content::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
}

.card__project .card__content::before {
  bottom: 100% !important;
  bottom: initial;
  border-bottom-left-radius: 20px;
  box-shadow: 0 20px 0 0 #ffffff;
  left: 0;
}

.card__project .card__content::after {
  left: 100%;
  border-bottom-left-radius: 20px;
  box-shadow: 0 20px 0 0 #ffffff;
}

.card__project .card__content-text {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.03em;
}

/* ====================================== */
/* Project Pages css End */
/* ====================================== */

/* ====================================== */
/* Mobile Navigation Sidebar css Start */
/* ====================================== */
@media (max-width: 991px) {
  .nav-mobile-sidebar {
    position: fixed;
    right: 0;
    width: 100%;
    max-width: 320px;
    background: #fff;
    z-index: 1111111;
    top: 0;
    padding: 24px 24px;
    overflow-y: scroll;
    transition: all 0.3s ease;
    height: 100%;
    transform: translateX(100%);
  }

  .nav-mobile-sidebar.active {
    transform: translateX(0);
  }
}

.nav-mobile-sidebar__toggle {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #333333;
  padding: 5px 5px;
  font-size: 24px;
  background-color: #fff;
  color: #333333;
  z-index: 12;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* ====================================== */
/* Sidebar css End */
/* ====================================== */

/* ====================================== */
/* Blog Details Thumb Section css Start */
/* ====================================== */

.blog__details-thumb__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  height: 474px;
  position: relative;
  overflow: hidden;
  padding: 0px 45px 40px;
}

@media (max-width: 1399px) {
  .blog__details-thumb__wrapper {
    padding: 0px 15px 20px;
  }
}

@media (max-width: 1199px) {
  .blog__details-thumb__wrapper {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .blog__details-thumb__wrapper {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .blog__details-thumb__wrapper {
    height: 280px;
  }
}

.blog__details-thumb__content-text span.icon {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .blog__details-thumb__content-text h2 {
    font-size: 36px !important;
  }
}

  /* Container flex pour breadcrumb et catégories */
  .blog__details-thumb__content .d-flex.align-items-end {
    position: absolute;
    bottom: 0;
    left: 0;
    gap: 3px;
  }

  @media (max-width: 767px) {
    .blog__details-thumb__content .d-flex.align-items-end {
      gap: 8px;
    }
  }

  .blog__details-thumb__breadcrumb {
    position: relative;
    background-color: #ffffff;
    padding: 10px 24px 3px;
    border-radius: 25px 25px 0 0;
    flex-shrink: 0;
  }

@media (max-width: 767px) {
  .blog__details-thumb__breadcrumb {
    padding: 8px 16px 3px;
  }
}

.blog__details-thumb__breadcrumb::before,
.blog__details-thumb__breadcrumb::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
}

.blog__details-thumb__breadcrumb::after {
  box-shadow: 0 20px 0 0 #ffffff;
  border-bottom-left-radius: 20px;
  left: 100%;
}

.blog__details-thumb__breadcrumb ul {
  display: flex;
  align-items: center;
}

.blog__details-thumb__breadcrumb ul li {
  font-size: 14px;
  line-height: 2rem;
  font-weight: 500;
  color: #9b9b9b;
  position: relative;
  padding: 0px 6px;
}

.blog__details-thumb__breadcrumb ul li:first-child {
  padding-left: 0px;
}

.blog__details-thumb__breadcrumb ul li:last-child {
  padding-right: 0px;
}

.blog__details-thumb__breadcrumb ul li:last-child::after {
  display: none;
}

.blog__details-thumb__breadcrumb ul li::after {
  position: absolute;
  content: "/";
  right: -3px;
  top: 0;
  color: #c5c5c5;
}

.blog__details-thumb__breadcrumb ul li a {
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
  color: #333333;
  display: block;
  position: relative;
}

.blog__details-thumb__breadcrumb ul li a:hover {
  color: #386bb7;
}

.blog__details-thumb__breadcrumb ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(261.52deg, #8ab0db 14.51%, #386bb7 95.96%);
}

/* Styles pour les catégories à droite du breadcrumb */
.blog__details-thumb__categories .tag {
  display: inline-block;
  margin: 0 4px 3px 0;
  font-size: 14px;
  line-height: 2.1428em;
  font-weight: 500;
  padding: .3571em 1.3571em;
  text-align: center;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.blog__details-thumb__categories .tag:hover {
  background-color: #ffffff;
  color: #386bb7;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .blog__details-thumb__categories .tag {
    font-size: 10px;
    padding: 4px 8px;
  }
}

.blog__details-thumb__outlineText {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  line-height: 0.8;
  font-size: 2rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .blog__details-thumb__outlineText {
    opacity: 0.5;
  }
}

/* ====================================== */
/* Blog Details Thumb Section css End */
/* ====================================== */

/* ====================================== */
/* Service Page css Start */
/* ====================================== */

@media (max-width: 1200px) {

    .page__container .row.g-4 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
    }

    .service__intro h1 {
        font-size: 36px;
    }

    .service__section .section__title {
        font-size: 32px;
    }

    .service__intro__lead {
        font-size: 14px;
        max-width: 95%;
    }
}

@media (max-width: 991px) {
    .page__container {
        padding: 50px 4%;
    }

    .service__intro h1 {
        font-size: 30px;
    }

    .service__section .section__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .page__container {
        padding: 40px 20px;
    }
}

.service__intro {
    padding: 0 0 40px;
    margin-bottom: 40px;
}

.service__intro .section__subtitle {
    color: #666;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: lowercase;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.service__intro h1 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 400;
    color: #111111;
    margin-bottom: 20px;
}

.service__intro__lead {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 90%;
}

.service__intro__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.service__badge {
    background-color: #f0f2f4;
    border-radius: 8px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #111111;
    transition: all 0.3s ease;
    cursor: default;
}

.service__badge:hover {
    background-color: #fff;
    transform: translateY(-2px);
}

.service__badge i {
    font-size: 20px;
    color: #386bb7;
    transition: transform 0.3s ease;
}

.service__badge:hover i {
    transform: scale(1.15);
}

.service__badge strong {
    font-weight: 600;
}

.service__section {
    padding: 40px 0;
}

.service__section .section__head {
    margin-bottom: 20px;
}

.service__section .section__title {
    font-size: 38px;
    line-height: 1.35;
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.service__text {
    color: #666;
    line-height: 1.7;
    font-size: 14px;
}

.service__text p {
    margin-bottom: 20px;
}

.service__text strong {
    color: #1f1f1f;
    font-weight: 600;
}

.highlight-box {
    background-color: #f0f2f4;
    padding: 30px 25px;
    border-radius: 16px;
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.highlight-box i {
    font-size: 36px;
    color: #386bb7;
    flex-shrink: 0;
}

.highlight-box p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
}

.highlight-box strong {
    color: #111111;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
}

@media (max-width: 1200px) {
    .highlight-box {
        padding: 25px 20px;
        gap: 16px;
    }

    .highlight-box i {
        font-size: 32px;
    }

    .highlight-box p {
        font-size: 15px;
    }

    .highlight-box strong {
        font-size: 16px;
    }
}

.service__equipment {
    background-color: #f0f2f4;
    padding: 40px !important;
    margin: 40px 0 !important;
    border-radius: 20px;
}

.service__equipment__content {
    padding-right: 2rem;
}

.service__equipment__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #111111;
    margin-bottom: 1rem;
    padding: 6px 16px;
    background-color: #fff;
    border-radius: 20px;
}

.service__equipment__title {
    font-size: 32px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.service__equipment__desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.service__equipment__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.service__equipment__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #111111;
    margin-bottom: 12px;
    font-weight: 500;
}

.service__equipment__list li i {
    font-size: 20px;
    color: #111111;
    background-color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service__equipment__thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    border: none;
    outline: none;
    text-decoration: none;
}

.service__equipment__thumbnail:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(56, 107, 183, 0.2);
}

.service__equipment__thumbnail:focus {
    outline: none;
    border: none;
}

.service__equipment__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service__equipment__thumbnail:hover img {
    transform: scale(1.05);
}

.service__equipment__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease;
}

.service__equipment__thumbnail:hover .service__equipment__play {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: #386bb7;
}

.service__equipment__play i {
    font-size: 36px;
    color: #111111;
    margin-left: 4px;
    transition: color 0.3s ease;
}

.service__equipment__thumbnail:hover .service__equipment__play i {
    color: #fff;
}

.service__equipment__duration {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #111111;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
}

@media (max-width: 991px) {
    .service__equipment {
        padding: 30px 1.5rem !important;
        margin: 30px 0 !important;
    }

    .service__equipment__content {
        padding-right: 0;
        margin-bottom: 1.5rem;
    }

    .service__equipment__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .service__equipment {
        padding: 25px 1rem !important;
        margin: 20px 0 !important;
    }

    .service__equipment__content {
        margin-bottom: 1rem;
    }

    .service__equipment__title {
        font-size: 24px;
    }

    .service__equipment__desc {
        font-size: 15px;
    }

    .service__equipment__play {
        width: 60px;
        height: 60px;
    }

    .service__equipment__play i {
        font-size: 28px;
    }
}

.expertise-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.expertise-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.expertise-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(56, 107, 183, 0.15);
    border-color: #386bb7;
}

.expertise-card__image {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.expertise-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.expertise-card__badge {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: inline-block;
    font-size: 0.5rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 0 0.5rem;
    background-color: rgba(31, 31, 31, 0.85);
    border-radius: 3px;
    z-index: 1;
}

.expertise-card__content {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.125rem 1.125rem;
    flex: 1;
}

.expertise-card__title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #111111;
    margin: 0 0 0.875rem 0;
    line-height: 1.4;
}

.expertise-card__body {
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #4b5563;
    margin: 0 0 0.875rem 0;
}

.expertise-card__body strong {
    color: #374151;
    font-weight: 600;
}

.expertise-card__footer {
    margin-top: auto;
}

.expertise-card__conclusion {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #111111;
    padding: 0.875rem;
    background-color: #f0f2f4;
    border-radius: 6px;
}

.expertise-card__conclusion i {
    color: #386bb7;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.expertise-card__conclusion strong {
    font-weight: 600;
}

@media (max-width: 1199px) {
    .expertise-cards {
        gap: 1.25rem;
    }

    .expertise-card__title {
        font-size: 0.9375rem;
    }

    .expertise-card__body,
    .expertise-card__conclusion {
        font-size: 0.6875rem;
    }
}

@media (max-width: 991px) {
    .expertise-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .expertise-card__image {
        height: 140px;
    }

    .expertise-card__content {
        padding: 0.875rem 1rem 1rem;
    }
}

@media (max-width: 767px) {
    .expertise-cards {
        grid-template-columns: 1fr;
    }

    .expertise-card__image {
        height: 180px;
    }

    .expertise-card__content {
        padding: 1rem 1.125rem 1.125rem;
    }

    .expertise-card__title {
        font-size: 1rem;
    }

    .expertise-card__body,
    .expertise-card__conclusion {
        font-size: 0.75rem;
    }
}

.service__advantages {
    padding: 0;
    margin-bottom: 3rem;
}

.service__advantages .section__head {
    margin-bottom: 40px;
}

.advantage-card {
    background: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}

.advantage-card:first-child {
    border-top: 1px solid #e5e7eb;
}

.advantage-card:hover {
    background-color: #f0f2f4;
}

.advantage-card__icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advantage-card__content {
    flex: 1;
    padding-top: 5px;
}

.advantage-card__title {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 12px;
    line-height: 1.4;
}

.advantage-card__desc {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
}

.expertise-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--steps-count, 4), 1fr);
    gap: 0;
    margin: 2rem 0;
    padding: 0 2rem;
}

.expertise-timeline::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: #111111;
    z-index: 0;
}

.expertise-timeline::after {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    width: 10%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #111111 0, #111111 8px, transparent 8px, transparent 16px);
    z-index: 0;
}

.expertise-timeline__end {
    position: absolute;
    top: 28px;
    right: 0;
    width: 10%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #111111 0, #111111 8px, transparent 8px, transparent 16px);
    z-index: 0;
}

.timeline-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease;
}

.timeline-step:hover .timeline-step__number {
    transform: scale(1.15);
    background-color: #386bb7;
}

.timeline-step__number {
    width: 56px;
    height: 56px;
    background-color: #111111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-step__content {
    max-width: 90%;
}

.timeline-step__title {
    font-size: 1rem;
    font-weight: 600;
    color: #111111;
    margin: 0 0 0.75rem 0;
    line-height: 1.4;
}

.timeline-step__desc {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

@media (max-width: 1200px) {
    .expertise-timeline {
        padding: 0 1rem;
    }

    .timeline-step__number {
        width: 52px;
        height: 52px;
        font-size: 1.125rem;
    }

    .timeline-step__title {
        font-size: 0.9375rem;
    }

    .timeline-step__desc {
        font-size: 0.8125rem;
    }
}

@media (max-width: 991px) {
    .expertise-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1.5rem;
        padding: 0 1rem;
        margin: 1.5rem 0;
    }

    .expertise-timeline::before,
    .expertise-timeline::after,
    .expertise-timeline__end {
        display: none;
    }

    .timeline-step__number {
        width: 50px;
        height: 50px;
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .timeline-step__title {
        font-size: 0.9375rem;
    }

    .timeline-step__desc {
        font-size: 0.8125rem;
    }
}

@media (max-width: 767px) {
    .expertise-timeline {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0;
        margin: 1rem 0;
    }

    .timeline-step__content {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .sidebar-sticky-col {
        position: sticky !important;
        top: 100px !important;
        align-self: flex-start !important;
    }
}

.widget-contact {
    background: #fff !important;
    padding: 30px !important;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.widget-contact .widget-title {
    font-size: 22px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 8px;
}

.widget-contact .widget-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.5;
}

.contact-sidebar-form .form-label {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

.contact-sidebar-form .row {
    margin-left: -8px;
    margin-right: -8px;
}

.contact-sidebar-form .row>[class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
}

.contact-sidebar-form .form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f9fafb;
    height: 50px;
}

.contact-sidebar-form .form-control:focus {
    outline: none;
    border-color: #386bb7;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(56, 107, 183, 0.1);
}

.contact-sidebar-form textarea.form-control {
    resize: vertical;
    min-height: 10rem;
}

.contact-sidebar-form .form-check {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-sidebar-form .form-check-input {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    border: 2px solid #d1d5db;
    cursor: pointer;
    flex-shrink: 0;
}

.contact-sidebar-form .form-check-input:checked {
    background-color: #386bb7;
    border-color: #386bb7;
}

.contact-sidebar-form .form-check-input:focus {
    outline: none;
    border-color: #386bb7;
    box-shadow: 0 0 0 3px rgba(56, 107, 183, 0.1);
}

.contact-sidebar-form .form-check-label {
    cursor: pointer;
    margin-left: 0;
    flex: 1;
}

.contact-sidebar-form .form-check-label a {
    transition: opacity 0.2s ease;
}

.contact-sidebar-form .form-check-label a:hover {
    opacity: 0.8;
}

.contact-sidebar-form .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(56, 107, 183, 0.4);
    }

    50% {
        transform: scale(1.02);
        box-shadow: 0 0 0 8px rgba(56, 107, 183, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(56, 107, 183, 0);
    }
}

.request-type-selector {
    display: grid;
    gap: 12px;
    margin-bottom: 0;
}

.request-type-option {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.request-type-option:hover {
    border-color: #386bb7;
    background: #f0f4fb;
    transform: translateY(-2px);
}

.request-type-option input[type="radio"] {
    display: none;
}

.request-type-option input[type="radio"]:checked+.request-type-content {
    color: #386bb7;
}

.request-type-option input[type="radio"]:checked+.request-type-content .request-type-icon {
    background: #386bb7;
    border-color: #386bb7;
}

.request-type-option input[type="radio"]:checked+.request-type-content .request-type-icon i {
    color: #fff;
}

.request-type-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

.request-type-icon i {
    font-size: 24px;
    color: #666;
    transition: color 0.3s ease;
}

.request-type-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 6px;
}

.request-type-desc {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.form-navigation {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.form-navigation .btn {
    flex: 1;
}

.btn--secondary {
    background: #f0f2f4;
    color: #333;
    border: none;
}

.btn--secondary:hover {
    background: #e5e7eb;
    color: #333;
    transform: translateY(-2px);
}

.file-upload-wrapper {
    margin-bottom: 14px;
}

.contact--section .form-group .file-upload-wrapper {
  margin-top: -1rem;
}

.file-upload-area {
    border: 1px dashed #d1d5db;
    border-radius: 5px;
    padding: 12px 12px;
    background: #fafbfc;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-upload-area:hover {
    border-color: #386bb7;
    background: #f6f8fa;
}

.file-upload-icon {
    font-size: 24px;
    color: #9ca3af;
    margin-bottom: 6px;
}

.file-upload-text {
    font-size: 12px;
    font-weight: 500;
    color: #4b5563;
    margin: 0 0 2px 0;
}

.file-upload-hint {
    font-size: 10px;
    color: #9ca3af;
    margin: 0;
}

.file-list {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 80px;
    overflow-y: auto;
}

.file-list::-webkit-scrollbar {
    width: 3px;
}

.file-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.file-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px;
    background: #f5f5f6;
    border-radius: 3px;
    font-size: 11px;
    border: 1px solid #e8eaed;
}

.file-item-info {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.file-item-icon {
    color: #6b7280;
    font-size: 14px;
    flex-shrink: 0;
}

.file-item-name {
    color: #4b5563;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
}

.file-item-size {
    color: #9ca3af;
    font-size: 9px;
    margin-left: 4px;
    flex-shrink: 0;
}

.file-item-remove {
    background: none;
    border: none;
    color: #ef4444;
    cursor: pointer;
    padding: 2px;
    font-size: 14px;
    line-height: 1;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

.file-item-remove:hover {
    opacity: 0.7;
}

.file-upload-area.has-files {
    padding: 8px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: stretch;
}

.file-upload-area.has-files .file-upload-content {
    padding: 8px;
    background: #f0f4f6;
    border: 1px dashed #d1d5db;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.file-upload-area.has-files .file-upload-content:hover {
    background: #e8ecf0;
    border-color: #386bb7;
}

.file-upload-area.has-files .file-upload-icon {
    font-size: 20px;
    margin-bottom: 4px;
}

.file-upload-area.has-files .file-upload-text {
    font-size: 11px;
    margin: 0 0 4px 0;
    font-weight: 600;
    text-align: center;
}

.file-upload-area.has-files .file-upload-hint {
    display: block;
    font-size: 9px;
    color: #9ca3af;
    margin: 0;
    text-align: center;
}

.file-upload-area.has-files .file-list {
    flex: 1;
    margin-top: 0;
    max-height: 7.2rem;
    overflow-y: auto;
}

@media (max-height: 900px) and (min-width: 992px) {
    .service__equipment {
        padding: 30px 1.5rem !important;
        margin: 30px 0 !important;
    }

    .service__equipment__content {
        padding-right: 0;
        margin-bottom: 1.5rem;
    }

    .service__equipment__title {
        font-size: 28px;
    }

    .expertise-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1.5rem;
        padding: 0 1rem;
        margin: 1.5rem 0;
    }

    .expertise-timeline::before,
    .expertise-timeline::after,
    .expertise-timeline__end {
        display: none;
    }

    .timeline-step__number {
        width: 50px;
        height: 50px;
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .timeline-step__title {
        font-size: 0.9375rem;
    }

    .timeline-step__desc {
        font-size: 0.8125rem;
    }

    .expertise-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.875rem;
    }

    .expertise-card__image {
        height: 110px;
    }

    .expertise-card__content {
        padding: 0.875rem 0.875rem 1rem;
    }

    .expertise-card__title {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }

    .expertise-card__body {
        font-size: 0.6875rem;
        line-height: 1.55;
        margin-bottom: 0.625rem;
    }

    .expertise-card__conclusion {
        font-size: 0.6875rem;
        padding: 0.625rem 0.75rem;
        gap: 0.5rem;
    }

    .expertise-card__conclusion i {
        font-size: 0.875rem;
    }

    .expertise-card__badge {
        font-size: 0.5rem;
        padding: 0.25rem 0.5rem;
    }

    .widget-preview-bubble {
        display: none;
    }

    .contact-widget-trigger {
        position: relative;
    }

    .contact-widget-trigger::after {
        content: '1';
        position: absolute;
        top: -2px;
        right: -2px;
        background: #ef4444;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: pulse-badge 2s infinite;
    }

    @keyframes pulse-badge {

        0%,
        100% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
        }

        50% {
            transform: scale(1.05);
            box-shadow: 0 0 0 4px rgba(239, 68, 68, 0);
        }
    }

    .widget-contact {
        padding: 16px !important;
    }

    .widget-contact .widget-title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .widget-contact .widget-subtitle {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .contact-sidebar-form .form-label {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .contact-sidebar-form .form-control {
        padding: 7px 10px;
        font-size: 12px;
        height: 36px;
    }

    .contact-sidebar-form textarea.form-control {
        min-height: 10rem;
    }

    .contact-sidebar-form .mb-3 {
        margin-bottom: 8px !important;
    }

    .request-type-selector {
        gap: 8px;
        margin-bottom: 0;
    }

    .request-type-option {
        padding: 12px;
    }

    .request-type-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 8px;
    }

    .request-type-icon i {
        font-size: 20px;
    }

    .request-type-title {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .request-type-desc {
        font-size: 11px;
    }

    .file-upload-wrapper {
        margin-bottom: 8px;
    }

    .file-upload-area {
        padding: 10px;
    }

    .file-upload-icon {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .file-upload-text {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .file-upload-hint {
        font-size: 9px;
    }

    .file-upload-area.has-files {
        padding: 6px;
        gap: 6px;
    }

    .file-upload-area.has-files .file-upload-content {
        padding: 6px;
    }

    .file-upload-area.has-files .file-list {
        max-height: 7rem;
    }

    .contact-sidebar-form .form-check {
        margin-bottom: 8px !important;
    }

    .contact-sidebar-form .form-check-label {
        font-size: 11px;
        line-height: 1.4;
    }

    .contact-sidebar-form .form-check-input {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }

    .form-navigation {
        margin-top: 12px;
    }

    .form-navigation .btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .form-navigation .btn i {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .widget-contact {
        padding: 20px !important;
    }

    .contact-sidebar-form .form-control {
        padding: 9px 12px;
        font-size: 13px;
    }

    .contact-sidebar-form .form-label {
        font-size: 12px;
    }

    .request-type-option {
        padding: 16px;
    }

    .request-type-icon {
        width: 45px;
        height: 45px;
    }

    .request-type-icon i {
        font-size: 22px;
    }

    .request-type-title {
        font-size: 15px;
    }

    .request-type-desc {
        font-size: 12px;
    }

    .file-upload-area {
        padding: 10px 10px;
    }

    .file-upload-icon {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .file-upload-text {
        font-size: 11px;
    }

    .file-upload-hint {
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .sidebar-sticky-col {
        margin-top: 40px;
    }

    .widget-contact .widget-title {
        font-size: 20px;
    }

    .widget-contact {
        padding: 20px !important;
    }

    .contact-sidebar-form .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .contact-sidebar-form .row>[class*='col-'] {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 767px) {
    .sidebar-sticky-col {
        display: none !important;
    }

    .service .col-lg-8 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .contact-sidebar-form .row {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-sidebar-form .row>[class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }

    .widget-contact {
        padding: 16px !important;
    }

    .request-type-option {
        padding: 14px;
    }

    .request-type-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .request-type-icon i {
        font-size: 20px;
    }

    .request-type-title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .request-type-desc {
        font-size: 11px;
    }

    .file-upload-area {
        padding: 10px 8px;
    }

    .file-upload-icon {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .file-upload-text {
        font-size: 11px;
    }

    .file-upload-hint {
        font-size: 9px;
    }

    .file-upload-area.has-files {
        flex-direction: column;
        gap: 6px;
    }

    .file-upload-area.has-files .file-upload-content {
        width: 100%;
        min-width: auto;
    }

    .file-upload-area.has-files .file-list {
        max-height: 50px;
    }

    .form-navigation .btn {
        font-size: 13px;
        padding: 10px 16px;
    }

    .form-navigation .btn i {
        font-size: 14px;
    }

    .service__intro {
        padding: 0 0 40px;
    }

    .service__intro h1 {
        font-size: 32px;
    }

    .service__intro__badges {
        flex-direction: column;
        gap: 12px;
    }

    .service__badge {
        width: 100%;
    }

    .service__section {
        padding: 25px 0;
    }

    .service__section .section__head {
        margin-bottom: 15px;
    }

    .service__section .section__title {
        font-size: 28px;
    }

    .advantage-card {
        padding: 20px 0;
        flex-direction: column;
        gap: 15px;
    }

    .advantage-card__icon {
        width: 50px;
        height: 50px;
    }

    .advantage-card__title {
        font-size: 16px;
    }

    .highlight-box {
        flex-direction: column;
        padding: 25px 20px;
        gap: 15px;
        margin: 20px 0;
    }

    .highlight-box i {
        font-size: 32px;
    }

    .highlight-box p {
        font-size: 15px;
    }

    .highlight-box strong {
        font-size: 16px;
    }
}

/* ====================================== */
/* Service Page css End */
/* ====================================== */

/* ====================================== */
/* Language Switcher css Start */
/* ====================================== */

.language-switcher {
    position: relative;
    display: inline-block;
}

.language-switcher__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    background: transparent;
    border: 1px solid #dadada;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    color: #111111;
}

.language-switcher__toggle:hover {
    border-color: #386bb7;
}

.language-switcher.active .language-switcher__toggle {
    border-color: #386bb7;
}

.language-switcher__flag {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    flex-shrink: 0;
}

.language-switcher__current {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
}

.language-switcher__arrow {
    width: 7px;
    height: 4px;
    color: #111111;
    opacity: 0.6;
    transition: 0.3s;
}

.language-switcher.active .language-switcher__arrow {
    transform: rotate(180deg);
}

.language-switcher__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 4px;
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1000;
}

.language-switcher.active .language-switcher__dropdown {
    opacity: 1;
    visibility: visible;
}

.language-switcher__option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #111111;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    border-radius: 6px;
    transition: 0.3s;
    text-decoration: none;
    cursor: pointer;
}

.language-switcher__option:hover {
    background: #f5f5f5;
}

.language-switcher__option.active {
    background: #386bb7;
    color: #fff;
}

.language-switcher__option .language-switcher__flag {
    width: 20px;
    height: 14px;
    border-radius: 2px;
}

.language-switcher__name {
    font-size: 14px;
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .language-switcher__dropdown {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .offcanvas-body .language-switcher__toggle {
        padding: 9px 24px 11px;
    }
}

@media (max-width: 576px) {
    .language-switcher__toggle {
        gap: 6px;
        padding: 8px 12px;
    }
    
    .language-switcher__flag {
        width: 18px;
        height: 13px;
    }
    
    .language-switcher__current {
        font-size: 13px;
    }
    
    .language-switcher__arrow {
        width: 6px;
        height: 4px;
    }
    
    .language-switcher__dropdown {
        min-width: 130px;
    }
    
    .language-switcher__option {
        padding: 9px 10px;
        font-size: 13px;
        gap: 8px;
    }
    
    .language-switcher__option .language-switcher__flag {
        width: 18px;
        height: 13px;
    }
    
    .language-switcher__name {
        font-size: 13px;
    }
}

/* Offcanvas Mobile Language Switcher */
.offcanvas-body .language-switcher {
    display: block;
    width: 100%;
}

.offcanvas-body .language-switcher__toggle {
    width: 100%;
    justify-content: center;
    padding: 15px 35px 16px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 50px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.offcanvas-body .language-switcher__toggle::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(56, 107, 183) 0%, rgb(191, 195, 199) 100%);
    z-index: 1;
    border-radius: 50px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.offcanvas-body .language-switcher__toggle > * {
    position: relative;
    z-index: 2;
}

.offcanvas-body .language-switcher__toggle:hover::after {
    opacity: 1;
}

.offcanvas-body .language-switcher.active .language-switcher__toggle::after {
    opacity: 1;
}

.offcanvas-body .language-switcher:not(.active) .language-switcher__toggle::after {
    opacity: 0;
}

.offcanvas-body .language-switcher__toggle:hover,
.offcanvas-body .language-switcher.active .language-switcher__toggle {
    border-color: transparent;
    color: #fff;
}

.offcanvas-body .language-switcher:not(.active) .language-switcher__toggle {
    border-color: #dadada;
    color: initial;
}

.offcanvas-body .language-switcher__toggle:hover .language-switcher__current,
.offcanvas-body .language-switcher.active .language-switcher__toggle .language-switcher__current {
    color: #fff;
}

.offcanvas-body .language-switcher:not(.active) .language-switcher__toggle .language-switcher__current {
    color: #333;
}

.offcanvas-body .language-switcher__toggle:hover .language-switcher__arrow,
.offcanvas-body .language-switcher.active .language-switcher__toggle .language-switcher__arrow {
    color: #fff;
    opacity: 1;
}

.offcanvas-body .language-switcher:not(.active) .language-switcher__toggle .language-switcher__arrow {
    color: #111111;
    opacity: 0.6;
}

.offcanvas-body .language-switcher__current {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
}

.offcanvas-body .language-switcher__dropdown {
    position: static;
    width: 100%;
    margin-top: 12px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.offcanvas-body .language-switcher.active .language-switcher__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 200px;
}

.offcanvas-body .language-switcher__option {
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.offcanvas-body .language-switcher__option:hover {
    background: #f5f5f5;
}

.offcanvas-body .language-switcher__option.active {
    background: #386bb7;
    color: #fff;
}

/* ====================================== */
/* Language Switcher css End */
/* ====================================== */

/* ====================================== */
/* Global Contact Widget (Fixed) css Start */
/* ====================================== */

.contact-widget-fixed {
    position: fixed;
    bottom: 30px;
    right: 110px;
    z-index: 999;
}

.contact-widget-trigger {
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-widget-trigger:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.5);
}

.contact-widget-trigger i {
    font-size: 28px;
}

.widget-preview-bubble {
    position: absolute;
    bottom: 75px;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 16px 20px;
    width: 13dvw;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.widget-preview-bubble.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.widget-preview-bubble::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.widget-preview-bubble p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    line-height: 1.5;
    padding-right: 28px;
}

.preview-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: #9ca3af;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.preview-close:hover {
    background: #f3f4f6;
    color: #374151;
}

.preview-close i {
    font-size: 14px;
}

.contact-widget-popup {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 380px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95) translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-widget-popup.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
}

.contact-widget-header {
    padding: 15px 20px;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

.header-actions {
    display: flex;
    align-items: center;
}

.contact-widget-close {
    background: transparent;
    border: none;
    color: #9ca3af;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.contact-widget-close:hover {
    background: #f3f4f6;
    color: #374151;
}

.contact-widget-close i {
    font-size: 20px;
}

.contact-widget-content {
    padding: 30px 25px;
    max-height: 500px;
    overflow-y: auto;
}

.contact-widget-content::-webkit-scrollbar {
    width: 6px;
}

.contact-widget-content::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 10px;
}

.contact-widget-content::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 10px;
}

.contact-widget-content::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.widget-messages {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.widget-message {
    background: #f3f4f6;
    padding: 14px 18px;
    border-radius: 12px;
}

.widget-message p {
    margin: 0;
    font-size: 15px;
    color: #374151;
    line-height: 1.5;
}

.widget-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.widget-option {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    padding: 16px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.widget-option:hover {
    border-color: #2563eb;
    background: #eff6ff;
    transform: translateY(-2px);
}

.widget-option i {
    font-size: 24px;
    color: #2563eb;
}

.widget-option span {
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
}

.contact-widget-form {
    display: none;
}

.form-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.form-back {
    background: transparent;
    border: none;
    color: #6b7280;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.form-back:hover {
    background: #f3f4f6;
    color: #374151;
}

.form-back i {
    font-size: 18px;
}

.form-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

.contact-widget-form .form-group {
    margin-bottom: 16px;
}

.contact-widget-form .form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    color: #1f2937;
    transition: all 0.2s ease;
}

.contact-widget-form .form-control:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.contact-widget-form .form-control::placeholder {
    color: #9ca3af;
}

.contact-widget-form textarea.form-control {
    resize: none;
    font-family: inherit;
}

.contact-widget-form .btn {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.contact-widget-form .btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.widget-file-upload label {
    transition: all 0.2s ease;
}

.widget-file-upload label:hover {
    border-color: #2563eb;
    background: #eff6ff;
}

.widget-file-upload .file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-top: 6px;
    font-size: 12px;
}

.widget-file-upload .file-item-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.widget-file-upload .file-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #374151;
}

.widget-file-upload .file-item-size {
    color: #9ca3af;
    font-size: 11px;
    margin-left: 4px;
}

.widget-file-upload .file-item-remove {
    background: none;
    border: none;
    color: #ef4444;
    cursor: pointer;
    padding: 2px 4px;
    font-size: 16px;
    line-height: 1;
}

.widget-file-upload .file-item-remove:hover {
    opacity: 0.7;
}

.widget-footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.widget-footer p {
    margin: 0;
    font-size: 11px;
    color: #9ca3af;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.widget-footer strong {
    color: #6b7280;
}

@media (max-width: 1199px) {
    .contact-widget-fixed {
        right: 90px;
    }
}

@media (max-width: 991px) {
    .contact-widget-fixed {
        bottom: 20px;
        right: 80px;
    }

    .contact-widget-popup {
        width: 340px;
    }
}

@media (max-width: 767px) {
    .contact-widget-fixed {
        bottom: 15px;
        right: 15px;
    }

    .contact-widget-trigger {
        width: 56px;
        height: 56px;
    }

    .contact-widget-trigger i {
        font-size: 26px;
    }

    .widget-preview-bubble {
        width: 50vw;
        max-width: 260px;
        bottom: 70px;
    }

    .widget-preview-bubble p {
        font-size: 14px;
    }

    .contact-widget-popup {
        position: fixed;
        width: calc(100vw - 30px);
        max-width: 360px;
        bottom: 80px;
        left: 50%;
        right: auto;
        transform: translateX(-50%) scale(0.95) translateY(10px);
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .contact-widget-popup.active {
        transform: translateX(-50%) scale(1) translateY(0);
    }

    .contact-widget-content {
        padding: 24px 20px;
    }

    .widget-option {
        padding: 14px 16px;
    }

    .widget-option i {
        font-size: 22px;
    }

    .widget-option span {
        font-size: 14px;
    }

    .form-header h4 {
        font-size: 17px;
    }

    .widget-footer p {
        font-size: 10px;
    }
}

/* ====================================== */
/* Global Contact Widget (Fixed) css End */
/* ====================================== */

/* ========================================== */
/* Generic Page Content Classes (Services & Projects) */
/* ========================================== */

/* Main Content Container */
.page-content {
    position: relative;
}

/* Intro Section */
.page-content__intro {
    padding: 0;
    margin-bottom: 40px;
}

.page-content__intro .section__subtitle {
    color: #666;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: lowercase;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.page-content__intro h1 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 400;
    color: #111111;
    margin-bottom: 20px;
}

.page-content__intro__lead {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 90%;
}

.page-content__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.page-content__badge {
    background-color: #f0f2f4;
    border-radius: 8px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #111111;
    transition: all 0.3s ease;
    cursor: default;
}

.page-content__badge:hover {
    background-color: #fff;
    transform: translateY(-2px);
}

.page-content__badge i {
    font-size: 20px;
    color: #386bb7;
    transition: transform 0.3s ease;
}

.page-content__badge:hover i {
    transform: scale(1.15);
}

.page-content__badge strong {
    font-weight: 600;
}

/* Content Section */
.page-content__section {
    margin-bottom: 40px;
}

.page-content__section .section__head {
    margin-bottom: 20px;
}

.page-content__section .section__title {
    font-size: 38px;
    line-height: 1.35;
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.page-content__text {
    color: #666;
    line-height: 1.7;
    font-size: 14px;
}

.page-content__text p {
    margin-bottom: 20px;
}

.page-content__text strong {
    color: #1f1f1f;
    font-weight: 600;
}

.page-content__media-content {
    margin-bottom: 30px;
}

.page-content__media-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #386bb7;
    margin-bottom: 15px;
    display: inline-block;
}

.page-content__media-title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
    color: #111111;
    margin-bottom: 15px;
}

.page-content__media-desc {
    font-size: 15px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 25px;
}

.page-content__media-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.page-content__media-list li {
    padding: 8px 0 8px 30px;
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.page-content__media-list li i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #386bb7;
}

.page-content__media-player {
    position: relative;
    width: 100%;
}

.page-content__media-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.page-content__media-thumbnail:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.page-content__media-thumbnail:focus {
    outline: 2px solid #386bb7;
    outline-offset: 4px;
}

.page-content__media-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.page-content__media-thumbnail:hover img {
    transform: scale(1.05);
}

.page-content__media-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 2;
}

.page-content__media-thumbnail:hover .page-content__media-play {
    background: #386bb7;
    transform: translate(-50%, -50%) scale(1.1);
}

.page-content__media-play i {
    font-size: 28px;
    color: #386bb7;
    margin-left: 4px;
    transition: color 0.3s ease;
}

.page-content__media-thumbnail:hover .page-content__media-play i {
    color: #fff;
}

.page-content__media-duration {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
}

/* ========================================== */
/* End Generic Page Content Classes */
/* ==========================================

/* ========================================== */
/* Notification System Styles (Sneat/Dashboard Style) */
/* ========================================== */

/* Container de notifications */
#notification-container {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

/* Style de base pour les alertes/notifications - Style Sneat */
.alert {
    position: relative;
    padding: 0.9375rem 1rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-left: 4px solid transparent;
}

.alert-dismissible {
    padding-right: 2.5rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    padding: 0.25rem;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.15s ease-in-out;
    font-size: 1.25rem;
    line-height: 1;
}

.alert-dismissible .btn-close:hover {
    opacity: 1;
}

.alert-dismissible .btn-close::before {
    content: '×';
    font-weight: 300;
}

/* Couleur du bouton close selon le type d'alerte */
.alert-primary .btn-close::before { color: #696cff; }
.alert-secondary .btn-close::before { color: #8592a3; }
.alert-success .btn-close::before { color: #71dd37; }
.alert-danger .btn-close::before { color: #ff3e1d; }
.alert-warning .btn-close::before { color: #ffab00; }
.alert-info .btn-close::before { color: #03c3ec; }
.alert-dark .btn-close::before { color: #233446; }

/* Types de notifications - Style Sneat avec bordure gauche colorée */
.alert-primary {
    color: #696cff;
    background-color: #e7e7ff;
    border-left-color: #696cff;
}

.alert-secondary {
    color: #8592a3;
    background-color: #ebeef0;
    border-left-color: #8592a3;
}

.alert-success {
    color: #71dd37;
    background-color: #e8fadf;
    border-left-color: #71dd37;
}

.alert-danger {
    color: #ff3e1d;
    background-color: #ffe0db;
    border-left-color: #ff3e1d;
}

.alert-warning {
    color: #ffab00;
    background-color: #fff2d6;
    border-left-color: #ffab00;
}

.alert-info {
    color: #03c3ec;
    background-color: #d7f5fc;
    border-left-color: #03c3ec;
}

.alert-dark {
    color: #233446;
    background-color: #dcdfe1;
    border-left-color: #233446;
}

/* Animation fade */
.alert.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.alert.fade.show {
    opacity: 1;
}

/* Style spécifique pour les notifications toast */
#notification-container .alert {
    box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
    backdrop-filter: blur(6px);
}

/* ========================================== */
/* End Notification System Styles */
/* ========================================== */
