@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "baufra";
  src: url("../fonts/baufra/Baufra-Bold.woff2") format("woff2"), url("../fonts/baufra/Baufra-Bold.woff") format("woff"), url("../fonts/baufra/Baufra-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "baufra";
  src: url("../fonts/baufra/Baufra-DemiBold.woff2") format("woff2"), url("../fonts/baufra/Baufra-DemiBold.woff") format("woff"), url("../fonts/baufra/Baufra-DemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "baufra";
  src: url("../fonts/baufra/Baufra-Medium.woff2") format("woff2"), url("../fonts/baufra/Baufra-Medium.woff") format("woff"), url("../fonts/baufra/Baufra-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "baufra";
  src: url("../fonts/baufra/Baufra-Regular.woff2") format("woff2"), url("../fonts/baufra/Baufra-Regular.woff") format("woff"), url("../fonts/baufra/Baufra-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "baufra";
  src: url("../fonts/baufra/Baufra-Light.woff2") format("woff2"), url("../fonts/baufra/Baufra-Light.woff") format("woff"), url("../fonts/baufra/Baufra-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.woff2") format("woff2"), url("../fonts/poppins/Poppins-Bold.woff") format("woff"), url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.woff2") format("woff2"), url("../fonts/poppins/Poppins-Regular.woff") format("woff"), url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter/Inter-Medium.woff") format("woff"), url("../fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
.about-intro h1 {
  font-family: "baufra";
  font-weight: 300;
  font-size: 70px;
  color: white;
  margin: 0;
}

.about-intro h2 {
  font-family: "baufra";
  font-weight: 300;
  font-size: 40px;
  color: white;
  left: -11px;
  position: relative;
}

.widthContent {
  width: 97%;
  margin: auto;
}
@media (max-width: 760px) {
  .widthContent {
    width: 100%;
  }
}

button {
  outline: none !important;
  border: none;
  background: transparent;
}
button:active {
  outline: none !important;
}
button:focus {
  box-shadow: none !important;
}
button:hover {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  color: inherit;
}

.cardBtn {
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.031372549);
  box-shadow: 0 5px 9.4px -4px rgba(16, 24, 40, 0.3215686275);
  background: #B4985A;
  color: #e1d6bd;
  min-width: 185px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-right: 18px;
  border-radius: 4px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  transition: all 0.5s ease-out;
}
[dir=rtl] .cardBtn {
  margin-right: 0;
  margin-left: 18px;
}
.cardBtn:hover {
  color: #fff;
  box-shadow: none;
  transition: all 0.5s ease-out;
}

/* Footer */
.footer {
  width: 100%;
  background: var(--AlAJial-secondary, #142731);
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer {
    height: auto;
  }
}
.footer .footer-content {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .footer .footer-content {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}
.footer .footer-content .rightMobile ul {
  width: 49%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-content .rightMobile ul li {
  margin-bottom: 20px;
}
.footer .footer-content .footer-left {
  width: 25%;
  background: #142731;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  .footer .footer-content .footer-left {
    width: 100%;
    height: auto;
    padding: 40px 0 24px 0;
    display: flex;
    justify-content: center;
  }
}
.footer .footer-content .footer-left .footer-logo-img {
  height: 100px;
  width: auto;
}
@media (max-width: 1000px) {
  .footer .footer-content .footer-left .footer-logo-img {
    height: 70px;
  }
}
@media (max-width: 760px) {
  .footer .footer-content .footer-left .footer-logo-img {
    height: auto;
  }
}
.footer .footer-content .footer-right {
  background: #b4985a;
  display: flex;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 218px;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .footer .footer-content .footer-right {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .footer .footer-content .footer-right {
    width: 100%;
    height: auto;
    gap: 0;
    padding: 32px;
    justify-content: space-between;
  }
}
.footer .footer-content .footer-right:before {
  content: "";
  background: #b4985a;
  width: 66%;
  position: absolute;
  height: 100%;
  right: -41%;
}
[dir=rtl] .footer .footer-content .footer-right:before {
  right: auto;
  left: -41%;
}
@media (max-width: 768px) {
  .footer .footer-content .footer-right:before {
    content: none;
  }
}
.footer .footer-content .footer-right .footer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
[dir=rtl] .footer .footer-content .footer-right .footer-column {
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .footer .footer-content .footer-right .footer-column {
    gap: 15px;
  }
}
.footer .footer-content .footer-right .footer-column a:hover {
  opacity: 0.7;
}
.footer .footer-content .footer-right .footer-column:last-child {
  border-right: none;
}
[dir=rtl] .footer .footer-content .footer-right .footer-column:last-child {
  border-left: none;
}
.footer .footer-content .footer-column a,
.footer .footer-content .rightMobile a {
  color: #fff;
  text-decoration: none;
  font-family: "baufra", sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: opacity 0.3s ease;
  line-height: 1.4;
  text-align: left;
  width: 65%;
  display: block;
}
[dir=rtl] .footer .footer-content .footer-column a,
[dir=rtl] .footer .footer-content .rightMobile a {
  text-align: right;
}
@media (max-width: 1400px) {
  .footer .footer-content .footer-column a,
  .footer .footer-content .rightMobile a {
    width: 75%;
  }
}
@media (max-width: 1000px) {
  .footer .footer-content .footer-column a,
  .footer .footer-content .rightMobile a {
    width: 90%;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer .footer-content .footer-column a,
  .footer .footer-content .rightMobile a {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .footer .footer-content .footer-column a,
  .footer .footer-content .rightMobile a {
    font-size: 13px;
  }
}
.footer .footer-bottom {
  background: var(--AlAJial-secondary, #142731);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .footer .footer-bottom {
    align-items: center;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.footer .footer-bottom .footer-copyright p {
  color: #fff;
  font-size: 13.69px;
  margin: 0;
  font-family: "baufra", sans-serif;
  font-weight: 600;
}
.footer .footer-bottom .footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 640px) {
  .footer .footer-bottom .footer-bottom-links {
    gap: 15px;
  }
}
.footer .footer-bottom .footer-bottom-links a {
  color: #fff;
  text-decoration: none;
  font-family: "baufra", sans-serif;
  font-weight: 600;
  font-size: 13.69px;
  transition: color 0.3s ease;
}
@media (max-width: 640px) {
  .footer .footer-bottom .footer-bottom-links a {
    font-size: 12px;
  }
}
@media (max-width: 460px) {
  .footer .footer-bottom .footer-bottom-links a {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .footer .footer-bottom .footer-bottom-links a {
    font-size: 10px;
  }
}
.footer .footer-bottom .footer-bottom-links a:hover {
  color: #b0b0b0;
}
.footer .footer-bottom .footer-bottom-links .footer-separator {
  color: #fff;
  font-size: 12px;
}
.footer .footer-language {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "baufra", sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 8px 12px;
  border-radius: 4px;
  position: relative;
}
.footer .footer-language:hover {
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.1);
}
.footer .footer-language .footer-language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #142731;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  min-width: 120px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.footer .footer-language .footer-language-dropdown a {
  display: block;
  padding: 10px 12px;
  color: #fff;
  text-decoration: none;
  font-family: "baufra", sans-serif;
  font-size: 13px;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-language .footer-language-dropdown a:last-child {
  border-bottom: none;
}
.footer .footer-language .footer-language-dropdown a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.footer .footer-language.active .footer-language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.scrolToTop {
  text-align: right;
  top: 23px;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
[dir=rtl] .scrolToTop {
  text-align: left;
}
.scrolToTop button {
  background: white url(../images/icones/iconscroltop.svg);
  width: 45px;
  height: 45px;
  opacity: 1;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  z-index: 99;
  right: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 1.14px solid #B4985A;
  top: -23px;
  cursor: pointer !important;
}

@media (max-width: 768px) and (max-width: 768px) {
  .footer-language {
    position: relative !important;
  }
  .footer-language .footer-language-dropdown {
    top: auto !important;
    bottom: 100% !important;
  }
}
/* Navbar */
header.sticky {
  position: fixed;
  z-index: 200;
  width: 100%;
}

header .dropdown-item:hover {
  transform: scale(1) !important;
  color: #ffffff !important;
  background-color: transparent !important;
}

body .navbar .dropdown-lng li .dropdown-item-lang {
  display: block;
  padding: 6px 19px;
  color: #fff;
  font-family: "baufra";
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  border: none;
  text-transform: capitalize;
  transition: background 0.3s ease;
  margin-bottom: 0;
}
body .navbar .dropdown-lng li .dropdown-item-lang:hover {
  background: rgba(255, 255, 255, 0.1);
}

.navbar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.navbar .dropdown-lng {
  position: relative;
}
.navbar .dropdown-lng .dropdown-menu {
  position: absolute;
  bottom: -76px;
  top: auto;
  left: 0;
  background: #142731;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  min-width: 140px;
  width: max-content;
  padding: 8px 0;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: block;
}
.navbar .dropdown-lng .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar .dropdown-lng li .dropdown-item-lang {
  display: block;
  padding: 6px 19px;
  color: #fff;
  font-family: "baufra";
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  border: none;
  text-transform: capitalize;
  transition: background 0.3s ease;
  margin-bottom: 0;
}
.navbar .dropdown-lng li .dropdown-item-lang:hover {
  background: gray;
  color: white;
}
.navbar .dropdown-lng .btn-dropdown {
  background: url(../images/icones/down-ling.svg) transparent no-repeat;
  background-position: center right 0;
  padding: 0 20px 0 0;
  border-radius: 46px;
  font-family: "baufra";
  font-weight: 600;
  color: white;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-align: center;
  transition: transform 0.3s ease;
  opacity: 0.7;
  height: 26px;
}
[dir=rtl] .navbar .dropdown-lng .btn-dropdown {
  background-position: center left 0;
  padding: 0 0 0 20px;
}
.navbar .dropdown-lng .btn-dropdown:hover {
  transform: scale(1.1);
  color: var(--PureWhite, #fff);
  opacity: 1;
}
@media (max-width: 1200px) {
  .navbar .dropdown-lng .btn-dropdown {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  .navbar .dropdown-lng .btn-dropdown {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .navbar .dropdown-lng .btn-dropdown {
    background: url(../images/icones/down-ling.svg) rgba(255, 255, 255, 0.05) no-repeat;
    background-position: center right 24px;
    padding: 11px 46px 11px 24px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  [dir=rtl] .navbar .dropdown-lng .btn-dropdown {
    background-position: center left 24px;
    padding: 11px 24px 11px 46px;
  }
}
.navbar .dropdown-lng .btn-dropdown:first-letter {
  text-transform: uppercase;
}
.navbar .dropdown-lng .btn-dropdown:after {
  content: none;
}
@media (max-width: 900px) {
  .navbar {
    top: 15px;
  }
  .navbar .icon-svg path {
    fill: white;
  }
}
.navbar .logo-img {
  height: 84px;
  width: auto;
}
@media (max-width: 1000px) {
  .navbar .logo-img {
    position: relative;
    height: 55px;
    z-index: 9;
  }
}
@media (max-width: 768px) {
  .navbar .logo-img {
    height: 48px;
  }
}
.navbar .navMobile {
  display: flex;
  justify-content: space-between;
  background: rgba(51, 51, 51, 0.36);
  align-items: center;
  padding: 15px;
}
@media (max-width: 1000px) {
  .navbar .navMobile {
    display: none;
  }
}
@media (max-width: 900px) {
  .navbar .navMobile {
    display: flex;
    background: #15262F;
    border-radius: 12px;
    width: 95%;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
  }
}
.navbar .navMobile .btnMenuMobile {
  background: #B4985A url("../images/icones/img-button-black.svg");
  padding: 0;
  margin: 0;
  width: 44px;
  background-repeat: no-repeat;
  height: 44px;
  border-radius: 90px;
  border: 1.72px solid rgba(0, 0, 0, 0.1019607843);
  background-position: center;
  position: relative;
  z-index: 1;
}
.navbar .navMobile .btnMenuMobile.active {
  background: #B4985A url("../images/icones/close-mobile.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}
.navbar .navbar-container {
  display: flex;
  width: 95%;
  height: 110px;
  padding: 15px 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 22px;
  background: #142731;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 901px) {
  .navbar .navbar-container {
    display: flex !important;
  }
}
@media (max-width: 1000px) {
  .navbar .navbar-container {
    padding: 15px 10px;
  }
}
@media (max-width: 900px) {
  .navbar .navbar-container {
    position: relative;
    display: none;
    height: 100%;
    background: rgb(21, 38, 47);
    border-radius: 0;
    top: -100px;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-container {
    top: -100px;
    box-shadow: none;
    width: 100%;
  }
}
.navbar .navbar-container .navbar-nav-right .nav-icon-btn {
  opacity: 0.7;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 5px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (max-width: 900px) {
  .navbar .navbar-container .navbar-nav-right .nav-icon-btn {
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
  }
}
.navbar .navbar-container .navbar-nav-right .nav-icon-btn:hover {
  transform: scale(1.1);
}
.navbar .navbar-container .navbar-nav-right .language-selector {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}
@media (max-width: 1000px) {
  .navbar .navbar-container .navbar-nav-right .language-selector {
    padding: 5px 0;
  }
}
@media (max-width: 900px) {
  .navbar .navbar-container .navbar-nav-right .language-selector {
    justify-content: center;
  }
}
.navbar .navbar-container .navbar-nav-right .language-selector .dropdown-arrow-svg {
  width: 18px;
  height: 18px;
}
.navbar .navbar-container .navbar-nav-right .language-selector:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar .navbar-container .navbar-nav-right .language-selector span:first-child {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
@media (max-width: 1000px) {
  .navbar .navbar-container .navbar-nav-right .language-selector span:first-child {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .navbar .navbar-container .navbar-nav-right .language-selector span:first-child {
    color: white;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-container .navbar-nav-right {
    order: 2;
  }
}
@media (max-width: 900px) {
  .navbar .navbar-container .navbar-nav-right .nav-icon-btn,
  .navbar .navbar-container .navbar-nav-right .dropdown-lng {
    display: none;
  }
}
.navbar .navbar-container .navbar-nav-right .bottom-menu-mobile {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 90%;
  margin: auto;
  gap: 24px;
  display: none;
  justify-content: center;
}
.navbar .navbar-container .navbar-nav-right .bottom-menu-mobile .btn-dropdown {
  font-size: 16px;
  color: white;
  opacity: 1;
}
.navbar .navbar-container .navbar-nav-right .bottom-menu-mobile .d-flex {
  padding: 40px 0;
}
@media (max-width: 900px) {
  .navbar .navbar-container .navbar-nav-right .bottom-menu-mobile {
    margin-top: 85px;
  }
  .navbar .navbar-container .navbar-nav-right .bottom-menu-mobile .nav-icon-btn {
    display: flex;
  }
  .navbar .navbar-container .navbar-nav-right .bottom-menu-mobile .dropdown-lng {
    display: flex;
  }
}
.navbar .navbar-container .navbar-nav-right .bottom-menu-mobile p {
  font-family: "baufra";
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 900px) {
  .navbar .navbar-container .navbar-nav-right .bottom-menu-mobile {
    display: block;
  }
}
@media (max-width: 900px) {
  .navbar .navbar-container .navbar-nav-left {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-container .navbar-nav-left {
    padding-top: 180px;
  }
}
.navbar .navbar-container .navbar-nav-left,
.navbar .navbar-container .navbar-nav-right {
  display: flex;
  align-items: center;
  width: 38%;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .navbar .navbar-container .navbar-nav-left,
  .navbar .navbar-container .navbar-nav-right {
    width: 40%;
  }
}
@media (max-width: 900px) {
  .navbar .navbar-container .navbar-nav-left,
  .navbar .navbar-container .navbar-nav-right {
    width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-container .navbar-nav-left,
  .navbar .navbar-container .navbar-nav-right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
.navbar .navbar-container .navbar-nav-left a,
.navbar .navbar-container .navbar-nav-right a {
  text-decoration: none;
  color: var(--PureWhite, #fff);
  text-align: center;
  font-family: Baufra, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  opacity: 0.7;
  position: relative;
  transition: transform 0.3s ease;
}
@media (max-width: 1200px) {
  .navbar .navbar-container .navbar-nav-left a,
  .navbar .navbar-container .navbar-nav-right a {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  .navbar .navbar-container .navbar-nav-left a,
  .navbar .navbar-container .navbar-nav-right a {
    font-size: 10px;
  }
}
@media (max-width: 900px) {
  .navbar .navbar-container .navbar-nav-left a,
  .navbar .navbar-container .navbar-nav-right a {
    opacity: 1;
    display: block;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 35px;
    padding: 0 16px;
    text-align: left;
  }
  [dir=rtl] .navbar .navbar-container .navbar-nav-left a,
  [dir=rtl] .navbar .navbar-container .navbar-nav-right a {
    text-align: right;
  }
}
.navbar .navbar-container .navbar-nav-left a:before,
.navbar .navbar-container .navbar-nav-right a:before {
  content: "";
  bottom: -5px;
  background: white;
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.navbar .navbar-container .navbar-nav-left a:hover,
.navbar .navbar-container .navbar-nav-right a:hover {
  transform: scale(1.1);
  color: var(--PureWhite, #fff);
  opacity: 1;
}
@media (max-width: 900px) {
  .navbar .navbar-container .navbar-nav-left a:hover,
  .navbar .navbar-container .navbar-nav-right a:hover {
    opacity: 1;
    color: #B4985A;
  }
}
.navbar .navbar-container .navbar-nav-left a:hover:before,
.navbar .navbar-container .navbar-nav-right a:hover:before {
  transition: all 0.3s ease;
  width: 100%;
}
@media (max-width: 900px) {
  .navbar .navbar-container .navbar-nav-left a:hover:before,
  .navbar .navbar-container .navbar-nav-right a:hover:before {
    content: none !important;
  }
}
.navbar .navbar-container .navbar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.navbar .navbar-container .navbar-logo a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .navbar .navbar-container .navbar-logo {
    order: 1;
  }
}
@media (max-width: 900px) {
  .navbar .navbar-container .logo-img {
    display: none;
  }
}
.navbar .icon-svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1000px) {
  .navbar .icon-svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 900px) {
  .navbar .icon-svg {
    width: 18px;
    height: 18px;
  }
}

.topCarriere {
  padding-top: 130px;
  padding-bottom: 63px;
}
@media (max-width: 760px) {
  .topCarriere {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.topCarriere .row {
  align-items: center;
}
.topCarriere .row .col-lg-6 {
  padding: 0;
}
@media (max-width: 760px) {
  .topCarriere .row {
    flex-direction: column-reverse;
  }
}
.topCarriere h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  color: #292929;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 760px) {
  .topCarriere h3 {
    margin-bottom: 40px;
  }
}
.topCarriere p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 0;
  margin-bottom: 0;
  margin-bottom: 25px;
  width: 95%;
}
.topCarriere p strong {
  font-weight: 700;
}
.topCarriere p:last-of-type {
  margin: 0;
}
@media (max-width: 1000px) {
  .topCarriere p:last-of-type {
    margin-bottom: 25px;
  }
}
.topCarriere .imgTopCarrire {
  height: 390px;
  border-radius: 8px;
  box-shadow: 0 11.83px 29.57px 0 rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
@media (max-width: 760px) {
  .topCarriere .imgTopCarrire {
    margin-bottom: 55px;
  }
}

.criteres.critere-carriere {
  background: white;
  padding-bottom: 0;
}
.criteres.critere-carriere .row {
  width: 95%;
  margin: auto;
}
@media (max-width: 760px) {
  .criteres.critere-carriere .row {
    width: 100%;
  }
  .criteres.critere-carriere .row .col-lg-4 {
    padding: 0;
  }
}
.criteres.critere-carriere h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  color: #292929;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 41px;
  padding-bottom: 25px;
  border-bottom: 4px solid #E1D6BD;
}
.criteres.critere-carriere .critere-card {
  padding: 25px;
  border: 1px solid #B8B8B8;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  min-height: 250px;
}
@media (max-width: 992px) {
  .criteres.critere-carriere .critere-card {
    margin-bottom: 24px;
  }
}
.criteres.critere-carriere .critere-card span {
  font-family: "Inter";
  font-weight: 800;
  font-size: 28.63px;
  color: white;
  background: #B4985A;
  width: 52px;
  height: 52px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.criteres.critere-carriere .critere-card h4 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  color: #000;
  margin: 20px 0;
}
.criteres.critere-carriere .critere-card p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.criteres.critere-carriere .critere-card p strong {
  font-weight: 700;
}
@media (max-width: 800px) {
  .criteres.critere-carriere .critere-card p {
    font-size: 18px;
  }
}

.intro-top .container {
  min-height: 227px;
}
@media (max-width: 900px) {
  .intro-top .container {
    min-height: 170px;
  }
}
.intro-top .container h2 {
  font-size: 37px;
}

.opportuniteCarriere {
  border-top: 8px solid #B4985A;
  padding-top: 35px;
  padding-top: 35px !important;
  margin-top: 80px;
}
@media (max-width: 760px) {
  .opportuniteCarriere {
    margin-top: 20px;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  .opportuniteCarriere #selectForm .slick-list {
    margin-left: -50px;
  }
}
.opportuniteCarriere .topOpportunite {
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.2117647059);
}
.opportuniteCarriere .topOpportunite h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  color: #292929;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .opportuniteCarriere .topOpportunite h3 {
    font-size: 43px;
    margin-bottom: 20px;
    line-height: 125%;
  }
}
.opportuniteCarriere .topOpportunite p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 24px;
  color: #292929;
  margin-bottom: 0;
}
.opportuniteCarriere .topOpportunite form {
  padding: 35px 0;
}
.opportuniteCarriere .cardOpportunite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}
.opportuniteCarriere .cardOpportunite .itemOpportunite {
  padding: 35px;
  box-shadow: 0 11.83px 29.57px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  border-radius: 14px;
}
@media (max-width: 1000px) {
  .opportuniteCarriere .cardOpportunite .itemOpportunite {
    display: block;
  }
  .opportuniteCarriere .cardOpportunite .itemOpportunite .cardBtn {
    margin: auto;
    margin-top: 20px;
    width: 185px;
    display: block;
  }
}
@media (max-width: 1000px) and (max-width: 768px) {
  .opportuniteCarriere .cardOpportunite .itemOpportunite .cardBtn {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .opportuniteCarriere .cardOpportunite .itemOpportunite {
    padding: 35px;
  }
}
.opportuniteCarriere .cardOpportunite .itemOpportunite .w-first {
  width: 80%;
}
@media (max-width: 1000px) {
  .opportuniteCarriere .cardOpportunite .itemOpportunite .w-first {
    width: 100%;
  }
}
.opportuniteCarriere .cardOpportunite .itemOpportunite h4 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  color: #000;
  margin-bottom: 18px;
}
.opportuniteCarriere .cardOpportunite .itemOpportunite p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 0;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.opportuniteCarriere .cardOpportunite .itemOpportunite p strong {
  font-weight: 700;
}
.opportuniteCarriere .cardOpportunite .itemOpportunite span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
  color: #626262;
}
.opportuniteCarriere .cardOpportunite .itemOpportunite span strong {
  font-weight: 700;
}
.opportuniteCarriere .cardOpportunite .btnMore.cardBtn {
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  background: transparent;
  color: #999999;
  font-weight: 600;
  border-radius: 8px;
  width: 184px;
  display: block;
  margin: auto;
  margin-top: 60px;
  line-height: 0;
}
.opportuniteCarriere .cardOpportunite .btnMore.cardBtn:hover {
  background: #999999;
  color: white;
}
@media (max-width: 768px) {
  .opportuniteCarriere .cardOpportunite .btnMore.cardBtn {
    width: 90% !important;
    margin-top: 0;
  }
}

.tags {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 426px) {
  .tags {
    display: block;
  }
}
.tags li {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  color: #000;
  padding: 5px 15px;
  margin-right: 18px;
  background: #F6F8FA;
  border-radius: 36px;
}
[dir=rtl] .tags li {
  margin-right: 0;
  margin-left: 18px;
}
@media (max-width: 760px) {
  .tags li {
    padding: 5px 10px;
  }
}
@media (max-width: 426px) {
  .tags li {
    display: inline-block;
    margin-bottom: 15px;
  }
}

.postuleModel .modal-dialog {
  max-width: 1000px;
}
.postuleModel .modal-dialog .modal-header {
  display: block;
  text-align: center;
  padding: 28px;
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.2117647059);
}
.postuleModel .modal-dialog .modal-header .btn-close {
  opacity: 1;
  position: absolute;
  right: 22px;
  top: 22px;
  background-size: 24px;
}
@media (max-width: 640px) {
  .postuleModel .modal-dialog .modal-header {
    padding: 28px 0;
  }
}
.postuleModel .modal-dialog .modal-header h2 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 471px) {
  .postuleModel .modal-dialog .modal-header h2 {
    width: 95%;
    font-size: 30px;
    line-height: 35px;
  }
}
.postuleModel .modal-dialog .modal-header p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 0;
  margin-bottom: 0;
  max-width: 660px;
  margin: 0 auto 18px auto;
  width: 95%;
}
.postuleModel .modal-dialog .modal-header p strong {
  font-weight: 700;
}
.postuleModel .modal-dialog .modal-header span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
  color: #626262;
}
.postuleModel .modal-dialog .modal-header span strong {
  font-weight: 700;
}
.postuleModel .modal-dialog .modal-body {
  padding-top: 52px;
}
.postuleModel .modal-dialog .modal-body .form-contact .cardBtn {
  max-width: 185px !important;
}
.postuleModel .modal-dialog .tags {
  align-items: center;
  margin: 18px auto;
  justify-content: center;
}
@media (max-width: 471px) {
  .postuleModel .modal-dialog .tags {
    width: 95%;
  }
}
@media (max-width: 471px) {
  .postuleModel .modal-dialog .tags li {
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .postuleModel .modal-dialog .tags li {
    font-size: 12px;
    padding: 5px 5px;
  }
}

/* ------------------------------------------- */
/* SECTION PRINCIPALE & ESPACEMENT             */
/* ------------------------------------------- */
.criteres {
  background-color: #f8f9fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: "Baufra", sans-serif;
}

/* ------------------------------------------- */
/* TITRES ET SOUS-TITRES                       */
/* ------------------------------------------- */
.section-title {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: var(--AlAJial-secondary);
  margin-bottom: 1rem;
  padding-bottom: 10px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background-color: var(--AlAJial-light-border);
}

.section-subtitle {
  text-align: center;
  color: #6c757d;
  margin-bottom: 3rem;
  font-size: 1rem;
}

/* ------------------------------------------- */
/* MISE EN PAGE 2x2 (Flexbox)                 */
/* ------------------------------------------- */
.critere-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--critere-gap) / 2);
  margin-right: calc(-1 * var(--critere-gap) / 2);
}

.critere-item {
  width: 50%;
  padding: var(--critere-gap) calc(var(--critere-gap) / 2);
  display: flex;
}

/* ------------------------------------------- */
/* Styles pour les Cartes et Numérotation      */
/* ------------------------------------------- */
.critere-card {
  flex-grow: 1;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  padding-top: 50px;
}

.critere-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Titre de la carte */
.critere-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--AlAJial-secondary);
  margin-bottom: 0.5rem;
  margin-top: 10px;
}

/* Description de la carte */
.critere-description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 0;
}

/* Numérotation (Cercle Or/Numéro Blanc) */
.critere-item .critere-card::before {
  content: counter(critere-counter);
  counter-increment: critere-counter;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--AlAJial-primary-gold);
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

/* ------------------------------------------- */
/* RESPONSIVE (1 colonne sur mobile)          */
/* ------------------------------------------- */
@media (max-width: 768px) {
  .criteres {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .critere-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .critere-item {
    width: 100%;
    padding: 0;
    margin-bottom: var(--critere-gap);
  }
  .critere-card {
    padding: 1.5rem;
    padding-top: 50px;
  }
}
.diyar8-container {
  width: 100%;
  color: #222;
  background-color: #fff;
}
.diyar8-container .image-gallery {
  gap: 1rem;
  padding: 0 50px 40px;
  margin: 0 auto;
}
.diyar8-container .image-gallery img {
  object-fit: cover;
}
.diyar8-container .image-gallery img:hover {
  transform: scale(1.05);
}
.diyar8-container .image-slider {
  position: relative;
}
.diyar8-container .image-slider .slick-slide {
  margin: 0 12px;
}
.diyar8-container .image-slider .slick-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.diyar8-container .image-slider .slick-prev,
.diyar8-container .image-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  background: #FFFFFF;
  border-radius: 6px;
  z-index: 10;
}
.diyar8-container .image-slider .slick-prev .slick-slide,
.diyar8-container .image-slider .slick-next .slick-slide {
  padding: 0 15px !important;
}
.diyar8-container .image-slider .slick-prev .slick-list,
.diyar8-container .image-slider .slick-next .slick-list {
  padding: 0 -15px !important;
}
.diyar8-container .image-slider .slick-prev:before,
.diyar8-container .image-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  color: #555;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.diyar8-container .image-slider .slick-prev:hover, .diyar8-container .image-slider .slick-prev:focus,
.diyar8-container .image-slider .slick-next:hover,
.diyar8-container .image-slider .slick-next:focus {
  background: #F0F0F0;
}
.diyar8-container .image-slider .slick-prev:before,
.diyar8-container .image-slider .slick-next:before {
  content: "" !important;
  display: none !important;
}
.diyar8-container .image-slider .slick-prev {
  left: 0px;
  background-image: url(/themes/ajial/front/assets/images/Group4.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.diyar8-container .image-slider .slick-next {
  right: 0px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url(/themes/ajial/front/assets/images/Group5.png) !important;
}
.diyar8-container .image-slider .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.diyar8-container .image-slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.diyar8-container .image-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #B4985A;
  border-radius: 50%;
  padding: 0;
  border: none;
  font-size: 0;
}
.diyar8-container .image-slider .slick-dots li.slick-active button {
  background: #333;
}
.diyar8-container .diyar8-header {
  text-align: center;
  margin-bottom: 2rem;
}
.diyar8-container .diyar8-header h1 {
  font-family: "baufra";
  font-weight: 300;
  font-size: 40px;
  color: #292929;
  padding: 0;
  margin-bottom: 0;
}
.diyar8-container .main-image {
  width: 94%;
  height: auto;
  margin-top: 20px;
  box-shadow: 0px 11.83px 29.57px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.diyar8-container .main-image img {
  border-radius: 8px;
  object-fit: cover;
}
.diyar8-container .project-section {
  font-family: "Poppins";
}
.diyar8-container .project-section h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 40px;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: 4px solid #E1D6BD;
  display: block;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
[dir=rtl] .diyar8-container .project-section h3 {
  text-align: right;
}
.diyar8-container .project-section p {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  text-align: left;
  color: #000000;
  padding-top: 25px;
  padding-bottom: 25px;
}
[dir=rtl] .diyar8-container .project-section p {
  text-align: right;
}
.diyar8-container .key-figures {
  text-align: left;
}
[dir=rtl] .diyar8-container .key-figures {
  text-align: right;
}
.diyar8-container .key-figures h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 40px;
  color: #292929;
  padding: 0;
  margin-bottom: 0;
  padding-top: 35px;
  border-bottom: 4px solid #E1D6BD;
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 18px;
  text-transform: uppercase;
}
[dir=rtl] .diyar8-container .key-figures h3 {
  text-align: right;
}
.diyar8-container .key-figures .figures-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  justify-content: center;
  margin: 0 auto 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.diyar8-container .key-figures .figures-grid .figure-card {
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
}
.diyar8-container .key-figures .figures-grid .figure-card:hover {
  transform: translateY(-5px);
}
.diyar8-container .key-figures .figures-grid .figure-card span, .diyar8-container .key-figures .figures-grid .figure-card p {
  margin: 0;
  padding: 0;
}
.diyar8-container .key-figures .figures-grid .figure-card span {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
  text-align: center;
}
.diyar8-container .key-figures .figures-grid .figure-card p:nth-of-type(1) {
  font-size: 80px;
  font-weight: 700;
  font-family: "Poppins";
  color: white;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
}
.diyar8-container .key-figures .figures-grid .figure-card p:nth-of-type(2) {
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: white;
  position: relative;
  top: 0.3em;
  margin-left: 0.1em;
}
.diyar8-container .key-figures-footer {
  max-width: 900px;
  text-align: left;
}
[dir=rtl] .diyar8-container .key-figures-footer {
  text-align: right;
}
.diyar8-container .key-figures-footer .btn {
  font-size: 16px;
  font-weight: 600;
  background-color: white;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid gray;
  padding-left: 35px;
  padding-right: 20px;
  position: relative;
}
[dir=rtl] .diyar8-container .key-figures-footer .btn {
  padding-left: 20px;
  padding-right: 35px;
}
.diyar8-container .key-figures-footer .btn::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 25px;
  position: absolute;
  left: 30px;
  top: 57%;
  transform: translateY(-50%);
  color: transparent;
  transition: color 0.3s ease, right 0.3s ease;
}
.diyar8-container .key-figures-footer .btn:hover {
  background-color: #f3f3f3;
  color: black;
}
.diyar8-container .key-figures-footer .btn:hover::before {
  left: 8px;
  color: black;
}

/* 🔁 Responsive */
@media (max-width: 768px) {
  .section-title {
    padding-top: 100px;
  }
  .diyar8-container .key-figures .figures-grid .figure-card p:nth-of-type(1) {
    font-size: 90px;
  }
  .diyar8-container .key-figures .figures-grid .figure-card {
    height: 254px;
    padding: 60px 30px;
  }
  .diyar8-container {
    padding: 2rem 1rem;
  }
  .diyar8-container .main-image {
    width: 100%;
  }
  .diyar8-container .main-image img {
    height: 400px;
    object-fit: cover;
  }
  .diyar8-container .image-gallery {
    padding: 0 !important;
  }
  .diyar8-container .image-gallery img {
    height: 405px !important;
    object-fit: cover;
  }
  .diyar8-container .image-slider .slick-slide {
    margin: 0 !important;
  }
  .diyar8-container .image-slider img {
    width: 100%;
  }
  .diyar8-container .image-slider .slick-prev,
  .diyar8-container .image-slider .slick-next {
    display: none !important;
  }
  .diyar8-container .image-slider .slick-dots {
    bottom: -26px !important;
    left: 10px !important;
    right: auto !important;
    text-align: left !important;
  }
  [dir=rtl] .diyar8-container .image-slider .slick-dots {
    right: 10px !important;
    left: auto !important;
    text-align: right !important;
  }
  .diyar8-container .diyar8-title {
    font-size: 2rem;
  }
  .diyar8-container .project-section .image-gallery img {
    width: 100%;
  }
  .diyar8-container .figures-grid {
    grid-template-columns: 1fr !important;
  }
  .diyar8-container .key-figures-footer .btn {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.first-section {
  z-index: 100;
  background: red;
  backdrop-filter: blur(1px);
  border-top: 8px solid #B4985A;
  position: relative;
}

.farah-maghreb + .opportuniteCarriere {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.farah-header {
  text-align: center;
}
.farah-header h1 {
  font-family: "baufra";
  font-weight: 300;
  font-size: 40px;
  color: #292929;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-nav .breadcrumb {
  background: transparent;
  margin-bottom: 0;
}
.breadcrumb-nav .breadcrumb a {
  color: #6c757d;
  text-decoration: none;
}
.breadcrumb-nav .breadcrumb .active {
  color: #000;
}

.expertise {
  margin-bottom: 0 !important;
}
.expertise .expertise-text {
  padding-top: 25px;
  padding-bottom: 25px;
}
.expertise h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  color: #292929;
  padding-top: 25px !important;
  padding-bottom: 18px !important;
  margin-bottom: 0;
  border-bottom: 4px solid #E1D6BD;
  text-transform: uppercase;
}
.expertise strong {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
}
.expertise p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  padding-top: 25px !important;
}
.expertise .image-gallery-farah {
  gap: 1rem;
  padding: 0 50px 40px;
  margin: 0 auto;
}
.expertise .image-gallery-farah img {
  object-fit: cover;
}
.expertise .image-gallery-farah img:hover {
  transform: scale(1.05);
}
.expertise .image-slider-farah {
  position: relative;
}
.expertise .image-slider-farah .slick-slide {
  margin: 0 12px;
}
.expertise .image-slider-farah .slick-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.expertise .image-slider-farah .slick-prev,
.expertise .image-slider-farah .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  background: #FFFFFF;
  border-radius: 6px;
  z-index: 10;
}
.expertise .image-slider-farah .slick-prev .slick-slide,
.expertise .image-slider-farah .slick-next .slick-slide {
  padding: 0 15px !important;
}
.expertise .image-slider-farah .slick-prev .slick-list,
.expertise .image-slider-farah .slick-next .slick-list {
  padding: 0 -15px !important;
}
.expertise .image-slider-farah .slick-prev:before,
.expertise .image-slider-farah .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  color: #555;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.expertise .image-slider-farah .slick-prev .slick-prev:before,
.expertise .image-slider-farah .slick-prev .slick-next:before,
.expertise .image-slider-farah .slick-next .slick-prev:before,
.expertise .image-slider-farah .slick-next .slick-next:before {
  content: "" !important;
  display: none !important;
}
.expertise .image-slider-farah .slick-prev:hover, .expertise .image-slider-farah .slick-prev:focus,
.expertise .image-slider-farah .slick-next:hover,
.expertise .image-slider-farah .slick-next:focus {
  background: #F0F0F0;
}
.expertise .image-slider-farah .slick-prev:before,
.expertise .image-slider-farah .slick-next:before {
  content: "" !important;
  display: none !important;
}
.expertise .image-slider-farah .slick-prev {
  left: 0px;
  background-image: url(/themes/ajial/front/assets/images/Group4.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
[dir=rtl] .expertise .image-slider-farah .slick-prev {
  left: 0px;
}
.expertise .image-slider-farah .slick-next {
  right: 0px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url(/themes/ajial/front/assets/images/Group5.png) !important;
}
[dir=rtl] .expertise .image-slider-farah .slick-next {
  right: 0px;
}
.expertise .image-slider-farah .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.expertise .image-slider-farah .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.expertise .image-slider-farah .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #B4985A;
  border-radius: 50%;
  padding: 0;
  border: none;
  font-size: 0;
}
.expertise .image-slider-farah .slick-dots li.slick-active button {
  background: #333;
}
.expertise .separator {
  margin-top: 30px;
}

.strategie {
  padding-top: 24px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.strategie p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}
.strategie strong {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
}
.strategie h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  color: #292929;
  border-bottom: 4px solid #E1D6BD;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.strategie .stat-cards-container {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  gap: 24px !important;
}
.strategie .stat-cards-container .stat-card-wrapper {
  flex: 0 0 auto;
  width: 288px !important;
  max-width: none;
}
.strategie .stat-card {
  border-radius: 8px;
  text-align: center;
  height: 300px;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  padding: 20px 20px;
}
.strategie .stat-card:hover {
  transform: translateY(-5px);
}
.strategie .stat-card span, .strategie .stat-card p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.strategie .stat-card span:first-child {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 100px;
  color: white;
}
.strategie .stat-card span:last-child {
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 700;
}
.strategie .stat-card p:nth-child(2) {
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 500;
  color: white;
  line-height: 100%;
  text-align: center;
  text-transform: lowercase;
}
.strategie .stat-card p:nth-child(3) {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.strategie .cards-gallery-farah {
  gap: 1rem;
  padding: 0 50px 40px;
  margin: 0 auto;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.strategie .cards-gallery-farah img {
  object-fit: cover;
}
.strategie .cards-gallery-farah img:hover {
  transform: scale(1.05);
}
.strategie .cards-slider-farah {
  position: relative;
}
.strategie .cards-slider-farah .slick-slide {
  margin: 0 10px;
}
.strategie .cards-slider-farah .slick-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.strategie .cards-slider-farah .slick-prev,
.strategie .cards-slider-farah .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  background: #FFFFFF;
  border-radius: 6px;
  z-index: 10;
}
.strategie .cards-slider-farah .slick-prev .slick-slide,
.strategie .cards-slider-farah .slick-next .slick-slide {
  padding: 0 15px !important;
}
.strategie .cards-slider-farah .slick-prev .slick-list,
.strategie .cards-slider-farah .slick-next .slick-list {
  padding: 0 -15px !important;
}
.strategie .cards-slider-farah .slick-prev .slick-list,
.strategie .cards-slider-farah .slick-prev .slick-track,
.strategie .cards-slider-farah .slick-next .slick-list,
.strategie .cards-slider-farah .slick-next .slick-track {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.strategie .cards-slider-farah .slick-prev .slick-prev:before,
.strategie .cards-slider-farah .slick-prev .slick-next:before,
.strategie .cards-slider-farah .slick-next .slick-prev:before,
.strategie .cards-slider-farah .slick-next .slick-next:before {
  content: "" !important;
  display: none !important;
}
.strategie .cards-slider-farah .slick-prev:hover, .strategie .cards-slider-farah .slick-prev:focus,
.strategie .cards-slider-farah .slick-next:hover,
.strategie .cards-slider-farah .slick-next:focus {
  background: #F0F0F0;
}
.strategie .cards-slider-farah .slick-prev {
  left: 0px;
  background-image: url(/themes/ajial/front/assets/images/Group4.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.strategie .cards-slider-farah .slick-next {
  right: 0px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url(/themes/ajial/front/assets/images/Group5.png) !important;
}
.strategie .cards-slider-farah .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.strategie .cards-slider-farah .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.strategie .cards-slider-farah .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #E0E0E0;
  border-radius: 50%;
  padding: 0;
  border: none;
  font-size: 0;
}
.strategie .cards-slider-farah .slick-dots li.slick-active button {
  background: #333;
}

.farah-maghreb {
  /* ------------------- Responsive Mobile ------------------- */
}
.farah-maghreb .projects-slider {
  background-color: #fff;
}
.farah-maghreb .projects-slider .projects-title-wrapper {
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.2117647059);
  margin-bottom: 41px;
  padding-bottom: 25px;
}
.farah-maghreb .projects-slider .projects-title-wrapper .container h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  padding: 0;
  text-align: left;
}
[dir=rtl] .farah-maghreb .projects-slider .projects-title-wrapper .container h3 {
  text-align: right;
}
.farah-maghreb .projects-slider .slick-slider {
  position: relative;
}
.farah-maghreb .projects-slider .slick-slider .slider-card-farah {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.farah-maghreb .projects-slider .slick-slider .slider-card-farah img {
  width: 70%;
  display: block;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
}
.farah-maghreb .projects-slider .slick-slider .slider-card-farah .overlay {
  position: absolute;
  top: 5%;
  left: 17%;
  width: 27%;
  height: 90%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
[dir=rtl] .farah-maghreb .projects-slider .slick-slider .slider-card-farah .overlay {
  right: 17%;
  left: auto;
}
.farah-maghreb .projects-slider .slick-slider .slider-card-farah .overlay .cardBtn {
  margin-top: 15px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
}
.farah-maghreb .projects-slider .slick-slider .slider-card-farah .overlay h4 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 26px;
  text-align: center;
}
.farah-maghreb .projects-slider .slick-slider .slider-card-farah .overlay p {
  font-size: 14px;
  margin-top: 18px;
  font-family: "Poppins";
  font-weight: 400;
  color: white;
  text-align: center;
}
.farah-maghreb .projects-slider .slick-slider .slick-prev,
.farah-maghreb .projects-slider .slick-slider .slick-next {
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 2;
}
.farah-maghreb .projects-slider .slick-slider .slick-prev:before,
.farah-maghreb .projects-slider .slick-slider .slick-next:before {
  content: none !important;
  display: none !important;
}
.farah-maghreb .projects-slider .slick-slider .slick-prev:hover,
.farah-maghreb .projects-slider .slick-slider .slick-next:hover {
  background: #f7f7f7;
  border-color: rgba(0, 0, 0, 0.4);
}
.farah-maghreb .projects-slider .slick-slider .slick-prev {
  left: 10px !important;
  background-image: url("/themes/ajial/front/assets/images/Group4.png");
  background-repeat: no-repeat;
  background-position: center;
}
.farah-maghreb .projects-slider .slick-slider .slick-next {
  right: 10px !important;
  right: 0px;
  background-image: url("/themes/ajial/front/assets/images/Group5.png");
  background-repeat: no-repeat;
  background-position: center;
}
.farah-maghreb .projects-slider .slick-slider .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.farah-maghreb .projects-slider .slick-slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.farah-maghreb .projects-slider .slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #B4985A;
  border-radius: 50%;
  padding: 0;
  border: none;
  font-size: 0;
}
.farah-maghreb .projects-slider .slick-slider .slick-dots li.slick-active button {
  background: #333;
}
.farah-maghreb .projects-slider .cardBtn:hover {
  color: white;
  background-color: #B4985A;
}
.farah-maghreb .projects-slider .key-figures-footer {
  max-width: 900px !important;
  text-align: left;
  margin-top: 100px;
}
[dir=rtl] .farah-maghreb .projects-slider .key-figures-footer {
  text-align: right;
}
.farah-maghreb .projects-slider .key-figures-footer .btn {
  background-color: white;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.4);
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
}
.farah-maghreb h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: black;
}
.farah-maghreb .expertise .logo-farah {
  width: 100%;
  padding-top: 40px;
}
.farah-maghreb .expertise .logo-farah img {
  height: 150px !important;
  box-shadow: 0px 11.83px 29.57px 0px rgba(0, 0, 0, 0.1019607843);
}
.farah-maghreb .expertise .separator {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .farah-maghreb .expertise-top {
    flex-direction: column;
  }
  .farah-maghreb .stat-cards-container {
    flex-wrap: wrap !important;
    width: 100% !important;
  }
  .farah-maghreb .stat-card-wrapper {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  .farah-maghreb .stat-card {
    max-width: none !important;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .farah-maghreb .key-figures-footer .btn {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .farah-maghreb .strategie .slick-dots {
    left: -65px;
  }
  .farah-maghreb .strategie .slick-prev,
  .farah-maghreb .strategie .slick-next {
    display: none !important;
  }
  .farah-maghreb .strategie .stat-card-wrapper {
    flex-wrap: wrap;
  }
  .farah-maghreb .strategie .stat-card {
    flex: 1 1 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .farah-maghreb .strategie .cards-slider-farah .slick-slide {
    margin: 0;
  }
  .farah-maghreb .strategie .cards-gallery-farah {
    padding: 0 !important;
    margin: 0;
  }
  .farah-maghreb .strategie .stat-cards-container {
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center;
  }
  .farah-maghreb .strategie .stat-card-wrapper {
    width: 100% !important;
  }
  .farah-maghreb .strategie .stat-card-wrapper .slick-slide {
    width: 100% !important;
  }
  .farah-maghreb .strategie .stat-card {
    max-width: none !important;
    min-height: 120px;
    max-width: 290px !important;
    width: 290px !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 992px) {
  .farah-maghreb .farah-maghreb h3 {
    font-size: 24px;
  }
  .farah-maghreb .logo-farah {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .farah-maghreb .logo-farah img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
  }
  .farah-maghreb .projects-slider .slick-slider .slider-card-farah img {
    width: 100% !important;
    height: 672px !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .farah-maghreb .projects-slider .slick-slider .slider-card-farah .overlay {
    height: 53% !important;
    top: 294px !important;
    left: 0;
    right: 0;
    margin: auto;
  }
  [dir=rtl] .farah-maghreb .projects-slider .slick-slider .slider-card-farah .overlay {
    left: 0;
    right: 0;
    margin: auto;
  }
  .farah-maghreb .projects-slider .slick-slider .slider-card-farah .overlay h4 {
    font-size: 22px;
  }
  .farah-maghreb .projects-slider .slick-slider .slider-card-farah .overlay p {
    font-size: 13px;
  }
  .farah-maghreb .projects-slider .slick-slider .slick-dots {
    left: 0px !important;
    margin-bottom: 0 !important;
  }
  .farah-maghreb .expertise .image-gallery-farah {
    padding: 0 !important;
  }
  .farah-maghreb .expertise .image-slider-farah .slick-slide img {
    height: 220px !important;
  }
  .farah-maghreb .expertise .image-slider-farah .slick-dots {
    left: -110px;
    bottom: -20px !important;
  }
  [dir=rtl] .farah-maghreb .expertise .image-slider-farah .slick-dots {
    right: -110px;
    left: auto;
  }
  .farah-maghreb .expertise .image-slider-farah .slick-prev,
  .farah-maghreb .expertise .image-slider-farah .slick-next {
    display: none !important;
  }
}

/* =========================
Tablet – 1024px
========================= */
@media (max-width: 1190px) and (min-width: 923px) {
  .farah-maghreb .projects-slider .slick-slider .slider-card-farah .overlay {
    position: absolute;
    top: 15px;
    right: 24px;
    padding: 20px 18px;
    height: 95%;
    border-radius: 16px;
    text-align: center;
  }
}
/* =========================
   Mobile
   ========================= */
@media (max-width: 923px) {
  .farah-maghreb .projects-slider .projects-title-wrapper {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .farah-maghreb .projects-slider .projects-title-wrapper h3 {
    font-size: 20px;
    text-align: center;
  }
  .farah-maghreb .projects-slider .slick-slider .slider-card-farah {
    flex-direction: column;
  }
  .farah-maghreb .projects-slider .slick-slider .slider-card-farah img {
    width: 100%;
    height: 520px;
    border-radius: 16px 16px 0 0;
  }
  .farah-maghreb .projects-slider .slick-slider .slider-card-farah .overlay {
    position: absolute;
    bottom: 0;
    top: 150px;
    left: 10px;
    right: 10px;
    width: auto;
    height: 350px;
    border-radius: 16px 16px 16px 16px;
    padding: 14px 12px;
  }
  .farah-maghreb .projects-slider .slick-slider .slider-card-farah h4 {
    font-size: 18px;
  }
  .farah-maghreb .projects-slider .slick-slider .slider-card-farah p {
    font-size: 13px;
    line-height: 1.4;
  }
  .farah-maghreb .projects-slider .slick-slider .slider-card-farah .cardBtn {
    font-size: 14px;
    padding: 8px 12px;
  }
  .farah-maghreb .projects-slider .slick-slider .slick-prev,
  .farah-maghreb .projects-slider .slick-slider .slick-next {
    display: none;
  }
  .farah-maghreb .projects-slider .slick-slider .slick-dots {
    bottom: -20px;
  }
}
.overlay .badge-status {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 60px;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 5px;
}

.overlay .badge-status.livre {
  background-color: #B4985A;
  color: #ffffff;
}

.overlay .badge-status.encours {
  background-color: #ffffff;
  color: #6B6B6B;
}

/* Intro */
.project-section {
  padding-top: 80px;
}

.intro {
  background-color: white;
  padding: 10px 0 4px;
  z-index: 1;
}
.intro .diyar8-content {
  width: 95%;
  margin: auto;
}
.intro h1 {
  font-weight: 600;
  margin-bottom: 0.5px;
}
.intro p {
  font-size: 1.1px;
  color: #555;
}
.intro .breadcrumb {
  background: none;
}
.intro .breadcrumb li a {
  color: inherit;
  text-decoration: none;
}
.intro .breadcrumb .breadcrumb-item.active {
  color: #B4985A;
}

.project-section {
  padding-top: 48px;
}
.project-section .project-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
.project-section .project-text p {
  margin-bottom: 25px;
}
.project-section .project-flex .project-text,
.project-section .project-flex .project-image {
  flex: 1;
}
.project-section .project-flex.reverse {
  flex-direction: row-reverse;
}
.project-section h2 {
  font-weight: 600;
  font-family: "baufra";
  font-size: 40px;
  margin-bottom: 1px;
  margin-bottom: 41px;
  padding-bottom: 25px;
  border-bottom: 4px solid #E1D6BD;
  text-transform: uppercase;
}
.project-section .cardBtn {
  color: rgba(255, 255, 255, 0.6);
}
.project-section .cardBtn:hover {
  color: white;
  background-color: #B4985A;
}
.project-section .btn-back-portfolio {
  display: inline-block;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.4);
  padding: 12px 28px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
  padding-left: 35px;
}
.project-section .btn-back-portfolio::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 25px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  transition: color 0.3s ease, right 0.3s ease;
}
.project-section .btn-back-portfolio:hover {
  background-color: #f3f3f3;
  color: black;
}
.project-section .btn-back-portfolio:hover::before {
  left: 8px;
  color: black;
}

@media (max-width: 768px) {
  .cardBtn {
    width: 100% !important;
    min-width: unset;
    display: block;
    margin-right: 0;
  }
  .project-section .btn-back-portfolio {
    width: 100% !important;
    display: block;
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .project-section .project-flex {
    display: flex !important;
    flex-direction: column !important;
  }
  .project-section .project-flex .project-image {
    order: 1 !important;
    height: 410px !important;
  }
  .project-section .project-flex .project-image .img-fluid {
    width: 100%;
    height: 410px;
    object-fit: cover;
  }
  .project-section .project-flex .project-text {
    order: 2 !important;
    display: grid !important;
    text-align: left;
  }
  .project-section .project-flex .project-text h2 {
    grid-row: 1;
    text-align: left;
    font-size: 30px !important;
  }
  .project-section .project-flex .project-text p {
    grid-row: 2;
    text-align: left;
  }
  .project-section .project-flex .project-text .cardBtn {
    grid-row: 3;
    margin: 0 auto !important;
  }
  .project-section .project-flex.reverse {
    flex-direction: column !important;
  }
  .project-section .project-flex.reverse .project-image {
    order: 1 !important;
  }
  .project-section .project-flex.reverse .project-text {
    order: 2 !important;
  }
}
@media (max-width: 992px) {
  .project-section .row {
    text-align: center;
  }
  .project-section .row img {
    margin-top: 2px;
  }
  .projects-slider .slider-card-secteur img {
    height: 300px;
  }
  .project-flex {
    flex-direction: column !important;
    text-align: center;
  }
  .page-immobilier .projects-slider .slick-slider-secteur .slick-dots {
    left: -128px !important;
  }
  .page-immobilier .projects-slider .slick-slider .slider-card-secteur .overlay {
    top: 325px !important;
    height: auto !important;
  }
  .page-immobilier .projects-slider .slick-slider .slider-card-secteur img {
    height: 672px !important;
  }
}
.structure-card {
  position: relative;
  overflow: hidden;
}

.structure-card > :not(.info-panel) {
  transition: opacity 0.3s ease;
}

.structure-card .info-panel {
  width: auto !important;
  min-height: auto !important;
  max-height: none !important;
  display: block !important;
  margin: 0 !important;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 24px;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 3;
}
.structure-card .info-panel p {
  color: white !important;
  min-height: auto !important;
  padding-top: auto !important;
  line-height: auto !important;
  min-height: auto !important;
}

.structure-card .info-panel p {
  color: white;
}

.structure-card:has(.info-panel:hover) > :not(.info-panel),
.structure-card:has(.info-panel[style*="opacity: 1"]) > :not(.info-panel) {
  opacity: 0;
}

.structure-card:hover .info-panel {
  opacity: 1;
  pointer-events: auto;
}

.slider-card.show-overlay .overlay {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.6);
}

.slider-card.show-overlay .overlay h4,
.slider-card.show-overlay .overlay p,
.slider-card.show-overlay .overlay a {
  opacity: 0;
}

.slider-card {
  position: relative;
}

.info-panel p {
  font-size: 18px;
}

.info-panel {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  transform: translateX(0);
  height: 83%;
  color: #fff;
  padding: 24px 24px;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 3;
  max-height: 83% !important;
  overflow-y: auto !important;
  pointer-events: auto !important;
}
.info-panel p {
  color: white;
}

.info-panel.show {
  opacity: 1;
  pointer-events: auto;
  top: 5%;
}

.portfolio-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.structure-content {
  display: none;
}
.structure-content .slick-dots {
  margin-bottom: -60px;
}

.structure-content.active {
  display: block;
}

.tabs-simple {
  list-style: none;
  padding: 0;
  margin: 20px auto 40px auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.tabs-simple li {
  cursor: pointer;
  padding: 0.6rem 1.6rem;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background-color: transparent;
  color: #333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.tabs-simple li:hover {
  background-color: #B4985A;
  border-color: #B4985A;
  color: #fff;
}
.tabs-simple li.active {
  background-color: #B4985A;
  border-color: #B4985A;
  color: #fff;
  font-weight: 600;
}

.border-line > .container > .subtitle {
  padding-bottom: 15px;
  border-bottom: 4px solid #E1D6BD !important;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 24px;
}
.border-line > .container > h3 {
  border: none;
  padding-bottom: 15px !important;
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  color: #292929;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.secteurs {
  padding-top: 74px;
}
.secteurs h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 18px;
}
.secteurs p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
}
.secteurs p span {
  color: #212529;
  font-weight: 700;
  font-family: "Poppins";
  font-size: 18px;
}
.secteurs p strong {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
}

.structure-full {
  background-color: white;
  padding-bottom: 80px !important;
}
.structure-full .projects-title-wrapper {
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.2117647059);
  margin-bottom: 41px;
  padding-bottom: 18px;
}
.structure-full .projects-title-wrapper h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: black;
  padding: 25px;
}
.structure-full .structure-title-btns {
  text-align: center;
  margin-bottom: 0;
}
.structure-full .structure-title-btns h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.structure-full .structure-title-btns .btn-outline-dark {
  border: 1px solid #d8d8d8;
  padding: 10px 5px;
  border-radius: 6px;
  background-color: #EAECF0;
  transition: all 0.3s ease;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  height: 45px;
  color: #999999;
  width: 295px;
  white-space: nowrap;
}
.structure-full .structure-title-btns .btn-outline-dark.active, .structure-full .structure-title-btns .btn-outline-dark:hover {
  background-color: #B4985A;
  border-color: #B4985A;
  color: #fff;
}
.structure-full .structure-slider {
  width: 90%;
  margin: 0 auto;
}
.structure-full .structure-slider .slick-slide img {
  display: inline-block !important;
}
.structure-full .structure-slider .structure-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  text-align: center;
  padding: 25px 15px;
  margin: 0 10px;
  min-height: 491px;
}
.structure-full .structure-slider .structure-card:hover {
  border-color: #c7ad73;
}
.structure-full .structure-slider .structure-card .info-panel {
  width: 90% !important;
  left: 0 !important;
  margin: auto !important;
  right: 0;
  transform: rotate(0);
}
.structure-full .structure-slider .structure-card div,
.structure-full .structure-slider .structure-card h2 {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 500;
}
.structure-full .structure-slider .structure-card div {
  width: 100%;
  max-height: 100px;
  margin: 0 auto 1.2rem auto;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.structure-full .structure-slider .structure-card div img {
  margin: auto;
}
.structure-full .structure-slider .structure-card .zain {
  width: 100%;
  height: 100px;
  display: block;
  margin: 0 auto 1.2rem auto;
}
.structure-full .structure-slider .structure-card h3 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Poppins";
  color: #000;
  text-align: center;
  padding-bottom: 2px;
}
.structure-full .structure-slider .structure-card .subtitle {
  display: block;
  font-size: 0.85rem;
  color: #b4985a;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}
.structure-full .structure-slider .structure-card span {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}
.structure-full .structure-slider .structure-card p {
  font-family: "Poppins";
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  padding-top: 18px;
  min-height: 118px;
}
.structure-full .structure-slider .structure-card .btn-gold {
  display: inline-block;
  background-color: #c7ad73;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 6px;
  padding: 0.6rem 1.4rem;
  transition: all 0.3s ease;
  border: none;
  margin-top: auto;
}
.structure-full .structure-slider .structure-card .btn-gold:hover {
  background-color: #b4985a;
}
.structure-full .structure-slider .slick-prev,
.structure-full .structure-slider .slick-next {
  display: none;
}
@media (min-width: 993px) {
  .structure-full .structure-slider .slick-prev.slick-prev,
  .structure-full .structure-slider .slick-next.slick-prev {
    left: -80px;
  }
  .structure-full .structure-slider .slick-prev.slick-next,
  .structure-full .structure-slider .slick-next.slick-next {
    right: -80px;
  }
}
.structure-full .structure-slider .slick-prev:hover,
.structure-full .structure-slider .slick-next:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.structure-full .structure-slider .slick-prev:before,
.structure-full .structure-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #333;
}
.structure-full .structure-slider .slick-prev:before {
  display: none;
}
.structure-full .structure-slider .slick-next:before {
  display: none;
}
.structure-full .structure-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #B4985A !important;
  border-radius: 50%;
  border: none;
  transition: all 0.3s ease;
}
.structure-full .structure-slider .slick-dots li button:before {
  content: "";
}
.structure-full .structure-slider .slick-dots li.slick-active button {
  background: black !important;
}
@media (max-width: 992px) {
  .structure-full .slick-dots {
    bottom: 25px;
  }
  .structure-full .slick-prev {
    display: none !important;
  }
  .structure-full .slick-next {
    display: none !important;
  }
  .structure-full .structure-slider {
    width: 100%;
  }
  .structure-full .structure-slider .structure-card {
    min-height: auto;
  }
  .structure-full .structure-slider .structure-card img {
    width: 190px;
  }
  .structure-full .structure-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    height: 100% !important;
    padding: 30px 10px !important;
    margin: 0 5px !important;
  }
  .structure-full .structure-card .cardBtn {
    margin: 15px auto 0 auto !important;
    width: 180px !important;
    padding-bottom: 20px;
    color: white;
  }
}
@media (max-width: 576px) {
  .structure-full .structure-title-btns .btn-outline-dark {
    font-size: 14px;
    width: 219px !important;
    height: 45px !important;
    line-height: 15px;
    padding: 5px 10px !important;
    white-space: wrap;
  }
}

.projects-slider {
  background-color: #fff;
  padding: 1rem 0;
}
.projects-slider .container {
  position: relative;
}
.projects-slider h3 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
}
.projects-slider .projects-title-wrapper {
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.2117647059);
  margin-bottom: 41px;
  padding-bottom: 18px;
}
.projects-slider .projects-title-wrapper .slick-arrow {
  display: none !important;
}
.projects-slider .info-panel.show {
  scrollbar-width: thin;
  scrollbar-color: #b4985a rgba(255, 255, 255, 0.14);
}
.projects-slider .info-panel.show::-webkit-scrollbar {
  width: 8px;
}
.projects-slider .info-panel.show::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  margin: 10px 0;
}
.projects-slider .info-panel.show::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #e1c58e 0%, #b4985a 100%);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.45);
}
.projects-slider .info-panel.show::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #f0d9a6 0%, #c5a35d 100%);
}
.projects-slider .slider-projects {
  position: relative;
  width: 100%;
  padding: 0 60px;
  padding-top: 60px;
}
.projects-slider .slider-projects .slider-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 8px;
  transition: transform 0.3s ease;
  width: auto;
  max-width: 305px;
  height: 369px;
}
.projects-slider .slider-projects .slider-card h4 {
  font-family: "Poppins" !important;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 0;
}
.projects-slider .slider-projects .slider-card:hover {
  transform: translateY(-5px);
}
.projects-slider .slider-projects .slider-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.projects-slider .slider-projects .slider-card .overlay {
  position: absolute;
  top: 110px;
  left: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 220px;
  border-radius: 6px;
}
.projects-slider .slider-projects .slider-card .overlay .cardBtn {
  text-decoration: underline !important;
  text-underline-offset: 2px;
  position: absolute;
  bottom: 10px;
}
.projects-slider .slider-projects .slider-card .overlay p {
  font-family: "Poppins" !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: white;
}
.projects-slider .slider-projects .slick-prev,
.projects-slider .slider-projects .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px;
  transition: all 0.3s ease;
  z-index: 2;
}
.projects-slider .slider-projects .slick-prev:hover,
.projects-slider .slider-projects .slick-next:hover {
  background: #f7f7f7;
  border-color: rgba(0, 0, 0, 0.4);
}
.projects-slider .slider-projects .slick-prev:before,
.projects-slider .slider-projects .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #333;
  opacity: 1;
}
.projects-slider .slider-projects .slick-prev:before,
.projects-slider .slider-projects .slick-next:before {
  content: "" !important;
  display: none !important;
}
.projects-slider .slider-projects .slick-prev {
  left: 0px;
  background-image: url(/themes/ajial/front/assets/images/Group4.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.projects-slider .slider-projects .slick-next {
  right: 0px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url(/themes/ajial/front/assets/images/Group5.png) !important;
}
.projects-slider .slider-projects .slick-dots {
  text-align: center;
  margin-bottom: -25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.projects-slider .slider-projects .slick-dots li {
  display: inline-block;
  margin: 0;
}
.projects-slider .slider-projects .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B4985A !important;
  border: none;
  transition: all 0.3s ease;
}
.projects-slider .slider-projects .slick-dots li button::before {
  content: "";
}
.projects-slider .slider-projects .slick-dots li.slick-active button {
  background: black !important;
}
@media (max-width: 992px) {
  .projects-slider h3 {
    font-size: 30px;
    text-align: left;
    padding-bottom: 15px;
  }
  .projects-slider .slick-track {
    display: flex;
    align-items: stretch;
  }
  .projects-slider .slick-slide {
    display: flex !important;
    justify-content: center;
  }
  .projects-slider .slider-projects {
    padding: 0 4px;
  }
  .projects-slider .slider-card {
    max-width: inherit !important;
    margin: 0 auto;
  }
  .projects-slider .slider-card .cardBtn {
    max-width: 175px !important;
    margin-right: 0 !important;
    margin-top: 20px !important;
  }
  .projects-slider .slider-card .overlay {
    width: 92% !important;
    top: 15% !important;
    transform: none !important;
    bottom: auto !important;
    margin: auto;
    left: 0 !important;
    right: 0 !important;
  }
  .projects-slider .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: -20px !important;
  }
  .projects-slider .slick-prev {
    display: none !important;
  }
  .projects-slider .slick-next {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .about-intro h1 {
    font-size: 48px !important;
    margin-bottom: 20px !important;
  }
  .intro-top .container h2 {
    font-size: 24px;
    padding-left: 17px;
  }
}
@media (max-width: 767px) {
  .criteres.critere-carriere .row {
    margin: -20px;
  }
  .criteres.critere-carriere .critere-card {
    width: 115%;
  }
  .portfolio-wrapper .first-section {
    border: 0 !important;
  }
  .realisations-slider .slider-projects .slider-card .overlay {
    top: 165px !important;
  }
  .border-line > .container > h3 {
    font-size: 30px !important;
  }
  .border-line > .container > .subtitle {
    font-size: 24px !important;
  }
  .projects-slider .projects-title-wrapper .container h3 {
    font-size: 30px !important;
  }
  .portfolio-wrapper {
    display: flex;
    flex-direction: column;
  }
  .portfolio-wrapper .projects-slider {
    overflow: visible;
    order: 2;
  }
  .portfolio-wrapper .secteurs {
    padding-top: 25px;
    order: 3;
  }
  .portfolio-wrapper .secteurs-title {
    order: 1 !important;
  }
  .secteurs h3 {
    font-size: 30px !important;
    text-align: left;
    padding-bottom: 15px;
  }
  .structure-full .structure-title-btns h3 {
    text-align: left !important;
    font-size: 33px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #292929;
  }
  .structure-full .structure-title-btns ul.d-flex {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    padding: 5px 24px !important;
    margin: 0 auto !important;
  }
  .structure-full .structure-title-btns ul.d-flex li.btn-outline-dark {
    flex: 1 1 0 !important;
    padding: 12px 5px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 0;
  }
  .portfolio-wrapper .projects-slider .slider-projects .slider-card .overlay {
    height: 220px !important;
  }
}
@media (max-width: 1400px) {
  .projects-slider .slider-projects {
    padding: 0 20px !important;
    padding-top: 40px !important;
  }
  .projects-slider .slider-projects .slick-prev {
    left: -40px !important;
  }
  .projects-slider .slider-projects .slick-next {
    right: -40px !important;
  }
  .projects-slider .slider-card {
    max-width: 280px;
    height: 380px;
  }
  .projects-slider .slider-card img {
    height: auto;
    object-fit: cover;
  }
  .projects-slider .slider-card .overlay {
    width: 90% !important;
    left: 50% !important;
    transform: translateX(-50%);
    height: 200px;
    padding: 12px;
  }
  .projects-slider .slider-card h4 {
    font-size: 22px;
  }
  .projects-slider .slider-card p {
    font-size: 15px;
    line-height: 19px;
  }
  .projects-slider .slick-dots {
    margin-bottom: -20px;
  }
  .projects-slider .slick-prev,
  .projects-slider .slick-next {
    display: none;
  }
}
@media (max-width: 992px) {
  .projects-slider .slider-card .overlay {
    left: 0 !important;
  }
}
.projects-slider .slider-card-immobilier {
  position: relative;
  overflow: hidden;
}

.projects-slider .slider-card-immobilier img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.projects-slider .slider-card-immobilier .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  top: 30px;
  margin: auto;
  width: 90%;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 10;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-overlay.active {
  display: flex;
}

.popup-content {
  background: #fff;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.popup-header img {
  max-width: 120px;
  margin-bottom: 15px;
}

.popup-header h2 {
  margin: 0;
}

.popup-header span {
  color: #777;
  font-size: 14px;
}

.popup-body {
  margin-top: 20px;
  line-height: 1.6;
}

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.5607843137);
}
.hero-section .container {
  position: relative;
}
.hero-section .carouselText {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 500px) {
  .hero-section .carouselText {
    bottom: 40px;
  }
}
.hero-section .carouselText .carousel-text-content {
  padding: 17px 54px 25px 54px;
  width: 88%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  margin: auto;
}
@media (max-width: 800px) {
  .hero-section .carouselText .carousel-text-content {
    width: 100%;
    background: transparent;
    padding: 17px 20px 25px 20px;
  }
}
@media (max-width: 500px) {
  .hero-section .carouselText .carousel-text-content {
    padding: 17px 20px 0 20px;
  }
}
.hero-section .carouselText .carousel-text-content h2 {
  color: #fff;
  font-family: "baufra";
  font-size: 50px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 56px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .hero-section .carouselText .carousel-text-content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 460px) {
  .hero-section .carouselText .carousel-text-content h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.hero-section .carouselText .carousel-text-content p {
  font-family: "baufra";
  font-weight: 600;
  font-size: 22px;
  color: white;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  line-height: 25px;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 1000px) {
  .hero-section .carouselText .carousel-text-content p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .hero-section .carouselText .carousel-text-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.hero-section .hero-carousel-container {
  position: relative;
  height: 700px;
  margin: 0 !important;
}
.hero-section .hero-carousel-container .imageHeroSlider {
  height: 100%;
  margin: 0;
  background-size: cover;
  background-position: center;
}
.hero-section .slick-list {
  height: 100%;
}
.hero-section .slick-list .slick-track {
  height: 100%;
}
@media (max-width: 500px) {
  .hero-section .slick-list .slick-track {
    display: flex;
    align-items: self-end;
  }
}
.hero-section .slick-list .slick-track .slick-slide {
  height: 100%;
}
.hero-section .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.hero-section .slick-arrow {
  position: absolute;
  top: 42%;
  background: #919190;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
  backdrop-filter: blur(10px);
  border: 1px solid #142731;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (max-width: 800px) {
  .hero-section .slick-arrow {
    top: auto;
    bottom: -104px;
  }
}
@media (max-width: 500px) {
  .hero-section .slick-arrow {
    bottom: -112px;
  }
}
.hero-section .slick-arrow:before {
  content: none;
}
.hero-section .slick-arrow:hover {
  background-color: white;
  border-color: #B4985A;
}
.hero-section .slick-arrow.slick-prev {
  background-image: url(../svg/left-arrow.svg);
  left: 0;
}
@media (max-width: 800px) {
  .hero-section .slick-arrow.slick-prev {
    left: 20px;
  }
}
.hero-section .slick-arrow.slick-next {
  background-image: url(../svg/right-arrow.svg);
  right: 0;
}
@media (max-width: 800px) {
  .hero-section .slick-arrow.slick-next {
    right: 20px;
  }
}
.hero-section .slick-dots {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  bottom: -45px;
  height: 20px;
}
.hero-section .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  background: #F4F0E7;
}
.hero-section .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
}
.hero-section .slick-dots li button:before {
  content: none;
}
.hero-section .slick-dots li.slick-active {
  background: black;
}
@media (max-width: 1324px) {
  .hero-section .carouselText .carousel-text-content {
    padding: 12px 30px 16px 30px;
  }
  .hero-section .carouselText .carousel-text-content h1 {
    font-size: 38px;
    line-height: 44px;
  }
  .hero-section .carouselText .carousel-text-content p {
    font-size: 17px;
    line-height: 21px;
  }
}

