html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.top-bar {
    background: #005f86;
    color: white;
    padding: 10px 0;
    font-size: 14px;
}

.language-select {
    width: 170px;
}

.main-navbar {
    background: #005f86;
    padding: 0;
}


    .main-navbar .nav-link {
        color: white !important;
        font-weight: 600;
        font-size: 15px;
        white-space: nowrap;
        padding: 35px 22px !important;
    }

    .main-navbar .nav-link:hover {
        color: #cfe96a !important;
    }

.main-navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    min-width: 230px;
}

.main-navbar .dropdown-item {
    padding: 12px 18px;
}

.navbar-nav.ms-auto {
    width: 1070px;
    height: 90px;
}

.logo-box {
    background: white;
    padding: 0;
    width: 330px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

    .logo-box img {
        max-height: 65px;
    }

.main-navbar {
    background: #005f86;
    min-height: 95px;
    padding: 0;
}
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > .dropdown-item {
        background: #f2f2f2;
    }

@media (max-width: 991px) {

    .top-contact {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .language-select {
        width: 120px;
    }

    .main-navbar .nav-link {
        padding: 10px !important;
    }

    .dropdown-submenu > .dropdown-menu {
        left: 0;
        position: static;
    }
}


html,
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.flex-grow-1 {
    flex: 1;
}

.custom-footer {
    background: #f5f8fc;
    padding-top: 30px;
}


.footer-social {
    text-align: center;
    margin-bottom: 25px;
}


    .footer-social a {
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 55px;
        margin: 0 8px;
        border-radius: 50%;
        background: white;
        box-shadow: 0 4px 15px rgba(0,0,0,.1);
        font-size: 24px;
        color: #0d4f9f;
        transition: .3s;
    }

        .footer-social a:hover {
            transform: translateY(-5px);
        }


.footer-card {
    background: linear-gradient(135deg,#0d4f9f,#123d75);
    color: white;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
    word-wrap: break-word;
    overflow-wrap: break-word;
}


    .footer-card h5 {
        font-weight: 700;
        margin-bottom: 15px;
    }
    .footer-card p {
        font-size: 15px;
        line-height: 1.8;
        opacity: 1;
        margin-bottom: 0;
    }

.footer-bottom {
    background: #111827;
    color: white;
    text-align: center;
    padding: 18px;
    margin-top: 25px;
    font-size: 14px;
}

@media(max-width:768px) {

    .footer-card {
        padding: 25px;
    }

    .footer-social a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
}


html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.flex-grow-1 {
    flex: 1;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }