.pt-160{padding-top:160px}
.svg1{
    width: 100%;
}
.orange-bg{
    background: #f96e1e17;
}
.offre-perso{
    background: #f96e1e;
    border-radius: 10px;
}
.color-white{
    color: white;
}
.color-i{
    font-size: 90px;
    background: linear-gradient(90deg, #2647c8 0%, #142d99 42%, #02126a 100%);   
}
.radus{
    border-radius: 10px;
}
.img-fluid2{
    max-width:150%;
    height:auto;
}
.gras{
    font-weight: 600;
}
.border{
    border-style: solid;
    border: 1px;
    border-radius: 9px;
}
.orange-bg1{
    background: #f96e1e;
}

/* --- Modern Navbar Styles --- */

/* Header Shadow */
.header-main {
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
    background: #fff;
}

/* Top Bar Dark */
.top-bar-dark {
    background: #1a1a1a !important;
    color: #fff;
    padding: 8px 0;
    font-size: 13px;
}
.top-bar-dark a {
    color: rgba(255,255,255,0.8) !important;
    transition: 0.3s;
}
.top-bar-dark a:hover {
    color: #fff !important;
}

/* Main Nav Links */
.custom-nav-link {
    font-weight: 600;
    color: #333 !important;
    padding: 25px 15px !important;
    position: relative;
    font-family: 'Poppins', sans-serif;
    transition: color 0.3s ease;
}
.custom-nav-link:hover, .custom-nav-link[aria-expanded="true"] {
    color: #f96e1e !important;
}
/* Underline Animation */
.custom-nav-link::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #f96e1e;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.custom-nav-link:hover::after, .custom-nav-link[aria-expanded="true"]::after {
    width: 25px;
}

/* Mega Menu Styling */
.hs-mega-menu {
    border: none !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    padding: 20px !important;
    margin-top: 0 !important;
}

/* Mega Menu Items */
.title-with-icon-item {
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
}
.title-with-icon-item:hover {
    background: #f9f9f9;
    transform: translateX(5px);
}
.title-with-icon-link {
    text-decoration: none !important;
}
.menu-item-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 110, 30, 0.1);
    color: #f96e1e;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 18px;
    transition: all 0.3s ease;
}
.title-with-icon-item:hover .menu-item-icon {
    background: #f96e1e;
    color: #fff;
}
.title-with-icon-item:hover .menu-item-icon i {
    color: #fff !important;
}
.u-header__promo-title {
    font-weight: 700;
    color: #333;
    display: block;
    font-size: 15px;
    margin-bottom: 2px;
}
.u-header__promo-text {
    color: #777;
    font-size: 13px;
    line-height: 1.4;
    display: block;
}

/* Navbar Button */
.header-nav-last-item .btn {
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(249, 110, 30, 0.3);
    transition: all 0.3s ease;
}
.header-nav-last-item .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 110, 30, 0.4);
}
