.pas-preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #eef7ff 0%, #deeffd 52%, #d3e9fb 100%);
}

.pas-preloader .loaded.atebits-loader {
    display: none;
}

.pas-preloader .pas-loader-card {
    position: relative;
    min-width: 270px;
    max-width: 360px;
    padding: 12px 18px;
    /*border: 1px solid rgba(0, 119, 182, .12);*/
    /*border-radius: 12px;*/
    /*background: rgba(255, 255, 255, .65);*/
    /*box-shadow: 0 10px 24px rgba(18, 50, 74, .10);*/
    text-align: center;
}

.pas-preloader .pas-loader-ring {
    width: 42px;
    height: 42px;
    margin: 0 auto 14px;
    border: 3px solid rgba(0, 119, 182, .16);
    border-top-color: #0077b6;
    border-radius: 999px;
    animation: pas-spin .8s linear infinite;
}

.pas-preloader .pas-loader-title {
    color: #1b3e59;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.pas-preloader .pas-loader-text {
    margin-top: 6px;
    color: #5c7285;
    font-size: 13px;
    letter-spacing: .01em;
}

@keyframes pas-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 480px) {
    .pas-preloader .pas-loader-card {
        min-width: 0;
        width: calc(100% - 36px);
        padding: 24px 18px 20px;
    }
}

.pas-partners-section {
    position: relative;
    overflow: hidden;
    padding: 76px 0 84px;
    background: linear-gradient(180deg, #f5fbff 0%, #ffffff 58%, #f7fafc 100%);
}

.pas-partners-section:before,
.pas-partners-section:after {
    content: '';
    position: absolute;
    border-radius: 999px;
    background: rgba(0, 119, 182, .08);
    pointer-events: none;
}

.pas-partners-section:before {
    width: 280px;
    height: 280px;
    left: -110px;
    top: -120px;
}

.pas-partners-section:after {
    width: 220px;
    height: 220px;
    right: -90px;
    bottom: -110px;
}

.pas-partners-header {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.pas-partners-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #006fae;
    background: rgba(0, 150, 199, .11);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pas-partners-title {
    margin: 0;
    color: #12324a;
    font-size: clamp(28px, 4vw, 43px);
    font-weight: 800;
    line-height: 1.2;
}

.pas-partners-title span {
    color: #0077b6;
}

.pas-partners-text {
    margin: 14px auto 0;
    color: #657789;
    font-size: 16px;
    line-height: 1.75;
}

.pas-partners-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pas-partner-card {
    height: 100%;
}

.pas-partner-link,
.pas-partner-card-inner {
    position: relative;
    display: flex;
    min-height: 150px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 24px 18px;
    border: 1px solid rgba(0, 119, 182, .10);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 42px rgba(18, 50, 74, .08);
    text-align: center;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.pas-partner-link:hover,
.pas-partner-link:focus,
.pas-partner-card-inner:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 119, 182, .32);
    box-shadow: 0 24px 54px rgba(18, 50, 74, .14);
    text-decoration: none;
}

.pas-partner-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 76px;
}

.pas-partner-logo {
    max-width: 150px;
    max-height: 72px;
    object-fit: contain;
    filter: grayscale(18%);
    transition: filter .22s ease, transform .22s ease;
}

.pas-partner-link:hover .pas-partner-logo,
.pas-partner-card-inner:hover .pas-partner-logo {
    filter: grayscale(0%);
    transform: scale(1.04);
}

.pas-partner-name {
    display: block;
    color: #253b50;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.pas-partner-visit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0077b6;
    font-size: 12px;
    font-weight: 800;
    opacity: .88;
}

@media (max-width: 767px) {
    .pas-partners-section {
        padding: 54px 0 62px;
    }

    .pas-partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .pas-partner-link,
    .pas-partner-card-inner {
        min-height: 132px;
        padding: 18px 12px;
        border-radius: 18px;
    }

    .pas-partner-logo {
        max-width: 120px;
        max-height: 58px;
    }
}

/* Header menu UX smoothing */
.home1_menu {
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Keep one stable header look even if plugin toggles scroll classes */
.home1_menu.on,
.home1_menu.small {
    top: 0;
}

.home1_menu .navbar-header,
.home1_menu .navbar-collapse {
    transform: translateZ(0);
}

.home1_menu .navbar-nav > li > a,
.home1_menu .dropdown-menu > li > a {
    transition: background-color .18s ease, color .18s ease, padding-left .18s ease;
}

.home1_menu li.dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.home1_menu li.dropdown.open > .dropdown-menu,
.home1_menu li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

@media (max-width: 991px) {
    .home1_menu li.dropdown > .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        transition: none;
    }

    .home1_menu li.dropdown.open > .dropdown-menu {
        display: block;
    }
}

.pas-footer-surface {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #19364f 0%, #0f273a 100%);
}

.pas-footer-surface:before,
.pas-footer-surface:after {
    content: '';
    position: absolute;
    border-radius: 999px;
    background: rgba(0, 167, 225, .08);
    pointer-events: none;
}

.pas-footer-surface:before {
    width: 260px;
    height: 260px;
    top: -120px;
    left: -80px;
}

.pas-footer-surface:after {
    width: 220px;
    height: 220px;
    right: -70px;
    bottom: -130px;
}

.pas-footer-surface .main_weidget {
    position: relative;
    z-index: 1;
}

.pas-footer-surface .main_weidget_home1 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.pas-footer-surface .main_weidget_home1 > [class*='col-'] {
    display: flex;
    float: none;
}

.pas-footer-card {
    height: 100%;
    width: 100%;
    padding: 22px 18px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 16px;
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(1px);
}

.pas-footer-card h5,
.pas-footer-card > div.margin-bottom-30 {
    margin-bottom: 18px !important;
    color: #fff;
    letter-spacing: .02em;
}

.pas-footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pas-footer-list li + li {
    margin-top: 10px;
}

.pas-footer-list li a {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(255, 255, 255, .92);
    line-height: 1.5;
}

.pas-footer-list li a:hover,
.pas-footer-list li a:focus {
    color: #8ad6ff;
    text-decoration: none;
}

.pas-footer-card .single_widget_blog {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(255, 255, 255, .14);
}

.pas-footer-card .single_widget_blog .single_widget_content {
    width: 100%;
}

.pas-footer-news-thumb-1 {
    display: block;
    width: 52px !important;
    height: 52px !important;
    margin-bottom: 0;
    border-radius: 6px;
    flex-shrink: 0;
    object-fit: cover;
    background: rgba(255, 255, 255, .08);
}

.pas-footer-card .single_widget_blog:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.pas-footer-card .single_widget_content a {
    color: #fff;
    line-height: 1.5;
}

.pas-footer-card .single_widget_content a:hover {
    color: #8ad6ff;
    text-decoration: none;
}

.pas-footer-card .single_widget_content .datetime {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
}

.pas-contact-item {
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .16);
}

.pas-contact-item:last-child {
    border-bottom: 0;
}

.pas-footer-bottom {
    background: #0b1d2b;
}

.pas-footer-counter {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-family: inherit;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .01em;
}

.pas-footer-counter i {
    color: #8ad6ff;
    font-size: 18px;
}

.pas-footer-counter-label {
    font-size: 14px;
    font-weight: 600;
    opacity: .88;
    text-transform: uppercase;
    letter-spacing: .08em;
}

@media (max-width: 991px) {
    .pas-footer-surface .main_weidget_home1 > [class*='col-'] {
        display: block;
        float: left;
    }

    .pas-footer-card {
        margin-bottom: 14px;
    }
}

