:root {
    --site-primary-color: #0d2c41;
}

body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--site-primary-color) !important;
    background: #ffffff;
}

section {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

@media (min-width: 1900px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}



/* nav css start */

.navbar {
    background-color: transparent !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-brand .logo {
    max-width: 230px;
}

.navbar-brand .logo.dark {
    display: none;
}

.nav-link {
    font-weight: 700;

}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--site-primary-color) !important;
}

.navbar-nav {
    margin-left: 20px;
}

.language-btn {
    color: rgba(0, 0, 0, .55);
    background: #ffffff;
    border-radius: 5px;

    padding: 5px 10px;
}

.language-icon {
    max-height: 20px;
    margin-right: 6px;
}

.profile-icon {
    max-height: 20px;
    margin-right: 0px;
}


.navbar.nvdark {
    background-color: var(--site-primary-color) !important;
}

.navbar.nvdark .navbar-brand .logo {
    display: none;
}

.navbar.nvdark .navbar-brand .logo.dark {
    display: block;
}

.navbar.nvdark .nav-link {
    color: #ffffff8f !important;
}

.navbar-light.nvdark .navbar-nav .nav-link.active,
.navbar-light.nvdark .navbar-nav .show>.nav-link {
    color: #ffffff !important;
}

.navbar.nvdark .language-btn {
    background: var(--site-primary-color);
}

.navbar.nvdark .cat-btn img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(7%) saturate(514%) hue-rotate(165deg) brightness(87%) contrast(79%);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #006a4e;
}

@media (max-width: 991px) {
    .navbar {
        background-color: var(--site-primary-color) !important;
    }

    .navbar-brand .logo {
        display: none;
        max-width: 150px;
    }

    .navbar-brand .logo.dark {
        display: block;
    }

    .nav-link {
        color: #ffffff8f !important;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #ffffff !important;
    }

    .navbar-nav {
        margin-left: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .language-btn {
        background: #ffffff00;
        border: none !important;
        padding-left: 0px !important;
    }

    .navbar-collapse {
        margin-bottom: 15px;
    }

}

@media (max-width: 767px) {
    .home-section {
        background-size: 60%;
    }
}

/* nav css end */

/* footer css start  */

.footer-area {
    background: #0d2c411a;
    padding-top: 60px;
}


.footer-area .logo {
    max-width: 200px;
    margin-bottom: 25px;
}

.footer-area .footer-short-deesc {
    max-width: 60%;
}

.footer-area .footer-short-deesc p {
    margin-bottom: 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.footer-area .social-icons {
    display: flex;
    align-items: center;
}

.footer-area .social-icons .item {
    margin-left: 40px;
}

.footer-area .social-icons .icon-img {
    width: 40px;
    filter: invert(13%) sepia(9%) saturate(7252%) hue-rotate(168deg) brightness(90%) contrast(91%);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-top: 1px solid #0d2c414a;
}

.footer-bottom-content .left-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--site-primary-color);
}

.condition-links {
    display: flex;
}

.condition-links .item {
    margin-left: 20px;
}

.condition-links .item a {
    color: var(--site-primary-color);
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 991px) {
    .footer-area .footer-short-deesc {
        max-width: 90%;
    }

    .footer-bottom-content .left-content p {
        font-size: 14px;
    }

    .condition-links .item a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-short-deesc {
        max-width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-bottom-content .left-content p {
        font-size: 14px;

    }

    .condition-links .item a {
        font-size: 14px;
    }

    .footer-top .footer-content .left-content {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-area .logo-wrapper {
        text-align: center;
    }

    .footer-area .social-icons .item:first-child {
        margin-left: 0px;
    }

    .footer-bottom-content {
        flex-direction: column;
    }

    .footer-bottom-content p {
        text-align: center;
    }

    .condition-links .item:first-child {
        margin-left: 0px;
    }

    .condition-links {
        justify-content: center;
        margin-top: 13px;
    }
}

/* footer css end */

.sp-primary-btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    background: var(--site-primary-color);
    border-radius: 5px;
    padding: 12px 35px;
    border: 2px solid var(--site-primary-color);
    display: block;
    max-width: max-content;
}

.sp-primary-btn:hover {
    color: var(--site-primary-color);
    background: #ffffff;
    border: 2px solid var(--site-primary-color);
}

@media (max-width: 767px) {
    .sp-primary-btn {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 25px;
    }

}

/* all modal css  */

.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-content {
    border-radius: 0;
}

/* common modal css start  */

#commonModal .modal-header,
#commonModal .modal-footer {
    padding: 10px 20px;
}

#commonModal .modal-title {
    font-weight: bold;
}

#commonModal .modal-header.bg-danger .modal-title,
#commonModal .modal-header.bg-success .modal-title {
    color: #ffffff;
}

/* common modal css end  */



/* Toast start */

.toast {
    visibility: hidden; /* Hidden by default */
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 20px; /* Positioned 20px from the right */
    top: 80px; /* Positioned 20px from the top */
    font-size: 17px;
    opacity: 0; /* Transparent by default */
    transition: opacity 0.5s, visibility 0.5s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.371); /* Box shadow added */
}

.toast.show {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 767px) {
    .toast {
        min-width: 50px;
        padding: 12px 30px;
        font-size: 17px;
        width: max-content;
        border: 2px solid #ffffff;
        top: 60px;
        right: 10px;
    }

}


/* Toast end */