/* Summary */
/* 01 — Fonts */
/* 02 — Variables */
/* 03 — General */
/* 04 — Global Styles */
/* 05 — Gadgets */
/* 06 — Footer */

/*=================================================================
                            01 — Fonts
==================================================================*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*=================================================================
                            02 — Variables
==================================================================*/

/*=================================================================
                            03 — General
==================================================================*/
/* ============= General Styles ============= */
body,
body.theme-lumapps {
    font-family: "Inter", sans-serif;
    background-color: #F1F1F2 !important;
}

/* ============= Create Button ============= */
.header-top__contribution .lumx-button--color-primary{
    border-radius: 35px !important;
}

/* ============= Bigger Rows ============= */
.widget--row-padding {
    padding: 180px;
}

/* ============= Widget Content ============= */
.widget--shared-widget-content-list .block-grid__item {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 16px 24px;
}

/* ============= Widget Intro + Metadata ============= */
.widget--shared-widget-intro .widget-content--block-intro p,
.widget--shared-widget-metadata .widget-content{
   align-items: center !important;
}

/* ============ Widget HTML Underline ============= */
.widget-wrapper .widget-html__content a,
.widget--shared-widget-beige-bordure-ombre .block-html a {
    text-decoration: none !important; /* Removes the underline */
}

/* ============= Fixed Backrgound All Pages + Annuaire ============= */
.component-row--fix-header,
.content-module {
    background-attachment: fixed!important; 
    background-position: center center!important;
    background-size: cover!important;
    background-image: url(https://chavigny.app.lumapps.com/serve/75135686791281-7679006361165203/new-homepage_background.svg?contentDisposition=inline&isOriginalSize=true)!important;  
}

/* ============= Directory ============= */
.user-directory__wrapper {
  box-shadow: none !important;
  background-color: transparent !important;
}
.content-module {
  margin-bottom: 12px !important;
}

/* ============= Widget Footers ============= */
.widget-footer__icon {
    transition: transform 0.5s ease; /* Smooth transition for both hover and return */
}

.widget-footer__wrapper:hover .widget-footer__icon {
  transform: rotate(90deg); /* Adjust the value for desired rotation */
}

/*=================================================================
                        04 — Global Styles
==================================================================*/
/* ============= Welcome Message ============= */
.widget--welcome-message .widget-welcome {
    font-size: 40px !important;
    font-weight: 300 !important;
}

/* ============= Page Titles ============= */
.widget--shared-titre-page .block-title,
.widget--shared-titre-page .block-title,
.widget--shared-titre-page-fonce .block-title {
    font-size: 52px !important;
    font-weight: 300;
}

/* ============= Section Titles ============= */
.widget--shared-titre-section .block-html,
.widget--shared-titre-section-fonce .block-html,
.widget--shared-titre-section .widget-html__content,
.widget--shared-titre-section-fonce .widget-html__content {
    text-transform: uppercase !important;
    font-size: 36px !important;
    font-weight: 600 !important;
}
.widget--shared-titre-section .widget-header__title,
.widget--shared-titre-section-fonce .widget-header__title {
    text-transform: uppercase;
}

/* ============= Communities Page Titles ============= */
.widget--shared-titre-page .widget-title__title,
.widget--shared-titre-page-fonce .widget-title__title {
    font-size: 52px !important;
    font-weight: 300 !important;
}


/*=================================================================
                        05 — Gadgets
==================================================================*/
/* ==================== Content List - Alert Message ==================== */
    .widget--shared-alert-message .block-page-preview__title,
    .widget--shared-alert-message .content-block-title {
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        height: 28px;
        padding: 10px 0;
    }
    .widget--shared-alert-message .block-page-preview__link,
    .widget--shared-alert-message .content-block-title a {
        position: absolute;
        display: flex;
        align-items: center;
        top: 50%;
        transform: translateY(-50%);
    }
    .widget--shared-alert-message .block-page-preview__link span,
    .widget--shared-alert-message .content-block-title a {
        font-size: 16px !important;
    }
    .widget--shared-alert-message .block-page-preview__link,
    .widget--shared-alert-message .content-block-title a {
        display: flex; /* Ensure the link container aligns the icon and text together */
        align-items: center;
        gap: 8px; /* Space between icon and text */
        white-space: nowrap;
        animation: smooth-scroll 20s linear infinite;
        left: 0; /* Start aligned to left edge */
    }
    .widget--shared-alert-message .block-page-preview__link::before,
    .widget--shared-alert-message .content-block-title a::before {
        content: "";
        display: inline-block; /* Insert the icon inside a perfectly centered circular background */
        width: 24px; /* Size of the circle */
        height: 24px; /* Background properties for the circle */
        background-color: white;
        border-radius: 50%;
        background-image: url("https://chavigny.app.lumapps.com/serve/75135686791281-5105261829212509/warning_circle.svg?contentDisposition=inline&isOriginalSize=true");
        background-size: 70%; /* Adjusts the size of the icon inside */
        background-repeat: no-repeat;
        background-position: center; /* Ensures the icon is centered */
    }
    /* Smooth scroll animation from right to left */    
    @keyframes smooth-scroll {
        0% {
            transform: translateX(100%) translateY(-50%);
        }
        100% {
            transform: translateX(-100%) translateY(-50%);
        }
    }

/* ============= Profile Sociale ============= */
/* Styling for the dynamic greeting */
.wdc-sociale-profile-dynamic-greeting {
    font-size: 18px !important;
    font-weight: bold;
    color: #0C2233;
}
/* Styling for the welcome section */
.wdc-sociale-profile-welcome {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
}
.wdc-sociale-profile-avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
}
.wdc-sociale-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wdc-sociale-profile-texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    font-size: 30px;
    line-height: 1;
    color: #0C2233;
}
.wdc-sociale-profile-cta-link {
    text-decoration: none;
    color: #0C2233;
}
.wdc-sociale-profile-cta-link:hover {
    text-decoration: underline;
}
.wdc-sociale-profile-link {
    font-size: 16px !important;
    font-weight: light;
    color: #0C2233;    
    text-decoration: none!important;
    transition: all .3s ease;
}
.wdc-sociale-profile-link:hover {
    text-decoration: underline !important;
}

