﻿
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.bg-facebook {
    background-color: #1877F2;
    padding: 6px 8px;
}

.bg-twitter-x {
    background-color: #1DA1F2;
    padding: 6px 8px;
}

.bg-linkedin {
    background-color: #0A66C2;
    padding: 6px 8px;
}

.bg-mail {
    background-color: #6c757d;
    padding: 6px 8px;
}

.bg-whatsapp {
    background-color: #25D366;
    padding: 6px 8px;
}

.pagination-button {
    background-color: transparent;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    border: 1px solid #BB9B69;
    margin: 0px 10px;
    color: #000;
    font-weight: 700;
    border-radius: 5px;
}

.pagination-button:hover {
    background-color: #BB9B69;
    color: #fff;
}

.pagination-button.active {
    background-color: #BB9B69;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.6rem 0.9rem;
    border: 1px solid #BB9B69;
    margin: 0px 10px;
    border-radius: 5px;
    font-weight: 700;
}

.form-check .form-check-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.select-filter {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #b09367;
}

.form-check-input, .form-check-input:focus {
    outline: none;
    box-shadow: none;
    border-radius: 0px !important;
    border-color: #b09367;
}

.form-check-input:checked {
    background-color: #b09367;
    border-color: #b09367;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
}

.form-select, .form-select:focus {
    outline: none;
    box-shadow: none;
    border-radius: 5px !important;
    border-color: #b09367;
}

.custom-select,
.custom-button {
    width: 100%;
}

.bg-opacity-80 {
    opacity: 80%;
}

@media (min-width: 768px) {
    .custom-select {
        width: 75%;
    }

    .custom-button {
        width: 25%;
    }
}

h6 {
    font-size: 20px;
}

.banner-half {
    height: 50vh !important;
    min-height: 50vh !important;
    background-image: none !important;
    background-color: #00205F;
}

.applications a, .applications a:active, .applications a:focus .applications a:hover {
    text-decoration: none;
}

.applications h5 {
    font-family: montserrat-semibold;
    font-size: 18px;
}

.applications p {
    font-family: montserrat-regular;
    font-size: 15px;
}

.applications .company-logo {
    height: 125px;
}

.border-warning {
    border-color: #b09367;
}

.applications a:hover .card {
    border-color: #008000 !important;
}

html, body {
    height: 100%;
    background-color: #F2EEE6;
}

.navbar .navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    right: auto !important;
    left: 0 !important;
}

.navbar-nav .dropdown-item {
    color: #b09367;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #ffffff66;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
}


    .navbar-nav .dropdown-item .divider {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 100%;
        background-color: transparent;
        transition: background-color 0.3s ease;
    }

    .navbar-nav .dropdown-item a {
        text-decoration: none !important;
        color: inherit;
    }

        .navbar-nav .dropdown-item a:hover {
            text-decoration: none !important;
            color: inherit;
        }



    .navbar-nav .dropdown-item:hover .divider,
    .navbar-nav .dropdown-item.active .divider {
        background-color: #B09367;
    }

    .navbar-nav .dropdown-item:hover {
        background-color: transparent;
        color: #B09367;
    }

    .navbar-nav .dropdown-item:last-child {
        border-bottom: none;
    }


.hover-bg-light:hover {
    background-color: #f8f9fa !important;
}




#homeSearchResults {
    margin-top: 2px;
    background-color: #f8f9fa !important;
    padding: 8px;
    top: 100%;
    left: 0;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    border-radius: 0 0 4px 4px;
}

    #homeSearchResults a:last-child {
        border-bottom: none !important;
    }

.hover-card {
    transition: all 0.3s ease;
}

    .hover-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    }

#banner {
    background-image: url('../img/home-image.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 100vh;
    position: relative;
}

.bannerAdvertisement {
    background-image: url('../img/home-image.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 20rem !important;
    min-height: 20rem;
}

.bannerAdvertisement .content {
    z-index: 10;
    position: absolute;
    justify-content: center;
    align-items: center;
    align-self: anchor-center;
    justify-self: center;
}

.bannerAdvertisement .content img {
    width: 10rem;
}


.bannerAdvertisement::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 32, 95, 0.5);
    backdrop-filter: blur(0.2px);
}


#banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 32, 95, 0.5);
    backdrop-filter: blur(0.2px);
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 3rem;
    color: #00205F;
}

.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#advertisement-divider {
    display: block;
    width: 2px;
    height: 80px;
    background-color: #AE7D54;
}

#advertisement-image {
    width: 50px;
    margin-top: -12px;
}

.company-logo {
    height: 100px;
}

.advertisement-company-logo {
    height: 175px;
    width: 135px;
    object-fit: contain;
}

.about-card {
    border: none;
    background-color: rgba(255, 255, 255, 0.4);
}

.about-image {
    max-height: 574px;
    object-fit: cover;
}

.about-text {
    font-weight: 400;
    font-size: 15.73px;
    line-height: 25.54px;
    letter-spacing: 0%;
    text-align: start;
    color: rgba(102, 102, 102, 1);
}

#about-text-image {
    width: 5%;
}

.footer {
    background-color: #00205F;
    margin-top: auto;
}

.footer .header a {
    font-size: 16px;
    font-weight: 600;
    color: #B09367;
}

.footer .header a:hover {
    color: #fff;
}

.footer .content a:hover {
    color: #B09367 !important;
}

.footer .footer p {
    font-size: 14px;
}

.footer-logo {
    max-width: 200px;
}

.logo .opacity {
    display: none;
}