.no-top-margin .topCarriere {
  margin-top: 40px !important;
  padding-bottom: 0 !important;
}

/* Reference Section */
/* Responsive Reference Section */
.reference-section {
  padding-top: 160px;
  background-image: url("../images/Group.png");
  background-repeat: no-repeat;
  background-position: right 0 top 20px;
}

.reference-content h2 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 60px;
  padding-bottom: 0;
}

.reference-content h3 {
  font-family: "baufra";
  font-size: 30px;
  font-weight: 600;
}

.reference-content h2,
.reference-content h3 {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.reference-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 80%;
  background-color: #E1D6BD;
  border-radius: 2px;
}
[dir=rtl] .reference-content h3::after {
  left: auto;
  right: 0;
}

.reference-text {
  text-align: left;
  margin-bottom: 60px;
}

.reference-title {
  margin-bottom: 40px;
}

.reference-title-main {
  display: block;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.38px;
  margin-bottom: 10px;
}

.reference-title-sub {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.38px;
}

.reference-description {
  margin: 0;
}
.reference-description p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Poppins";
  margin-bottom: 20px !important;
}
.reference-description p:first-child {
  margin-top: 40px !important;
}
.reference-description strong {
  font-weight: 700;
}

.highlight-company {
  color: #B4985A;
  font-weight: 700;
}

