@charset "UTF-8";
/***!  /media/templates/site/cassiopeia_p1cu/css/user.css?9e766f  !***/

:root {
    --primary: #196061;
    --cassiopeia-color-primary: var(--primary);
    --color-primary: var(--primary);
    --primary-rgb: 25, 96, 97;
    --secondary: rgb(19, 71, 88);
    --color-secondary: var(--secondary);
    --secondary-rgb: 19, 71, 88;
    --color-orange: #de6f20;
    --color-orange-hover: #d66516;
    --template-text-dark: #444;
    --modal-width: 80%;
    --border-radius-xl: 1rem;
}

body {
    overflow-x: hidden;
    background-color: #fff !important;
}

/* Main Container */
.site-grid > [class*=" container-"],
.site-grid > [class^="container-"] {
    background-color: #fff;
}

.container-component:has(#full-width-article) {
    grid-column-start: full-start;
    grid-column-end: full-end;
    padding-bottom: 0;
}

main:has(#full-width-article) {
    padding: 0;
}

:focus {
    outline: 2px solid !important;
}

:focus-visible{
    outline: 2px solid #000;
    outline-offset: 2px;
}

body:not(.home) .container-component {
    padding: 0 0 3rem;
}

.border-primary {
    border-color: var(--color-primary) !important;
}

.container-header {
    background: var(--headerbg);
}

.btn {
    margin: 0;
}

/* Make the definition lists look like tables. 
   Add "table" class to <dl>
*/
dl.table {
    display: grid;
    grid-auto-columns: auto;
    grid-template-columns: 40% 60%;
}

dl.table > dt,
dl.table > dd {
    padding: 0.5rem;
    border-collapse: collapse;
    margin: 0;
    border: 0 solid;
    border-bottom-width: 1px;
    border-color: inherit;
}

dl.table > dt:nth-child(4n + 1),
dl.table > dd:nth-child(4n + 2) {
    background-color: var(--table-striped-bg);
}

/* Small menu triangles */
.metismenu.mod-menu .mm-toggler:after {
    color: var(--primary);
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.4em solid;
}

.metismenu-item.level-2 > a {
    display: block;
    width: 100%;
}

.table thead th {
    white-space: normal;
}

.rsfp-signature-footer .description {
    color: #fff;
}

.footer {
    margin-block-start: 0;
}

.footer a:not(.btn):hover,
.footer a:not(.btn):focus,
.footer .btn-link:hover,
.footer .btn-link:focus {
    color: #fff;
    font-weight: bold;
}

.bg-dark {
    background-color: #464646 !important;
}

.text-orange {
    color: var(--color-orange);
}

/* headings spacing */
:has(+ h2, + .h2) {
    margin-block-end: 2.5rem;
}

:has(+ h3, + .h3) {
    margin-bottom: 1.5rem;
}

.container-bottom-a > *,
.container-bottom-b > *,
.container-top-a > *,
.container-top-b > * {
    margin: 0;
}

[align="center"] {
    text-align: center;
}

.metismenu.mod-menu {
    margin: 0.5rem 0;
}

.container-header nav {
    margin-top: 0;
}

.table {
    margin-block-end: 2rem;
}

.container-topbar a:not(.btn):hover,
.container-topbar a:not(.btn):focus,
.container-topbar .btn-link:hover,
.container-topbar .btn-link:focus,
.container-below-top a:not(.btn):hover,
.container-below-top a:not(.btn):focus,
.container-below-top .btn-link:hover,
.container-below-top .btn-link:focus {
    color: var(--primary);
}

.metismenu.mod-menu .metismenu-item {
    font-size: 1rem;
    padding: 0.5em;
}

.navbar .mod-menu .level-1 > ul {
    padding-block: 0.4rem;
}

.table-primary {
    --table-bg: #e4e7ed;
    --table-striped-bg: #f6f6f6;
    --table-color: #fff;
}

.form-control {
    border-color: #555;
}

.table-primary thead th {
    background-color: var(--color-secondary);
    color: #fff;
}

.table th {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-end: 0.67em;
    color: var(--color-secondary);
}

h1,
h2 {
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

blockquote {
    font-size: 2rem;
    padding: 3rem;
    background: var(--footer-color);
    font-style: italic;
    font-weight: 600;
}

.dog404 {
    background: transparent url("https://www.p1cu.site/images/404-dog.jpg") right bottom no-repeat;
    background-size: contain;
}

.login-card {
    background: #ffffff;
    width: 100%;
    max-width: 420px;
    padding: 2.5rem;
    border-radius: 6px;
    border: 1px solid #e3e6eb;
}

.login-form .form-label {
    font-size: 0.85rem;
    font-weight: 500;
}

.login-form .form-control {
    border-radius: 4px;
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
}

.login-form .btn-primary {
    padding: 0.6rem;
    font-size: 0.95rem;
}

.login-links {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.85rem;
}

.login-links a {
    text-decoration: none;
}

.login-links a:hover {
    text-decoration: underline;
}

.login-links span {
    margin: 0 0.5rem;
    color: #adb5bd;
}

.djslider-default .navigation-container img {
    z-index: 1;
}

.djslider-default .slide-desc-bg {
    display: none !important;
}

.djslider-default .djslider-in li {
    position: relative;
}

.slide-desc {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.45) 55%,
        rgba(0, 0, 0) 75%,
        rgb(0, 0, 0) 100%
    );
}

.djslider-default .slide-desc {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.djslider-default .slide-desc-text {
    text-align: center;
    color: #fff;
    width: 644px;
}

.djslider-default .slide-desc h1,
.djslider-default .slide-desc h2,
.djslider-default .slide-desc h3 {
    color: #fff;
    margin: 0 0 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: bold;
}

.djslider-default .slide-desc p {
    font-size: 1.3rem;
    margin-top: 1rem;
}

a {
    color: var(--secondary);
}

.grid-child.container-bottom-a:has(> .bottom-a.stack-module) {
    display: flex;
    flex-direction: column;
}

.page-header.has-image {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    position: relative;
    margin-bottom: 2rem;
}

.page-header.has-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

.page-header.has-image .page-header-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgb(0 0 0 / 88%) 50%,
        #000000 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 16vw;
}

.page-header.has-image h1,
.page-header.has-image h2 {
    color: #fff;
    margin: 0;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: bold;
}

.page-header.no-image .page-header-title {
    position: relative;
    width: 100%;
    background: transparent;
    display: block;
}

.page-header.no-image h1,
.page-header.no-image h2 {
    color: var(--secondary);
    font-weight: bold;
    font-size: var(--h1size) !important;
}

.btn-primary{
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 4px;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-orange {
    background-color: var(--color-orange);
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 4px;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
    font-size: 18.667px;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    background-color: var(--color-orange-hover) !important;
    color: #fff !important;
    text-decoration: none;
}


.checking-card {
    background-color: #fff;
    padding: 14px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content auto max-content;
    gap: 14px 0;
    width: 100%;
    height: 100%;
    min-height: 700px;
    box-shadow: 1px 1px 8px 1px #bbb;
    border-radius: 8px;
    box-sizing: border-box;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
        box-shadow 0.4s ease;
    will-change: transform, box-shadow;
}

.checking-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.checking-card .card-top-header {
    background-color: #fff;
    padding: 0.5rem;
    text-align: center;
}

.checking-card .card-top-header h3 {
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
}

.checking-card .card-gray-box {
    background-color: #f9f9f9;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.checking-card .description {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.custom-check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.custom-check-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.4;
}

.custom-check-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-orange);
    font-weight: 900;
    font-size: 1.1rem;
}

.checking-card .card-action-footer {
    background-color: #444;
    padding: 1.5rem;
    text-align: center;
}