/* ============= Thumbnails One ============= */
.wdc-thumbnail-v4 {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius:0;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .8);
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow .35s ease;
}
.wdc-thumbnail-v4:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
/* Hover transition */
.wdc-thumbnail-v4:hover {
    box-shadow: 0 6px 6px -8px rgba(0, 0, 0, .7);
}
.wdc-thumbnail-container-v4 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
}
.wdc-thumbnail-img-v4 {
    flex: 4 0 auto;
    background-position: center;
    background-size: cover;
    transform: scale(1.2);
    transition: transform .35s ease;
}
/* Hover transition for the image */
.wdc-thumbnail-v4:hover .wdc-thumbnail-img-v4 {
    transform: scale(1);
}
.wdc-thumbnail-img-v4:before {
    content: "CONSEIL";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    color: #F8F8F8;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #F8F8F8 0%, #F8F8F8 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 45% 3%;
    transform: translate(-50%, -50%);
    transition: opacity .35s linear, transform .35s ease;
    text-align: center;
    padding-bottom: 6px;
}
/* Hover transition for the overlay text */
.wdc-thumbnail-v4:hover .wdc-thumbnail-img-v4:before {
    opacity: 0;
    transform: translate(-50%, -500%) scale(.5);
}
.wdc-thumbnail-img-v4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    transition: opacity .35s linear;
}
/* Hover transition for overlay */
.wdc-thumbnail-v4:hover .wdc-thumbnail-img-v4:after {
    opacity: 0;
}
.wdc-thumbnail-content-v4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 0;
    background-color: #F8F8F8;
    overflow: hidden;
    transition: flex-grow .35s ease;
}
/* Hover transition for the content */
.wdc-thumbnail-v4:hover .wdc-thumbnail-content-v4 {
    flex-grow: 1;
}
.wdc-thumbnail-caption-v4 {
    font-family: "Open Sans", sans-serif;
    color: #02291F;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    opacity: 0;
    transform: scale(.5) translateY(100%);
    transition: opacity .35s linear, transform .35s ease;
}
/* Hover transition for the caption */
.wdc-thumbnail-v4:hover .wdc-thumbnail-caption-v4 {
    transform: scale(1);
    opacity: 1;
}
@media (max-width: 63.99em) {
    .wdc-thumbnail-v4,
    .wdc-thumbnail-container-v4 {
        height: 100%;
    }
    .wdc-thumbnail-v4:hover .wdc-thumbnail-content-v4 {
        flex-grow: 0.5;
    }    
}