.reference-cards {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  gap: 20px;
}

@media (max-width: 1400px) and (min-width: 1000px) {
  .reference-cards {
    justify-content: center !important;
  }
  .reference-card {
    width: 33.333% !important;
    max-width: 360px !important;
  }
  .card-overlay {
    left: 45px !important;
  }
}
@media (max-width: 1120px) and (min-width: 900px) {
  .card-overlay {
    left: 20px !important;
  }
}
@media (max-width: 993px) and (min-width: 931px) {
  .card-overlay {
    left: 16px !important;
  }
  .reference-cards {
    justify-content: center;
  }
  .reference-card {
    flex: 1 1 42%;
    max-width: 42%;
  }
}
@media (max-width: 951px) and (min-width: 910px) {
  .card-overlay {
    left: 7px !important;
  }
  .reference-cards {
    justify-content: center;
  }
  .reference-card {
    flex: 1 1 48% !important;
    max-width: 48% !important;
    min-width: 280px;
  }
}
.reference-slider {
  position: absolute;
  left: 20px;
  top: 820px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 999;
}

.slider-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.slider-dot.active {
  background-color: #b4985a;
  transform: scale(1.2);
}

.reference-card {
  position: relative;
  width: 428px;
  height: 428px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.card-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-overlay {
  position: absolute;
  top: 88px;
  left: 70px;
  right: 19px;
  bottom: 19px;
  width: 267px;
  height: 310px;
  flex-shrink: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}
[dir=rtl] .card-overlay {
  right: 70px;
  left: auto;
}

.card-number {
  font-family: "Poppins";
  color: #fff;
}
.card-number .prefix {
  font-weight: 400;
  font-size: 80px;
}
.card-number .counter {
  text-align: center;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.28px;
  font-variant-numeric: tabular-nums;
  animation: glow 1.5s ease-in-out infinite alternate;
}

.card-title {
  font-family: "Poppins";
  color: #fff !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
  top: -25px;
  position: relative;
}

.card-description {
  font-family: "Poppins";
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 10px;
  top: -20px;
  position: relative;
}

.reference-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 60px;
}

