@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap');

body.website-body {
    background:
        radial-gradient(circle at top left, rgba(41, 198, 180, 0.08), transparent 22%),
        radial-gradient(circle at top right, rgba(111, 147, 255, 0.08), transparent 24%),
        linear-gradient(180deg, #06101b 0%, #081321 42%, #091725 100%);
    color: #dce7f5;
    font-family: 'Manrope', sans-serif;
}

body.website-body .wrapper {
    min-height: 100vh;
}

body.website-body a {
    transition: color 0.24s ease, background 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    backdrop-filter: blur(18px);
    background: rgba(6, 12, 20, 0.78);
    border-bottom: 1px solid rgba(150, 173, 201, 0.12);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.site-header-top {
    border-bottom: 1px solid rgba(150, 173, 201, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

.site-header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
}

.site-header-meta,
.site-header-note {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.site-header-note {
    justify-content: flex-end;
    color: #8fa5c1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-meta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #95aac4;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.site-meta-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.site-meta-link i {
    color: #29c6b4;
}

.site-header-main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 16px 0;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    text-decoration: none;
}

.site-brand:hover {
    text-decoration: none;
}

.site-brand-mark {
    position: relative;
    isolation: isolate;
    width: 62px;
    height: 62px;
    padding: 9px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(41, 198, 180, 0.18), rgba(111, 147, 255, 0.18));
    border: 1px solid rgba(150, 173, 201, 0.14);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
    flex-shrink: 0;
    animation: siteBrandCore 3.6s ease-in-out infinite;
}

.site-brand-mark::before,
.site-brand-mark::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 24px;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transform: scale(0.82);
}

.site-brand-mark::before {
    border: 1px solid rgba(99, 217, 203, 0.36);
    box-shadow: 0 0 0 8px rgba(99, 217, 203, 0.04);
    animation: siteBrandBubble 3.6s cubic-bezier(0.2, 0.72, 0.18, 1) infinite;
}

.site-brand-mark::after {
    border: 1px solid rgba(125, 157, 255, 0.28);
    box-shadow: 0 0 0 10px rgba(125, 157, 255, 0.03);
    animation: siteBrandBubble 3.6s cubic-bezier(0.2, 0.72, 0.18, 1) 1.8s infinite;
}

.site-brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: siteBrandPop 3.6s ease-in-out infinite;
}

@keyframes siteBrandCore {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
    }
    12% {
        transform: scale(1.04);
        box-shadow: 0 22px 40px rgba(0, 0, 0, 0.28), 0 0 22px rgba(99, 217, 203, 0.14);
    }
    24% {
        transform: scale(1);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
    }
}

@keyframes siteBrandPop {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(99, 217, 203, 0));
    }
    12% {
        transform: scale(1.06);
        filter: drop-shadow(0 0 12px rgba(99, 217, 203, 0.18));
    }
    24% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(99, 217, 203, 0));
    }
}

@keyframes siteBrandBubble {
    0% {
        opacity: 0;
        transform: scale(0.82);
    }
    8% {
        opacity: 0.55;
        transform: scale(0.96);
    }
    22% {
        opacity: 0.2;
        transform: scale(1.32);
    }
    30%,
    100% {
        opacity: 0;
        transform: scale(1.68);
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-brand-mark,
    .site-brand-mark img,
    .site-brand-mark::before,
    .site-brand-mark::after,
    .site-top-admin-link i {
        animation: none;
    }
}

.site-brand-copy {
    min-width: 0;
}

.site-brand-copy strong {
    display: block;
    color: #f4f8fd;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.05;
}

.site-brand-copy span {
    display: block;
    margin-top: 4px;
    color: #8ea4bf;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-nav-toggle {
    display: none;
}

.site-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 14px;
    color: #b6c5d9;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.site-nav-list a:hover,
.site-nav-list a.active {
    background: rgba(111, 147, 255, 0.14);
    color: #ffffff;
    text-decoration: none;
}

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-top-admin-link,
.site-contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(150, 173, 201, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #dce7f5;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.site-top-admin-link {
    position: relative;
    overflow: hidden;
    min-height: 36px;
    padding: 0 14px 0 11px;
    border-color: rgba(111, 147, 255, 0.2);
    background: linear-gradient(180deg, rgba(15, 28, 44, 0.96), rgba(10, 20, 33, 0.94));
    color: #e6efff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.site-top-admin-link:hover,
.site-contact-pill:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    border-color: rgba(99, 217, 203, 0.26);
    background: linear-gradient(180deg, rgba(18, 33, 51, 0.98), rgba(11, 23, 38, 0.96));
}

.site-top-admin-link i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(111, 147, 255, 0.22), rgba(41, 198, 180, 0.2));
    color: #b8c9ff;
    font-size: 12px;
    flex-shrink: 0;
    animation: siteAdminHeartbeat 1.8s ease-in-out infinite;
}