/* ============= Thumbnails Outline Button ============= */
.wdc-OutlineButton {
    display: inline-flex; /* Ensures it behaves like a button */
    align-items: center;
    justify-content: flex-start;
    padding: 10px 20px;
    background-size: cover;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative; /* Required for the glow effect */
    overflow: hidden; /* Prevents the glow from overflowing */
}
/* Icon inside the button */
.wdc-OutlineButton img {
    width: 24px;
    height: 24px;
    margin-right: 16px !important;
    transition: transform 0.3s ease;
}
/* Styling for the text */
.wdc-OutlineButton span {
    font-size: 16px;
    font-weight: 600;
    color: #402FC4;
    transition: transform 0.3s ease;
}
/* Hover effect for the button */
.widget--wdc-OutlineButton {
    transition: all 0.3s ease;
    border: 1px solid #402FC4 !important;
}
.widget--wdc-OutlineButton:hover {
    border: 1px solid #CDCDCD !important;
}
.widget--wdc-OutlineButton:hover img {
    transform: scale(1.2);
}
.widget--wdc-OutlineButton:hover span {
    transform: translateX(4px);
    /* Move the text 4px to the right */
}
/* Accessibility and focus styling */
.widget--wdc-OutlineButton:focus {
    outline: 3px solid #402FC480;
    /* High contrast outline for accessibility */
    outline-offset: 2px;
}
/* Light glow effect covering the whole button */
.wdc-OutlineButton::after {
    content: "";
    position: absolute;
    top: 0;
    right: -150%; /* Start completely outside from the right */
    width: 300%; /* Extends beyond button width */
    height: 100%;
    background: linear-gradient(
        -120deg, /* Changes the gradient direction to right to left */
        rgba(255, 255, 255, 0) 30%, 
        rgba(255, 255, 255, 0.6) 50%, 
        rgba(255, 255, 255, 0) 70%
    );
    transform: skewX(20deg); /* Adjusts the skew for the opposite direction */
    transition: right 0.6s ease-in-out;
    pointer-events: none; /* Ensures it does not interfere with clicks */
}
.wdc-OutlineButton:hover::after {
    right: 150%; /* Moves the light effect across the entire button from right to left */
}