.cta-button {
  display: flex;
  width: 306px;
  height: 45px;
  padding: 0 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #b4985a;
  color: var(--PureWhite, #fff);
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .more-news {
    display: none;
  }
  .partners-header h3 {
    font-size: 30px !important;
  }
  .engagement-left-unique img {
    width: 100%;
  }
  .engagement-content-unique {
    flex-direction: column;
  }
  .engagement-right-unique p {
    text-align: center;
    font-size: 20px !important;
  }
  .engagement-left-unique {
    width: 60% !important;
    height: 20% !important;
  }
  .engagement-overlay-unique {
    height: 565px !important;
  }
  .engagement-section-unique {
    height: 650px !important;
    margin-bottom: 15px !important;
  }
  .engagement-section-unique .engagement-right-unique {
    width: 100% !important;
  }
  .engagement-section-unique .engagement-right-unique h2 {
    text-align: center !important;
    font-size: 30px !important;
  }
  .engagement-section-unique .engagement-overlay-unique {
    height: 600px !important;
  }
  .engagement-section-unique .engagement-overlay-unique .cardBtn {
    color: white;
  }
  .reference-slider {
    display: none !important;
  }
  .reference-section {
    padding: 145px 0 60px 0;
    background-image: none;
  }
  .reference-content {
    padding: 0 20px;
  }
  .reference-title-main {
    font-size: 36px;
  }
  .reference-title-sub {
    font-size: 20px;
  }
  .reference-content h2 {
    font-size: 48px;
  }
  .reference-content h3 {
    font-size: 30px;
  }
  .reference-content h3::after {
    width: 100%;
  }
  .reference-description p {
    font-size: 20px;
  }
  .reference-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .reference-card {
    width: 300px;
    height: 400px;
  }
  .card-overlay {
    width: 230px;
    height: 330px;
    left: 40px !important;
    top: 40px !important;
  }
  [dir=rtl] .card-overlay {
    right: 40px !important;
    left: auto !important;
  }
  .card-title {
    margin-bottom: 0;
    text-align: center;
  }
  .reference-cta {
    padding-bottom: 0;
  }
  .cta-button {
    width: 306px;
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
  }
  .partner-logo-container {
    height: 180px !important;
    width: 250px !important;
  }
}
@media (max-width: 640px) {
  #block-ajial-notrepolitiquersehomepage {
    margin-top: 100px;
  }
}
/* Secteurs cards */
/* slider dots */
/* ================================================= */
.card-sector {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.card-sector:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(10, 10, 10, 0.08);
}
.card-sector .card-img-wrap {
  height: 140px;
  overflow: hidden;
}
.card-sector img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 0 6px;
  background: #ddd;
  opacity: 1;
}
.slider-dots button.active {
  background: var(--gold);
  transform: scale(1.05);
}

