/**

 

**/

img.nav-logo {
    width: 185px;
    aspect-ratio: auto 400/151;
}

.footer-logo img {
    width: 185px;
}

img.mobile-logo {
    width: 180px;
    aspect-ratio: auto 400/151;
}

.storage-banner-glass {
    width: min(480px, 100%);
    padding: 20px 26px 18px;
    margin: 70px 0;
    background: rgba(255, 255, 255, 0.11);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 50px rgba(3, 18, 29, 0.16);
}

.storage-banner-glass .page-title,
.storage-banner-glass .breadcrumb-item a,
.storage-banner-glass .breadcrumb-item span {
    color: #071827 !important;
}

.storage-banner-glass .breadcrumb-item .last {
    color: #f8f8f8 !important;
}

.client-auth-card,
.admin-panel-card {
    background: #fff;
    border-top: 4px solid #d6aa57;
    box-shadow: 0 20px 45px rgba(3, 18, 29, 0.12);
}

.client-auth-alert {
    align-items: flex-start;
    background: rgba(196, 31, 62, 0.07);
    border-left: 4px solid #c41f3e;
    color: #8f1830;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    line-height: 1.45;
    margin: -4px 0 22px;
    padding: 12px 14px;
}

.client-auth-alert i {
    margin-top: 2px;
}

.admin-action-bar {
    background: #071827;
    color: #fff;
    padding: 18px 20px;
}

.admin-table thead {
    background: #071827;
    color: #fff;
}

.admin-table a,
.admin-table .text-theme {
    color: #d6aa57;
}

.storage-value-section {
    padding: 70px 0 !important;
    background-color: #c99521;
    background-image: linear-gradient(90deg, rgba(3, 18, 29, 0.18), rgba(3, 18, 29, 0.04)), url("../../images/desertshield-storage-gold-bars.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.storage-value-panel {
    background: rgba(255, 255, 255, 0.96);
    padding: 48px;
    box-shadow: 0 24px 55px rgba(3, 18, 29, 0.18);
}

.storage-value-panel p,
.storage-value-panel .sub-title {
    color: #59616a;
}

@media (max-width: 991px) {
    .storage-value-section {
        padding: 55px 0 !important;
        background-image: linear-gradient(180deg, rgba(3, 18, 29, 0.16), rgba(3, 18, 29, 0.04)), url("../../images/desertshield-storage-gold-bars.png");
        background-position: center;
    }

    .storage-value-panel {
        padding: 34px;
    }
}

@media (max-width: 575px) {
    .storage-banner-glass {
        padding: 18px 20px;
        margin: 50px 0;
    }

    .storage-value-panel {
        padding: 28px 24px;
    }
}

h1,
.h1 {
    font-size: 40px;
    font-weight: 600
}

h2,
.h2 {
    font-size: 32px;
    font-weight: 600
}

h3,
.h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}

h4,
.h4 {
    font-size: 21px;
    font-weight: 500
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}


/*============================
 Navigation
=============================*/

.dropdown-item {
    font-size: 14px;
    text-transform: capitalize;
}

.top-header {
    font-size: 14px
}

.top-header a {
    display: block;
}
