.navbar-custom{
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-bottom: 0px !important;
}
.hero-header{
    min-height: 400px;
}
@media (min-width: 1500px) {
    .hero-header {
        min-height: 450px;
        height: 40vh !important;
    }
}
@media (max-width: 576px){
    .search-wrap .btn{
        width: 100% !important;
    }
}
@media (min-width: 993px) {
    .hero-header {
        min-height: 450px;
        height: 40vh !important;
    }
}
@media (max-width: 778px){
    .hero-header h1{
        font-size: 30px !important;
    }
}
@media (min-width: 2000px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 60%;
    }
}
@media (min-width: 1400px) and (max-width: 1999px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }
}
@media (min-width: 576px) and (max-width: 1399px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }
}
@media (max-width: 576px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 95%;
    }
}
.titre-login{
    font-size: 2.25rem;
}

.search-wrap .form-control, .search-wrap .btn{
    height:48px;
}
.search-wrap .btn{
    width: 120px;
}
/* Custom Dark Section & Featured Content */
.section-dark {
    background: linear-gradient(180deg, #01274E 0%, #01274E 50%, #012A52 100%) !important;
    padding: 80px 0;
    color: #ffffff;
}

.badge-hot-deal {
    background: linear-gradient(90deg, #FF6900 0%, #FB2C36 100%) !important;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(251, 44, 54, 0.3);
}

.section-title-premium {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-subtitle-premium {
    color: var(--paragraphColor);
    max-width: 630px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.6;
}

/* Feature Cards */
.feature-card-premium {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card-premium:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(52, 215, 230, 0.3);
    transform: translateY(-5px);
}

.feature-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

/* Updated Icon Backgrounds to Cyan Gradient & Icon color to primary */
.bg-trending, .bg-limited, .bg-premium { 
    background: linear-gradient(180deg, #34D7E6 0%, #00EBE1 100%) !important; 
    color: #01274E !important; /* Primary Navy */
}

.feature-title-premium {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.feature-desc-premium {
    color: #94a3b8;
    font-size: 0.875rem;
    margin-bottom: 0;
}

/* Why Choose Us Section & Stats */
.section-why-us {
    padding: 80px 0;
    background-color: #ffffff;
}

.badge-why-us {
    background-color: #34D7E6;
    color: #01274E; /* Dark Navy contrast */
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

.stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    border: 1.6px solid #0000001A;
    transition: transform 0.3s ease;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 20px;
}

.stat-number {
    font-size: 2.25rem;
    font-weight: 700;
    color: #01274E;
    margin-bottom: 5px;
}

.stat-label {
    color: var(--paragraphColor);
    font-size: 16px;
    font-weight: 500;
}

/* Satisfaction Guarantee Banner */
.guarantee-banner {
    background: linear-gradient(180deg, #01274E 0%, #012A52 100%) !important;
    border-radius: 20px;
    padding: 70px 30px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.guarantee-icon {
    font-size: 2.25rem;
    color: #34D7E6;
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}

.guarantee-title {
    font-size:  2.25rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffffff !important;
    position: relative;
    z-index: 3;
}

.guarantee-text {
    color: #D1D5DC;
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 1.25rem;
    line-height: 1.6;
    position: relative;
    z-index: 3;
}

.guarantee-tags {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

/* Background decorative images (reused from Login) */
.fond-blur-top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 15%;
    max-width: 250px;
}

.fond-blur-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 15%;
    max-width: 250px;
}

.tag-guarantee {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 600;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    gap: 8px;
}

.tag-guarantee i {
    font-size: 10px;
}

/* Benefit Cards (Bottom) */
.benefit-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    border: 0.8px solid #F3F4F6;
    box-shadow: 0px 2px 4px -2px #0000001A,0px 4px 6px -1px #0000001A;
}

.benefit-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #01274E;
    margin-bottom: 12px;
}

.benefit-desc {
    color: var;
    font-size: 1rem;
    line-height: 1.6;
}

/* Stat Icon Colors */
.bg-cyan-soft { 
    background: linear-gradient(180deg, #34D7E6 0%, #00EBE1 100%); 
    color: var(--bs-white); 
}
.bg-blue-soft { 
    background: linear-gradient(135deg, #2B7FFF 0%, #00B8DB 100%);
    color: var(--bs-white); 
}
.bg-orange-soft { 
    background: linear-gradient(135deg, #FE9A00 0%, #FF6900 100%);
    color: var(--bs-white); 
}
.bg-amber-soft { 
    background: linear-gradient(135deg, #F0B100 0%, #FE9A00 100%);
    color: var(--bs-white); 
}

/* Benefit Icon Backgrounds (Pale) */
.bg-benefit-icon{
    background: linear-gradient(135deg, rgba(52, 215, 230, 0.2) 0%, rgba(1, 235, 225, 0.2) 100%);
    color: #34D7E6;
}

/* Testimonials Section */
.section-testimonials {
    padding: 80px 0;
    background: linear-gradient(0deg, #F9FAFB, #F9FAFB),linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
}

.container-testimonial{
    background: #ffffff8c;
    padding: 5px 10px 20px 10px;
}
.testimonial-card {
    background: #ffffff;
    border: 1px solid #0000001A;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.08);
   
}

.quote-bg {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: auto;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.star-rating {
    color: #FFB100;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.testimonial-text {
    color: #364153;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.testimonial-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: 2px;
    line-height: 1.2;
}

.user-info-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.user-role {
    font-size: 14px;
    color: var(--paragraphColor);
    line-height: 1.2;
}
.user-role-2 {
    font-size: 12px;
    color: #6A7282;
    height: 20px;
}
.category-badge-outline {
    border: 1px solid #34D7E6;
    color: #34D7E6;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 500;
}

.testimonial-date {
    font-size: 12px;
    color: #99A1AF;
    margin-top: 15px;
    margin-bottom: 0px;
}

/* Slider Controls */
.slider-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.btn-nav-testimonial {
    width: 40px;
    height: 40px;
    border: 1px solid #34D7E6;
    background: transparent;
    color: #34D7E6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-nav-testimonial:hover {
    background: #34D7E6;
    color: #ffffff;
}

.slider-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dot-testimonial {
    width: 9px;
    height: 9px;
    background: #E2E8F0;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dot-testimonial.active {
    background: #34D7E6;
    width: 25px;
    border-radius: 10px;
}

/* Testimonials Slider with Flickity */
.testimonial-slider-container {
    margin-bottom: 30px;
}

.testimonial-slider {
    outline: none;
}

.testimonial-slide {
    width: 33.333%;
    padding: 0 12px;
}

@media (max-width: 991px) {
    .testimonial-slide {
        width: 50%;
    }
}

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

/* Hide Flickity default dots and buttons if they appear */
.flickity-page-dots, .flickity-prev-next-button {
    display: none !important;
}

/* Ensure cards in cells take full height */
.testimonial-slide .testimonial-card {
    height: 100%;
    margin-bottom: 10px; /* Small gap for shadow */
}
/* Color */
.text-paragraph{
    color: var(--paragraphColor);
}
/* Color */

/* Bouton */
.btn-linear-info{
    background: linear-gradient(180deg, #34D7E6 0%, #00EBE1 100%);
    color: var(--bs-primary);
}
/* Bouton */


/* Typography Utilities */
.fs-10 { font-size: 0.625rem !important; } /* 10px */
.fs-12 { font-size: 0.75rem !important; }  /* 12px */
.fs-14 { font-size: 0.875rem !important; } /* 14px */
.fs-16 { font-size: 1rem !important; }    /* 16px */
.fs-18 { font-size: 1.125rem !important; }    /* 18px */
.fs-20 { font-size: 1.25rem !important; }    /* 20px */
.fs-24 { font-size: 1.5rem !important; }    /* 24px */
.fs-32 { font-size: 2rem !important; }    /* 32px */
.fs-36 { font-size: 2.25rem !important; }    /* 36px */

@media (max-width: 767px) {
    .fs-12 { font-size: 0.6875rem !important; } /* 11px on mobile */
    .fs-14 { font-size: 0.8125rem !important; } /* 13px on mobile */
    .fs-16 { font-size: 0.875rem !important; }  /* 14px on mobile */
    .fs-18 { font-size: 1rem !important; }    /* 18px */
    .fs-20 { font-size: 1.125rem !important; }    /* 20px */
    .fs-24 { font-size: 1.25rem !important; }    /* 24px */
    .fs-32 { font-size: 1.75rem !important; }    /* 32px */
    .fs-36 { font-size: 2rem !important; }    /* 36px */
}

/* Footer */
.widget-title{
    /* 18px en rem => */
    font-size: 1.125rem;
}
.foot-socials ul li a i{
    border: 1.67px solid #34D7E6;
}
.ul-footer-terms li{
    display: flex; 
    flex-direction: row;
    justify-content: between;
    gap:5px;
    align-items: center;
    color:#99A1AF;
}
.ul-footer-terms li:not(:last-child):after{
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 10px;
    font-size: 3px;
}
.footer-widget{
    padding: 40px 0;
}
.foot-socials ul li a{
    background-color: #34D7E61A;
    border-radius: 50%;
}
.skin-dark-footer {
    background-color: var(--bs-primary);
}
footer.skin-dark-footer h4, footer.skin-dark-footer .h4{
    color: var(--bs-info) !important;
}
.foot-socials-fu{
    color: #D1D5DC;
}
/* End Footer */

/* Toast */
 /* Generic Toast System */
.toast-container-global {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.custom-toast {
    background: white;
    min-width: 280px;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 15px;
    transform: translateX(120%);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: auto;
    border-left: 6px solid #ccc;
}
.custom-toast.show {
    transform: translateX(0);
}
.toast-success { border-left-color: #198754; }
.toast-success .toast-icon { color: #198754; }
.toast-danger { border-left-color: #dc3545; }
.toast-danger .toast-icon { color: #dc3545; }
.toast-warning { border-left-color: #ffc107; }
.toast-warning .toast-icon { color: #ffc107; }
.toast-info { border-left-color: #34D7E6; }
.toast-info .toast-icon { color: #34D7E6; }
.toast-icon { font-size: 1.4rem; }
/* End toast */
.card-property-premium:hover{
    transform: none !important;
}

/* ============================================
   Navbar Sidebar (Portrait / Collapse Mode)
   ============================================ */

/* Make the social menu items stack vertically in sidebar */
.navigation-portrait .nav-menu.nav-menu-social {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    padding: 15px 20px !important;
    gap: 10px;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: 100% !important;
    text-align: left !important;
    border: none !important;
}

/* Sign In link in sidebar */
.navigation-portrait .nav-menu.nav-menu-social > li a.nav-link-header {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    padding: 12px 18px !important;
    color: #01274E !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease;
}

.navigation-portrait .nav-menu.nav-menu-social > li a.nav-link-header:hover {
    background: rgba(1, 39, 78, 0.06);
    color: var(--bs-primary);
}

/* Employee Login / CTA button in sidebar */
.navigation-portrait .nav-menu.nav-menu-social > li.list-buttons {
    margin-top: 5px;
}

.navigation-portrait .nav-menu.nav-menu-social > li.list-buttons a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 12px 18px !important;
    background: var(--bs-primary) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    transition: background 0.2s ease, transform 0.15s ease;
}

.navigation-portrait .nav-menu.nav-menu-social > li.list-buttons a:hover {
    background: #012A52 !important;
    transform: translateY(-1px);
}

/* User dropdown button in sidebar (logged in) */
.navigation-portrait .nav-menu.nav-menu-social > li .dropdown {
    width: 100%;
}

.navigation-portrait .nav-menu.nav-menu-social > li .dropdown .btn {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px !important;
    border-radius: 10px !important;
    background: rgba(1, 39, 78, 0.05) !important;
    border: 1px solid rgba(1, 39, 78, 0.12) !important;
    color: #01274E !important;
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li .dropdown .btn:hover {
    background: rgba(1, 39, 78, 0.1) !important;
}

/* Dropdown menu inside sidebar */
.navigation-portrait .nav-menu.nav-menu-social > li .dropdown-menu {
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-top: 8px !important;
}

/* Align-to-right override for sidebar */
.navigation-portrait .align-to-right {
    float: none !important;
}

/* Validation Styles */
.is-invalid-lacinvest {
    border-color: #dc3545 !important;
    background-color: #fbeaf4 !important;
}
.invalid-feedback-lacinvest {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 12px;
    color: #dc3545;
}

/* Remove blue background from dropdown items on click/active */
.dropdown-item:active, 
.dropdown-item:focus, 
.dropdown-item.active {
    background-color: transparent !important;
    color: inherit !important;
}

.dropdown-item:hover {
    background-color: #f8f9fa !important;
    color: #1e2125 !important;
}

/* Specific fix for the user info header in dropdown */
.dropdown-header-custom .dropdown-item {
    cursor: default;
}

.dropdown-header-custom .dropdown-item:hover,
.dropdown-header-custom .dropdown-item:active,
.dropdown-header-custom .dropdown-item:focus {
    background-color: transparent !important;
}

/* Restore pointer cursor for links inside dropdown */
.dropdown-header-custom a.dropdown-item {
    cursor: pointer;
}

.card-custom-lacinvest{
    border: 0.8px solid #0000001A;
    background: white;
}

/* Header Avatar */
.header-avatar-container {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background: #34D7E6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