.card-content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 58%;
  border-radius: 4px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.card-content-overlay h5 {
  text-align: center;
}
.card-content-overlay button {
  text-align: center;
}
.card-content-overlay p {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 12px;
}
.card-content-overlay .btn {
  font-family: "Poppins";
  font-size: 14px;
  color: #fff;
  background-color: rgb(180, 152, 90);
  border: none;
  border-radius: 4px;
  height: 45px;
  width: 100%;
  max-width: 213px;
  padding: 0 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.engagement-section-unique img {
  height: 100%;
}

.engagement-section-unique {
  position: relative;
  width: 100%;
  height: 420px;
  margin-top: 80px;
  /* ==== COLONNE GAUCHE : Logo ==== */
  /* ==== COLONNE DROITE : Texte + Bouton ==== */
}
.engagement-section-unique .engagement-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.engagement-section-unique .engagement-overlay-unique {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 342px;
  top: 35px;
  opacity: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 7.23%, rgba(0, 0, 0, 0.432) 40.26%);
  display: flex;
  z-index: 1;
}
.engagement-section-unique .engagement-content-unique {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.engagement-section-unique .engagement-left-unique {
  width: 50%;
  height: auto;
}
.engagement-section-unique .engagement-right-unique {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  width: 80%;
}
.engagement-section-unique .engagement-right-unique h2 {
  color: white;
  font-family: "baufra" !important;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
}
.engagement-section-unique .engagement-right-unique p {
  font-family: "Poppins" !important;
  font-weight: 300 !important;
  margin: 0;
  line-height: 30px;
  font-size: 22px;
  color: white;
}
.engagement-section-unique .engagement-right-unique p strong {
  font-family: "Poppins" !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.engagement-section-unique .engagement-right-unique .cardBtn {
  font-family: "Poppins" !important;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  width: fit-content;
  padding: 0 10px;
}

.actualite-section {
  width: 100%;
  padding: 0;
}
.actualite-section h2 {
  color: white;
  font-family: "baufra" !important;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
}
.actualite-section p {
  font-family: "Poppins" !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: white;
  width: 635px;
  max-width: 100%;
}
.actualite-section .cardBtn {
  font-family: "Poppins" !important;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.actualite-image-container {
  position: relative;
  width: 100%;
  height: 286px;
  background-image: url("../images/image-14622.png");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}

.actualite-overlay {
  position: relative;
  width: calc(100% - 100px);
  height: 202px;
  bottom: -50px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin: 0 50px;
  border-radius: 8px;
}

.actualite-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.5rem;
}

.actualite-title-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}

.actualite-content {
  max-width: 1100px;
  color: #fff;
  width: 95%;
  margin: auto;
}
.actualite-content h5 {
  font-family: "baufra";
  font-weight: 300;
  font-style: Light;
  font-size: 40px;
  line-height: 106%;
  letter-spacing: 0%;
}

.actualite-logo img {
  height: 80px;
  width: auto;
  margin-bottom: 0;
}

.actualite-title {
  font-family: "Poppins";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  line-height: 1.3;
}

.actualite-btn {
  background-color: rgb(180, 152, 90);
  color: #fff;
  border: none;
  border-radius: 4px;
  height: 40px;
  width: 170px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  padding: 0 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.partners-section {
  margin-bottom: 80px !important;
}

.partners-separator {
  width: 100vw;
  height: 8px;
  background-color: rgb(180, 152, 90);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
  margin-bottom: 50px;
}

.partners-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 95% !important;
  margin-left: auto;
  margin-right: auto;
}

.partner-logo-container {
  width: auto;
  height: 180px;
  border: 1px solid rgba(153, 153, 153, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 8px;
}
.partner-logo-container:hover {
  box-shadow: 0 4px 15px rgba(180, 152, 90, 0.3);
}

.partner-logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.partners-list-full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.partners-title-full-shadow {
  width: 100%;
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.21);
  padding-bottom: 20px;
  margin-bottom: 40px;
  width: 100%;
}
.partners-title-full-shadow .partners-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partners-title-full-shadow .partners-header h3 {
  font-family: "baufra";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
}
.partners-title-full-shadow .more-news {
  color: black;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
}

.partners-title {
  font-family: "baufra";
  font-size: 36px;
  font-weight: 600;
  text-align: left !important;
  text-transform: uppercase;
  color: #333;
  margin: 0;
  padding: 0;
}
[dir=rtl] .partners-title {
  text-align: right !important;
}

.humain__left {
  height: 25rem;
  margin: 0 auto;
  max-width: 100%;
  margin-left: 0;
  display: flex;
  margin-block: 50px 100px;
}
.humain__left .radio {
  display: none;
}
.humain__left .radio:checked + .content {
  border-radius: 15px;
  flex: 10;
  background-position: 50% !important;
}
.humain__left .radio:checked + .content .overlay {
  height: 40%;
  opacity: 0.8;
}
.humain__left .radio:checked + .content .card-title {
  opacity: 1;
  transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
  width: 85%;
  margin: auto;
  padding: 25px 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.humain__left .radio:checked + .content .card-title p {
  opacity: 1;
  color: white;
}
.humain__left .radio:checked + .content .icon {
  opacity: 1;
}
.humain__left .radio:checked + .content .icon .icon-plus {
  display: none;
  opacity: 0;
}
.humain__left .radio:checked + .content .icon .icon-moins {
  opacity: 1;
  display: block;
}
.humain__left .content {
  background-position: 100%;
  cursor: pointer;
  flex: 3;
  margin-right: 0.8rem;
  overflow: hidden;
  position: relative;
  background-position: 50% 50% !important;
  border-radius: 12px;
}
.humain__left .content .overlay {
  position: absolute;
  height: 5%;
  bottom: 0;
  left: 0;
  width: 100%;
}
.humain__left .content .icon {
  position: absolute;
  top: 24px;
  right: 24px;
  position: absolute;
  background: #fff;
  border-radius: 4px;
  padding: 5px 5PX;
  line-height: 10px;
  opacity: 0.5;
}
.humain__left .content .icon .icon-plus {
  height: 20px;
  width: 20px;
  opacity: 1;
  display: block;
}
.humain__left .content .icon .icon-moins {
  height: 20px;
  width: 20px;
  opacity: 0;
  display: none;
}
.humain__left .content .card-title {
  bottom: 17px;
  color: #fff;
  font-size: 25px;
  font-family: "Poppins";
  font-weight: normal;
  left: 19px;
  line-height: 1.5;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 0.7s ease;
}
[dir=rtl] .humain__left .content .card-title {
  left: auto;
  right: 19px;
}
.humain__left .content .card-title h3 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 160px;
  letter-spacing: 1.2%;
}
.humain__left .content .card-title h3 sub {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 1.2%;
  bottom: 1px;
  margin-left: -44px;
}
.humain__left .content .card-title h4 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -1.9%;
  vertical-align: middle;
  /* text-transform: uppercase; */
  color: #fff;
  margin-top: 0;
  margin-bottom: 17px;
}
.humain__left .content .card-title p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  vertical-align: middle;
  opacity: 0;
  transition: 0.6s ease;
  position: relative;
  left: 10px;
}
[dir=rtl] .humain__left .content .card-title p {
  left: 0;
  right: 10px;
}