/* ============= Thumbnails Spin Icon Button ============= */
.wdc-SpinIcon {
    width: 100%;
    height: 185px;
    background-size: 100%; /* Stretch the gradient */
    border-radius: 10px;
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    position: none;
    overflow: hidden;
    cursor: pointer; /* Make the entire block clickable */
    transition: background-position 0.5s ease-in-out; /* Smooth transition for the background color change */
}
/* Image inside the card */
.wdc-SpinIcon img {
    position: absolute;
    width: 172px;
    top: 36px;
    right: -10%;
    object-fit: cover; /* Ensures the image covers the container */
    z-index: 1;
    transition: transform 0.3s ease; /* Smooth scaling and rotation transition */
    opacity: 0.25; /* Set opacity to 0.4 to make the image more transparent */
}
.wdc-SpinIcon-content {
      flex-grow: 1;
      z-index: 2 !important;
      max-width: 50%; /* Limit text width to 50% of the parent container */
}
.wdc-SpinIcon-title {
    font-size: 24px !important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2 !important;
}
.widget--spinIcon .widget-footer {
    display: flex;
    align-items: center;
    z-index: 2 !important;
}
.widget--spinIcon .widget-footer__wrapper {
    text-transform: uppercase;
    margin-right: 8px;
    letter-spacing: 1px;
    font-weight: 700;
}
.widget--spinIcon .widget-footer__icon {
    width: 18px;
    height: 18px;
    transform: rotate(315deg) !important;
    transition: transform 0.3s ease; /* Smooth rotation effect */
}
.widget--spinIcon:hover .widget-footer__icon {
    transform: rotate(0deg); /* Rotate arrow to the right */
}
/* Scale the image by 4% and rotate 10 degrees on hover */
.wdc-SpinIcon:hover img {
    transform: scale(1.04) rotate(10deg); /* Grow and rotate the image */
}
/* Inverse the background gradient slowly on hover */
.wdc-SpinIcon:hover {
    background-position: 100%; /* Transition the background gradient */
}
.widget--spinIcon {
    transition: all 0.3s ease; /* Smooth rotation effect */
}
.widget--spinIcon:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2) !important; /* Deeper shadow on hover */
    transform: translate(2px, 2px); /* Move 16px to the right and bottom */
}
/* Media Query for smaller screens */
@media (max-width: 1023px) {
  .wdc-SpinIcon {
    flex-direction: column; /* Stack image and text vertically */
    height: auto; /* Adjust height based on content */
  }
  .wdc-SpinIcon-content {
    max-width: 100%; /* Allow text to take full width */
    margin-bottom: 20px; /* Add space between text and image */
  }
  .wdc-SpinIcon img {
    width: 100%; /* Image takes full width */
    height: auto; /* Adjust image height based on width */
    right: 0; /* Reset the positioning */
  }
  .wdc-SpinIcon-title {
    font-size: 20px; /* Smaller title for mobile */
  }
}

/* ============= Profile Welcome ============= */
/* Styling for the dynamic greeting */
.wdc-welcome-profile-dynamic-greeting {
    font-size: 18px !important;
    font-weight: bold;
    color: #FFFFFF;
}
/* Styling for the welcome section */
.wdc-welcome-profile-welcome {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #FFFFFF;
}
.wdc-welcome-profile-avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: auto;
}
.wdc-welcome-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wdc-welcome-profile-texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    font-size: 18px;
}
.wdc-welcome-profile-cta-link {
    text-decoration: none;
    color: #EDEDED;
}
.wdc-welcome-profile-cta-link:hover {
    text-decoration: underline;
}
.wdc-welcome-profile-link {
    font-size: 18px !important;
    font-weight: regular;
    color: #EDEDED;    
    text-decoration: none!important;
    transition: all .3s ease;
}
.wdc-welcome-profile-link:hover {
    text-decoration: underline !important;
}

/* ============= Timezone ============= */
.timezone-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0C2233;
    text-align: center;
}
.city {
        font-weight: 800;
}
.divider {
    width: 1px;
    background: #000000;
    height: 14px;
    
}
/* Media query */
@media (max-width: 1280px) {
    .timezone-container {
        flex-direction: column;
        gap: 4px;
    }
    .divider {
        display: none;
    }
}

