.section.hero .hero-carousel .carousel-slide .carousel-content .btn{
    border: none;
}
/* ----------------------------------------------------------- */
/* LATEST ARTICLES SECTION STYLES                              */
/* ----------------------------------------------------------- */

/* 
   Article Card Container 
   - Sets the cursor to pointer to indicate clickability
   - Ensures the block display for proper layout
*/
.article-card {
    cursor: pointer;
    display: block;
}

/* 
   Article Image Transition 
   - Smooth transition for the transform property (0.5s)
   - Used for the zoom effect on hover
*/
.article-image {
    transition: transform 0.5s ease;
}

/* 
   Hover Effect: Image Zoom
   - When the user hovers over the card (.article-card),
   - The image inside it scales up by 5% (1.05)
*/
.article-card:hover .article-image {
    transform: scale(1.05);
}

/* 
   Hover Effect: Title Color
   - When the user hovers over the card,
   - The title (h3) changes color to the brand blue
*/
.article-card:hover h3 {
    color: var(--color-brand-blue);
    transition: color 0.3s ease;
}

/* 
   Hover Effect: Link Arrow Movement
   - Moves the arrow icon slightly to the right on hover
   - Adds a dynamic feel to the call-to-action link
*/
.article-card:hover .arrow-icon {
    transform: translateX(4px); /* Moves 4px right */
    transition: transform 0.3s ease;
}
.display__grid.for__column {
    grid-template-columns: repeat(4, 1fr);
}

.latest-article .article-card h3{
font-size: 1rem;
    font-weight: bold;
    margin: 12px 0;
}
.latest-article .article-card  span{
color: #ff6b02;
    font-size: 0.8rem;
}
.latest-article .article-card img{
    border-radius: 10px;
}
.articles__paginate span{
    width: 2rem;
    height: 2rem;
    text-align: center;
    background: #d0d0d0;
    line-height: 2rem;
    border-radius: 50%;
    color: #fff;
}
.articles__paginate a{
    width: 2rem;
    height: 2rem;
    text-align: center;
    background: #ff6b02;
    line-height: 2rem;
    border-radius: 50%;
    color: #fff;
}
.section--expertise .listing__grid .card.card--overlay img .card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease, filter .3s;
    filter: brightness(.7);
}
.listing__grid .card.card--overlay img {
    display: block;
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

:root {
  --values-bg: #ffffff;
  --values-accent: #3b82f6; /* blue-600 */
  --values-accent-light: #eff6ff; /* blue-50 */
}

.values-section {
  padding: 6rem 0;
  background-color: var(--values-bg);
  overflow: hidden;
}
.values-section h2 span{
    color: rgb(59 130 246 )!important;
    font-style: italic!important;
}
.values-badge {
  display: inline-block;
  padding: 0.375rem 1rem!important;
  margin-bottom: 1.5rem!important;
  font-size: 0.875rem!important;
  font-weight: 600!important;
  letter-spacing: 0.05em!important;
  text-transform: uppercase!important;
  color: var(--values-accent)!important;
  background-color: var(--values-accent-light)!important;
  border-radius: 9999px!important;
}
.values-badge h4{
    font-size: 0.875rem!important;
  font-weight: 600!important;
  letter-spacing: 0.05em!important;
}

.value-item-icon .elementor-icon{
  display: flex;
  align-items: center!important;
  justify-content: center!important;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background-color: var(--values-accent-light);
  border: 1px solid #dbeafe;
  transition: all 0.3s ease;
  border: none!important;
}

.value-item:hover .value-item-icon .elementor-icon{
  background-color: var(--values-accent);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.value-item:hover .value-item-icon i {
  color: #ffffff !important;
  transform: scale(1.1);
}

.value-item h3 {
  transition: color 0.3s ease;
}

.value-item:hover h3 {
  color: var(--values-accent);
}

.values-image-container {
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 8px solid #ffffff;
  z-index: 10;
}

.values-image-container img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.values-image-container:hover img {
  transform: scale(1.05);
}

.values-floating-card {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  z-index: 20;
}

.values-decorator-blob {
  position: absolute;
  border-radius: 9999px;
  filter: blur(64px);
  opacity: 0.5;
  z-index: 0;
}

.values-decorator-blob-1 {
  top: -3rem;
  right: -3rem;
  width: 16rem;
  height: 16rem;
  background-color: var(--values-accent-light);
}

.values-decorator-blob-2 {
  bottom: -3rem;
  left: -3rem;
  width: 12rem;
  height: 12rem;
  background-color: #dbeafe;
}

.values-accent-square {
  position: absolute;
  top: 5rem;
  right: -1rem;
  width: 3rem;
  height: 3rem;
  background-color: var(--values-accent);
  border-radius: 0.75rem;
  transform: rotate(12deg);
  z-index: 5;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.nos-valeurs-text{
    display: block!important;
}
.videoContainer{
    position: absolute;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    height: 100%;
    top:0;
}
.videoContainer video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
body .banner__component:after{
    opacity: 0.8;
}

.offer__detail .offer__detail__container .offer__desc .key-responsibilite ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    border-radius: 100%;
    border: 1px solid #0046c0;
    color: #0046c0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: .6rem;
    line-height: 20px;
}
div[data-cky-tag="powered-by"]{
  display: none!important;
}