@media (max-width: 767px) {
  .items-learns {
    margin-bottom: 40px;
    margin-top: 50px;
  }
  .humain__left {
    flex-direction: column;
    margin-block: 0;
    max-width: none;
    height: auto;
  }
  .humain__left .content {
    min-height: 136px;
    height: 136px;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 12px;
    transition: height 0.3s ease-in-out;
  }
  .humain__left .radio:checked + .content {
    height: 600px !important;
    flex: none;
    min-height: 600px;
  }
  .humain__left .radio:checked + .content .card-title {
    opacity: 1;
    transform: translateX(0);
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    height: auto;
    min-height: 100px;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 0;
  }
  [dir=rtl] .humain__left .radio:checked + .content .card-title {
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
  }
  .humain__left .radio:checked + .content .card-title h4 {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 0;
    text-transform: none;
    color: #fff;
  }
  .humain__left .radio:checked + .content .card-title p {
    margin-top: 5px;
    opacity: 1;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    letter-spacing: normal;
  }
  .humain__left .radio:checked + .content .card-title p {
    opacity: 1;
  }
  .humain__left .content .card-title {
    opacity: 0;
    transform: translateX(2rem);
  }
  .humain__left .content .icon {
    opacity: 1;
  }
  .humain__left .radio:checked + .content .icon .icon-plus {
    display: none;
  }
  .humain__left .radio:checked + .content .icon .icon-moins {
    display: block;
  }
  .partners-title {
    font-size: 32px;
  }
  .actualite-section {
    width: 95% !important;
  }
  .actualite-section .cardBtn {
    color: white;
  }
  .actualite-section p {
    font-size: 16px;
    text-align: center;
    max-width: 110%;
  }
  .actualite-section .actualite-image-container {
    height: 592px;
  }
}
@media (max-width: 767px) {
  .engagement-section .engagement-overlay {
    justify-content: center;
    text-align: center;
  }
  .engagement-section p {
    font-size: 18px;
  }
  .engagement-section .engagement-logo img {
    height: 55px;
  }
  .actualite-overlay {
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 400px;
    top: 180px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 7.23%, rgba(0, 0, 0, 0.432) 40.26%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    align-items: center;
  }
  .actualite-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .actualite-content h5 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .actualite-content h2 {
    font-size: 30px;
    text-align: center;
  }
  .actualite-content > div.d-flex {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .actualite-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }
  .partners-list-full-width {
    display: none;
  }
  .partners-slider-mobile {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    display: flex;
    padding: 1rem 0;
    scrollbar-width: none;
  }
  .partners-slider-mobile::-webkit-scrollbar {
    display: none;
  }
  .partners-slider-mobile .slider-track {
    display: flex;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  .slider-dots-mobile {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    margin-top: 10px;
  }
  .slider-dots-mobile .dot {
    height: 8px;
    width: 8px;
    margin: 0 4px;
    background-color: #B4985A;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease, width 0.3s ease;
    cursor: pointer;
  }
  .slider-dots-mobile .dot.active {
    background-color: black;
    width: 8px;
  }
  main > section.projects-slider .slick-slider .slider-card .overlay {
    height: 220px !important;
  }
}
@media (max-width: 400px) {
  .reference-content h2 {
    font-size: 48px;
  }
  .reference-content h3 {
    font-size: 24px;
    padding-bottom: 25px;
  }
}
.banerIndex h2:before {
  top: 0 !important;
  bottom: 0;
}

.bannerIntro {
  padding-top: 240px;
  padding-bottom: 50px;
  background: url("../images/back-banner.png") no-repeat right 0 top 20px;
  position: sticky;
  top: 0;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}
[dir=rtl] .bannerIntro {
  background: url("../images/back-banner.png") no-repeat left 0 top 20px;
}
.bannerIntro .container {
  padding: 0;
}
@media (max-width: 576px) {
  .bannerIntro .container {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 800px) {
  .bannerIntro {
    background-position: right 0 bottom 0;
    background-size: 20%;
  }
}
@media (max-width: 760px) {
  .bannerIntro {
    padding-top: 144px;
    background-size: 133px;
  }
}
@media (max-width: 460px) {
  .bannerIntro {
    background-size: 105px;
  }
}
.bannerIntro h1 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 60px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .bannerIntro h1 {
    max-width: 60%;
  }
}
@media (max-width: 760px) {
  .bannerIntro h1 {
    line-height: 50px;
    font-size: 50px;
  }
}
@media (max-width: 460px) {
  .bannerIntro h1 {
    line-height: 44px;
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .bannerIntro h1 {
    line-height: 40px;
    font-size: 30px;
  }
}
.bannerIntro h2 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-left: 64px;
}
[dir=rtl] .bannerIntro h2 {
  padding-left: 0;
  padding-right: 64px;
}
[dir=rtl] .bannerIntro h2:before {
  left: auto;
  right: 0;
}
@media (max-width: 800px) {
  .bannerIntro h2 {
    padding-left: 0;
    padding-top: 35px;
    margin-top: 15px;
  }
  [dir=rtl] .bannerIntro h2 {
    padding-right: 0;
  }
}
@media (max-width: 460px) {
  .bannerIntro h2 {
    font-size: 25px;
  }
}
@media (max-width: 340px) {
  .bannerIntro h2 {
    font-size: 22px;
  }
}
.bannerIntro h2:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 23px;
  background: #B4985A;
  left: 0;
  top: 7px;
  margin: auto;
}
@media (max-width: 800px) {
  .bannerIntro h2:before {
    top: 0;
  }
}
.bannerIntro h2 strong {
  font-weight: 600;
  color: #B4985A;
}
.bannerIntro .lienPage {
  list-style: none;
  padding: 0;
  margin: 70px 0 0 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.bannerIntro .lienPage li {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 18px;
  color: #B4985A;
  position: relative;
}
.bannerIntro .lienPage li:before {
  content: "/";
  color: #000;
  position: absolute;
  right: -18px;
  font-weight: 400;
}
[dir=rtl] .bannerIntro .lienPage li:before {
  left: -18px;
  right: auto;
}
.bannerIntro .lienPage li a {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
}
.bannerIntro .lienPage li.active a {
  color: #000;
}
.bannerIntro .lienPage li:last-of-type:before {
  content: none;
}

@keyframes banner-hide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.rse-hero-section {
  width: 100%;
  height: 405px;
  margin-top: 94px;
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .rse-hero-section {
    padding: 50px 0 80px 0;
  }
}
@media (max-width: 640px) {
  .rse-hero-section {
    width: 100%;
    height: 679px;
  }
}
@media (max-width: 460px) {
  .rse-hero-section {
    padding: 35px 0 80px 0;
    margin-top: 40px;
  }
}
.rse-hero-section .rse-hero-carousel-container {
  position: relative;
  width: 90%;
  height: 405px;
  margin: auto;
}
@media (max-width: 640px) {
  .rse-hero-section .rse-hero-carousel-container {
    width: 100%;
    height: 100%;
    border-radius: 24px;
  }
}
.rse-hero-section .rse-hero-carousel-container .hero-carousel {
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .rse-hero-section .rse-hero-carousel-container .hero-carousel {
    border-radius: 24px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.5607843137);
  }
}
.rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide {
  position: relative;
  width: 100%;
  height: 405px;
}
@media (max-width: 640px) {
  .rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide {
    height: 679px;
    border-radius: 24px;
  }
}
.rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .hero-carousel-image {
  width: 100%;
  height: 405px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .hero-carousel-image {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 640px) {
  .rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .hero-carousel-image {
    width: 100%;
    height: 679px;
    border-radius: 24px;
  }
}
.rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .carousel-title-overlay {
  position: absolute;
  bottom: 25px;
  left: 25px;
  padding: 20px 23px 20px 23px;
  border-radius: 8px;
  display: flex;
  align-items: start;
  justify-content: center;
  z-index: 1;
  margin: auto;
  width: 70%;
  background: rgba(0, 0, 0, 0.6);
  min-height: 380px;
}
[dir=rtl] .rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .carousel-title-overlay {
  right: 25px;
  left: auto;
}
@media (max-width: 992px) {
  .rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .carousel-title-overlay {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .carousel-title-overlay {
    width: 343px;
    left: 0;
    right: 0;
    border-radius: 24px;
    margin: auto;
  }
  [dir=rtl] .rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .carousel-title-overlay {
    left: 0;
    right: 0;
  }
}
.rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .carousel-title-overlay .carousel-text-content {
  width: 100%;
}
@media (max-width: 640px) {
  .rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .carousel-title-overlay .carousel-text-content {
    text-align: center;
  }
}
.rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .carousel-title-overlay .carousel-text-content h1 {
  color: #fff;
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
@media (max-width: 640px) {
  .rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .carousel-title-overlay .carousel-text-content h1 {
    margin-bottom: 24px;
  }
}
.rse-hero-section .rse-hero-carousel-container .hero-carousel .carousel-slide .carousel-title-overlay .carousel-text-content p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  vertical-align: middle;
  color: white;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.rse-hero-section .slick-list {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.rse-hero-section .slick-track {
  height: 100%;
}
.rse-hero-section .slick-slide {
  height: 100%;
}
.rse-hero-section .slick-slide > div {
  height: auto;
}
.rse-hero-section .slick-arrow {
  position: absolute;
  top: 50%;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
  backdrop-filter: blur(10px);
  border: 1px solid #142731;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (max-width: 640px) {
  .rse-hero-section .slick-arrow {
    top: auto;
    bottom: -80px;
  }
}
.rse-hero-section .slick-arrow:before {
  content: none;
}
.rse-hero-section .slick-arrow:hover {
  background-color: white;
}
.rse-hero-section .slick-arrow.slick-prev {
  background-image: url(../svg/left-arrow.svg);
  left: -70px;
}
[dir=rtl] .rse-hero-section .slick-arrow.slick-prev {
  left: -70px;
}
@media (max-width: 900px) {
  .rse-hero-section .slick-arrow.slick-prev {
    left: -50px;
  }
  [dir=rtl] .rse-hero-section .slick-arrow.slick-prev {
    left: -50px;
  }
}
@media (max-width: 640px) {
  .rse-hero-section .slick-arrow.slick-prev {
    display: none !important;
  }
}
.rse-hero-section .slick-arrow.slick-next {
  background-image: url(../svg/right-arrow.svg);
  right: -70px;
}
[dir=rtl] .rse-hero-section .slick-arrow.slick-next {
  right: -70px;
}
@media (max-width: 900px) {
  .rse-hero-section .slick-arrow.slick-next {
    right: -50px;
  }
  [dir=rtl] .rse-hero-section .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (max-width: 640px) {
  .rse-hero-section .slick-arrow.slick-next {
    display: none !important;
  }
}
.rse-hero-section .slick-dots {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  bottom: -35px;
  padding: 0 !important;
}
.rse-hero-section .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  background: #EBE2CF;
}
.rse-hero-section .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
}
.rse-hero-section .slick-dots li button:before {
  content: none;
}
.rse-hero-section .slick-dots li.slick-active {
  background: black;
}

.linkRedirection {
  width: 60%;
  display: flex;
  align-items: self-end;
  justify-content: center;
  margin: auto;
  background: rgba(255, 246, 225, 0.2196078431);
}
.linkRedirection ul {
  display: block;
  width: 40%;
  margin: auto;
  padding: 50px 0 50px 25px;
  /* text-align: center; */
  list-style: circle;
}
.linkRedirection ul:last-of-type {
  width: 30%;
}
.linkRedirection ul li {
  margin-bottom: 20px;
}
.linkRedirection ul li a {
  font-family: "baufra";
  font-weight: 600;
  font-size: 22px;
  color: #142731;
}
.linkRedirection ul li a:hover {
  color: #B4985A;
}

.privacy-policy {
  padding-top: 41px;
  margin-left: 18px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .privacy-policy {
    margin-left: 0;
  }
}
.privacy-policy .container {
  padding-right: 26px;
  padding-left: 26px;
}
.privacy-policy .container h2 {
  color: #292929;
  font-family: "baufra";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.privacy-policy .container h3 {
  color: var(--PureDark, #000);
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin: 24px 0;
}
.privacy-policy .container p {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.304px;
  margin: 0;
}
.privacy-policy .container ul {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.304px;
  padding-left: 30px;
  margin: 0;
}
.privacy-policy .container ul li {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.304px;
}
.privacy-policy .container .privacy-policy__bar {
  background: #E1D6BD;
  height: 4px;
  width: 100%;
  margin: 28px 0;
}

.error-page {
  width: 100%;
  min-height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.error-page .error-container {
  text-align: center;
}
.error-page .error-container h1 {
  color: #B4985A;
  text-align: center;
  font-kerning: none;
  font-family: "baufra";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%; /* 80.4px */
  text-transform: uppercase;
}
.error-page .error-container h2 {
  text-align: center;
  color: #292929;
  font-family: "baufra";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 50.4px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .error-page .error-container h2 {
    font-size: 34px;
    margin: 16px 0;
  }
}
.error-page .error-container p {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.304px;
  margin: 0;
  text-align: center;
}
.error-page .error-container .error-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .error-page .error-container .error-actions {
    gap: 26px;
  }
}
.error-page .error-container .error-actions .btn {
  padding: 10px 26px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.error-page .error-container .error-actions .btn.btn-back {
  background-color: #EAECF0;
  color: #999999;
}
.error-page .error-container .error-actions .btn.btn-home {
  background: #B4985A;
  color: #fff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.error-container {
  animation: fadeInUp 0.6s ease-out;
}

.site-map-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .site-map-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.site-map-section .site-map-header {
  width: 548px;
  margin-top: 200px;
}
@media (max-width: 768px) {
  .site-map-section .site-map-header {
    width: 100%;
  }
}
.site-map-section .site-map-header h1 {
  color: #292929;
  text-align: center;
  font-kerning: none;
  font-family: "baufra";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%; /* 80.4px */
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .site-map-section .site-map-header h1 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.site-map-section .site-map-header h3 {
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.304px;
}
.site-map-section .site-map {
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  letter-spacing: 0px;
  text-align: center;
  padding: 49px 30px;
  border: 1px solid #F3F4F6;
  border-radius: 24px;
  overflow: hidden;
  min-height: 581px;
  background-color: #F8F9FA;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .site-map-section .site-map {
    max-width: calc(100% - 20px);
    padding-left: 5px;
    padding-right: 5px;
  }
}
.site-map-section .site-map .vertical-line {
  width: 1px;
  height: 32px;
  flex-shrink: 0;
  background-color: #b4985a;
}
.site-map-section .site-map .section-header {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 10px 10px 0 10px;
  border: 2px solid #b4985a;
  border-radius: 10px;
  gap: 14px;
  position: relative;
}
@media (max-width: 970px) {
  .site-map-section .site-map .section-header::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 32px;
    background-color: #b4985a;
  }
  .grid-column:nth-child(2) .site-map-section .site-map .section-header::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-map-section .site-map .section-header {
    padding: 11px 0 0 0;
  }
}
.site-map-section .site-map .section-header p {
  color: #142731;
  text-align: center;
  font-family: "baufra";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
.site-map-section .site-map .section-header .section-divider {
  margin-bottom: -24px;
  width: 1px;
  height: 24px;
  flex-shrink: 0;
  align-self: center;
  background-color: #e5e7eb;
}
.site-map-section .site-map .nav-link {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-style: normal;
  letter-spacing: 0px;
  text-align: unset;
  background-color: #fff;
  padding: 13px 0px;
  border: 1px solid #f3f4f6;
  border-radius: 8px;
}
.site-map-section .site-map .nav-link .nav-icon {
  opacity: 0.5;
  margin-top: 7px;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  background-color: #b4985a;
  border-radius: 50%;
}
.site-map-section .site-map .nav-link .nav-text {
  text-align: center;
  color: #555;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.site-map-section .site-map .sitemap-header {
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  width: 257px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
  background-color: #142731;
  padding: 16px 10px 0 10px;
  border-radius: 14px;
  font-family: "baufra";
  font-style: normal;
  line-height: 28px;
}
.site-map-section .site-map .sitemap-header h2 {
  color: #FFF;
  font-family: "baufra";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
.site-map-section .site-map .sitemap-header .header-divider {
  margin-bottom: -32px;
  width: 1px;
  height: 32px;
  flex-shrink: 0;
  align-self: center;
  background-color: #b4985a;
}
.site-map-section .site-map .connection-wrapper {
  width: 100%;
  max-width: 668px;
  display: flex;
  flex-direction: column;
  background-color: #b4985a;
}
@media (max-width: 992px) {
  .site-map-section .site-map .connection-wrapper {
    display: none;
  }
}
.site-map-section .site-map .connection-wrapper .top-connector {
  margin-top: -32px;
  align-self: center;
}
.site-map-section .site-map .connection-wrapper .horizontal-connectors {
  margin-bottom: -31px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.site-map-section .site-map .content-grid {
  margin: 0 24px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.site-map-section .site-map .content-grid .grid-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-grow: 1;
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
  .site-map-section .site-map .content-grid .grid-column:nth-child(1)::before, .site-map-section .site-map .content-grid .grid-column:nth-child(3)::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 32px;
    background-color: #b4985a;
  }
}
.site-map-section .site-map .content-grid .grid-column .link-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #555;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.429;
}
.site-map-section .site-map .content-grid .grid-column .link-group .special-link .nav-icon {
  margin-left: 1px;
}

/* Responsive media queries - Better naming for breakpoints */
@media (max-width: 992px) {
  .site-map .content-grid {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .site-map .content-grid > * {
    margin-left: unset !important;
  }
  .site-map .content-grid .grid-column {
    width: 100%;
  }
}
.modal-search .modal-dialog {
  max-width: 800px;
}
@media (max-width: 800px) {
  .modal-search .modal-dialog {
    left: 0;
    padding: 0;
    margin: 0;
    transform: none;
    height: 100%;
    display: flex;
    align-items: end;
  }
}
.modal-search .modal-content {
  background: rgb(21, 38, 47);
  padding-top: 40px;
}
@media (max-width: 800px) {
  .modal-search .modal-content {
    height: 55%;
  }
}
.modal-search .modal-content .btn-close {
  opacity: 1;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 43px;
  float: right;
  top: -7px;
  position: relative;
}
[dir=rtl] .modal-search .modal-content .btn-close {
  float: left;
}
.modal-search .modal-content .btn-close img {
  width: 28px;
}
.modal-search .modal-content form .control-input {
  width: 90%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .modal-search .modal-content form .control-input {
    width: 87%;
  }
}
@media (max-width: 560px) {
  .modal-search .modal-content form .control-input {
    width: 83%;
  }
}
@media (max-width: 460px) {
  .modal-search .modal-content form .control-input {
    width: 81%;
  }
}
@media (max-width: 400px) {
  .modal-search .modal-content form .control-input {
    width: 78%;
  }
}
.modal-search .modal-content form .control-input input[type=text] {
  background: transparent;
  border: none;
  outline: none;
  width: 92%;
  font-family: "baufra";
  font-weight: 600;
  font-size: 24px;
  color: white;
}
@media (max-width: 400px) {
  .modal-search .modal-content form .control-input input[type=text] {
    font-size: 21px;
  }
}
.modal-search .modal-content form .control-input input[type=submit] {
  background: url(../images/icones/submiticon.svg);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  opacity: 0.5;
  font-family: "baufra";
  font-weight: 600;
  font-size: 24px;
  color: white;
}
.modal-search .modal-content form input[type=text]::placeholder {
  font-family: "baufra";
  font-weight: 600;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 100%;
  background: transparent;
  border: none;
}
[dir=rtl] .modal-search .modal-content form input[type=text]::placeholder {
  text-align: right;
}
.modal-search .modal-content .bottom-search {
  margin-top: 32px;
}
.modal-search .modal-content .bottom-search span {
  font-family: "baufra";
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  opacity: 0.6;
}
.modal-search .modal-content .bottom-search ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
}
.modal-search .modal-content .bottom-search ul li {
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 39px;
  padding: 10px 21px;
  display: inline-block;
  margin-right: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
[dir=rtl] .modal-search .modal-content .bottom-search ul li {
  margin-right: 0;
  margin-left: 12px;
}
@media (max-width: 400px) {
  .modal-search .modal-content .bottom-search ul li {
    padding: 10px 15px;
  }
}
.modal-search .modal-content .bottom-search ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-family: "baufra";
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
}

/* =====SECTION: DG MESSAGE ===== */
.section-dg-message {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 230px;
}
@media (max-width: 768px) {
  .section-dg-message {
    margin-top: 30px;
    padding-top: 29px;
  }
}
@media (max-width: 768px) {
  .section-dg-message .container {
    max-width: 100% !important;
  }
}
.section-dg-message .container .title {
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  color: #292929;
  position: absolute;
  top: 150px;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-family: "baufra";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-dg-message .container .title {
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-family: "baufra";
    color: #292929;
    text-align: left;
    position: static;
    z-index: 2;
    margin: 0;
    padding: 0 10px 29px 10px;
  }
}
[dir=rtl] .section-dg-message .container .title {
  text-align: right;
}
.section-dg-message .container .dg-message {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 8px;
}
.section-dg-message .container .dg-message .quote-section__content .quote-icon-wrapper {
  width: 82.001px;
  height: 73.413px;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 999999;
}
@media (max-width: 768px) {
  .section-dg-message .container .dg-message {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 600px !important;
    border-radius: 8px;
  }
}
.section-dg-message .container .dg-message .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 350px;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 4px;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .section-dg-message .container .dg-message .background-video {
    position: absolute;
    width: 100%;
    height: 600px;
    object-fit: cover;
    z-index: -1;
    border-radius: 20px;
  }
}
.section-dg-message .container .dg-message .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* width: 56%; */
  margin: 0 auto;
  z-index: 1;
  position: relative;
  width: 727px;
}
@media (max-width: 768px) {
  .section-dg-message .container .dg-message .content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
    padding: 10px 5px;
    z-index: 1;
  }
}
.section-dg-message .container .dg-message .content .quote-section {
  position: relative;
  width: 638px;
  height: 307px;
  flex-shrink: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto !important;
  pointer-events: auto;
  padding: 30px 38px 32px 63px;
  color: #fff;
  box-sizing: border-box;
  z-index: 90;
  font-family: "Poppins";
  font-weight: 400;
  max-width: 90%;
  scrollbar-width: thin;
  scrollbar-color: #b4985a rgba(255, 255, 255, 0.14);
}
.section-dg-message .container .dg-message .content .quote-section::-webkit-scrollbar {
  width: 8px;
}
.section-dg-message .container .dg-message .content .quote-section::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  margin: 10px 0;
}
.section-dg-message .container .dg-message .content .quote-section::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #e1c58e 0%, #b4985a 100%);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.45);
}
.section-dg-message .container .dg-message .content .quote-section::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #f0d9a6 0%, #c5a35d 100%);
}
[dir=rtl] .section-dg-message .container .dg-message .content .quote-section {
  padding: 30px 63px 32px 38px;
}
@media (max-width: 1200px) {
  [dir=rtl] .section-dg-message .container .dg-message .content .quote-section {
    left: 0;
    right: auto;
  }
}
@media (max-width: 992px) {
  [dir=rtl] .section-dg-message .container .dg-message .content .quote-section {
    padding: 20px 20px 20px 40px;
  }
}
@media (max-width: 768px) {
  [dir=rtl] .section-dg-message .container .dg-message .content .quote-section {
    left: unset;
    right: unset;
  }
}
.section-dg-message .container .dg-message .content .quote-section .quote-icon-wrapper {
  position: absolute;
  top: 10px;
  left: -50px;
  z-index: 90;
}
@media (max-width: 768px) {
  .section-dg-message .container .dg-message .content .quote-section .quote-icon-wrapper {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 90;
  }
}
@media (max-width: 640px) {
  .section-dg-message .container .dg-message .content .quote-section .quote-icon-wrapper {
    top: -20px;
  }
}
.section-dg-message .container .dg-message .content .quote-section .quote-icon-wrapper .quote-icon {
  width: 82.001px;
  height: 73.413px;
}

