/* Start custom CSS for ppt-header, class: .elementor-element-1f7413d6 *//* ----------------------------------------------------
   GLOBAL HEADER WRAPPER
---------------------------------------------------- */
header[data-block-id="header"] {
    background: #ffffff !important;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    position: relative;
    z-index: 999;
}

/* ----------------------------------------------------
   TOP MENU BAR
---------------------------------------------------- */
.elementor_topmenu {
    background: #f8f9fa !important;
    color: #333 !important;
    font-size: .9rem;
    padding: 8px 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.elementor_topmenu a {
    color: #333 !important;
    font-weight: 600;
    transition: color .25s ease;
}

.elementor_topmenu a:hover {
    color: #0d47a1 !important;
}

/* Dropdown */
.ppt-top-menu .dropdown-menu {
    border-radius: 12px;
    padding: 10px 0;
    border: 1px solid #ddd;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.ppt-top-menu .dropdown-menu a {
    padding: 10px 18px;
    font-size: .95rem;
    color: #333 !important;
}

.ppt-top-menu .dropdown-menu a:hover {
    background: #f0f4ff;
    color: #0d47a1 !important;
}

/* ----------------------------------------------------
   LOGO AREA
---------------------------------------------------- */
.logo-lg {
    padding: 25px 0 !important;
}

.logo-lg img {
    max-height: 70px;
    transition: transform .25s ease;
}

.logo-lg img:hover {
    transform: scale(1.04);
}

/* ----------------------------------------------------
   RIGHT SIDE (SOCIAL + LOGIN)
---------------------------------------------------- */
.seperator ul li a {
    font-weight: 700;
    color: #0d47a1 !important;
    padding: 0 10px;
    transition: color .25s ease;
}

.seperator ul li a:hover {
    color: #08306b !important;
}

/* Social Icons */
.ppt-icons-social ul {
    display: flex;
    gap: 10px;
}

.ppt-icons-social ul li a {
    width: 34px;
    height: 34px;
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0d47a1 !important;
    transition: all .25s ease;
}

.ppt-icons-social ul li a:hover {
    background: #0d47a1;
    color: #fff !important;
    transform: translateY(-3px);
}

/* ----------------------------------------------------
   MOBILE MENU BUTTON
---------------------------------------------------- */
.menu-toggle svg {
    width: 32px;
    height: 32px;
    stroke: #0d47a1;
    transition: transform .25s ease;
}

.menu-toggle:hover svg {
    transform: scale(1.15);
}

/* ----------------------------------------------------
   RESPONSIVE OPTIMIZATION
---------------------------------------------------- */
@media (max-width: 992px) {
    .logo-lg img {
        max-height: 60px;
    }
}

@media (max-width: 768px) {
    .elementor_topmenu {
        display: none !important;
    }

    .logo-lg {
        padding: 15px 0 !important;
    }
}/* End custom CSS */