.learn-more-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem;
    transition: color 0.2s;
}

.learn-more-link:hover {
    color: var(--color-orange);
    text-decoration: underline;
}

.learn-more-link .arrow {
    color: var(--color-orange);
    font-weight: bold;
    margin-left: 5px;
}

.comparison-table {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.table-base {
    width: 100%;
    min-width: 900px;
}

.table-base thead th {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 1.1rem;
    padding-bottom: 1.5rem;
    vertical-align: bottom;
    border-bottom: 2px solid var(--color-primary);
}

.table-base td {
    padding: 1.5rem 0.5rem;
    color: #555;
    font-size: 0.95rem;
    vertical-align: top;
}

.table-base .label-col {
    text-align: left;
    font-weight: 700;
    color: #333;
    width: 20%;
    background-color: #fff;
}

.comparison-table .table-base td, .comparison-table .table-base thead th {
    text-align: center;
}

/*Table Rates*/
.table-rates thead th {
    background-color: var(--color-primary, #0e3f3c);
    color: #ffffff;
    border-color: var(--color-primary, #0e3f3c);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 12px;
    vertical-align: middle;
}

.table-rates.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #f9fafb;
    color: #333;
}

.table-rates.table-hover > tbody > tr:hover > * {
    background-color: rgba(14, 63, 60, 0.05);
}

.table-rates td {
    vertical-align: middle;
    padding: 12px;
    border-color: #dee2e6;
}

.rates-title {
    color: var(--secondary);
    font-weight: 800;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.spacer-row td {
    padding: 0;
    border: none;
}
.spacer-row hr {
    margin: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

.btn-row td {
    vertical-align: bottom;
    padding-top: 2rem;
}

.table-base .btn-orange {
    width: 100%;
    white-space: nowrap;
}

.mobile-menu .navbar-toggler {
    display: none;
}

/* Footer styles  */

.footer-brand {
    width: clamp(15rem, 5rem + 0.15625 * 100vw, 17.5rem);
    font-size: clamp(0.875rem, 13.4px + 0.125vw, 0.9375rem);
    display: flex;
    flex-direction: column;
    gap: 35px;
    flex-shrink: 0;
}

.footer .grid-child {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 48px clamp(3rem, -10rem + 0.203125 * 100vw, 6.25rem);
    align-items: start;
    justify-content: center;
    margin-inline: auto;
}

.footer-cards .card {
    min-height: auto;
    border-radius: 14px;
}

.footer-cards .card-body {
    padding: 10px 8px;
}

.footer-cards .card-footer {
    padding: 8px 10px;
    font-size: 0.9rem;
}

.action-icon {
    max-width: 40px;
}

.footer-right {
    overflow: hidden;
}

.footer-menu p {
    margin-bottom: 10px;
    font-size: 1rem;
}

.footer-menu ul li {
    margin-bottom: 6px;
}

/* ===================== BREAKPOINTS ===================== */

@media (max-width: 480px) {
    .footer-cards .row {
        grid-template-columns: 1fr 1fr;
    }

    .footer-cards .card-body {
        padding: 6px;
    }

    .footer-cards .card-footer {
        font-size: 0.75rem;
    }

    .footer-brand {
        width: 100%;
    }

    .djslider-default .slide-desc {
        padding: 20px 6vw;
    }
}

/* =====  max 767px ===== */

@media (max-width: 767px) {
    .container-banner .djslider-default,
    .container-banner .djslider-default ul.djslider-in > li {
        height: 550px !important;
        max-width: 100vw;
    }

    .container-banner .djslider-default img.dj-image {
        aspect-ratio: 11/16;
        object-fit: cover;
    }

    .djslider-default,
    .djslider-default ul.djslider-in > li {
        height: 360px !important;
    }

    .djslider-default img.dj-image {
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: left center;
    }

    .djslider-default .slide-desc {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 30px 8vw;
    }

    .djslider-default .slide-desc-text {
        width: 100%;
        text-align: center;
    }

    .djslider-default .slide-desc h1,
    .djslider-default .slide-desc h2,
    .djslider-default .slide-desc h3 {
        font-size: 1.6rem;
    }

    .djslider-default .slide-desc p {
        font-size: 1rem;
    }
    .page-header.no-image h1,
    .page-header.no-image h2 {
        font-size: 2rem !important;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

/* =====  max 768px ===== */

@media (max-width: 768px) {
    .footer-cards .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .footer-cards .card-footer {
        font-size: 0.8rem;
        padding: 6px 8px;
    }

    .action-icon {
        max-width: 34px;
    }

    .footer-menu p {
        font-size: 0.95rem;
    }

    .footer-right .row.g-5 {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-right .row.g-5 > .footer-menu:nth-child(1),
    .footer-right .row.g-5 > .footer-menu:nth-child(2) {
        width: 50%;
    }

    .footer-right .row.g-5 > .footer-menu:nth-child(3),
    .footer-right .row.g-5 > .footer-menu:nth-child(4) {
        width: 100%;
    }

    .container-banner .djslider-default img.dj-image {
        object-fit: cover;

        object-position: 25% 50%;

        width: 100% !important;

        filter: brightness(40%);
    }

    .slide-desc {
        background: none;
    }

    .page-header.has-image .page-header-title{
        width: 80%;
    }

    .page-header.has-image h1,
    .page-header.has-image h2 {
    font-size: 1.3rem;
}
}

/* =====  max 992px ===== */

@media (max-width: 992px) {
    .footer .grid-child {
        grid-template-columns: 1fr;
    }

    .footer-right {
        overflow: visible;
    }

    .footer-cards {
        row-gap: 16px;
    }

    .footer-cards .card-body {
        padding: 8px;
    }

    .djslider-default .slide-desc {
        width: 70%;
        justify-content: center;
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .djslider-default .slide-desc-text {
        width: 100%;
    }
}

/* =====  min 768px ===== */

@media (min-width: 768px) {
    .metismenu.mod-menu {
        margin: 0;
    }
}

/* =====  min 992px ===== */

@media (min-width: 992px) {
    .grid-child.container-below-top {
        justify-content: space-between;
    }

    #navbar1 .mod-menu {
        display: flex;
        flex-wrap: wrap !important;
        justify-content: flex-end;
        align-items: center;
        align-content: flex-end;
        gap: 0 !important;
    }

    #navbar1 .mod-menu::after {
        content: "";
        display: block;
        width: 100%;
        height: 0 !important;
        margin: 0 !important;
        order: 2;
    }

    #navbar1 .mod-menu > li:nth-child(-n + 3) {
        order: 1;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        line-height: 1.2;
    }

    #navbar1 .mod-menu > li:nth-child(n + 4) {
        order: 3;
        margin-top: 0 !important;
    }

    #navbar1 .mod-menu > li > a,
    #navbar1 .mod-menu > li > button,
    #navbar1 .mod-menu > li > span {
        font-size: 14px;
        padding: 5px 12px;
        white-space: nowrap;
        text-transform: uppercase;
    }

    #navbar1 .mod-menu > li:nth-child(1) > a,
    #navbar1 .mod-menu > li:nth-child(1) > button{
        background: #105350;
        color: #fff !important;
        padding: 8px 16px;
        border-radius: 4px;
        font-weight: 600;
    }

    #navbar1 .mod-menu > li:nth-child(1) > a:hover {
        background: #0b3d3b;
        text-decoration: none;
    }

    .djslider-default .slide-desc-in {
        padding-right: calc(50% - 760px);
    }
}

/* =====  max 1200px ===== */

@media (max-width: 1200px) {
    .footer .grid-child {
        gap: 40px;
    }

    .footer-cards .card-footer {
        font-size: 0.85rem;
    }
}