/* ============= Home Layouts ============= */
/* Tabs styles */
.widget--tabs-page-layout-4 .widget-content-list__tabs {
    justify-content: flex-end !important;
}
.widget--tabs-page-layout-4 .widget-content-list__tab {
    flex: 0 1 auto !important;
    border: 1px solid #000000;
    border-radius: 35px !important;
    height: 32px !important;
    margin: 0 2px;
}
.widget--tabs-page-layout-4 .widget-content-list__tab--is-active:after,
.widget--tabs-page-layout-4 .widget-content-list__tab:not(.widget-content-list__tab--is-active):not(.widget-content-list__tab--is-disabled):after {
    border-color: transparent !important;
}
.widget--tabs-page-layout-4 .widget-content-list__tab:not(.widget-content-list__tab--is-active):not(.widget-content-list__tab--is-disabled) span,
.widget--tabs-page-layout-4 .widget-content-list__tab--is-active span {
    font-size: 12px;
    text-transform: uppercase !important;
    font-weight: 400 !important;
}
/* all tabs excpet the active */
.widget--tabs-page-layout-4 .widget-content-list__tab:not(.widget-content-list__tab--is-active):not(.widget-content-list__tab--is-disabled) {
    border-radius: 35px !important;
    height: 32px !important;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    color: #000000;
    transition: background-color .3s ease;
}
.widget--tabs-page-layout-4 .widget-content-list__tab:not(.widget-content-list__tab--is-active):not(.widget-content-list__tab--is-disabled):hover {
    background-color: #402FC4;
    border: 1px solid #e2e2e2;
    color: #ffffff;
}
/* the active tabs */
.widget--tabs-page-layout-4 .widget-content-list__tab--is-active {
    background-color: rgba(0,0,0, 0.8); /* active tab background*/
    color: #ffffff; /* active tab color */
    border: 1px solid rgba(255,255,255,0.5);
    transition: background-color .3s ease;
}
.widget--tabs-page-layout-4 .widget-content-list__tab--is-active:hover {
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #e2e2e2;
    color: #000000;
}
/* Content List Image styles */
.widget--tabs-page-layout-4 .lumx-thumbnail__image {
    border-radius: 0px;
}
/* Content List titles */
.widget--tabs-page-layout-4 .content-block-title {
    font-weight: 400 !important;
}
/* Content List Tags */
.widget--tabs-page-layout-4 .block-page-preview__tags span {
    background-color: #402FC4;
    border-radius: 35px;
    padding: 0 12px 3px;
    margin: 0 2px;
}
.widget--tabs-page-layout-4 .block-page-preview__tags span span {
    font-size: 10px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
}
.widget--tabs-page-layout-4 .block-page-preview__tags>span:after {
    content: none !important;
}
/* Content List Items */
.widget--tabs-page-layout-4 .block-grid__item {
    background: #ffffff;
    border-radius: 25px;
    padding: 12px;
}
/* Content List Date */
.widget--tabs-page-layout-4 .block-page-preview__date {
    font-size: 12px !important;
}