@media (max-width: 992px) {
  .section-dg-message .container .dg-message .content .quote-section .quote-icon-wrapper .quote-icon {
    width: 44px;
    left: 16px;
    position: relative;
  }
  .section-dg-message .container .dg-message .quote-section__content .quote-icon-wrapper .quote-icon{
 width: 44px;
    left: 16px;
    position: relative;
  }
}
[dir=rtl] .section-dg-message .container .dg-message .content .quote-section .quote-icon-wrapper {
  right: -50px;
  left: unset;
  transform: scaleX(-1) !important;
}
@media (max-width: 992px) {
  [dir=rtl] .section-dg-message .container .dg-message .content .quote-section .quote-icon-wrapper {
    right: 0;
    top: -24px;
  }
}
@media (max-width: 768px) {
  [dir=rtl] .section-dg-message .container .dg-message .content .quote-section .quote-icon-wrapper {
    right: 0 !important;
    left: unset;
  }
}
@media (max-width: 640px) {
  [dir=rtl] .section-dg-message .container .dg-message .content .quote-section .quote-icon-wrapper {
    top: -36px;
  }
}
.section-dg-message .container .dg-message .content .quote-section p {
  font-size: 14px;
  line-height: unset;
}
.section-dg-message .container .dg-message .content .quote-section p:last-child {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.section-dg-message .container .dg-message .image-dg {
  position: relative;
  height: 500px;
  width: 450px;
  object-fit: cover;
  top: -75px;
  left: -5px;
  z-index: 1;
  object-position: top;
}
@media (max-width: 1380px) {
  .section-dg-message .container .dg-message .image-dg {
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .section-dg-message .container .dg-message .image-dg {
    left: -24px;
    width: 450px;
  }
}
@media (max-width: 992px) {
  .section-dg-message .container .dg-message .image-dg {
    height: 350px;
    width: 350px;
    left: -84px;
    top: 0;
  }
}
@media (max-width: 768px) {
  .section-dg-message .container .dg-message .image-dg {
    width: 100%;
    max-width: 350px;
    height: 100%;
    top: -30px;
    left: 0px;
  }
}
@media (max-width: 1200px) {
  [dir=rtl] .section-dg-message .container .dg-message .image-dg {
    right: -24px;
    left: unset;
  }
}
@media (max-width: 992px) {
  [dir=rtl] .section-dg-message .container .dg-message .image-dg {
    right: -84px;
    left: unset;
    top: 0;
  }
}
@media (max-width: 768px) {
  [dir=rtl] .section-dg-message .container .dg-message .image-dg {
    top: -30px;
    left: unset;
    right: 0;
  }
}
.section-dg-message .container .block-alajial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 33px;
}
.section-dg-message .container .block-alajial .block-alajial__image {
  width: 300px;
  height: auto;
  object-fit: contain;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .section-dg-message .container .block-alajial .block-alajial__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-dg-message .container .block-alajial .block-alajial__title strong {
  font-size: 32px;
  font-weight: 700;
  font-family: "baufra";
  color: #292929;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-dg-message .container .block-alajial .block-alajial__title strong {
    font-size: 30px;
  }
}
.section-dg-message .container .block-alajial .block-alajial__title {
  font-size: 32px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: "baufra";
}
@media (max-width: 768px) {
  .section-dg-message .container .block-alajial .block-alajial__title {
    font-size: 30px;
  }
}
.section-dg-message .container .block-alajial .block-alajial__description {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: black;
}
.section-dg-message .container .block-alajial .block-alajial__description span {
  color: #B4985A !important;
  display: inline-block;
  font-family: "Poppins";
}

.tabs-section {
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .tabs-section {
    margin-top: 55px;
  }
}
.tabs-section .gold-bar {
  height: 8px;
  width: 100%;
  background-color: #B4985A;
}
.tabs-section .tabs-overlay {
  width: 100%;
  box-shadow: 0 0 25px 0 #999999;
  padding: 0 26px;
}
@media (max-width: 768px) {
  .tabs-section .tabs-overlay {
    padding: 0;
  }
}
.tabs-section .tabs-overlay .nav {
  width: 100%;
  height: 115px;
  display: flex;
  align-content: center;
  justify-items: start;
  padding: 0 26px;
}
@media (max-width: 768px) {
  .tabs-section .tabs-overlay .nav {
    padding: 0;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tabs-section .tabs-overlay .nav::-webkit-scrollbar {
    display: none;
  }
}
.tabs-section .tabs-overlay .nav .nav-item {
  flex-shrink: 0;
  scroll-snap-align: start;
}
.tabs-section .tabs-overlay .nav .custom-nav-link {
  color: #999 !important;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  height: 45px;
  background-color: #EAECF0 !important;
  font-family: "Poppins";
  font-size: 18px;
  white-space: nowrap;
  min-width: max-content;
}
@media (max-width: 768px) {
  .tabs-section .tabs-overlay .nav .custom-nav-link {
    width: max-content;
  }
}
.tabs-section .tabs-overlay .nav .custom-nav-link:hover {
  background-color: #B4985A;
  color: #fff;
}
.tabs-section .tabs-overlay .nav .custom-nav-link.active {
  background-color: #B4985A !important;
  color: #fff !important;
}
.tabs-section .tab-content {
  padding: 0 26px;
}
@media (max-width: 768px) {
  .tabs-section .tab-content {
    padding: 0;
  }
}
.tabs-section .tab-content .history {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1800px;
}
.tabs-section .tab-content .history .rich-history {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 70px;
}
@media (max-width: 992px) {
  .tabs-section .tab-content .history .rich-history {
    flex-direction: column-reverse;
    gap: 52px;
  }
}
@media (max-width: 768px) {
  .tabs-section .tab-content .history .rich-history .block-rich-history__description p:last-child {
    margin-bottom: 0;
  }
}
.tabs-section .tab-content .history .rich-history .block-rich-history__description h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 50.4px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #292929;
  font-family: "baufra";
}
.tabs-section .tab-content .history .rich-history .block-rich-history__description h3 {
  color: #292929;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
@media (max-width: 768px) {
  .tabs-section .tab-content .history .rich-history .block-rich-history__description h3 {
    font-size: 20px;
    font-style: normal;
  }
}
.tabs-section .tab-content .history .rich-history .block-rich-history__description span {
  color: #B4985A !important;
  display: inline-block;
  font-weight: 700;
  font-family: "Poppins";
}
.tabs-section .tab-content .history .rich-history .block-rich-history__description .block-rich-history__gold-bar {
  height: 3px;
  width: 100%;
  background-color: #E1D6BD;
  margin: 10px 0 10px 0;
}
.tabs-section .tab-content .history .rich-history .block-rich-history__image {
  width: 100%;
  max-width: 418px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.tabs-section .tab-content .history .rich-history-about {
  margin-top: 40px;
}
.tabs-section .tab-content .history .rich-history-about .block-rich-history__gold-title {
  background-color: #B4985A;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "baufra";
  color: white;
  padding: 24px 20px 24px 20px;
  margin: 34px 0 34px 0;
  border-radius: 8px;
  line-height: 140%;
  letter-spacing: 0.36px;
}
@media (max-width: 768px) {
  .tabs-section .tab-content .history .rich-history-about .block-rich-history__gold-title {
    font-size: 30px;
    font-weight: 600;
    color: white;
    margin: 34px 0 34px 0;
    padding: 24px;
    border-radius: 8px;
  }
}
.tabs-section .vision {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1800px;
}
.tabs-section .vision h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 50.4px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #292929;
  font-family: "baufra";
}
.tabs-section .vision h3 {
  color: #292929;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
@media (max-width: 768px) {
  .tabs-section .vision h3 {
    font-size: 20px;
    font-style: normal;
  }
}
.tabs-section .vision .block-rich-history__gold-bar {
  height: 3px;
  width: 100%;
  background-color: #E1D6BD;
  margin: 24px 0 24px 0;
}
.tabs-section .vision .our-vision-cards-about {
  display: inline-grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  margin: 40px 0 40px 0;
}
@media (max-width: 992px) {
  .tabs-section .vision .our-vision-cards-about {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .tabs-section .vision .our-vision-cards-about {
    grid-template-columns: 1fr;
  }
}
.tabs-section .vision .our-vision-cards-about .vision-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.1);
}
.tabs-section .leadership {
  display: flex;
  align-items: start;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1800px;
}
.tabs-section .leadership h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 50.4px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #292929;
  font-family: "baufra";
}
.tabs-section .leadership h3 {
  color: #292929;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
@media (max-width: 768px) {
  .tabs-section .leadership h3 {
    font-size: 20px;
    font-style: normal;
  }
}
.tabs-section .leadership .block-rich-history__gold-bar {
  height: 3px;
  width: 100%;
  background-color: #E1D6BD;
  margin: 24px 0 24px 0;
}
.tabs-section .leadership .leadership-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  row-gap: 40px;
  justify-items: center;
  align-items: center;
}
.tabs-section .leadership .leadership-cards .leadership-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.tabs-section .leadership .leadership-cards .leadership-card h3 {
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.38px;
  margin: 0;
}
.tabs-section .leadership .leadership-cards .leadership-card p {
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.304px;
}
.tabs-section .leadership .leadership-cards .leadership-card .leadership-card__image {
  width: 223px;
  height: 223px;
  border-radius: 100%;
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .tabs-section .leadership .leadership-cards .leadership-card .leadership-card__image {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
}
.tabs-section .leadership .leadership-cards .leadership-card:nth-child(1) {
  grid-column: 2/3;
  grid-row: 1;
}
.tabs-section .leadership .leadership-cards .leadership-card:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2;
}
.tabs-section .leadership .leadership-cards .leadership-card:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2;
}
.tabs-section .leadership .leadership-cards .leadership-card:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2;
}

.first-section {
  z-index: 100;
  background: white;
  backdrop-filter: blur(1px);
  border-top: 8px solid #B4985A;
  position: relative;
}

.contactBloc {
  padding: 248px 0 80px 0;
}
@media (max-width: 900px) {
  .contactBloc {
    padding: 145px 0 40px 0;
  }
}
.contactBloc .row {
  width: 95%;
  margin: auto;
}
@media (max-width: 992px) {
  .contactBloc .row {
    width: 100%;
  }
}
.contactBloc h2 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  color: #292929;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 65px;
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
}
[dir=rtl] .contactBloc h2 {
  text-align: center;
}
@media (max-width: 900px) {
  .contactBloc h2 {
    margin-bottom: 40px;
    font-size: 50px;
  }
}
@media (max-width: 460px) {
  .contactBloc h2 {
    font-size: 40px;
  }
}
.contactBloc .leftBarContact {
  background: #B4985A;
  border-radius: 12px;
  padding: 34px 25px 15px 25px;
  height: 100%;
}
.contactBloc .leftBarContact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contactBloc .leftBarContact ul li {
  margin-bottom: 30px;
}
.contactBloc .leftBarContact ul li span {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  color: white;
  margin-bottom: 18px;
  display: block;
}
@media (max-width: 992px) {
  .contactBloc .leftBarContact ul li span {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .contactBloc .leftBarContact ul li span {
    font-size: 16px;
  }
}
.contactBloc .leftBarContact ul li p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20.74px;
  color: white;
  margin: 0 0 5px 0;
  position: relative;
  padding-left: 48px;
  max-width: 228px;
}
[dir=rtl] .contactBloc .leftBarContact ul li p {
  padding-left: 0;
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .contactBloc .leftBarContact ul li p {
    font-size: 19px;
  }
}
.contactBloc .leftBarContact ul li p img {
  position: absolute;
  top: 3px;
  left: 0;
}
[dir=rtl] .contactBloc .leftBarContact ul li p img {
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .contactBloc .leftBarContact ul li p {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .contactBloc .leftBarContact ul li p {
    font-size: 16px;
    padding-left: 35px;
  }
  [dir=rtl] .contactBloc .leftBarContact ul li p {
    padding-left: 0;
    padding-right: 35px;
  }
}
.contactBloc .leftBarContact ul li p a {
  text-decoration: none;
  color: white;
}
.contactBloc .card-form {
  padding: 33px 0 10px 0;
  border: 1px solid #B8B8B8;
  border-radius: 12px;
  height: 100%;
}
@media (max-width: 992px) {
  .contactBloc .card-form {
    border: none;
  }
}
.contactBloc .card-form .container {
  margin-left: 30px;
}
.contactBloc .cardBtn {
  margin: 0 auto 0 auto !important;
}

.blocReseau {
  border-top: 8px solid #B4985A;
  padding-top: 35px;
}
.blocReseau h2 {
  font-family: "baufra";
  font-weight: 600;
  font-size: 36px;
  color: #292929;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-bottom: 30px;
  line-height: 50px;
  text-align: center !important;
}
@media (max-width: 360px) {
  .blocReseau h2 {
    line-height: 40px;
    font-size: 30px;
  }
}
.blocReseau .topReseau {
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.2117647059);
}
.blocReseau .cardReseau {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .blocReseau .cardReseau {
    margin: 40px 0 0 0;
  }
}
.blocReseau .cardReseau ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 36px;
  justify-content: center;
}
@media (max-width: 768px) {
  .blocReseau .cardReseau ul {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.blocReseau .cardReseau ul li {
  display: flex;
  width: 170px;
  height: 122px;
  border: 0.68px solid rgba(153, 153, 153, 0.6980392157);
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0px 1.36px 2.73px -1.36px rgba(16, 24, 40, 0.0588235294);
  box-shadow: 0px 2.73px 5.46px -1.36px rgba(16, 24, 40, 0.1019607843);
}
@media (max-width: 768px) {
  .blocReseau .cardReseau ul li {
    display: inline-block;
    width: 40%;
    height: 140px;
    justify-content: center;
    margin: 0 14px;
    margin-bottom: 28px;
    text-align: center;
    line-height: 140px;
  }
}
@media (max-width: 356px) {
  .blocReseau .cardReseau ul li {
    height: 100px;
    line-height: 95px;
    width: 35%;
  }
}

.map-container {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
}

h1 {
  color: #292929;
  font-size: 40px;
  font-family: "baufra";
  font-style: normal;
  font-weight: normal;
  line-height: 56px;
}

h2 {
  color: #292929;
  font-size: 24px;
  font-weight: 300;
  font-family: "baufra";
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.304px;
  font-family: "Poppins";
}

/* ===== News INTRO SECTION ===== */
.news-intro {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/hero-bg.png");
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  box-shadow: 0 0 30px 0 rgb(0, 0, 0);
}

.news-intro .news-intro-overlay {
  width: 80%;
  max-width: 1800px;
  padding: 20px;
  margin-top: 270px;
  margin-bottom: 40px;
  text-align: start;
  color: white;
  font-family: "baufra";
  font-style: normal;
}

.news-intro h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: Originale sans-serif;
  color: white;
}

.news-intro h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  font-family: Originale sans-serif;
  color: white;
}

.partners {
  padding-top: 66px;
}

.separator {
  height: 4px;
  margin: 14px 0 14px 0;
  background-color: #E1D6BD;
}

.filters-section {
  width: 100%;
}

.dropdown-filters {
  border-radius: 8px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .dropdown-filters {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: nowrap !important;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .dropdown-filters::-webkit-scrollbar {
    display: none;
  }
}
.dropdown-filters #dateFilter {
  width: 161px;
  min-width: auto;
}

@media (max-width: 1000px) {
  .dropdown-filters select {
    min-width: 260px;
  }
}
.filters {
  width: 100%;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.filters h2 {
  font-family: "baufra";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 50.4px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .filters {
    border-top: 8px solid #B4985A;
  }
  .filters h2 {
    color: #292929;
    font-family: "baufra";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0 !important;
    padding-top: 14px;
  }
}
#resultContainer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 56px;
  padding-right: 20px;
  padding-left: 20px;
  gap: 40px 24px;
}

#resultContainer .col-md-4 {
  margin: 0 !important;
}

@media (max-width: 1024px) {
  #resultContainer {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 35px;
    padding: 50px 15px;
  }
}
@media (max-width: 992px) {
  #resultContainer {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 30px;
    padding: 45px 15px;
  }
}
@media (max-width: 768px) {
  #resultContainer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 62px 0 0 0;
  }
  #resultContainer .col-md-4 {
    display: none;
  }
  #resultContainer .col-md-4:nth-child(-n+3) {
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 992px) and (min-width: 769px) {
  #resultContainer {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 40px 15px;
  }
}
@media (max-width: 768px) {
  .card img {
    width: 100%;
    height: 248px;
  }
  .card {
    margin: 0;
  }
}
.card {
  border: none;
  width: 380px;
  height: 350px;
}

.card img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.card-body {
  padding: 16px 0 0 0;
}

.news-card-title {
  font-size: 26px;
  font-weight: 500;
  color: #142731;
  text-align: start;
  font-family: "Poppins";
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.494px;
}

.card-text .text-muted {
  font-size: 14px;
  color: #6c757d;
  font-family: "Poppins";
}

.card-text {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Poppins";
}

.show-more-button {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .card {
    max-width: 400px;
    height: auto;
    min-height: 340px;
    margin: 0 auto;
  }
  .card img {
    object-fit: cover;
  }
}
@media (max-width: 992px) {
  .card {
    max-width: 350px;
    min-height: 320px;
  }
}
@media (max-width: 768px) {
  .card {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 300px;
  }
  .card img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
  }
  .card-text {
    font-size: 14px;
    line-height: 1.4;
  }
}
.show-more-button button {
  background-color: white;
  color: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding: 10px 41px 10px 41px;
  text-align: center;
  width: fit-content;
  transition: color 0.3s ease, border-color 0.3s ease;
  margin-top: 20px;
}

.show-more-button button::after {
  content: "\f107";
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  right: 8px;
  top: 55%;
  transform: translateY(-50%);
  color: transparent;
  transition: color 0.3s ease, right 0.3s ease;
}

.show-more-button button:hover {
  color: #000000;
  border-color: #000000;
  padding-right: 60px;
}

.show-more-button button:hover::after {
  color: #000000;
  right: 20px;
}

@media (max-width: 768px) {
  .show-more-button button {
    width: 100%;
  }
}
.subscribe-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 286px;
  background-image: url("../images/subscribe-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 20px;
}

.subscribe-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  width: 100%;
  margin: 42px;
  padding: 40px;
}

.subscribe-content p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  text-align: start;
}

.subscribe-content .description {
  max-width: 500px;
}