.auth-modal .modal-content {
    border-radius: 8px;
    border: 2px solid rgba(179, 139, 7, 1);
    overflow: hidden;
}

.auth-modal .form-control:focus,
.auth-modal .form-select:focus {
    border-color: #B09367;
    box-shadow: 0 0 0 0.2rem rgba(176, 147, 103, 0.25);
}

.auth-modal .form-check-input:checked {
    background-color: #B09367;
    border-color: #B09367;
}

.auth-modal .alert {
    border-radius: 4px;
    border-left: 4px solid;
}

.auth-modal .alert-success {
    border-left-color: #28a745;
}

.auth-modal .alert-danger {
    border-left-color: #dc3545;
}

.advertisement-detail-content {
    max-width: 100%;
    overflow-x: auto;
    word-wrap: break-word;
}

.advertisement-detail-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem 0;
}

.advertisement-detail-content video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem 0;
}

.advertisement-detail-content iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 1rem 0;
}

.advertisement-detail-content ul,
.advertisement-detail-content ol {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.advertisement-detail-content h1,
.advertisement-detail-content h2,
.advertisement-detail-content h3,
.advertisement-detail-content h4,
.advertisement-detail-content h5,
.advertisement-detail-content h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.advertisement-detail-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.advertisement-detail-content table {
    width: 100%;
    margin: 1rem 0;
    border-collapse: collapse;
}

.advertisement-detail-content table td,
.advertisement-detail-content table th {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
}

.button-spinner {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.merit-text-color {
    color: #00205F;
}

.advertisement-card {
    height: 400px;
}

.search-input {
    border-radius: 1px !important;
    font-weight: 100;
}

.search-input:hover {
    text-decoration: none !important;
    border: none;
}

.search-input:focus {
    border: none;
}

.input-label,
.button-label {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: white;
    color: rgba(33, 37, 41, 0.75);
}

.input-label {
    background-color: transparent;
}

.border-color-1 {
    border-color: rgba(179, 139, 7, 1) !important;
}

.transparent-background {
    background-color: rgba(238, 245, 245, 0.85);
}

.search-button,
.site-button,
.button-bg-color {
    background-color: #BB9B69 !important;
    color: #fff !important;
    border: none;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 4px !important;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.9rem !important;
    padding: 0.5rem 1.5rem;
}

.search-button:hover {
    background-color: #A0885A !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.site-button {
    border: 1px solid transparent;
}

.site-button:hover {
    background-color: transparent !important;
    color: #BB9B69 !important;
    text-decoration: none !important;
    border: 1px solid #BB9B69;
    transition: 0.5s;
}

.search-button:focus,
.site-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(187, 155, 105, 0.3);
}

.search-button {
    min-width: 140px;
}

.head-text {
    color: #00205f;
    letter-spacing: 1px;
    font-size: 1.2vw;
    font-weight: 600;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

@media (min-width: 992px) {
    .navbar {
        background-color: #00205F !important;
        transition: background-color 0.3s ease;
    }

    .navbar.navbar-transparent {
        background-color: transparent !important;
    }

    .navbar.navbar-relative {
        position: relative;
    }


    .navbar.navbar-transparent .navbar-nav .dropdown-menu {
        background-color: transparent;
        backdrop-filter: blur(10px);
    }

    .navbar-nav .dropdown-menu {
        background-color: #00205F;
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        min-width: 200px;
    }

    .navbar-nav .dropdown-menu.show {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    .navbar-nav .dropdown-item .text {
        margin-left: 15px;
        flex: 1;
        color: #fff !important;
    }

    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar-nav .dropdown-menu.dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .navbar-nav > li:last-child .dropdown-menu,
    .navbar-nav > li:nth-last-child(2) .dropdown-menu {
        right: 0 !important;
        left: auto !important;
        transform: translateX(0);
    }

    .navbar-nav.ms-auto > .nav-item:last-child .dropdown-menu,
    .navbar-nav.ms-auto > .nav-item:nth-last-child(2) .dropdown-menu {
        right: 0;
        left: auto;
    }

    .footer {
        margin-top: 10rem !important;
    }

    .logo .opacity {
        display: block;
        width: 75%;
        height: 5px;
        background-color: #00205F;
        position: absolute;
        top: -1px;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-logo {
        width: 242px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -148px;
        margin: 2rem;
    }
}

@media (max-width: 991px) {
    .navbar-toggler-icon {
        color: #b09367 !important;
        font-size: 16px;
    }

    .logo-div {
        display: none;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        margin-top: 0.5rem;
    }

    .navbar-nav.collapse {
        max-width: 250px;
        right: 0;
        left: auto;
    }

    .navbar-nav.collapse.position-absolute {
        right: 0 !important;
        left: auto !important;
    }

    .bannerAdvertisement {
        min-height: 27rem;
    }

    #banner {
        height: 60vh;
        min-height: 60vh;
    }
}
.misc-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-block-size: calc(100vh - 1.5rem * 2); /* ?we have added container-p-y class to add padding on top & bottom */
    text-align: center;
}

.misc-bg-wrapper {
    position: relative;
}

    .misc-bg-wrapper img {
        position: absolute;
        z-index: -1;
        inline-size: 100%;
        inset-block-end: 0;
        inset-inline: 0;
    }

@media (max-width: 1499.98px) {
    .misc-bg-wrapper img {
        block-size: 250px;
    }

    .misc-under-maintenance-bg-wrapper img {
        block-size: 270px !important;
    }
}
