@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
    font-family: Open Sans !important;
    background-color: #F8F5EE;
    margin: 0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper{

}

#top-wrapper{

}

#content-wrapper{
    flex-grow: 1;
}

#bottom-wrapper{
    margin-top: 50px;
    background: #5E4DA7;
}

.navbar>.container-fluid{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

// New main menu
.navbar>.container-fluid h2{
    color: #000 !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-left: 16px;
}

.navbar>.container-fluid h2 span{
    color: #5E4DA7 !important;
}


footer {
    color: #fff;
    padding-top: 50px;
}

.footer-inner {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.footer-col h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.4;
}

.footer-col h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #CBC5E6;
    margin-bottom: 12px;
}

.footer-col p {
    font-size: 14px;
    color: #CBC5E6;
    line-height: 1.8;
    margin: 0;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #CBC5E6;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.15s;
}

.footer-col ul li a:hover {
    color: #fff;
}

.footer-search {
    display: flex;
    gap: 8px;
}

.footer-search input[type="text"] {
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.1);
    color: #fff;
    padding: 8px 14px;
    font-size: 14px;
    outline: none;
    width: 180px;
}

.footer-search input[type="text"]::placeholder {
    color: #CBC5E6;
}

.footer-search input[type="text"]:focus {
    border-color: rgba(255,255,255,0.6);
}

.footer-search button {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 8px;
    color: #fff;
    padding: 8px 14px;
    cursor: pointer;
    transition: background 0.15s;
}

.footer-search button:hover {
    background: rgba(255,255,255,0.25);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 16px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}
