:root{
    --primary:#0B1F3A;
    --secondary:#1E3A5F;
    --gold:#D4A017;
    --light:#F8FAFC;
    --text:#334155;
    --border:#E2E8F0;
}

body{
    font-family:'Outfit',sans-serif;
    background:#fff;
    color:var(--text);
    overflow-x:hidden;
    padding:0;
}

/* quand topbar disparait */
body.topbar-hidden .custom-navbar{
    top:0;
}

html{
    scroll-behavior:smooth;
}

.section{
    padding:120px 0;
}

.section-badge{
    display:inline-block;
    background:rgba(212,160,23,.12);
    color:var(--gold);
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.title-modern{
    font-size:48px;
    font-weight:800;
    color:var(--primary);
}

.hero-section{
    margin-top:-90px;
}

.hero-item,
.hero-item img{
    height:100vh;
}

.hero-item img{
    object-fit:cover;
}

.hero-overlay{
    background:
    linear-gradient(
    90deg,
    rgba(11,31,58,.92),
    rgba(11,31,58,.55),
    rgba(11,31,58,.20)
    );
}

.hero-content{
    max-width:760px;
}

.hero-title{
    font-size:75px;
    font-weight:900;
    line-height:1.1;
    margin-bottom:25px;
}

.hero-text{
    font-size:22px;
    line-height:1.9;
}

.hero-badge{
    background:rgba(212,160,23,.15);
    color:#fff;
    border:1px solid rgba(212,160,23,.4);
}

.hero-stats{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.hero-stat{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(15px);
    border-radius:20px;
    padding:20px 25px;
    min-width:150px;
}

.hero-stat h3{
    color:white;
    font-size:32px;
    margin:0;
    font-weight:800;
}

.hero-stat span{
    color:rgba(255,255,255,.8);
}

.about-image{
    border-radius:30px !important;
}

.about-title{
    font-size:46px;
    font-weight:800;
    color:var(--primary);
    margin-bottom:25px;
}

.about-text{
    font-size:17px;
    line-height:2;
    color:#64748B;
}

.about-feature{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
}

.about-feature i{
    color:var(--gold);
    font-size:20px;
}
#testimonialCarousel .carousel-indicators button{
    background-color: #0B1F3A !important;
    opacity: 0.4;
}

#testimonialCarousel .carousel-indicators .active{
    background-color: #D4A017 !important;
    opacity: 1;
}

.services-section{
    background:#F8FAFC;
}

.service-card{
    border-radius:30px;
    padding:40px 30px;
    border:1px solid #edf2f7;
    transition:.4s;
}

.service-card:hover{
    transform:translateY(-15px);
    box-shadow:0 30px 60px rgba(0,0,0,.08);
}

.service-icon{
    width:110px;
    height:110px;
    border-radius:25px;
    background:#fff;
}

.service-image{
    width:90px;
    height:90px;
}

.service-card h5{
    font-size:24px;
    font-weight:700;
    color:var(--primary);
}

.why-section{
    padding:120px 0;
    background:
    linear-gradient(
    135deg,
    var(--primary),
    var(--secondary)
    );
}

.why-title{
    color:white;
    font-size:50px;
    font-weight:800;
}

.why-subtitle{
    color:rgba(255,255,255,.75);
}

.why-card{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(15px);
    border-radius:30px;
    padding:40px;
    color:white;
    transition:.4s;
    height:100%;
}

.why-card:hover{
    transform:translateY(-12px);
}

.active-card{
    border:1px solid rgba(212,160,23,.4);
}

.why-icon{
    width:80px;
    height:80px;
    background:rgba(212,160,23,.15);
    color:var(--gold);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:25px;
}

.blog-section{
    padding:120px 0;
    background:white;
}

.blog-card-modern{
    background:white;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.4s;
}

.blog-card-modern:hover{
    transform:translateY(-10px);
}

.blog-image-modern{
    width:100%;
    height:260px;
    object-fit:cover;
}

.blog-content-modern{
    padding:30px;
}

.blog-card-title{
    font-size:24px;
    font-weight:700;
}

.blog-card-title a{
    color:var(--primary);
    text-decoration:none;
}

.blog-description{
    color:#64748B;
    line-height:1.8;
}

.testimonial-section{
    padding:120px 0;
    background:#F8FAFC;
}

