/*
Theme Name: FinancePro
Author: Mux
Description: Custom Finance Consultant Theme
Version: 1.0
*/

body {
    margin:0;
    font-family:'Segoe UI', sans-serif;
    color:#222;
}
.container {
    width:90%;
    max-width:1200px;
    margin:auto;
}
a { text-decoration:none; }

header {
    background:#0b2e4e;
    padding:20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .logo {
    color:#fff;
    font-size:22px;
    font-weight:bold;
}
nav a {
    color:#fff;
    margin-left:25px;
}

footer {
    background: #0b2e4e;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}

footer h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

footer p {
    margin-bottom: 15px;
    opacity: 0.85;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.7;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 15px;
}

.single-layout {
    display: flex;
    gap: 40px;
    padding: 80px 0;
}

.sidebar h3 {
    margin-bottom: 15px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar li {
    margin-bottom: 10px;
}

.sidebar a {
    color: #0b2e4e;
}

.sidebar a:hover {
    color: #1c5fa8;
}

.single-layout {
    display: flex !important;
    align-items: flex-start;
    gap: 40px;
    padding: 80px 0;
}

.content-area {
    width: 70%;
}

.sidebar {
    width: 30%;
    background: #f5f7fa;
    padding: 20px;
    border-radius: 8px;
}   


/* Back To Top */
.back-to-top{
    position:fixed;
    bottom:100px; /* naikkan */
    right:25px;
    width:50px;
    height:50px;
    z-index:998;
}

#backToTop:hover {
    background: #f1f1f1;
}

.custom-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 10px;
}