.site-top-admin-link span {
    line-height: 1;
}

@keyframes siteAdminHeartbeat {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(99, 217, 203, 0);
    }
    14% {
        transform: scale(1.12);
        box-shadow: 0 0 0 4px rgba(99, 217, 203, 0.08);
    }
    28% {
        transform: scale(0.98);
        box-shadow: 0 0 0 rgba(99, 217, 203, 0);
    }
    42% {
        transform: scale(1.15);
        box-shadow: 0 0 0 6px rgba(111, 147, 255, 0.06);
    }
    56% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(99, 217, 203, 0);
    }
}

.site-contact-pill i {
    color: #29c6b4;
}

.site-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #29c6b4 0%, #12806f 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(18, 128, 111, 0.28);
}

.site-cta:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

.site-nav-toggle-label {
    display: none;
}

#scrollToTopBtn {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1200;
}

.scroll_up_btn {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(150, 173, 201, 0.12);
    border-radius: 16px;
    background: rgba(8, 17, 29, 0.92);
    color: #dce7f5;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.scroll_up_btn:hover {
    background: #11233a;
}

.footer_background_color {
    margin-top: 42px;
    padding: 34px 0 14px;
    border-top: 1px solid rgba(150, 173, 201, 0.12);
    background:
        radial-gradient(circle at top right, rgba(111, 147, 255, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(7, 14, 23, 0.96), rgba(8, 17, 29, 0.98));
}

.footer_background_color .container {
    position: relative;
}

.footer_row_flex {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.15fr);
    gap: 18px;
    align-items: stretch;
}

