#mainNav .navbar-brand img {
    height: 65px;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    filter: contrast(1.15) saturate(1.15);
	    padding: 5px;

}

.footer-section {
    position: relative;
    background: linear-gradient(165deg, #0e1737, #121e49 58%, #1b2860);
    color: rgba(240, 243, 251, 0.82);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.footer-section:before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 10%, rgba(220, 184, 255, 0.12), transparent 22%), radial-gradient(circle at 88% 18%, rgba(82, 202, 213, 0.1), transparent 18%);
    pointer-events: none;
}

#footerone,
#footertwo {
    position: relative;
    z-index: 1;
}

#footerone {
    padding: 65px 0 42px;
}

#footertwo {
    padding: 22px 0 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.footer-title h3,
.footer-social-title h3,
.footer-newsletter-title h3,
.fo-logo,
.footer-about .h3 {
    color: #fff;
}

.footer-about p,
.footer-widget p,
.footer-widget a,
.copy-write {
    color: rgba(228, 233, 247, 0.74);
}

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

.footer-widget li {
    margin-top: 10px;
}

.footer-widget a:hover,
.footer-social-list a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-social-list ul {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 14px 0 0;
    list-style: none;
}

.footer-social-list a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-newsletter-form .form-control {
    min-height: 52px;
    padding-right: 120px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.footer-newsletter-form .form-control::placeholder {
    color: rgba(228, 233, 247, 0.52);
}

.footer-newsletter-form form {
    position: relative;
}

.footer-newsletter-form button {
    position: absolute;
    top: 6px;
    right: 6px;
    min-width: 94px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #7a49d5, #5526a7);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.footer_logo {
    max-width: 180px;
}

.footer-contact-list {
    margin-top: 16px;
}

.footer-contact-list p {
    margin: 0 0 10px;
}

.footer-contact-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.copy-write {
    margin: 0;
}

#mainNav {
    background: rgb(240 241 248 / 28%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

#mainNav.navbar-home-scrolled {
    background: #565C70;
    box-shadow: 0 16px 50px rgba(9, 18, 52, 0.22);
}

#mainNav .navbar-nav {
    gap: 10px;
    align-items: center;
}

#mainNav .nav-link,
#mainNav .dropdown-toggle {
    color: #f6f7fb !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 12px 16px !important;
    border-radius: 15px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

#mainNav .nav-link:hover,
#mainNav .dropdown-toggle:hover,
#mainNav .nav-item.show .dropdown-toggle {
    background: rgba(255, 255, 255, 0.14);
    color: #fff !important;
    transform: translateY(-1px);
}

#mainNav .dropdown-menu {
    margin-top: 14px;
    border: 0;
    border-radius: 18px;
    padding: 12px;
    background: rgba(9, 18, 52, 0.96);
    box-shadow: 0 22px 44px rgba(9, 18, 52, 0.24);
}

#mainNav .dropdown-item {
    color: #eef2ff;
    font-weight: 600;
    border-radius: 12px;
    padding: 10px 12px;
}

#mainNav .dropdown-item:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
