/* CSS Variables */
:root {
    /* Colors */
    --color-primary-emcs: #016b89;
    --color-secondary-emcs: #a4dae8;
    --color-theme-gray-emcs: #edf2f7;
    --color-theme-orange-emcs: #ff4c00;
    --color-primary-dark-emcs: #005a67;
    --color-active-emcs: #075f77;
    --color-dark-gray-emcs: #f4f5f7;
    --color-dark-orange-emcs: #ec5928;
    --color-light-blue-emcs: #eefcff;
    --color-bg-primary-emcs: #006b89;
    --color-error-emcs: #9b2c2c;
    --color-light-grey: #edf2f8;
    --color-footer-blue: #0a3946;
}

.emcs-layout .container {
    width: 1440px;
}

.emcs-layout .header-box {
    background-color: var(--color-secondary-emcs);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
    padding: 0;
    width: 100% !important;
}

.emcs-layout #bootscore-navbar li a {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    color: #093947;
    font-weight: var(--font-weight-semibold);
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    line-height: 1.2;
    padding: 8px;
    cursor: pointer;
    position: relative;
    text-decoration: none !important;
}

.emcs-layout #bootscore-navbar li a:hover::after,
.emcs-layout #bootscore-navbar li a.active::after {
    transform: scaleX(1);
}

.emcs-layout .dropdown-menu li:last-child .dropdown-item{
    border-bottom: none;
}

.emcs-layout #bootscore-navbar .dropdown-item a:hover::after,
.emcs-layout #bootscore-navbar .dropdown-item li a.active::after {
    transform: none;
}

.emcs-layout .btn-small {
    width: 180px !important;
    height: 60px !important;
    text-transform: capitalize !important;
}

.emcs-layout .dropdown-chevron {
  font-weight: 900;
  font-size: 0.9rem;
  transition: transform 0.2s ease;
  margin-left: 0.78em !important;
  vertical-align: 0.1em;
  display: inline-block;
}

.emcs-layout .dropdown-toggle.show > .dropdown-chevron {
  transform: rotate(180deg);
}

.emcs-layout ul.dropdown-menu.depth_0.show {
  border-radius: 0;
  margin-left: 0;
  border: none;
  border-bottom: 4px solid var(--color-primary-emcs);
  width: auto;
  min-width: 200px;
  background-color: var(--color-secondary-emcs);
  left: 15%;
  top: 178%;
}

.emcs-layout .dropdown-item {
  display: block !important;
  width: 100%;
  font-size: 16px !important;
  color: #093947;
  background-color: var(--color-secondary-emcs);
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: left !important;
  border-bottom: none;
}

.emcs-layout a.dropdown-item {
  padding-left: 20px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  color: #093947 !important;
}

.emcs-layout a.dropdown-item:hover {
  color: #fff !important;
  border-bottom: none;
  background-color: var(--color-active-emcs);
}

.emcs-layout .dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  background-color: var(--color-primary);
  text-decoration: none;
}

.emcs-layout .btn-orange-primary {
    width: 380px;
    height: 60px;
    font-size: 18px;
    border-radius: 5px;
    border: solid 2px var(--color-dark-orange-emcs);
    background-color: var(--color-dark-orange-emcs);
    align-items: center;
    display: flex;
    border: none;
    justify-content: center;
    font-weight: var(--font-weight-regular);
    color: #fff;
    gap: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.emcs-layout .btn-orange-primary:hover {
    background-color: var(--color-primary-dark-emcs);
    text-decoration: none;
    color: #fff;
}

.emcs-layout .navbar-expand-lg {
    height: 100px;
}

.emcs-layout #bootscore-navbar li a::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    background-color: #093947;
    transform: scaleX(0);
    transition: transform 0.15s ease-in-out;
}

@media (min-width: 992px) {
   .emcs-layout .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        justify-content: center;
        margin: auto;
    }
}

.emcs-layout .navbar-nav .dropdown-menu li{
    margin-bottom: 5px;
}

.emcs-layout #bootscore-navbar .dropdown-menu li a::after{
    background-color: transparent !important;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .emcs-layout #bootscore-navbar li a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .emcs-layout .header-btn {
        display: none !important;
    }
}

/* Footer */
.emcs-layout .footer-area-top{
    background-color: var(--color-light-grey);
    padding: 24px 0px 40px;
}

.emcs-layout .footer-links{
    list-style: none;
    padding-left: 0px;
    font-weight: var(--font-weight-regular);
    color: var(--color-footer-blue);
}