.testimonial-card-modern{
    background:white;
    padding:40px;
    border-radius:30px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.testimonial-photo{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid white;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.testimonial-message{
    font-size:17px;
    line-height:1.9;
    margin:25px 0;
}

.testimonial-name{
    font-size:20px;
    font-weight:700;
    color:var(--primary);
}

.partner-logo{
    filter:grayscale(100%);
    opacity:.5;
    transition:.4s;
}

.partner-logo:hover{
    filter:none;
    opacity:1;
    transform:scale(1.08);
}



body {
    font-family: 'Segoe UI', sans-serif;
    background: #ffffff;
    color: #1e293b;
    padding-top:130px;

}

/* =========================
   NAVBAR
========================= */

.navbar {
    padding: 18px 0;
    transition: 0.3s;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar .nav-link {
    font-weight: 500;
    margin-left: 15px;
    color: #1e293b !important;
}

.navbar .nav-link:hover {
    color: #0d6efd !important;
}

/* =========================
   HERO
========================= */

.hero-section {
    position: relative;
}

.hero-item {
    height: 700px;
    position: relative;
}

.hero-item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.2)
    );
    display: flex;
    align-items: center;
}

.hero-overlay h1 {
    font-size: 60px;
    font-weight: 700;
}

.hero-overlay p {
    font-size: 20px;
    margin-top: 20px;
}

/* =========================
   BUTTONS
========================= */

.btn-primary {
    background: #0d6efd;
    border: none;
    padding: 12px 28px;
    border-radius: 10px;
}

.btn-primary:hover {
    background: #0b5ed7;
}

/* =========================
   SECTIONS
========================= */

.section {
    padding: 100px 0;
}

.section-alt {
    background: #f7f9fc;
}

.title-modern {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}

/* =========================
   CARDS
========================= */

.card-modern {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s ease;
    background: #fff;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* =========================
   SERVICES
========================= */

.service-icon {
    width: 80px;
    height: 80px;
    background: rgba(13,110,253,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}

/* =========================
   BLOG
========================= */

.blog-image {
    height: 220px;
    object-fit: cover;
}

/* =========================
   TESTIMONIALS
========================= */

.testimonial-card {
    position: relative;
}

.testimonial-card::before {
    content: "“";
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 80px;
    color: rgba(13,110,253,0.1);
}

/* =========================
   PARTNERS
========================= */

.partner-logo {
    opacity: 0.7;
    transition: 0.3s;
}

.partner-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* =========================
   FOOTER
========================= */

footer {
    background: #0f172a;
}

footer h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

footer a {
    text-decoration: none;
    color: #cbd5e1;
}

footer a:hover {
    color: white;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width: 768px) {

    .hero-item,
    .hero-item img {
        height: 500px;
    }

    .hero-overlay h1 {
        font-size: 38px;
    }

    .title-modern {
        font-size: 28px;
    }

}

.hero-content {
    max-width: 700px;
}

.hero-badge {
    background: rgba(255,255,255,0.15);
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    font-size: 14px;
    letter-spacing: 1px;
}

.hero-title {
    font-size: 65px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-text {
    font-size: 20px;
    line-height: 1.8;
    max-width: 650px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    padding: 25px;
    backdrop-filter: blur(10px);
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
}

@media(max-width:768px){

    .hero-title{
        font-size:40px;
    }

    .hero-text{
        font-size:16px;
    }

}
.service-image{
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.card-modern:hover .service-image{
    transform: scale(1.08);
}

.services-section{
    background: #f1f5f9;
    position: relative;
}

.service-card{
    background: #ffffff;
    border-radius: 25px;
    transition: 0.4s ease;
    overflow: hidden;
    position: relative;
}

.service-card:hover{
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.service-image{
    width: 95px;
    height: 95px;
    object-fit: cover;
    border-radius: 22px;
    transition: 0.4s;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.service-card:hover .service-image{
    transform: scale(1.08);
}

.service-card h5{
    color: #0f172a;
    font-size: 22px;
}

.service-card p{
    line-height: 1.8;
}

.service-card .btn{
    transition: 0.3s;
}

.service-card .btn:hover{
    transform: translateY(-3px);
}

.title-modern{
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
}

@media(max-width:768px){

    .title-modern{
        font-size: 30px;
    }

}

.partner-logo{
    height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .7;
    transition: .3s;
}

.partner-logo:hover{
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.lang-switch{
    display:flex;
    background: rgba(255,255,255,0.1);
    border-radius:30px;
    padding:4px;
    gap:4px;
    align-items:center;
}

.lang-btn{
    padding:6px 14px;
    border-radius:25px;
    color:rgba(255,255,255,.8);
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    transition:.3s;
}

.lang-btn:hover{
    color:#fff;
}

.lang-btn.active{
    background:#D4A017;
    color:#0B1F3A !important;
}