.subscribe-title {
  color: #FFF;
  font-family: "baufra";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.subscribe-title strong {
  font-weight: 700;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.subscribe-input {
  padding: 12px 16px;
  width: 380px;
  max-width: 100%;
  height: 45px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px;
  font-family: "Poppins";
  outline: none;
  color: rgba(255, 255, 255, 0.6);
}

.subscribe-button {
  padding: 12px 20px;
  background-color: #B4985A;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Poppins";
  cursor: pointer;
  width: 145px;
  height: 45px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.subscribe-button:hover {
  color: white;
}

@media (max-width: 1286px) {
  .subscribe-content {
    margin: 0;
  }
  .subscribe-input {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .subscribe-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 590px;
  }
  .subscribe-title {
    color: #FFF;
    font-family: "baufra";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .subscribe-content p {
    text-align: center;
  }
  .subscribe-content {
    position: absolute;
    bottom: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    width: 100%;
    max-width: 350px;
    margin: 0;
    padding: 30px 16px;
    text-align: center;
    gap: 15px;
  }
  .subscribe-form {
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    width: 100%;
  }
  .subscribe-input {
    padding: 12px 16px;
    width: 100%;
    height: 45px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 16px;
    font-family: "Poppins";
    outline: none;
    color: rgba(255, 255, 255, 0.6);
  }
  .subscribe-button {
    width: 100%;
    color: #FFF;
  }
}
.article-header h1 {
  font-family: "baufra";
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
}

.article-header h3 {
  font-family: "baufra";
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
  color: #000000;
  margin-top: 70px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.meta-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.meta-separator {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #000000;
  margin: 0 5px;
}

.gold-bar {
  height: 8px;
  width: 100%;
  background-color: #B4985A;
}

.article-hero {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 26px;
}
@media (max-width: 768px) {
  .article-hero {
    margin-top: 40px;
    padding: 0 6px;
  }
}
.article-hero img {
  height: 428px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.article-hero p {
  padding: 40px 10px 0 10px;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .article-header {
    padding: 20px;
  }
  .article-header h1 {
    font-size: 40px;
  }
  .article-header h3 {
    font-size: 24px;
  }
  .article-meta {
    margin-top: 50px;
    font-size: 12px;
  }
}
.articles .card-article {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
}

.articles .card-article .articles-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  padding: 14px;
}

.articles-item__description {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
.articles-item__description h3 {
  font-family: "baufra";
  color: #292929;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 50.4px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .articles-item__description h3 {
    font-size: 30px;
  }
}
.articles-item__description p {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
}
.articles-item__description .bar {
  height: 4px;
  background-color: #E1D6BD;
  margin: 0;
}

.articles-item__image {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.articles-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .articles-item__image img {
    height: 263px;
  }
}
.articles-item__image .horizontal-bar {
  width: 2px;
  height: 16px;
  background-color: #B4985A;
  margin: 0;
}
.articles-item__image .caption {
  display: flex;
  align-items: center;
}

.caption {
  display: flex;
  align-items: center;
  gap: 10px;
}

.caption p {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .articles .card-article .articles-container {
    flex-direction: column;
  }
}
.title-separator {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 26px;
}
@media (max-width: 768px) {
  .title-separator {
    gap: 20px;
    padding: 40px 14px;
  }
}
.title-separator .title-separator__bar {
  width: 2px;
  background-color: #B4985A;
  align-self: stretch;
  margin: 0;
}
.title-separator h3 {
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.456px;
  text-transform: none !important;
}

.back-to-news-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 26px;
}
@media (max-width: 768px) {
  .back-to-news-block {
    margin-bottom: 40px;
    padding: 40px 14px;
  }
}
.back-to-news-block .back-to-news-btn {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 10px 38px 10px 38px;
  background-color: white;
}
@media (max-width: 768px) {
  .back-to-news-block .back-to-news-btn {
    width: 100%;
  }
}
.back-to-news-block .back-to-news-btn:hover {
  background-color: #96783E;
}
.back-to-news-block .social-media-links {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}
.back-to-news-block .social-media-links img {
  width: 37px;
  height: 37px;
  transition: transform 0.3s ease;
  background-color: #B4985A;
  border-radius: 100%;
  padding: 4px;
}
.back-to-news-block .social-media-links img:hover {
  transform: scale(1.2);
}

.social-media-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.social-media-block h6 {
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .back-to-news-block {
    flex-direction: column-reverse;
    width: 100%;
    align-items: center;
    gap: 70px;
  }
  .social-media-block .social-media-links {
    gap: 10px;
    padding: 20px;
  }
  .social-media-block .back-to-news-btn {
    width: 325px;
  }
}
.similar-articles {
  width: 100%;
}
.similar-articles .similar-articles__overlay {
  width: 100%;
  box-shadow: 0 0 10px 0 #999999;
}
.similar-articles .similar-articles__overlay .similar-articles__titles {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.similar-articles .similar-articles__overlay .similar-articles__titles h2 {
  font-family: "baufra";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .similar-articles .similar-articles__overlay .similar-articles__titles h2 {
    font-size: 30px;
  }
}
.similar-articles .similar-articles__overlay .similar-articles__titles a {
  color: #142731;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-color: #142731;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 4px;
}
@media (max-width: 768px) {
  .similar-articles .similar-articles__overlay .similar-articles__titles a {
    display: none;
  }
}
.similar-articles .similar-articles__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 40px 26px;
  width: 100%;
  margin-top: 20px;
}
.similar-articles .similar-articles__items .card {
  width: 400px;
  display: flex;
  flex-direction: column;
}
.similar-articles .similar-articles__items .card img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  border-radius: 8px;
}
.similar-articles .similar-articles__items .card .card-body {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
}
.similar-articles .show-more-button {
  display: none;
}
@media (max-width: 768px) {
  .similar-articles .show-more-button {
    display: block;
    margin: 0 14px;
  }
  .similar-articles .show-more-button a {
    display: inline-block;
    background-color: white;
    color: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 10px 41px 10px 41px;
    text-align: center;
    transition: color 0.3s ease, border-color 0.3s ease;
    width: 100%;
  }
}
@media (max-width: 1286px) {
  .similar-articles .col-md-4 {
    width: 100%;
  }
  .similar-articles .similar-articles__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 20px 26px;
  }
  .similar-articles .similar-articles__items .card {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .similar-articles .similar-articles__items .card img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .similar-articles .similar-articles__items .card .card-body {
    padding: 16px 0;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .similar-articles .similar-articles__items {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 14px;
  }
  .similar-articles .similar-articles__items .col-md-4 {
    padding: 0;
    margin-bottom: 20px;
  }
  .similar-articles .similar-articles__items .card {
    width: 100%;
    margin: 0;
  }
  .similar-articles .similar-articles__items .card img {
    height: 248px;
  }
  .similar-articles .similar-articles__items .card .card-body {
    padding: 16px 0;
  }
  .similar-articles .similar-articles__items .card .card-body .news-card-title {
    color: #142731;
    font-family: "Poppins";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
  .similar-articles .similar-articles__items .card .card-body .card-text {
    color: #142731;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.266px;
  }
  [dir=rtl] .similar-articles .similar-articles__items .card .card-body .card-text {
    text-align: right;
  }
  .similar-articles .similar-articles__items .card .card-body .card-text.text-muted {
    color: #142731;
    font-family: "Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.228px;
    margin: 0;
  }
  [dir=rtl] .similar-articles .similar-articles__items .card .card-body .card-text.text-muted {
    text-align: right;
  }
}

.essential-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 286px;
  background-image: url("../images/subscribe-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .similar-articles__titles h1 {
    font-size: 30px;
  }
  .similar-articles__container .similar-articles__titles a {
    font-size: 14px;
  }
}
.essential-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  width: 100%;
  margin: 42px;
  padding: 55px;
}

.essential-content p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}

.essential-title {
  font-size: 36px;
  font-weight: 300;
  font-family: "baufra";
  margin-bottom: 16px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.essential-form {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.essential-input {
  padding: 12px 16px;
  width: 300px;
  max-width: 100%;
  height: 45px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px;
  font-family: "Poppins";
  outline: none;
  color: rgba(255, 255, 255, 0.6);
}

.essential-button {
  padding: 12px 20px;
  background-color: #B4985A;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Poppins";
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 135px;
  height: 45px;
}

.essential-button:hover {
  background-color: rgb(163, 137, 81);
}

@media (max-width: 992px) {
  .similar-articles__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .similar-articles__items {
    grid-template-columns: 1fr;
  }
}
.rse-hero {
  padding: 90px 26px 33px 26px;
}
@media (max-width: 768px) {
  .rse-hero {
    padding: 49px 0 0 0;
  }
}
.rse-hero .res-hero-img-container {
  padding-left: 26px;
  padding-right: 26px;
}
@media (max-width: 768px) {
  .rse-hero .res-hero-img-container {
    padding: 0;
  }
}
.rse-hero .res-hero-img-container img {
  height: 428px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.rse-hero .res-hero-content {
  margin-top: 40px;
  padding-left: 26px;
  padding-right: 26px;
}
@media (max-width: 768px) {
  .rse-hero .res-hero-content {
    padding: 0;
  }
}
.rse-hero .res-hero-content h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #292929;
  font-family: "baufra";
}
@media (max-width: 768px) {
  .rse-hero .res-hero-content h2 {
    font-size: 48px;
  }
}
.rse-hero .res-hero-content h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  font-family: "Poppins";
  margin-bottom: 0;
}
.rse-hero .res-hero-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: black;
  font-family: "Poppins";
}

.bar {
  height: 3px;
  width: 100%;
  background-color: #E1D6BD;
  margin: 24px 0;
}

.rse-vision {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.rse-vision .rse-our-vision-cards {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0;
  padding-left: 26px;
  padding-right: 26px;
}
@media (max-width: 1286px) {
  .rse-vision .rse-our-vision-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .rse-vision .rse-our-vision-cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}
.rse-vision .rse-our-vision-cards .rse-vision-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 23.313px;
  gap: 23.975px;
  border-radius: 14.192px;
  background: #FFF;
  box-shadow: 0 11.826px 29.566px 0 rgba(0, 0, 0, 0.1);
}
.rse-vision .rse-our-vision-cards .rse-vision-card h3 {
  color: #000;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
.rse-vision .rse-our-vision-cards .rse-vision-card p {
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.304px;
}

.community-relations-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 286px;
  background-image: url("../images/rse-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  position: relative;
  margin: 100px 0;
}

.community-relations-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 220px;
  margin: 42px;
  padding: 47px;
}

.community-relations-content .description {
  max-width: 600px;
}

.community-relations-content p {
  font-family: "Poppins";
  font-weight: 400;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
}

.community-relations-title {
  font-size: 32px;
  font-family: "baufra";
  margin-bottom: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: white;
}

.community-relations-form {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.community-relations-form select {
  width: 181px;
  min-width: auto;
  margin-right: 16px;
}

.community-relations-button {
  padding: 12px 20px;
  background-color: #B4985A;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Poppins";
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 145px;
  height: 45px;
}

.community-relations-button:hover {
  background-color: rgb(163, 137, 81);
}

@media (max-width: 1286px) {
  .community-relations-content {
    height: 250px;
  }
}
@media (max-width: 990px) {
  .community-relations-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 590px;
    background-image: url("../images/rse-mobile.png");
    margin: 47px 0 72px 0;
  }
  .community-relations-content {
    position: absolute;
    bottom: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    width: 100%;
    max-width: 350px;
    margin: 0;
    padding: 30px 16px;
    text-align: center;
    gap: 15px;
    height: 400px;
  }
  .community-relations-title {
    font-size: 30px;
  }
  .community-relations-content p {
    text-align: center;
  }
  .community-relations-form {
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .community-relations-form select {
    padding: 0 26px;
    width: 100%;
  }
  .community-relations-button {
    width: 100%;
    color: white;
  }
}
.gold-bar {
  height: 8px;
  width: 100%;
  background-color: #B4985A;
}

.community-initiatives {
  width: 100%;
}

.community-initiatives__desc {
  width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  padding-bottom: 20px;
}

.community-initiatives__title {
  max-width: 1800px;
  margin: 0 auto;
  font-family: "baufra";
  font-size: 40px;
}

.community-initiatives__slider {
  max-width: 1800px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .our-vision-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .our-vision-cards {
    grid-template-columns: 1fr;
  }
}
.real-estate-projects-title {
  width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.real-estate-projects-title .container h2 {
  font-family: "baufra";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 50.4px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 37px 0 28px 0;
}

@media (max-width: 768px) {
  .real-estate-projects-title .container h2 {
    font-size: 30px;
  }
}
.rse-carousel-slide .rse-carousel-title-overlay h1 {
  color: white;
}

.form-contact {
  max-width: 640px;
  margin: auto;
  width: 95%;
}
@media (max-width: 760px) {
  .form-contact {
    width: 100%;
  }
}
.form-contact .controlInput {
  margin-bottom: 16px;
}
.form-contact .controlInput select {
  background: url(../images/icones/down-form.svg) no-repeat right 26px center !important;
  -webkit-appearance: none;
  line-height: 20px !important;
}
[dir=rtl] .form-contact .controlInput select {
  background: url(../images/icones/down-form.svg) no-repeat left 26px center !important;
}
.form-contact .controlInput textarea {
  border: 2px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  resize: none;
  padding: 10px 26px;
  border-radius: 8px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: black;
}
.form-contact .controlInput select:required:invalid {
  color: black;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
}
.form-contact .controlInput input[type=text],
.form-contact .controlInput input[type=tel],
.form-contact .controlInput input[type=email],
.form-contact .controlInput select {
  border: 2px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 45px;
  padding: 10px 26px;
  border-radius: 8px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: black;
}
.form-contact .controlInput textarea::placeholder,
.form-contact .controlInput input[type=text]::placeholder,
.form-contact .controlInput input[type=tel]::placeholder,
.form-contact .controlInput input[type=email]::placeholder {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: #999999;
}
[dir=rtl] .form-contact .controlInput textarea::placeholder,
[dir=rtl] .form-contact .controlInput input[type=text]::placeholder,
[dir=rtl] .form-contact .controlInput input[type=tel]::placeholder,
[dir=rtl] .form-contact .controlInput input[type=email]::placeholder {
  text-align: right;
}
.form-contact .controlInput input[type=file] {
  display: none;
}
.form-contact .controlInput .custom-file-upload {
  border: 2px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 45px;
  padding: 10px 26px;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  background: url(../images/icones/icon-file.svg) no-repeat right 26px center;
}
[dir=rtl] .form-contact .controlInput .custom-file-upload {
  background: url(../images/icones/icon-file.svg) no-repeat left 26px center;
}
.form-contact .controlInput .checkbox-containe {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  margin: 0;
  /* Create a custom checkbox */
}
[dir=rtl] .form-contact .controlInput .checkbox-containe {
  padding-left: 0;
  padding-right: 35px;
}
@media (max-width: 760px) {
  .form-contact .controlInput .checkbox-containe {
    line-height: 19px;
  }
}
.form-contact .controlInput .checkbox-containe input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-contact .controlInput .checkbox-containe input:checked ~ .checkmark {
  background-color: transparent;
}
.form-contact .controlInput .checkbox-containe .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 27px;
  border: 3px solid black;
  border-radius: 3px;
  background: transparent;
}
[dir=rtl] .form-contact .controlInput .checkbox-containe .checkmark {
  left: auto;
  right: 0;
}
@media (max-width: 760px) {
  .form-contact .controlInput .checkbox-containe .checkmark {
    top: 4px;
  }
}
.form-contact .controlInput .checkbox-containe .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 9px;
  height: 13px;
  border: solid black;
  border-width: 0 3.5px 3.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
[dir=rtl] .form-contact .controlInput .checkbox-containe .checkmark:after {
  left: auto;
  right: 7px;
}
.form-contact .controlInput .checkbox-containe:hover input ~ .checkmark {
  background-color: #B4985A;
}
.form-contact .controlInput .checkbox-containe input:checked ~ .checkmark:after {
  display: block;
}
.form-contact .cardBtn {
  border: none;
  margin: 20px auto 35px auto;
  width: 185px !important;
  display: block;
}

select {
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  overflow: hidden;
  padding-left: 26px;
  min-width: 244px;
  margin-right: 16px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #EAECF0 url("../images/icones/down-select.svg") no-repeat center right 26px !important;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  color: #292929;
  cursor: pointer;
}
[dir=rtl] select {
  margin-right: 0;
  margin-left: 16px !important;
  padding-left: 0;
  padding-right: 26px !important;
  background: #EAECF0 url("../images/icones/down-select.svg") no-repeat center left 26px !important;
}
select:focus {
  border-color: transparent;
  box-shadow: none;
}
@media (max-width: 1000px) {
  select {
    min-width: 30%;
  }
}
select:last-of-type {
  margin-right: 0;
}

select:required:invalid {
  color: #999999;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
}
[dir=rtl] .projects-slider .info-panel {
  margin-left: 9px;
}

[dir=rtl] .projects-slider .slider-projects .slick-prev {
  left: 12px !important;
}

[dir=rtl] .projects-slider .slider-projects .slick-next {
  right: 12px !important;
}

[dir=rtl] .structure-full .structure-title-btns h3 {
  text-align: right !important;
}

.rtl {
  direction: rtl;
  text-align: right;
}
.rtl .slider-dots-mobile {
  justify-content: center !important;
  text-align: center !important;
}
.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl p, .rtl li, .rtl span, .rtl div {
  text-align: right;
}
.rtl .sitemap-header h2 {
  text-align: center;
}
.rtl .text-left {
  text-align: right !important;
}
.rtl .text-right {
  text-align: left !important;
}
.rtl .float-left {
  float: right !important;
}
.rtl .float-right {
  float: left !important;
}
.rtl .ml-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.rtl .mr-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.rtl .pl-0 {
  padding-left: 0;
  padding-right: 0;
}
.rtl .pr-0 {
  padding-right: 0;
  padding-left: 0;
}
.rtl .pl-1 {
  padding-left: 0;
  padding-right: 0.25rem;
}
.rtl .pr-1 {
  padding-right: 0;
  padding-left: 0.25rem;
}
.rtl .pl-2 {
  padding-left: 0;
  padding-right: 0.5rem;
}
.rtl .pr-2 {
  padding-right: 0;
  padding-left: 0.5rem;
}
.rtl .pl-3 {
  padding-left: 0;
  padding-right: 1rem;
}
.rtl .pr-3 {
  padding-right: 0;
  padding-left: 1rem;
}
.rtl .pl-4 {
  padding-left: 0;
  padding-right: 1.5rem;
}
.rtl .pr-4 {
  padding-right: 0;
  padding-left: 1.5rem;
}
.rtl .pl-5 {
  padding-left: 0;
  padding-right: 3rem;
}
.rtl .pr-5 {
  padding-right: 0;
  padding-left: 3rem;
}
.rtl .ml-0 {
  margin-left: 0;
  margin-right: 0;
}
.rtl .mr-0 {
  margin-right: 0;
  margin-left: 0;
}
.rtl .ml-1 {
  margin-left: 0;
  margin-right: 0.25rem;
}
.rtl .mr-1 {
  margin-right: 0;
  margin-left: 0.25rem;
}
.rtl .ml-2 {
  margin-left: 0;
  margin-right: 0.5rem;
}
.rtl .mr-2 {
  margin-right: 0;
  margin-left: 0.5rem;
}
.rtl .ml-3 {
  margin-left: 0;
  margin-right: 1rem;
}
.rtl .mr-3 {
  margin-right: 0;
  margin-left: 1rem;
}
.rtl .ml-4 {
  margin-left: 0;
  margin-right: 1.5rem;
}
.rtl .mr-4 {
  margin-right: 0;
  margin-left: 1.5rem;
}
.rtl .ml-5 {
  margin-left: 0;
  margin-right: 3rem;
}
.rtl .mr-5 {
  margin-right: 0;
  margin-left: 3rem;
}
.rtl .icon-left::before,
.rtl [class*=icon-]::before {
  margin-right: 0;
  margin-left: 0.5rem;
}
.rtl .icon-right::after,
.rtl [class*=icon-]::after {
  margin-left: 0;
  margin-right: 0.5rem;
}
.rtl ul, .rtl ol {
  padding-left: 0;
  padding-right: 2rem;
}
.rtl li {
  text-align: right;
}
.rtl input[type=text],
.rtl input[type=email],
.rtl input[type=tel],
.rtl input[type=password],
.rtl input[type=search],
.rtl textarea,
.rtl select {
  text-align: right;
  direction: rtl;
}
.rtl input[type=checkbox],
.rtl input[type=radio] {
  margin-right: 0;
  margin-left: 0.5rem;
}
.rtl button [class*=icon-]:first-child, .rtl .btn [class*=icon-]:first-child {
  margin-right: 0;
  margin-left: 0.5rem;
}
.rtl button [class*=icon-]:last-child, .rtl .btn [class*=icon-]:last-child {
  margin-left: 0;
  margin-right: 0.5rem;
}
.rtl nav ul li:not(:last-child) {
  margin-right: 0;
  margin-left: 1rem;
}
.rtl .breadcrumb .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0.5rem;
  content: "/";
  transform: scaleX(-1);
}
.rtl .dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}
.rtl .modal .close {
  right: auto;
  left: 1rem;
}
.rtl .card {
  text-align: right;
}
.rtl .card .card-img-left {
  order: 2;
}
.rtl .card .card-body {
  text-align: right;
}
.rtl table {
  direction: rtl;
}
.rtl table th, .rtl table td {
  text-align: right;
}
.rtl table th:first-child, .rtl table td:first-child {
  padding-left: 0;
  padding-right: 1rem;
}
.rtl table th:last-child, .rtl table td:last-child {
  padding-right: 0;
  padding-left: 1rem;
}
.rtl .d-flex.flex-row {
  flex-direction: row-reverse;
}
.rtl .row {
  direction: rtl;
}
.rtl .slick-slider {
  direction: rtl;
}
.rtl .slick-slider .slick-prev {
  right: auto;
  left: 25px;
}
.rtl .slick-slider .slick-next {
  left: auto;
  right: 25px;
}
.rtl .tooltip {
  direction: rtl;
}
.rtl .nav-tabs .nav-item {
  margin-right: 0;
  margin-left: 0.25rem;
}
.rtl .alert {
  text-align: right;
}
.rtl .alert .close {
  right: auto;
  left: 0;
}
.rtl .progress-bar {
  right: 0;
  left: auto;
}
.rtl .badge {
  margin-left: 0.5rem;
  margin-right: 0;
}
.rtl figure figcaption {
  text-align: right;
}
.rtl blockquote {
  border-left: none;
  border-right: 4px solid #ddd;
  padding-left: 0;
  padding-right: 1rem;
  text-align: right;
}
.rtl pre, .rtl code {
  direction: ltr;
  text-align: left;
}
.rtl .spinner {
  transform: scaleX(-1);
}
.rtl .arrow-right,
.rtl .chevron-right,
.rtl .fa-arrow-right,
.rtl .fa-chevron-right {
  transform: scaleX(-1);
}
.rtl .arrow-left,
.rtl .chevron-left,
.rtl .fa-arrow-left,
.rtl .fa-chevron-left {
  transform: scaleX(-1);
}
.rtl .social-icons {
  direction: ltr;
}
.rtl a[href^="tel:"],
.rtl a[href^="mailto:"] {
  direction: ltr;
  unicode-bidi: embed;
}
@keyframes slideInLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.rtl .gradient-left-to-right {
  background: linear-gradient(to left, var(--gradient-start), var(--gradient-end));
}
.rtl .gradient-right-to-left {
  background: linear-gradient(to right, var(--gradient-start), var(--gradient-end));
}
.rtl .shadow-right {
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
.rtl .shadow-left {
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
}
.rtl ::-webkit-scrollbar {
  direction: rtl;
}
.rtl select {
  background-position: left 0.75rem center;
  padding-right: 2.5rem;
  padding-left: 0.75rem;
}
.rtl input[type=date],
.rtl input[type=time],
.rtl input[type=datetime-local] {
  direction: rtl;
}
.rtl .reference-section .reference-card {
  text-align: center;
}
@media (max-width: 1400px) {
  .rtl .projects-slider .slider-projects .slider-card .overlay {
    right: auto;
    top: 90px;
  }
}
@media (max-width: 1100px) {
  .rtl .projects-slider .slider-projects .slider-card .overlay {
    right: auto;
    top: 50px;
  }
}
@media (max-width: 992px) {
  .rtl .projects-slider .slick-dots {
    left: 0 !important;
    right: 0;
    margin: auto;
    transform: translateX(0%);
  }
}

/*# sourceMappingURL=main.css.map */
