body,label,a,p,span{font-family:"Barlow", sans-serif}

h1,h2,h3,h4,h5,h6{font-family: "Josefin Sans", sans-serif;}
a{text-decoration:none}
header + div.container-fluid{min-height: 72vh}


.bg-primary{background-color:#0f2854 !important;color:#fff}

.logo-area img{width:100%; max-width: 64px;object-fit:contain}
.logo-area h2{font-size:15px;margin:0; text-align:center;font-weight:bold}
.logo-area h2 span{display:block;}
.h1-logo{font-size: 18px;font-weight:bold}

.login-side-page footer,footer{margin: 0 auto;font-size:12px;font-weight:bold;background:#213C51;position: fixed;bottom: 0;padding: 6px;min-height: auto;width: 100%;justify-content: center;color:#fff;border:none; z-index:999;}



.login-body-area{height:100vh;}
.login-body-area:after{filter: opacity(0.9);position:absolute;height:100%; top:0; width: 100%; left:0; content:"";background-image:url('../images/map-img.png'); z-index:-1}
.login-image-area{padding-top: 2rem; position:relative;background: #ffbbbb;height:calc(100vh - 50px);border-radius: 20px;background-blend-mode: luminosity;margin-top:10px;}
.login-image-area:after {content: "";position: absolute;background-image: url(../images/bg-2.jpg);background-size: cover;width: 100%;border-radius: 20px;height: 100%;left: 0;top: 0;z-index: 0;opacity: 0.3;}
.login-image-area >div, .login-image-area > h4, .login-image-area > h6, .login-image-area >img {position: relative;z-index: 1;}
.register-section.login-image-area{ height: calc(100vh - 50px); margin-top: -15px;}
.login-form {background:rgba(255,255,255,0.3); backdrop-filter:blur(2)}
.login-form .form-group label{font-size: 13px;font-weight: bold;text-transform: uppercase;color: #777; margin: 0;}
.login-image-area h4 {color:#fff;padding: 7px;}
.login-form p a{text-decoration: none;border-bottom: 1px dashed #999;color:#000; font-weight: 600;transition: all linear 0.3s 0s}
.login-form p a:hover{color:#cf3f3f;border-bottom: 1px dashed #cf3f3f;}

.list-view {
    display: flex;
    align-items: center;
   
    justify-content: space-between;
}

.grid-paging {
    background: #7dd8c3;
    padding: 8px;
    text-align: center;
}

    .grid-paging a {
        display: inline-block;
        padding: 6px 12px;
        margin: 0 3px;
        color: #000;
        text-decoration: none;
        background: #c8b6b1;
        border-radius: 5px;
    }

    .grid-paging span {
        display: inline-block;
        padding: 6px 12px;
        margin: 0 3px;
        background: #198754;
        color: #fff;
        border-radius: 5px;
    }
/* =========================
   PREMIUM DASHBOARD HEADER
========================= */
.dashboard-page header {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #988e8e 0%, #cf3f3f 50%, #ff6b6b 100%);
    padding: 10px 0 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

    /* Background Pattern */
    .dashboard-page header::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('../images/profile-bg.jpg') center center/cover no-repeat;
        opacity: .08;
    }

    .dashboard-page header::after {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(255,255,255,0.08);
        border-radius: 50%;
        top: -250px;
        right: -150px;
        backdrop-filter: blur(20px);
    }

    .dashboard-page header > div {
        position: relative;
        z-index: 2;
    }

/* =========================
   LOGO AREA
========================= */

.logo-area {
    padding: 12px 20px;
}

    .logo-area img {
        width: 70px;
        height: auto;
        transition: .4s;
    }

        .logo-area img:hover {
            transform: scale(1.08);
        }

.logo_text {
    margin-left: 15px;
}

    .logo_text strong {
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }

.h1-logo {
    font-size: 15px;
    color: rgba(255,255,255,.9);
    margin: 0;
    font-weight: 500;
}

/* =========================
   AVATAR SECTION
========================= */

.header-nav .avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.4);
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: .3s;
}

    .header-nav .avatar:hover {
        transform: translateY(-3px);
    }

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   PROFILE TITLE
========================= */

.dashboard-page h4 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
}

/* =========================
   PREMIUM NAVIGATION
========================= */

.premium-nav {
    margin-left: auto;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.premium-tab {
    position: relative;
}

    .premium-tab a {
        text-decoration: none;
        color: #fff !important;
        font-size: 15px;
        font-weight: 600;
        padding: 14px 28px;
        display: block;
        border-radius: 50px;
        background: rgba(255,255,255,0.12);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255,255,255,0.15);
        transition: all .35s ease;
    }

        .premium-tab a:hover {
            transform: translateY(-3px);
            background: rgba(255,255,255,0.2);
            box-shadow: 0 12px 25px rgba(0,0,0,.15);
        }

.active-tab a {
    background: #fff;
    color: #cf3f3f !important;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(255,255,255,.3);
}

/* =========================
   DROPDOWN
========================= */

.dropdown-menu {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

.dropdown-item {
    padding: 12px 20px;
    font-weight: 500;
}

    .dropdown-item:hover {
        background: #f7f7f7;
    }

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .list-view {
      
        flex-direction: column;
        justify-content:center;
       
    }

    .logo-area {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .logo_text {
        margin-left: 0;
    }

    .dashboard-page h4 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .premium-nav {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }
}

@media (max-width: 768px) {

    .premium-nav {
        flex-direction: column;
        width: 100%;
    }

    .premium-tab {
        width: 100%;
    }

        .premium-tab a {
            text-align: center;
            width: 100%;
        }

    .dashboard-page h4 {
        font-size: 22px;
    }

    .logo-area img {
        width: 60px;
    }
}


.government-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.gov-logo {
    width: 75px;
    height: 75px;
    object-fit: contain;
    transition: .3s ease;
}

    .gov-logo:hover {
        transform: scale(1.05);
    }

.logo_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .logo_text strong {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
    }

.h1-logo {
    font-size: 24px;
    margin: 0;
    color: rgba(255,255,255,.9);
    font-weight: 600;
}

.secondary-logo {
    width: 90px;
    height: auto;
}

/* Tablet */
@media(max-width:768px) {

    .gov-logo {
        width: 55px;
        height: 55px;
    }

    .secondary-logo {
        width: 70px;
    }

    .logo_text strong {
        font-size: 18px;
    }

    .h1-logo {
        font-size: 13px;
    }
}

/* Mobile */
@media(max-width:576px) {

    .government-brand {
        width: 100%;
        justify-content: center;
        gap: 10px;
    }

    .gov-logo {
        width: 45px;
        height: 45px;
    }

    .secondary-logo {
        width: 55px;
    }

    .logo_text strong {
        font-size: 17px;
    }

    .h1-logo {
        font-size: 15px;
    }
}




/* ==========================
   PREMIUM PROFILE CARD
========================== */

.profile-area .card,
.pre-define-profile-section {
    background: #ffffff;
    width: 100%;
    margin: 15px auto;
    border-radius: 24px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 15px 40px rgba(15,42,95,.08), 0 5px 15px rgba(0,0,0,.05);
    transition: all .4s ease;
}

    .pre-define-profile-section:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 50px rgba(15,42,95,.12), 0 8px 20px rgba(0,0,0,.08);
    }

    /* TOP PREMIUM HEADER */

    .pre-define-profile-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( 135deg, #0f2a5f 0%, #1d4ed8 50%, #2563eb 100% );
        z-index: 0;
        border-bottom: 2px solid #ff0000;
    }

    .pre-define-profile-section::after {
        content: "";
        position: absolute;
        right: -50px;
        top: -50px;
        width: 180px;
        height: 180px;
        background: rgba(255,255,255,.08);
        border-radius: 50%;
        z-index: 0;
    }

    /* PROFILE HEADER */

    .pre-define-profile-section .profile {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }

    /* USER NAME */

    .pre-define-profile-section .name {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        letter-spacing: .5px;
        text-shadow: 0 2px 5px rgba(0,0,0,.15);
    }

/* AVATAR */

.avatar-wrapper {
    position: relative;
}

.avatar {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    background: #f5f7fa;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    transition: .4s ease;
}

    .avatar:hover {
        transform: scale(1.05);
    }

/* ONLINE BADGE */

.avatar-wrapper::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #22c55e;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    right: 5px;
}

/* CAMERA ICON */

.profile .upload-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#ff6b35,#ff3b30);
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(255,107,53,.4);
    cursor: pointer;
    transition: .3s;
}

    .profile .upload-icon:hover {
        transform: scale(1.1);
    }

.profile input[type="file"] {
    display: none;
}

/* INFO GRID */

.pre-define-profile-section .grid {
    /*    margin-top: 25px;*/
    position: relative;
    z-index: 2;
    display: inline-table;
    min-width: 160px;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 18px;
}

/* FIELD CARD */

.pre-define-profile-section .field {
    background: #f8fafc;
    padding: 16px 18px;
    height :70px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    transition: .3s;
}

    .pre-define-profile-section .field:hover {
        background: #fff;
        border-color: #dbeafe;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(37,99,235,.08);
    }

    /* LABELS */

    .profile-area .field label,
    .pre-define-profile-section .field label,
    .profile-area .form-label {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #64748b;
        display: block;
        margin-bottom: 5px;
    }

    /* VALUES */

    .profile-area .field p,
    .pre-define-profile-section .field p {
        margin: 0;
        font-size: 15px;
        font-weight: 600;
        color: #1e293b;
        word-break: break-word;
    }

/* BUTTONS */

.profile-area .button-container {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 25px;
}

.profile-area button {
    border: none;
    padding: 12px 28px;
    border-radius: 12px;
    font-weight: 600;
    transition: .3s;
}

.profile-area .btn-primary {
    background: linear-gradient( 135deg, #0f2a5f, #2563eb );
    color: #fff;
}

    .profile-area .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(37,99,235,.3);
    }

/* STEP */

.profile-area .step {
    display: none;
}

    .profile-area .step.active {
        display: block;
    }

/* MOBILE */

@media(max-width:768px) {

    .pre-define-profile-section {
        padding: 20px;
    }

        .pre-define-profile-section .profile {
            flex-direction: column;
            text-align: center;
        }

        .pre-define-profile-section .name {
            font-size: 20px;
        }

    .avatar {
        width: 85px;
        height: 85px;
    }

    .pre-define-profile-section .grid {
        grid-template-columns: 1fr;
    }
    
}

#prevBtn {background: #e0e0e0;}
#nextBtn { background: #0f2a5f;color: white;}

.profile-area .btn{ text-transform:uppercase;display:inline-block; overflow:hidden; position:relative; padding:10px 22px; font-size:14px; color:#fff;text-decoration:none;  z-index:0; background:#909090;-moz-transition: all 0.6s ease-out 0.0s;-ms-transition: all 0.6s ease-out 0.0s;-o-transition: all 0.6s ease-out 0.0s;-webkit-transition: all 0.6s ease-out 0.0s;transition: all 0.6s ease-out 0.0s;}

.profile-area .btn:after, .profile-area .btn:before {-moz-transition: all 0.4s ease-out 0.0s;-ms-transition: all 0.4s ease-out 0.0s;-o-transition: all 0.4s ease-out 0.0s;-webkit-transition: all 0.4s ease-out 0.0s;transition: all 0.4s ease-out 0.0s;}
.profile-area .btn + .btn { margin-left:25px;}
.profile-area .border { background:none; border:solid 2px #2f3;}

.effect4:after{ z-index:-1; content:""; position:absolute; top:0; left:0; width:0%; height:100%; background:#00cc99}
.effect4:hover{ color:#fff}
.effect4:hover:after { width:100%;}

.effect5:after{ z-index:-1; content:""; position:absolute; top:0; right:0; width:0%; height:100%; background:#000}
.effect5:hover{ color:#fff}
.effect5:hover:after {width:100%;}

.effect4:hover span,.effect5:hover span{color:#fff;}



.rating-list {
    width: 100%;
}

.rating-list table {
    width: 100%;
}

.rating-list td {
    padding: 5px;
    text-align: center;
}

.rating-list input[type=radio] {
    margin-right: 5px;
}

/* Mobile */
@media (max-width:768px) {

    .rating-list table,
    .rating-list tbody,
    .rating-list tr {
        display: flex;
        flex-wrap: wrap;
        /*        justify-content: center;*/
        width: 100%;
    }

    .rating-list td {
        width: 51%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
}

