﻿body {
    position: relative;
}

.admin-header-links {
    background-color: #1F242A;
    text-align: center;
    color: #ddd;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
    }

.btn.btn-clean {
    -moz-min-width: 90px;
    -ms-min-width: 90px;
    -o-min-width: 90px;
    -webkit-min-width: 90px;
    min-width: 200px;
    background: #7e7e7e;
    color: #ffffff;
    margin: 15px auto;
    font-size: 16px;
}

.centered-alert {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 1.5em;
}

.centered-block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}


label.error {
    text-align: left;
    color: #a94442;
    padding: 4px;
    width: 100%;
}

span.field-validation-error {
    text-align: center;
    color: #a94442;
    padding: 0px;
    width: 100%;
    margin-bottom: 22px;
    margin-top: 0px
}

input.input-validation-error {
    background: lightpink;
}

.navbar-cts {
    background: url(../Images/header-bg.png) repeat-x;
    height: 110px;
}

.featurette {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

    .featurette .lead {
        margin-right: auto;
        margin-left: auto;
    }

.featurette-title {
    font-size: 40px;
    margin-bottom: 5px;
    color: #333;
}

.fg-green {
    color: green;
}

.fg-red {
    color: red;
}

.footer-content {
    color: #767676;
    text-align: center;
}

.half-rule {
    width: 100px;
    margin: 40px auto;
}
/*#########    L     ################*/


.LockOn {
    display: none;
    visibility: visible;
    position: fixed;
    z-index: 999;
    color: white;
    font-size: 2em;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.image-responsive {
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.centered-input {
    margin: auto;
    width: 60%;
    min-width: 200px;
}

input.error {
    border-color: red;
    color: red;
}

input.smallInput {
    width: 80px !important;
}

.right-banner {
    background: #f7f7f7;
    position: fixed;
    bottom: 0;
    right: 0;
}

.thumbnail.success {
    -moz-box-shadow: 0 0 1em forestgreen;
    box-shadow: 0 0 1em forestgreen;
    -webkit-box-shadow: 0 0 1em forestgreen;
}

.thumbnail.danger {
    -moz-box-shadow: 0 0 1em orangered;
    -ms-box-shadow: 0 0 1em orangered;
    -webkit-box-shadow: 0 0 1em orangered;
    box-shadow: 0 0 1em orangered;
}

.thumbnail.shadow {
    -moz-box-shadow: 0 0 1em grey;
    box-shadow: 0 0 1em grey;
    -webkit-box-shadow: 0 0 1em grey;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-front {
    z-index: 10000;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0; /* support: IE7 */
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222;
}

.ui-helper-hidden-accessible {
    visibility: hidden;
}

.w-6 {
    width: 60%;
    min-width: 400px;
}

    .w-6.centered-block {
        margin-left: 20%;
    }

.w-7 {
    width: 70%;
    min-width: 400px;
}

.w-8 {
    width: 80%;
    min-width: 400px;
}

.w-9 {
    width: 90%;
    min-width: 400px;
}

.service-selector {
    display: block;
    -moz-box-shadow: 0px 0px 2px;
    -webkit-box-shadow: 0px 0px 2px;
    box-shadow: 0px 0px 2px;
    padding: 10px;
    min-height: 65px;
}

    .service-selector .check-container {
        display: inline-block;
        width: 55px;
        height: 100%;
        float: left;
    }

    .service-selector .description {
        display: contents;
    }

        .service-selector .description label {
            display: contents;
            cursor: pointer;
            font-weight: inherit;
        }

.check {
    cursor: pointer;
    position: relative;
    margin: 12px;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

    .check:before {
        content: "";
        position: absolute;
        top: -15px;
        left: -15px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(34,50,84,0.03);
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .check svg {
        position: relative;
        top: 4px;
        z-index: 1;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #c8ccd4;
        stroke-width: 1.5;
        transform: translate3d(0, 0, 0);
        transition: all 0.2s ease;
    }

        .check svg path {
            stroke-dasharray: 60;
            stroke-dashoffset: 0;
        }

        .check svg polyline {
            stroke-dasharray: 22;
            stroke-dashoffset: 66;
        }

    .check:hover:before {
        opacity: 1;
    }

    .check:hover svg {
        stroke: #4285f4;
    }

.cbx:checked + .check svg {
    stroke: #4285f4;
}

    .cbx:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all 0.3s linear;
    }

    .cbx:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all 0.2s linear;
        transition-delay: 0.15s;
    }


.required {
    color: red;
    margin-left: 10px;
}


.text-justify {
    text-align: justify;
    line-height: 40px;
}

.cer-title 
{
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.cer-lead {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.cer-avan {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.cer-avant-list {
    list-style-type: square;
    margin-left: 50px;
}

.cer-avant-num {
    list-style: decimal !important;
    margin-left: 50px;
}
.cer-avant-abc {
    list-style: lower-alpha !important;
    margin-left: 50px;
}

.cer-doc {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.mb-3 {
    margin-bottom: 30px;    
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.show-link {
    color: blue;
    text-decoration: underline;
}

    .show-link:hover {
        color: darkblue;
    }

.tabs-header {
    cursor: pointer;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

#openPopupBtn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999; /* Set a high z-index value */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

.popup-header, .popup-footer {
    padding: 10px;
    background-color: #f1f1f1;
}

.popup-header {
    border-bottom: 1px solid #888;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: flex-end;
}

.popup-footer {
    border-top: 1px solid #888;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.alert {
    padding: 15px;
    color: #fff;
    text-align: center
}
.alert h4 {
    font-weight: 600;
}

.alert .icon {
    margin-right: 10px;
}

.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.alert .close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-success {
    background-color: #008d4c;
}

.alert-danger,
.alert-error {
    background-color: #d73925;
}

.alert-warning {
    background-color: #e08e0b;
}

.alert-info {
    background-color: #00acd6;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#acceptPopupBtn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.header__logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__logo-text {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
}

.header__logo-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    text-transform: uppercase;
}

.header__logo-subtitle {
    font-size: 12px;
    color: #555;
    font-style: italic;
    margin-top: 3px;
}

.header__contacts {
    display: flex;
    justify-content: center;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.header-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    overflow-y: auto;
    padding-top: 20px;
}

.header-menu.active {
    display: block;
}

@media (max-width: 768px) {
    .header__logo-title {
        font-size: 12px;
    }
    
    .header__logo-subtitle {
        font-size: 10px;
    }
    
    .hamburger {
        display: block;
    }
    
    .header__nav {
        display: none;
    }
    
    .header__right {
        margin-left: auto;
    }
}

/* Import Onest font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;700&display=swap');

/* Header Styles */
.header {
    font-family: 'Onest', sans-serif;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header__top {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.header__content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header__logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.header__logo {
    width: 76px;
    height: 88px;
    margin-right: 20px;
}

.header__logo-text {
    text-align: center;
}

.header__logo-title {
    font-size: 18px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 5px;
    line-height: 1.2;
}

.header__logo-subtitle {
    font-size: 14px;
    color: #666;
}

.header__right {
    display: flex;
    align-items: center;
}

.header__contact {
    display: flex;
    align-items: center;
    color: #003366;
    font-weight: 600;
    text-decoration: none;
}

    .header__contact svg {
        margin-right: 5px;
    }



/* Mobile Menu Styles */
.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.hamburger__lines {
    width: 24px;
    height: 18px;
    position: relative;
}

.hamburger__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #003366;
    transition: all 0.3s;
}

    .hamburger__line:nth-child(1) {
        top: 0;
    }

    .hamburger__line:nth-child(2) {
        top: 8px;
    }

    .hamburger__line:nth-child(3) {
        top: 16px;
    }

.hamburger.active .hamburger__line:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}

.hamburger.active .hamburger__line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger__line:nth-child(3) {
    transform: rotate(-45deg);
    top: 8px;
}

.header-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    overflow-y: auto;
    transition: left 0.3s;
    padding-top: 80px;
}

    .header-menu.active {
        left: 0;
    }

.header-menu__links {
    flex-direction: column;
    padding: 20px 0;
}

    .header-menu__links .header__link a {
        color: #333;
        border-bottom: 1px solid #eee;
    }

.header-menu__bottom {
    padding: 20px;
    border-top: 1px solid #eee;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .header__content-wrapper {
        flex-wrap: wrap;
    }

    .header__logo-container {
        order: 1;
        width: 100%;
        margin-bottom: 15px;
    }

    .header__right {
        order: 2;
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }

    .hamburger {
        display: block;
        order: 3;
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .header__nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .header__logo-container {
        flex-direction: column;
    }

    .header__logo {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .header__logo-title {
        font-size: 16px;
    }
}