/* Make header sticky */
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    /* Set a background color */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 13px 15px;
    padding-top: 25px;
    cursor: pointer;
}

/* Navbar toggle button styling */
.suha-navbar-toggler div span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background: #333;
}

.offcanvas .sidenav-nav {
    padding: 0;
    margin: 0;
}

.offcanvas .sidenav-nav li {
    list-style: none;
    margin-bottom: 12px;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.offcanvas .sidenav-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.offcanvas .sidenav-nav li a:hover {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.offcanvas {
    background-color: #333;
    color: #fff !important;
}

.offcanvas .sidenav-nav li a i {
    font-size: 18px;
    color: #fff;
    transition: color 0.3s ease-in-out;
}

/* Hover Effects */
.offcanvas .sidenav-nav li:hover {
    background: #5c5c5c;
    transform: translateX(5px);
    color: #333 !important;
}

.offcanvas .sidenav-nav li:hover a i {
    color: #ec691f;
}

/* Active State */
.offcanvas .sidenav-nav li.active {
    background: #ec691f;
}

.offcanvas .sidenav-nav li.active a {
    color: #fff;
}

.offcanvas .sidenav-nav li.active a i {
    color: #fff;
}

.profile-pic {
    width: 80px;
    /* Adjust size as needed */
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.sidenav-profile {
    padding: 20px 0px;
    background-color: #333;
    padding-top: 0px;
}

.user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-nav-area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    /* Dark background */
    padding: 10px 0;
    padding-bottom: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    margin-bottom: 0px !important;
}

.suha-footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.suha-footer-nav ul li {
    flex: 1;
    text-align: center;
}

.suha-footer-nav ul li a {
    text-decoration: none;
    color: white;
    /* Text color */
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
    transition: all 0.3s ease-in-out;
}

.suha-footer-nav ul li a i {
    font-size: 18px;
    margin-bottom: 5px;
}

.suha-footer-nav ul li a:hover {
    color: #ff9800;
    /* Change color on hover */
}

.suha-footer-nav ul li a i.lni-tada-effect {
    animation: tada 1.5s infinite;
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1);
    }
}

.profile-card {
    margin-top: 95px;
    margin-bottom: 100px;
}

.profile-card .profile-image img {
    width: 100px;
    height: 100px;
}

.footer-nav-area .fa-whatsapp {
    color: #00ff00;
}

.footer-nav-area .whatsapp-hover:hover .fa-whatsapp {
    color: #ff9800;
}

