/* HEADER OVER BANNER */
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

/* TRANSPARENT HEADER */
.header-lower {
    background: transparent !important;
}

.main-header .outer-box {
    background: transparent !important;
}

/* MENU TEXT WHITE */
.main-menu .navigation > li > a {
    color: #fff !important;
}

/* BUTTON STYLE */
.btn-box .theme-btn {
    background: linear-gradient(45deg, #ff4d79, #7d3cff);
    border: none;
    color: #fff;
}

/* STICKY HEADER (ON SCROLL) */
.sticky-header {
    background: #fff !important;
}

.sticky-header .navigation > li > a {
    color: #000 !important;
}

/* LOGO SIZE */
.logo img {
    max-height: 60px;
}

/* OPTIONAL GLASS EFFECT */
.header-lower {
    backdrop-filter: blur(10px);
}

.banner-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ===== FOOTER MAIN ===== */
.footer-one {
    background: #0f172a;
    color: #cbd5e1;
    position: relative;
}

/* REMOVE OLD SHAPES (optional cleaner look) */
.footer-one .pattern-layer {
    display: none;
}

/* ===== TOP AREA ===== */
.footer-top {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 30px 0;
}

.footer-logo img {
    max-height: 50px;
}

/* SOCIAL ICONS */
.footer-one .social-links li a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-one .social-links li a:hover {
    background: linear-gradient(45deg, #ff4d79, #7d3cff);
    transform: translateY(-3px);
}

/* ===== WIDGET SECTION ===== */
.footer-widget-section {
    padding: 60px 0;
}

.footer-widget .widget-title h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

/* TEXT */
.footer-widget .text p {
    line-height: 1.8;
    color: #94a3b8;
}

/* LINKS */
.footer-widget .links-list li {
    margin-bottom: 10px;
}

.footer-widget .links-list li a {
    color: #94a3b8;
    transition: all 0.3s ease;
}

.footer-widget .links-list li a:hover {
    color: #fff;
    padding-left: 5px;
}

/* CONTACT */
.footer-widget .info-list li {
    margin-bottom: 10px;
    color: #94a3b8;
}

.footer-widget .info-list li a {
    color: #94a3b8;
}

.footer-widget .info-list li a:hover {
    color: #fff;
}

/* ===== FOOTER BOTTOM ===== */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .footer-widget-section {
        padding: 40px 0;
    }
}