.footer_row_flex > [class*="col-"] {
    width: 100%;
    max-width: none;
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid rgba(150, 173, 201, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.footer_row_flex > .col-md-5 {
    background:
        radial-gradient(circle at top right, rgba(41, 198, 180, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(10, 21, 35, 0.92), rgba(11, 22, 36, 0.9));
}

.footer_row_flex > .col-md-7 {
    background:
        radial-gradient(circle at top left, rgba(125, 157, 255, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(8, 18, 31, 0.94), rgba(10, 20, 34, 0.92));
}

.footer_brand_head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer_brand_copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer_brand_copy strong {
    color: #f4f8fd;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.05;
}

.footer_brand_tag {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(125, 157, 255, 0.12);
    color: #afc3df;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.footer_logo img {
    max-width: 64px;
    border-radius: 16px;
}

.footer_description {
    margin-top: 14px;
    color: #99adc6;
    font-size: 13px;
    line-height: 1.8;
}

.footer_text_title {
    margin-bottom: 8px;
    color: #f2f7fd;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.footer_meta_text {
    margin-bottom: 14px;
    color: #8ea4bf;
    font-size: 12px;
    line-height: 1.7;
}

.footer_links_grid {
    margin-left: -8px;
    margin-right: -8px;
}

.footer_links_grid > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.footer_menu_block {
    display: flex;
    flex-direction: column;
}

.social_icons {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.footer_quick_badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.footer_quick_badges span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(150, 173, 201, 0.12);
    color: #c7d5e7;
    font-size: 11px;
    font-weight: 700;
}

.icon_back {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(150, 173, 201, 0.12);
}

.icon_back a {
    color: #dce7f5;
}

.icon_back:hover {
    background: rgba(111, 147, 255, 0.12);
}

.main_listing ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_listing li {
    margin-bottom: 10px;
    color: #9db0c8;
    font-size: 13px;
    line-height: 1.7;
}

.main_listing a {
    color: #9db0c8;
    text-decoration: none;
}

.main_listing ul li a i {
    width: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

.main_listing a:hover {
    color: #ffffff;
    text-decoration: none;
}

.maps {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.maps i {
    margin-top: 4px;
    color: #29c6b4;
}

.footer_contact_list li a,
.footer_contact_list li.maps {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer_copyright_strip {
    border-top: 1px solid rgba(150, 173, 201, 0.1);
    background: rgba(7, 14, 23, 0.82);
}

.footer_coppyright {
    margin: 0;
    padding: 14px 0 18px;
    color: #8297b1;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.footer_coppyright a {
    color: #b7c7db;
    text-decoration: none;
}

.footer_coppyright a:hover {
    color: #ffffff;
    text-decoration: none;
}

body.website-body .footer_background_color,
body.website-body .footer_background_color p,
body.website-body .footer_background_color li,
body.website-body .footer_background_color span,
body.website-body .footer_background_color strong {
    color: #b9cae0 !important;
}

body.website-body .footer_background_color .footer_text_title,
body.website-body .footer_background_color .footer_logo + .footer_description,
body.website-body .footer_background_color .footer_logo,
body.website-body .footer_background_color .footer_brand_copy strong,
body.website-body .footer_background_color .footer_meta_text,
body.website-body .footer_background_color .footer_quick_badges span,
body.website-body .footer_background_color .main_listing ul li a,
body.website-body .footer_background_color .main_listing ul li,
body.website-body .footer_background_color .main_listing ul li a i,
body.website-body .footer_background_color .maps,
body.website-body .footer_background_color .maps i,
body.website-body .footer_background_color .footer_coppyright,
body.website-body .footer_background_color .footer_description {
    color: #d6e2f0 !important;
}

body.website-body .footer_background_color .footer_text_title {
    color: #f6fbff !important;
}

body.website-body .footer_background_color .footer_brand_tag {
    color: #b8c9e8 !important;
}

body.website-body .footer_background_color .main_listing ul li a:hover,
body.website-body .footer_background_color .footer_coppyright a:hover {
    color: #ffffff !important;
}

body.website-body .footer_background_color .main_listing ul li a {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none !important;
}

body.website-body .footer_background_color .icon_back a,
body.website-body .footer_background_color .icon_back i {
    color: #e6eef8 !important;
}

body.website-body .footer_background_color .icon_back:hover {
    background: rgba(41, 198, 180, 0.16);
    border-color: rgba(41, 198, 180, 0.22);
}

body.website-body .footer_background_color .icon_back:hover a,
body.website-body .footer_background_color .icon_back:hover i {
    color: #ffffff !important;
}

body.website-body .footer_background_color .maps i,
body.website-body .footer_background_color .main_listing ul li a i {
    color: #63d9cb !important;
}

@media (max-width: 1199px) {
    .site-header-top-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-header-note {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .site-header-main {
        grid-template-columns: auto auto;
        gap: 18px;
    }

    .site-nav-toggle-label {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        justify-self: end;
        border-radius: 14px;
        border: 1px solid rgba(150, 173, 201, 0.12);
        background: rgba(255, 255, 255, 0.03);
        color: #dce7f5;
        cursor: pointer;
    }

    .site-nav,
    .site-header-actions {
        grid-column: 1 / -1;
    }

    .site-nav {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.32s ease;
    }

    .site-nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 18px 0 8px;
        border-top: 1px solid rgba(150, 173, 201, 0.1);
    }

    .site-nav-list a {
        justify-content: flex-start;
        padding: 0 14px;
        background: rgba(255, 255, 255, 0.03);
    }

    .site-header-actions {
        display: none;
        flex-wrap: wrap;
        padding-top: 12px;
    }

    .site-nav-toggle:checked ~ .site-nav {
        max-height: 420px;
    }

    .site-nav-toggle:checked ~ .site-header-actions {
        display: flex;
    }
}

@media (max-width: 767px) {
    .site-header-top-inner {
        padding: 8px 0;
    }

    .site-header-note {
        display: none;
    }

    .site-header-meta {
        width: 100%;
        gap: 10px;
    }

    .site-meta-link {
        font-size: 12px;
    }

    .site-brand-mark {
        width: 56px;
        height: 56px;
    }

    .site-brand-copy strong {
        font-size: 17px;
    }

    .site-brand-copy span {
        font-size: 10px;
    }

    .site-contact-pill,
    .site-cta {
        width: 100%;
        justify-content: center;
    }

    .footer_background_color {
        padding-top: 28px;
    }
}

@media (max-width: 991px) {
    .footer_row_flex {
        grid-template-columns: 1fr;
    }

    .footer_row_flex > [class*="col-"] {
        padding: 20px;
    }

    .footer_links_grid > [class*="col-"] + [class*="col-"] {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .footer_brand_head {
        align-items: flex-start;
    }

    .footer_brand_copy strong {
        font-size: 18px;
    }

    .footer_quick_badges {
        gap: 6px;
    }

    .footer_quick_badges span {
        font-size: 10px;
    }
}