ul.info-list li {
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

ul.info-list li:hover {
    background-color: #f0f0f0;
    /* Dark gray background */
    color: #333;
    /* Light text */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /* Deeper box shadow */
    transform: translateY(-2px);
    /* Slight lift effect */
}

ul.info-list li:hover strong {
    color: #333;
    /* Ensures strong tags inside <li> also change color */
}

.user-profile-icon img {
    border-radius: 50%;
    height: 35.2px;
    width: 35.2px;
}

.profile-wrapper-area {
    margin-top: 80px;
}

.profile-wrapper-area .user-info-card {
    background: #82aad0;
}

/* Profile Section */
.user-profile-img {
    background-color: #82aad0;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

/* Profile Image */
.user-profile-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* User Name */
.user-info h5 {
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 15px;
    border-radius: 8px;
    display: inline-block;
}

/* Personal Details Card */
.user-data-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.user-data-card h5 {
    color: #ec691f;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
}

/* Individual Data Row */
.single-profile-data {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}

/* Icon Styling */
.single-profile-data i {
    color: white;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Edit Button */
.edit-profile-btn .btn {
    border: none;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s ease;
}

.edit-profile-btn .btn:hover {
    color: #fff;
}

.profile-wrapper-area .user-profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.user-data-card .form-control {
    border: 2px solid #ffcc00;
    /* Yellow border */
    border-radius: 8px;
    /* Rounded corners */
    padding: 5px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.user-data-card .form-control:focus {
    border-color: #ff8800;
    /* Orange focus effect */
    box-shadow: 0 0 8px rgba(255, 136, 0, 0.6);
}

.change-user-thumb button {
    background-color: #ff8800;
    border: none;
    color: white;
    padding: 6px 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.change-user-thumb button:hover {
    background-color: #ff5500;
    transform: scale(1.1);
}

.change-user-thumb {
    margin-top: -35px;
    text-align: end;
}

.card-margin {
    margin-top: 96px;
    margin-bottom: 80px;
}

.payment-box {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    color: #000;
}

.qr-box {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.qr-image {
    max-width: 140px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.payment-box .title {
    color: #ec691f;
    font-weight: bold;
}

.pending {
    color: #dc3545;
    font-weight: bold;
}

.qr-box h5 {
    color: #ec691f;
    font-weight: bold;
}

.login-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* Ensure visibility */
}

.logo img {
    max-width: 180px;
    margin-bottom: 20px;
}

.login-box h2 {
    color: #ec691f;
    margin: 15px;
    font-size: 25px;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.login-box input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.password-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgot-password {
    font-size: 12px;
    color: #007bff;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.login-button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.login-button:hover {
    background-color: #0056b3;
}

.box-login .layout-page {
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically */
    height: 100vh;
    /* Makes the container take the full viewport height */
}

.box-login .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.box-login .login-box {
    width: 100%;
    max-height: 100%;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card-action {
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card-header {
    background-color: #82aad0;
    color: white;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.card-header h5 {
    font-weight: bold;
    margin: 0;
}

.add-leave-btn {
    background: linear-gradient(135deg, #4587c6, #82589f);
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.add-leave-btn:hover {
    background-color: #cf6c33;
}

.table th,
.table td {
    vertical-align: middle;
}

.box-card {
    background: linear-gradient(145deg, #ffffff, #e6e9f0);
    border-radius: 15px;
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 15px 40px rgba(0, 123, 255, 0.15);
    padding: 25px;
    transition: transform 0.3s ease;
}

.box-detail {
    color: #333;
}

.box-card .text-center {
    text-align: center;
    color: #ec691f;
    font-weight: 600;
    font-size: 25px;
}

.box-card .detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 8px;
    border-radius: 8px;
    background-color: #f1f5f9;
    transition: background-color 0.2s ease;
}

.box-card .detail:hover {
    background-color: #e2e8f0;
}

.box-card .label {
    font-weight: 600;
    color: #495057;
    margin-right: 10px;
}

.box-card .status {
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
}

.leave-form {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.form-title {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    color: #34495e;
    font-weight: 600;
}

.form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #bdc3c7;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-color: #3498db;
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #4587c6, #82589f);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #d16a2f;
}

.leave-form h2 {
    color: #ec691f;
    font-size: 25px;
}

.leave-form input,
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.profile-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    position: relative;
}

.profile-image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    color: #ec691f;
    padding-top: 10px;
}

.info-list {
    font-size: 14px;
    margin-bottom: 10px;
}

.info-list li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.info-list li:last-child {
    border-bottom: none;
}

.btn-custom {
    background: linear-gradient(45deg, #343a40, #495057);
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 8px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    margin-top: 10px;
    transition: background 0.3s;
}

.btn-custom:hover {
    background: linear-gradient(45deg, #495057, #343a40);
}

.img-profile {
    padding: 20px;
}

.add-leaves label {
    font-weight: bold;
    display: block;
    margin: 10px 0 5px;
}

.add-leaves input,
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.add-leaves .total-days {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: #ff5722;
}

.add-leaves button {
    width: 100%;
    padding: 10px;
    background: linear-gradient(135deg, #4587c6, #82589f);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.add-leaves button:hover {
    background-color: #c76e3b;
}

.add-leaves {
    padding: 25px;
}

.add-leaves h2 {
    font-size: 25px;
    color: #ff5722;
}

.suha-navbar-toggler {
    border-radius: 50%;
    background: linear-gradient(135deg, #4587c6, #82589f);
    color: #fff;
    border: #4587c6;
    width: 35px;
    height: 35px;
}

/* General Card Structure */
.invoice-preview-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.invoice-preview-card h3 {
    color: #ec691f;
    font-family: 22px;
}

/* Filter Section */
.filter-section {
    margin-bottom: 20px;
}

/* Job Entry Card */
.job-entry-card {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

/* Header and Content */
.job-entry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.job-entry-content p {
    margin-bottom: 5px;
}

/* Action Section */
.job-action-section {
    margin-top: 10px;
    text-align: center;
}

.job-action-section a,
.job-action-section button {
    width: 100%;
    margin-bottom: 5px;
}

/* No Jobs Message */
.no-jobs {
    margin-top: 20px;
    color: #888;
}

.job-container {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.fa-angle-down,
.fa-angle-up {
    margin-left: 8px;
    transition: transform 0.3s ease;
    font-size: 22px;
    color: #4587c6 !important;
}

.job-entry-details {
    display: none;
    /* Initially hidden */
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.job-entry-header h6 {
    font-size: 20px;
}

.job-entry-header .toggle-icon {
    font-size: 22px;
}

.job-entry-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    margin-top: 25px;
}

.job-entry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 10px;

}

.job-entry-title {
    font-size: 18px;
    font-weight: bold;
    color: #4587c6;
    margin: 0;
}

.job-container {
    cursor: pointer;
}

.toggle-icon {
    font-size: 18px;
    color: #007bff;
    transition: transform 0.3s;
}

.job-entry-content p {
    margin: 8px 0;
    font-size: 14px;
    color: #333;
}

.job-entry-content a {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
}

.job-entry-content a:hover {
    text-decoration: underline;
}

.job-entry-details {
    display: none;
    background: #f8f9fa;
    border-left: 4px solid #4587c6;
    border-radius: 6px;
    padding: 10px;
    margin-top: 10px;
}

.job-entry-details p {
    margin: 5px 0;
    font-size: 14px;
}

.job-entry-card .btn {
    background-color: #ec691f;
    border: #ec691f;
}

.status-section {
    position: relative;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.status-badge {
    font-weight: bold;
    color: #4587c6;
}

.toggle-status {
    cursor: pointer;
    float: right;
}

.status-details {
    display: none;
    background: #fff;
    padding: 10px;
    margin-top: 8px;
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-left: 4px solid #4587c6;
    text-align: left;
}

.status-row {
    margin-bottom: 5px;
}

.apply_job {
    color: #f66b1b;
}

.btn-apply {
    background-color: #f66b1b;
    color: #fff;
}

.btn-apply:hover {
    background-color: #be602a;
    color: #fff;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.logo {
    font-size: 2rem;
    margin-left: 10px;
    /* Changed from bounce to pulse */
    animation: pulse 1.5s infinite;
}

/* Keep the bounce keyframes definition if you might need it later */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.login_bg {
    background-color: #e3f5e4;
}

.fa-arrow-left {
    font-size: 15px;
    cursor: pointer;
    transition: color 0.3s;
    background: #ec691f;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-icon-border {
    border-bottom: 1px solid #cccccc;
}

.back-icon-border2 {
    border-bottom: 1px solid #cccccc;
}

.img-profile {
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid white;
    /* Clean border around image */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.text-muted {
    color: rgba(255, 255, 255, 0.8);
    /* Slightly faded white */
}

.institute-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.courses-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.course-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.course-image {
    height: 200px;
    background-color: #3498db;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.course-content {
    padding: 1.5rem;
}

.course-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.course-description {
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.course-details {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ecf0f1;
    padding-top: 1rem;
}

.course-duration,
.course-level {
    font-size: 0.9rem;
    color: #95a5a6;
}

.enroll-button {
    display: block;
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 0.75rem;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.enroll-button:hover {
    background-color: #3498db;
}

.institute-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.courses-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.course-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.course-image {
    height: 200px;
    background-color: #3498db;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.course-content {
    padding: 1.5rem;
}

.course-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.course-description {
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.course-details {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ecf0f1;
    padding-top: 1rem;
}

.course-duration,
.course-level {
    font-size: 0.9rem;
    color: #95a5a6;
}

.enroll-button {
    display: block;
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 0.75rem;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.enroll-button:hover {
    background-color: #3498db;
}

:root {
    --primary-color: #6200ea;
    --primary-light: #9d46ff;
    --primary-dark: #0a00b6;
    --secondary-color: #03dac6;
    --background-color: #f5f7ff;
    --card-color: #ffffff;
    --text-color: #1d1d1d;
    --text-light: #616161;
    --success-color: #00c853;
    --warning-color: #ffab00;
    --danger-color: #ff3d00;
}

.header {
    background: #82aad0;
    ;
    color: white;
    padding: 10px 16px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header h1 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}

.header h2 {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    opacity: 0.9;
}

.header .profile {
    position: absolute;
    right: 16px;
    top: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.card-profile {
    margin: 16px 0;
    border-radius: 16px;
    padding: 10px 15px;
    background: #fff;
    /* Ensure visibility */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    align-items: center;
}

.profile-picture img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.profile-info .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.profile-info .id {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 6px;
}

.profile-info .program {
    font-size: 14px;
    color: #4587c6;
    font-weight: 500;
}

.profile-info {
    text-align: end;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}
.stats-grid a{
    text-decoration: none;
}
.stat-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.2s ease;
}

.stat-card .icon {
    font-size: 28px;
}

.stat-card .value {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text-color);
}

.stat-card .label {
    font-size: 13px;
    color: var(--text-light);
}

.student_dashbord .section-title {
    margin: 10px 5px 12px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-color);
}

.section-title .view-all {
    font-size: 14px;
    color: #4587c6;
    text-decoration: none;
    font-weight: 500;
}

.course-card {
    background-color: var(--card-color);
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
    border-left: 4px solid #4587c6;
}

.course-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
}

.course-name {
    font-weight: 600;
    font-size: 18px;
    color: var(--text-color);
}

.course-code {
    font-size: 14px;
    color: #4587c6;
    font-weight: 500;
    margin-bottom: 10px;
}

.course-status {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
    font-weight: 500;
}

.status-active {
    background-color: #e3f2fd;
    color: #1976d2;
}

.status-upcoming {
    background-color: #e8f5e9;
    color: var(--success-color);
}

.status-completed {
    background-color: #e0e0e0;
    color: #757575;
}

.course-details {
    display: flex;
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--text-light);
    flex-wrap: wrap;
}

.course-details div {
    margin-right: 16px;
    margin-bottom: 8px;
}

.course-details .icon {
    margin-right: 6px;
}

.course-progress {
    margin-top: 12px;
}

.progress-bar {
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-value {
    height: 100%;
    background: #4587c6;
    border-radius: 4px;
    width: 45%;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 6px;
    color: var(--text-light);
}

.class-schedule {
    background-color: #f8f9ff;
    border-radius: 8px;
    margin-top: 12px;
    padding: 10px;
}

.schedule-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #4587c6;
}

.schedule-item {
    display: flex;
    margin-bottom: 8px;
    font-size: 13px;
    align-items: center;
}

.schedule-day {
    min-width: 60px;
    font-weight: 500;
}

.schedule-time {
    flex: 1;
}

.schedule-topic {
    color: #4587c6;
}

.material-list {
    margin-top: 10px;
}

.material-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 6px;
    color: #4587c6;
}

.material-icon {
    margin-right: 8px;
    color: var(--primary-color);
}

.attendance-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.attendance-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.attendance-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
}

.attendance-date {
    font-size: 11px;
    margin-bottom: 6px;
    color: var(--text-light);
}

.attendance-status {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
}

.present {
    background-color: var(--success-color);
    color: white;
}

.absent {
    background-color: var(--danger-color);
    color: white;
}

.sunday {
    background-color: #6c757d;
    color: white;
}

.attendance-day .leaves {
    background-color: #17a2b8;
    color: white;
}

.scheduled {
    background-color: #e0e0e0;
    color: var(--text-light);
}

.attendance-summary {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    font-size: 14px;
}

.attendance-metric {
    text-align: center;
}

.attendance-metric .value {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
}

.attendance-metric .label {
    color: var(--text-light);
    font-size: 12px;
}

.fees-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.fees-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.fees-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.fees-paid {
    background-color: #e8f5e9;
    color: var(--success-color);
}

.fees-pending {
    background-color: #fff8e1;
    color: var(--warning-color);
}

.fees-due {
    background-color: #ffebee;
    color: var(--danger-color);
}

.fees-amount {
    font-size: 22px;
    font-weight: 600;
}

.fees-detail {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}

.fees-detail .label {
    color: var(--text-light);
}

.fees-detail .value {
    font-weight: 500;
}

.fees-payment-btn {
    background: linear-gradient(135deg, #ec691f, #82589f);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 14px;
    width: 100%;
    margin-top: 16px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(98, 0, 234, 0.2);
    transition: transform 0.2s ease;
}

.fees-payment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(98, 0, 234, 0.3);
}

.navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    z-index: 100;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: var(--text-light);
    text-decoration: none;
    transition: all 0.2s ease;
}

.nav-item.active {
    color: var(--primary-color);
    transform: translateY(-4px);
}

.nav-item .icon {
    font-size: 22px;
    margin-bottom: 4px;
}

.assignments-section {
    margin-top: 10px;
}

.assignment-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.assignment-item:last-child {
    border-bottom: none;
}

.assignment-name {
    font-weight: 500;
}

.assignment-due {
    color: var(--text-light);
}

.upcoming-classes {
    margin-top: 10px;
}

.upcoming-class-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.class-time-box {
    min-width: 40px;
    height: 40px;
    background-color: #f0f4ff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.class-time {
    font-weight: 600;
    font-size: 14px;
    color: #4587c6;
}

.class-period {
    font-size: 10px;
    color: var(--text-light);
}

.class-info {
    flex: 1;
}

.class-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

.class-details {
    font-size: 12px;
    color: #4587c6;
}

.stats-grid .icon {
    color: #4587c6;
}

.word-container {
    position: absolute;
    text-align: center;
}

.voxel {
    color: #ec691f;
}

.design {
    color: #82589f;
}

.institute {
    color: #fbba00;
}

@keyframes revealText {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

/* 3D cube animation in background */
.cube {
    position: absolute;
    width: 150px;
    height: 150px;
    transform-style: preserve-3d;
    animation: rotateCube 10s infinite linear;
    opacity: 0.2;
    z-index: -1;
}

.cube-face {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.front {
    transform: translateZ(75px);
    background-color: rgba(236, 105, 31, 0.2);
}

.back {
    transform: rotateY(180deg) translateZ(75px);
    background-color: rgba(236, 105, 31, 0.2);
}

.left {
    transform: rotateY(-90deg) translateZ(75px);
    background-color: rgba(130, 88, 159, 0.2);
}

.right {
    transform: rotateY(90deg) translateZ(75px);
    background-color: rgba(130, 88, 159, 0.2);
}

.top {
    transform: rotateX(90deg) translateZ(75px);
    background-color: rgba(251, 186, 0, 0.2);
}

.bottom {
    transform: rotateX(-90deg) translateZ(75px);
    background-color: rgba(251, 186, 0, 0.2);
}

@keyframes rotateCube {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(360deg) rotateY(360deg);
    }
}

/* Progress bar */
.progress-bar {
    position: absolute;
    bottom: 70px;
    width: 200px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.progress {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #ec691f, #82589f, #fbba00);
    animation: fillProgress 5s forwards;
}

@keyframes fillProgress {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/* Animation end state */
.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s, visibility 0.7s;
}

.fa-bell-icon .fa {
    color: #000;
}

.notification-container {
    position: relative;
    display: inline-block;
}

.bell-icon {
    font-size: 24px;
    cursor: pointer;
    position: relative;
    padding: 10px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.badge {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: #000;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 50%;
}

.notification-box {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 250px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
}

.notification-box h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.notification-box ul {
    list-style: none;
    padding: 0;
}

.notification-box ul li {
    padding: 8px 0;
    font-size: 14px;
}

.notification-box a {
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

.student-name h4 {
    font-size: 16px;
}

.student-name p {
    font-size: 16px;
}

.profile-summary {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #e0e6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #4a6cff;
    margin-right: 15px;
}

.notification-list {
    padding: 10px;
}

.notification {
    padding: 10px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.notification-content {
    flex: 1;
}

.notification.attendance {
    border-left: 4px solid var(--attendance-color);
}

.notification.course {
    border-left: 4px solid var(--course-color);
}

.notification.profile {
    border-left: 4px solid var(--profile-color);
}

.notification.fees {
    border-left: 4px solid var(--fees-color);
}

.notification-title {
    font-size: 14px;
    color: var(--light-text);
    margin-bottom: 4px;
    font-weight: 500;
}

.notification-description {
    font-size: 16px;
    font-weight: 600;
}

.dashboard-title {
    padding: 5px 20px;
    font-size: 22px;
    font-weight: 600;
    color: #ec691f;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px 10px;
}

.status-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
    margin-right: 10px;
}

.status-indicator.active {
    background-color: var(--primary-color);
}

:root {
    --primary-color: #4a6cff;
    --secondary-color: #e0e6ff;
    --text-color: #333;
    --light-text: #666;
    --border-color: #eee;
    --attendance-color: #ff9500;
    --course-color: #4cd964;
    --profile-color: #007aff;
    --fees-color: #ff3b30;
}

.div-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: #fff;
}

.lni-tada-effect {
    animation: tada 1s infinite;
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.leave-update {
    margin-top: 20px;
}

.invoice-print img {
    width: 200px
}

.invoice-text p {
    font-size: 12px;
}

.border_print {
    border-bottom: 2px dotted;
}

.payment-summary {
    color: #ec691f;
}

.fees_recep h5 {
    font-size: 14px !important;
    font-weight: bold;
}

.fees_recep h6 {
    font-size: 12px;
    margin-bottom: 25px;
}

.invoice-print .card-body h6 {
    font-size: 14px;
    margin-bottom: 15px;
}

.stat-card-2 {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 12px !important;
    transition: transform 0.3s ease;
}

.payment-details-info {
    font-size: 0.9rem;
    color: #555;
}

.payment-details .btn {
    border-radius: 20px;
}

.stat-card-2 p {
    margin-bottom: 5px;
}

.stat-card-2 h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

.forgot .form-group {
    margin-bottom: 20px;
}

.forgot .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.forgot .form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border 0.3s;
}

.forgot .form-group input:focus {
    border-color: #1a73e8;
    outline: none;
}

.forgot .btn {
    background-color: #1a73e8;
    color: white !important;
    border: none;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.forgot .btn:hover {
    background-color: #0d62c9;
}

.separator {
    margin: 0 8px;
    color: #999;
}

.forgot .loading {
    display: none;
    text-align: center;
    margin-top: 20px;
}

.forgot .loading .spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #1a73e8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.forgot .success-message {
    display: none;
    text-align: center;
    color: #4caf50;
    margin-top: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(76, 175, 80, 0.1);
}

.forgot .error-message {
    display: none;
    text-align: center;
    color: #f44336;
    margin-top: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(244, 67, 54, 0.1);
}

.forgot-logo img {
    width: 180px;
}

.forgot-logo {
    margin-bottom: 30px;
}

.forgot {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #e3f5e4;
    overflow-y: hidden;
}

.forgot-box {
    width: 100%;
    max-height: 100%;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.comform_otp .email-sent h2 {
    font-size: 25px;
    color: #ec691f;
}

.comform_otp .email-highlight {
    font-weight: 600;
    color: #333;
}

.comform_otp .otp-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.comform_otp .otp-input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    transition: all 0.3s;
}

.comform_otp .otp-input:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2);
    outline: none;
}

.comform_otp .timer {
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
    color: #666;
}

.comform_otp .timer span {
    font-weight: 600;
    color: #333;
}

.comform_otp .btn {
    background-color: #1a73e8;
    color: white !important;
    border: none;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 15px;
}

.comform_otp .btn:hover {
    background-color: #0d62c9;
}

.comform_otp .btn:disabled {
    background-color: #a8c7fa;
    cursor: not-allowed;
}

.comform_otp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #e3f5e4;
    overflow-y: hidden;
}

.otp-bg {
    width: 100%;
    max-height: 100%;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.reseat-password .form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border 0.3s;
}

.reseat-password .form-group input:focus {
    border-color: #1a73e8;
    outline: none;
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2);
}

.reseat-password .password-container {
    position: relative;
}

.reseat-password .password-toggle {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
    color: #777;
    font-size: 14px;
    user-select: none;
}

.reseat-password .password-strength {
    height: 5px;
    width: 100%;
    background: #ebebeb;
    margin-top: 8px;
    border-radius: 10px;
    overflow: hidden;
}

.reseat-password .password-strength-meter {
    height: 100%;
    width: 0;
    border-radius: 10px;
    transition: width 0.3s, background-color 0.3s;
}

.reseat-password .password-strength-text {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
    text-align: right;
}

.reseat-password .requirements {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.reseat-password .requirement {
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}

.reseat-password .requirement i {
    margin-right: 5px;
    font-size: 14px;
}

.reseat-password .requirement.valid i {
    color: #4caf50;
}

.reseat-password .requirement.invalid i {
    color: #f44336;
}

.reseat-password .btn {
    background-color: #1a73e8;
    color: white !important;
    border: none;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.reseat-password .btn:hover {
    background-color: #0d62c9;
}

.reseat-password .btn:disabled {
    background-color: #a8c7fa;
    cursor: not-allowed;
}

.reseat-password .footer {
    text-align: center;
    margin-top: 25px;
}

.reseat-password .footer a {
    color: #1a73e8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.reseat-password .footer a:hover {
    text-decoration: underline;
}

.reseat-password .loading {
    display: none;
    text-align: center;
    margin-top: 20px;
}

.reseat-password .loading .spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #1a73e8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.reseat-password .success-message {
    display: none;
    text-align: center;
    color: #ec6e28;
    margin-top: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(76, 175, 80, 0.1);
}

.reseat-password .error-message {
    display: none;
    text-align: center;
    color: #f44336;
    margin-top: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(244, 67, 54, 0.1);
}

.reseat-password {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #e3f5e4;
    overflow-y: hidden;
}

.reseat-bg {
    width: 100%;
    max-height: 100%;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.password-heading h2 {
    font-size: 20px;
    color: #ec691f;
}

.password-heading p {
    font-size: 16px;
}

.email-sent p {
    font-size: 16px;
}

.software-name h5 {
    font-size: 16px;
    line-height: 20px;
}

.softwarename {
    /* modern browsers */
    background: linear-gradient(135deg, #4587c6, #82589f);
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border: 0px;
}

.heading-bg {
    background: #4587c6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px !important;
}

.condition {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    background: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
}

.condition h1 {
    font-size: 25px;
    margin-bottom: 20px;
}

.condition p {
    font-size: 16px;
    text-align: justify;
}

.stat-card .fa-fingerprint {
    font-size: 50px;
    color: #82589f;
}

.fingerprint button {
    border: none !important;
    background-color: #fff;
    font-size: 22px;
}

.update-topics {
    background: #82aad0;
}

.bg-topics {
    background-color: #fff;
    color: #000;
}

@media only screen and (max-width: 600px) {
    .offcanvas.offcanvas-end {
        width: 100%;
        top: 25%;
        bottom: 25%;
        max-height: 320px;
        border: none;
    }
}

.form-control {
    border: var(--bs-border-width) solid #82aad0;
    padding: 5px 10px;
}

.change-password .form-group {
    margin-bottom: 25px;
    position: relative;
}

.change-password .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 0.95rem;
}

.change-password .form-group input {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
    padding-right: 60px;
}

.change-password .form-group input:focus {
    outline: none;
    border-color: #82aad0;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.change-password .password-strength {
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    font-size: 0.85rem;
    display: none;
}

.change-password .strength-weak {
    background: #fee;
    color: #c53030;
    border: 1px solid #feb2b2;
}

.change-password .strength-medium {
    background: #fffbeb;
    color: #d69e2e;
    border: 1px solid #fbd38d;
}

.change-password .strength-strong {
    background: #f0fff4;
    color: #38a169;
    border: 1px solid #9ae6b4;
}

.change-password .btn {
    width: 100%;
    padding: 10px;
    background: linear-gradient(135deg, #4587c6, #82589f);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.change-password .btn:hover {
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.change-password .btn:active {
    transform: translateY(0);
}

.change-password .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.change-password .error-message {
    color: #e53e3e;
    font-size: 0.9rem;
    margin-top: 8px;
    display: none;
}

.change-password .success-message {
    background: #f0fff4;
    color: #38a169;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #9ae6b4;
    display: none;
}

.change-password .toggle-password {
    position: absolute;
    right: 15px;
    top: 67%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    font-size: 14px;
}

.password-box {
    padding: 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 14%);
    border-radius: 0px 0px 10px 10px;
}

.password-heading h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0px;
}

/* --- Card Base --- */
.software-section .card {
    border: none !important;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* --- Course / Software Name --- */
.software-section .software-name small {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #5a5a5a;
    background: #f1f3f5;
    padding: 3px 10px;
    border-radius: 6px;
    letter-spacing: 0.3px;
}

/* --- Date & Day Styling --- */
.software-section .card-body b {
    align-items: center;
    padding: 4px 12px;
    border-radius: 30px;
    background: #e9f5ff;
    color: #0077b6;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    width: max-content;
}

/* --- Buttons --- */
.software-section .card-body .btn {
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.5rem 1.6rem;
    border-radius: 50px;
    letter-spacing: 0.4px;
    transition: all 0.25s ease-in-out;
}

/* Pending Button */
.software-section .card-body .btn-warning {
    background: linear-gradient(90deg, #ffb703, #fca311);
    border: none;
    color: #212529;
}

.form-btn {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.attendance-btn a {
    background: linear-gradient(135deg, #4587c6, #82589f);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}

.my-attendance .form-btn {
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}

/* Style the select box */
.my-attendance .form-btn select {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 14px;
}

/* make the <a> behave like a full card */
.our-courses .row.g-4 .col-lg-6.col-12 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #0f1115;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .18);
    transition: transform .28s ease, box-shadow .28s ease;
    aspect-ratio: 16 / 10;
    /* keeps all cards same height */
    isolation: isolate;
}

/* image covers the whole card */
.our-courses .row.g-4 .col-lg-6.col-12 a img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .6s ease;
}

/* gradient overlay */
.our-courses .row.g-4 .col-lg-6.col-12 a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0) 60%);
    z-index: 1;
    transition: opacity .35s ease;
}

/* course title */
.our-courses .row.g-4 .col-lg-6.col-12 a h2 {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    margin: 0;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .45);
    line-height: 1.2;
    letter-spacing: .2px;
}

.our-courses .row.g-4 .col-lg-6.col-12 a:hover img {
    transform: scale(1.06);
}

.header-sec.offcanvas {
    max-width: 75% !important;
}

.form-select {
    border: var(--bs-border-width) solid #96b8d8;
}

.vdi-logo {
    width: 150px;
}

/* Bell Container */
.fa-bell-icon .notification-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Bell Icon */
.fa-bell-icon i {
    font-size: 22px;
    animation: ring 2s infinite;
}

/* Notification Badge */
.notification-badge {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #ff3b30;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    padding: 4px 7px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    animation: pulse 1.5s infinite;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Bell Ring Animation */
@keyframes ring {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(5deg);
    }

    40% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

/* Badge Pulse Effect */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.payment-details .text-primary {
    --bs-text-opacity: 1;
    color: rgb(69 135 198) !important;
}

.payment-details li {
    margin-bottom: 0.25rem !important;
}

.payment-details h3 {
    font-size: 20px;
}