/* ============= Thumbnails Float Image ============= */
.wdcLayoutv4-division {
    position: relative;
    text-align: left;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    max-height: 80px; /* Default height when collapsed */
}
.wdcLayoutv4-title {
    font-size: 75px;
    font-weight: 300;
    position: relative;
    z-index: 2;
    margin: 0;
    line-height: 1;
    transition: color 0.5s ease-in-out;
}
.wdcLayoutv4-title a {
    text-decoration: none !important; /* Removes the underline */
}
.wdcLayoutv4-description {
    font-size: 15px;
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.wdcLayoutv4-image {
    position: fixed;
    top: 40%;
    left: 100px;
    transform: translateY(50px);
    width: 300px;
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 3;
}
.wdcLayoutv4-division:hover {
    max-height: 1000px; /* Expands dynamically based on content */
}
.wdcLayoutv4-division:hover .wdcLayoutv4-title {
    color: #BABABA;
}
.wdcLayoutv4-division:hover .wdcLayoutv4-description {
    opacity: 1;
    visibility: visible;
}
.wdcLayoutv4-division:hover .wdcLayoutv4-image {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* Disable hover effects on smaller screens */
@media (max-width: 1024px) {
    .wdcLayoutv4-division {
        max-height: none !important;
    }
    .wdcLayoutv4-description {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wdcLayoutv4-image {
        display: none !important;
    }
}

/* ============= Thumbnails Scroll Button ============= */
.wdc-scroll-button-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 90px; /* Adjust height */
    padding-right: 12px; /* Add right padding */
    padding-left: 12px;
    text-decoration: none; /* Remove default link styles */
    cursor: pointer; /* Indicate the link is clickable */
}
/* Button styling */
.wdc-scroll-button {
    flex: 1;
    display: flex;
    justify-content: flex-start; /* Align text to the left */
    align-items: center;
    position: relative;
    height: 100%;
}
/* Text styling */
.wdc-scroll-button-text {
    color: #ffffff;
    text-transform: uppercase;
     font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    position: absolute;
    left: 0; /* Align text to the left edge */
    transform: translateY(0); /* Initial position */
    transition: transform 0.6s ease;
    white-space: nowrap; /* Prevent text wrapping */
}
/* Initial text positions */
.wdc-scroll-button-text:first-child {
    transform: translateY(0); /* Visible initially */
}
.wdc-scroll-button-text:last-child {
    transform: translateY(100%); /* Positioned below */
}
/* Hover effect for text */
.wdc-scroll-button-link:hover .wdc-scroll-button-text:first-child {
    transform: translateY(-100%); /* Move text up and out */
}
.wdc-scroll-button-link:hover .wdc-scroll-button-text:last-child {
    transform: translateY(0); /* Move text up into view */
}
/* Hover effect for the image */
.wdc-scroll-button-icon img {
    transition: transform 0.6s ease;
    height: 24px;
}
.wdc-scroll-button-link:hover .wdc-scroll-button-icon img {
    transform: scale(1.1) rotate(10deg);
}

/* ============= Thumbnails Icon Lift Button ============= */
.widget--iconLiftButton {
    text-align: left; /* Align text and content to the left */
    transition: all ease 0.3s;
}
.widget--iconLiftButton .number {
    text-align: center;
    font-size: 30px;
    font-weight: 100;
}
.widget--iconLiftButton .number {
    display: block; /* Ensure proper layout for the image */
    transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1); /* Smooth hover effect */
}

.widget--iconLiftButton:hover .number {
    transform: translateY(-8px); /* Moves the image slightly up */
}
.widget--iconLiftButton:hover {
    box-shadow: none !important;
}
.widget--iconLiftButton h4,
.widget--iconLiftButton p {
    font-family: "Inter", sans-serif;
    margin: 0; /* Reset default margins */
    padding: 0; /* Reset default padding */
    color: #000000 !important; /* Set text color */
}
.widget--iconLiftButton h4 {
    margin-bottom: 8px !important; /* Ensure no extra margin below h2 */
}
.widget--iconLiftButton a {
    text-decoration: none !important; /* Remove default underline */
    color: #000000 !important; /* Set link color */
    font-size: 14px;
}
.widget--iconLiftButton h4 a {
    position: relative; /* Make the link a positioning context */
}
.widget--iconLiftButton h4 a::after {
    content: ''; /* Create a pseudo-element for the underline */
    position: absolute; /* Position the underline */
    left: 0; /* Start at the left edge of the link */
    bottom: -2px; /* Position the underline slightly below the text */
    width: 0; /* Initially hidden */
    height: 1px; /* Thickness of the underline */
    background-color: #000000; /* Underline color */
    transition: width 0.3s ease; /* Smooth animation for the underline */
}
.widget--iconLiftButton:hover h4 a::after {
    width: 45px; /* Expand underline to full width */
}

/* ============= Expanded App Sticky Sidebar ============= */
.widget--expanded-apps-sticky {
    position: fixed !important;
    z-index: 99 !important;
    top: 210px !important;
    margin-left: -90px !important;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
    white-space: nowrap;
    width: 79px;    
}
.widget--expanded-apps-sticky .lumx-divider--theme-light,
.widget--expanded-apps-sticky .lumx-divider--theme-dark {
    display: none !important;
}
.default .widget--expanded-apps-sticky {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}
.widget--expanded-apps-sticky .directory-entry-block__image {
    width: 45px!important;
}
.widget--expanded-apps-sticky .lumx-link__content {
    font-size: 13px !important;
}
/* Hide text and buttons in collapsed mode */
.widget--expanded-apps-sticky .directory-entry-block__content,
.widget--expanded-apps-sticky .directory-entry-block__actions {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    width: 0;
    overflow: hidden;
}
/* Expand on Hover */
.widget--expanded-apps-sticky:hover {
    width: 270px; 
}
.widget--expanded-apps-sticky .widget-content {
    transition: opacity 0.4s ease-in-out;
    white-space: nowrap;
}
.widget--expanded-apps-sticky:hover .directory-entry-block__content,
.widget--expanded-apps-sticky:hover .directory-entry-block__actions {
    opacity: 1;
    width: auto;
}
.widget--expanded-apps-sticky .directory-entry-block__image {
    width: 45px;
    height: 45px;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.widget--expanded-apps-sticky .directory-entry-block__content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Hidden by default, space preserved */
.widget--expanded-apps-sticky .widget-footer__label {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out 0.4s, visibility 0s linear 0.3s;
}
/* Fade in on hover after 1s delay */
.widget--expanded-apps-sticky:hover .widget-footer__label {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out 0.4s, visibility 0s linear 0.4s;
}
/* Hide the top border initially (transparent but space preserved) */
.widget--expanded-apps-sticky .widget-footer__wrapper {
    border-top-color: transparent !important;
    border-top-width: 1px; /* Keep space reserved */
    border-style: solid;
    transition: border-top-color 0.3s ease-in-out, border-top-width 0s linear 0.3s;
}
/* On hover: show border with delay */
.widget--expanded-apps-sticky:hover .widget-footer__wrapper {
    border-top-color: white !important; /* Or any visible color */
    transition: border-top-color 0.3s ease-in-out 0.4s, border-top-width 0s linear 0.4s;
}
/* Base style */
.widget--expanded-apps-sticky .block-list__item {
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}
/* On hover */
.widget--expanded-apps-sticky .block-list__item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
/* Remove background on hover for the star icon button */
.widget--expanded-apps-sticky .lumx-button--variant-icon:hover,
.widget--expanded-apps-sticky .lumx-button--variant-icon:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}
@media (max-width: 1023px) {
  .widget--expanded-apps-sticky {
    margin-left: 24px !important;
  }
}
@media (max-width: 768px) {
  .widget--expanded-apps-sticky {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    box-shadow: none !important;
  }
  .widget--expanded-apps-sticky:hover {
    width: 100% !important;
  }
  .widget--expanded-apps-sticky .directory-entry-block__content,
  .widget--expanded-apps-sticky .directory-entry-block__actions {
    opacity: 1;
    width: auto;
  }
  .widget--expanded-apps-sticky .widget-footer__label {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .widget--expanded-apps-sticky .widget-footer__wrapper {
    border-top-color: rgba(255, 255, 255, 1) !important;
    transition: none !important; /* Cancel the hover transition */
  }
  .widget--expanded-apps-sticky:hover .widget-footer__wrapper {
    border-top-color: rgba(255, 255, 255, 1) !important;
    transition: none !important;
  }
}

/*=================================================================
                        06 — Footer
==================================================================*/
.wdcFooterV6-wrapper {
    background-color: #FFFFFF; /* White background for the entire footer */
    border-bottom: 6px solid #D0343A; /* Orange line at the bottom of the footer */
}
.wdcFooterV6-footer {
    padding: 48px 12px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-bottom: 0.05rem solid black;
    margin: 0 auto;
}
.wdcFooterV6-container {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wdcFooterV6-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wdcFooterV6-left img {
    width: 140px;
    margin-bottom: 10px;
}
.wdcFooterV6-left p {
    margin: 5px 0;
    color: #333;
    font-size: 13px;
}
.wdcFooterV6-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    font-size: 12px;
}
.wdcFooterV6-right h3 {
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.wdcFooterV6-right .wdcFooterV6-buttons {
    margin-top: 10px;
}
.wdcFooterV6-right .wdcFooterV6-buttons a {
    text-decoration: none;
    color: #fff;
    background-color: #D0343A;
    padding: 10px 20px;
    border-radius: 35px;
    margin-right: 10px;
    transition: all 0.3s ease; /* Smooth transition for hover effect */
}
.wdcFooterV6-right .wdcFooterV6-buttons a:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Add a soft shadow */
}
.wdcFooterV6-right .wdcFooterV6-buttons a.wdcFooterV6-watch-demo {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
}
.wdcFooterV6-left p {
    margin-bottom: 2px !important;
}
.wdcFooterV6-left img {
    margin-bottom: 32px !important;
}
/* Footer Bottom */
.wdcFooterV6-bottom-container {
    padding: 12px 16px 24px;
}
.wdcFooterV6-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1128px;
    margin-top: 20px;
    flex-direction: column;
    text-align: center;
}
.wdcFooterV6-social {
    display: flex;
    justify-content: center;
}
.wdcFooterV6-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    text-decoration: none;
    border: 0.05rem solid #000000;
    transition: all 0.3s ease; /* Smooth transition for hover effect */
}
/* On Hover: Scale, background color, and box shadow */
.wdcFooterV6-social a:hover {
    transform: scale(1.1); /* Scale up the icon */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Add a soft shadow */
}
.wdcFooterV6-social img {
    width: 16px;
    height: 16px;
    margin: 0 auto !important;
    transition: transform 0.3s ease; /* Smooth transition for icon scale */
}
/* On hover, scale the icon image */
.wdcFooterV6-social a:hover img {
    transform: scale(1.2); /* Slightly enlarge the icon itself */
}
#wdcFooterV6-copyright-text {
    font-size: 12px;
}
/* Media Queries for responsiveness */
@media (min-width: 1152px) {
    .wdcFooterV6-footer {
        flex-direction: row;
    }
    .wdcFooterV6-container {
        width: 1152px;
    }
    .wdcFooterV6-bottom-container {
        margin: 0 auto;
    }
    .wdcFooterV6-bottom {
        margin: 20px auto 0;
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
    .wdcFooterV6-social {
        margin-top: 0;
        justify-content: flex-end;
    }
}
@media (max-width: 1280px) and (min-width: 1024px) {
    .wdcFooterV6-footer {
        width: 955px;
        flex-direction: row;
    }
    .wdcFooterV6-bottom-container {
        margin: 0 auto;
    }
    .wdcFooterV6-bottom {
        width: 955px;
        margin-top: 10px;
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
    .wdcFooterV6-social {
        margin-top: 0;
    }
}
@media (max-width: 1024px) {
    .wdcFooterV6-footer {
        width: 100%;
        padding: 12px 32px 48px;
        flex-direction: column;
        align-items: center;                
    }
    .wdcFooterV6-bottom-container {
        width: 100%;
        margin: 0 auto;
    }
    .wdcFooterV6-right {
        width: 280px;
    }
    .wdcFooterV6-bottom {
        width: 100%;
        flex-direction: column;
        text-align: center;
        margin-top: 10px;
    }
    .wdcFooterV6-social {
        margin-top: 10px;
        justify-content: center;
        }
    }

/*=================================================================
                        07 - Media Queries
==================================================================*/


/*=================================================================
                        08 - Hide emails in search result
==================================================================*/
.search-result-user__email,
.lumx-user-block__fields .lumx-user-block__field:first-child {
    display: none !important;
}