.emcs-layout .footer-heading-emcs {
    color: #0a3946;
    margin-bottom: 15px;
}

.emcs-layout .footer-links-second-row{
    margin-top: 45px;
}

.emcs-layout .footer-links li{
    margin-bottom: 16px;
}

.emcs-layout .footer-links li a{
    color: var(--color-footer-blue);
}

.emcs-layout .footer-contact a{
    color: var(--color-footer-blue);
}

.emcs-layout .footer{
    font-weight: var(--font-weight-regular);
    color: #000;
}

.emcs-layout .footer a{
    font-weight: var(--font-weight-regular);
    color: #000;
}

.emcs-layout .footer a:hover{
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .emcs-layout .nav-toggler svg:focus {
        outline: none;
    }

    .emcs-layout .container {
        width: 100%;
    }

    .emcs-layout .footer-links li{
        margin-bottom: 8px;
    }

    .emcs-layout ul.footer-links li:last-child {
        margin-bottom: 8px;
    }

    .emcs-layout .footer-heading-emcs{
        font-size: var(--font-size-h1-mobile);
        margin-bottom: 10px;
    }

    .emcs-layout .footer-links-second-row{
        margin-top: 0px;
    }

    .emcs-layout .footer-area-top {
        background-color: var(--color-light-grey);
        padding: 17px 0 17px 0px;
    }

    .emcs-layout ul.dropdown-menu.depth_0.show li{
        padding: 0px;
        margin-bottom: 0px;
    }

    .emcs-layout #bootscore-navbar .dropdown-menu li a{
        padding: 8px 40px !important;
    }

    .emcs-layout #bootscore-navbar li a::after{
        background-color: transparent;
    }

    .emcs-layout ul.dropdown-menu.depth_0.show{
        background-color: var(--color-primary-emcs);
        box-shadow: none;
        border-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .emcs-layout .dropdown-item{
        background-color: var(--color-secondary-emcs);
    }

    .emcs-layout .btn-orange-primary {
        width: 100%;
        font-size: var(--font-size-body-mobile);
    }

    .emcs-layout .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        text-align: none;
        margin-top: 20px;
    }

    .emcs-layout button:focus {
        outline: none;
    }

    .emcs-layout .offcanvas-body {
        padding: 0px;
    }

    .emcs-layout #bootscore-navbar li {
        color: #fff;
        margin: 0;
        transition: background-color 0.3s ease;
        margin-bottom: 10px;
    }

    .emcs-layout #bootscore-navbar li a {
        padding-left: 30px !important;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        font-weight: bold;
        width: 100%;
        display: block;
        font-weight: var(--font-weight-semibold);
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        position: static;
        padding: 16px;
        color: #fff !important;
        background-color: transparent;
        border-bottom: 0px;
    }

    .emcs-layout #bootscore-navbar li a:hover {
        background-color: var(--color-active-emcs);
    }

    .emcs-layout #bootscore-navbar li a.active {
        color: #fff;
        background-color: var(--color-active-emcs);
    }

    .emcs-layout #bootscore-navbar li a.active:hover {
        background-color: var(--color-active-emcs);
    }

    .emcs-layout .offcanvas-backdrop.show {
        opacity: 1;
    }

    .emcs-layout .offcanvas-backdrop {
        background-color: transparent;
    }

    .emcs-layout .btn-check:checked+.btn,
    :not(.btn-check)+.btn:active,
    .btn:first-child:active,
    .btn.active,
    .btn.show {
        border: none !important;
        outline: none !important;
    }

    .emcs-layout .offcanvas-header .btn-close {
        margin: 0px !important;
    }

    .emcs-layout .offcanvas {
        background-color: var(--color-primary-emcs) !important;
        color: #fff;
        width: 80% !important;
        top: 56px !important;
        position: absolute !important;
        height: 100vh;
    }

    .emcs-layout .offcanvas-backdrop.show {
        opacity: 0;
        z-index: -1;
    }

    .emcs-layout a.navbar-brand img {
        height: 55px;
        width: 70px;
    }

    .emcs-layout .btn-primary {
        width: 100%;
        height: 60px;
    }

    .emcs-layout .navbar {
        flex-wrap: nowrap;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .emcs-layout .navbar .btn {
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent !important;
        outline: none !important;
        border: none !important;
    }

    .emcs-layout .navbar-expand-lg {
        height: 56px;
    }
}

@media (min-width: 300px) and (max-width: 991px) {
    .emcs-layout a.navbar-brand img {
        height: 41px !important;
        width: 56px !important;
    }
}