/* Button Styles */
.btn-green-custom {
    color: #fff !important;
    background-color: #067386 !important;
    border-color: #067386 !important;
}

.btn_start_the_test {
    border-radius: 8px !important;
    padding: 0.8rem 1rem !important;
    font-weight: 500 !important;
}

.btn-green-custom:hover,
.btn-green-custom:active,
.btn-green-custom:focus,
.btn-green-custom.active {
    color: #fff !important;
    background-color: #056172 !important;
    border-color: #056172 !important;
}

/* Text & Color Utilities */
.text-default {
    color: #067386 !important;
}

/* Header & Layout */
.header_background_color {
    background-color: #CCE4EC !important;
}

.main_page_header_sub {
    color: black !important;
    line-height: 42px;
}

.h2_colored_header {
    color: black !important;
    font-weight: 100;
}

/* Feature Cards */
.feature-card {
    border: none;
    border-radius: 24px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(6, 115, 134, 0.1);
    background: linear-gradient(to bottom, #CCE4EC, #ffffff);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(6, 115, 134, 0.15);
}

.feature-card .card-title {
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    color: #067386;
}

.feature-card .card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 2px;
}

.feature-list {
    border-radius: 20px;
    margin: -10px;
    /* background-color: rgba(255, 255, 255, 0.95); */
    transition: all 0.3s ease;
}

.feature-list-items {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.feature-list-items li {
    color: #707b86;
    padding: 0.3rem 0;
    font-size: 1.0rem;
    display: flex;
    align-items: center;
}

.feature-list-items li:not(:last-child) {
    /* border-bottom: 1px solid rgba(6, 115, 134, 0.1); */
}

.feature-list-items li i {
    color: #067386;
    font-size: 1.2rem;
    min-width: 24px;
}

/* Card Background Variations */
.card-bg-primary {
    /* background: linear-gradient(135deg, #0a98b0, #078096); */
}

/* List Background Variations */
.list-bg-light {
    background: linear-gradient(to bottom right, #ffffff, #f8f9fa);
}

.list-bg-medium {
    background: linear-gradient(to bottom right, #f8f9fa, #e9ecef);
}

.list-bg-dark {
    background: linear-gradient(to bottom right, #e9ecef, #dee2e6);
}

/* Questionnaire Typography */
.questionnaire-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #067386;
}

.questionnaire-title-lg {
    font-size: 2rem;
}

.questionnaire-title-sm {
    font-size: 1.5rem;
}

.questionnaire-code {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Utility Classes */
.margin_214 {
    margin-bottom: 100px;
}

.text_size_25px {
    font-size: 25px;
}

.my_badge_new_font {
    font-weight: normal !important;
    z-index: 100;
    transform: translate(-7%, -25%) !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.my_h96 {
    height: 96px !important;
}

.my_link_custom {
    color: #ffffff !important;
    text-decoration: none;
}

/* Ready to Start Section Styling */
.ready-to-start-section {
    background: linear-gradient(to bottom, #CCE4EC, #ffffff);
    padding: 3rem 1rem;
    border-radius: 24px;
    max-width: 800px;
    margin: 3rem auto;
}

.ready-to-start {
    color: #067386;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.ready-to-start-description {
    color: #4a4a4a;
    font-size: 1.25rem !important;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.start-test-btn {
    background: radial-gradient(46.46% 220% at 50% 100%, rgb(17 181 207) 0%, rgb(6 115 134) 100%);
    border: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    font-weight: 500;
}

.start-test-btn:hover {
    background-color: #045d6d;
    opacity: 0.8;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(6, 115, 134, 0.2) !important;
}

.start-test-btn i {
    font-size: 1.3rem;
    vertical-align: middle;
}

/* Add responsive adjustments */
@media (max-width: 768px) {
    .ready-to-start {
        font-size: 2rem;
    }

    .ready-to-start-description {
        font-size: 1.1rem !important;
        padding: 0 1rem;
    }

    .start-test-btn {
        font-size: 1.1rem;
        padding: 0.8rem 2rem !important;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .feature-card .card-title {
        font-size: 1.3rem;
    }

    .feature-list-items li {
        font-size: 1rem;
        padding: 0.5rem 0;
    }

    .feature-list {
        padding: 1.5rem !important;
    }
}

/* Feature Badges Styling */
.stats-text {
    color: #2c3e50;
    font-size: 1.5rem;
    line-height: 1.6;
}

.highlight-number {
    color: #067386;
    font-size: 1.8rem;
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.feature-badge {
    background: linear-gradient(135deg, #0a98b0, #078096);
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.8rem 1.5rem;
    border-radius: 15px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px rgba(6, 115, 134, 0.1);
}

.feature-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(6, 115, 134, 0.15);
}

.feature-badge i {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .stats-text {
        font-size: 1.3rem;
    }

    .highlight-number {
        font-size: 1.5rem;
    }

    .feature-badge {
        font-size: 0.8rem;
        padding: 0.6rem 1.2rem;
    }

    .badges-container {
        gap: 0.75rem;
    }
}

@media (max-width: 576px) {
    .badges-container {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .feature-badge {
    / / width: 80 %;
        justify-content: center;
    }
}

/* Navigation Styling */
.navbar {
    /* background: rgba(255, 255, 255, 0.95); */
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(6, 115, 134, 0.08);
    transition: all 0.3s ease;
}

.navbar-brand {
    transition: transform 0.3s ease;
}

.navbar-brand:hover {
    transform: translateY(-2px);
}

.nav-link-item {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    color: #2c3e50 !important;
    padding: 0.5rem 1rem !important;
    margin: 0 0.2rem;
    transition: all 0.3s ease;
}

.nav-link-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #067386;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link-item:hover::after,
.nav-link-item.active::after {
    width: 80%;
}

.nav-link-item:hover {
    color: #067386 !important;
}

.nav-btn {
    background: linear-gradient(135deg, #067386, #045d6d);
    color: white !important;
    padding: 0.6rem 1.5rem !important;
    border-radius: 50px;
    margin-left: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px rgba(6, 115, 134, 0.1);
}

.nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(6, 115, 134, 0.15);
    background: linear-gradient(135deg, #045d6d, #067386);
}

/* Language Menu Styling */
.dropdown-menu {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(6, 115, 134, 0.1);
    padding: 0.5rem;
}

.dropdown-item {
    border-radius: 12px;
    padding: 0.6rem 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background: #f8f9fa;
    color: #067386;
}

/* Mobile Navigation */
@media (max-width: 991.98px) {
    .navbar-collapse {
        /* background: white; */
        padding: 1rem;
        border-radius: 16px;
        margin-top: 1rem;
        box-shadow: 0 4px 20px rgba(6, 115, 134, 0.1);
    }

    .nav-link-item {
        padding: 0.8rem 1rem !important;
        margin: 0.2rem 0;
    }

    .nav-btn {
        margin: 0.5rem 0;
        text-align: center;
    }

    .nav-link-item::after {
        display: none;
    }
}

/* Footer Styling */
.footer-section {
    /* background: linear-gradient(to bottom, #f8f9fa, #fff); */
    background-color: #CCE4EC;

    border-top: 0px solid rgba(6, 115, 134, 0.1);
}

.footer-brand {
    transition: transform 0.3s ease;
}

.footer-brand:hover {
    transform: translateY(-2px);
}

.footer-description {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 300px;
}

.footer-title {
    color: #067386;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 30px;
    height: 2px;
    /* background: #067386; */
    border-radius: 2px;
}

/* Main Footer Links */
.footer-section .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section .footer-links li {
    margin-bottom: 0.8rem;
}

.footer-section .footer-links a {
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    display: inline-block;
}

.footer-section .footer-links a:hover {
    color: #067386;
    transform: translateX(5px);
}

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

.footer-contact li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 0.95rem;
}

.footer-contact a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: #067386;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #067386, #045d6d);
    color: white !important;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(6, 115, 134, 0.2);
    background: linear-gradient(135deg, #045d6d, #067386);
}

.footer-divider {
    margin: 2rem 0;
    border-color: rgba(6, 115, 134, 0.1);
}

.copyright {
    color: #6c757d;
    font-size: 0.9rem;
}

.footer-credits {
    color: #6c757d;
    font-size: 0.9rem;
}

.footer-credits i {
    font-size: 0.8rem;
    margin: 0 0.2rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }

    .footer-description {
        max-width: 100%;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .social-links {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-credits {
        margin-top: 1rem;
    }
}

/* Blog Styling */
.blog-wrapper {
    background: linear-gradient(to bottom, #f8f9fa, #fff);
    padding: 3rem 0;
}

.blog-post {
    border-radius: 24px;
    margin-bottom: 3rem;
    padding: 2rem 0;
    box-shadow: 0 2px 15px rgba(6, 115, 134, 0.05);
}

.blog-breadcrumb {
    margin-bottom: 2rem;
}

.blog-breadcrumb .breadcrumb {
    padding: 0.75rem 1rem;
    background: rgba(6, 115, 134, 0.05);
    border-radius: 50px;
}

.blog-breadcrumb a {
    color: #067386;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-breadcrumb a:hover {
    color: #045d6d;
}

.blog-content {
    padding: 1rem 0;
}

.blog-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.blog-title a {
    color: #067386;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: #045d6d;
}

.blog-meta {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    color: #6c757d;
    font-size: 0.95rem;
}

.blog-date, .blog-author {
    display: flex;
    align-items: center;
}

.blog-author a {
    color: #067386;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-author a:hover {
    color: #045d6d;
}

.blog-body {
    color: #2c3e50;
    line-height: 1.8;
    font-size: 1.1rem;
}

.blog-body p {
    margin-bottom: 1.5rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .blog-wrapper {
        padding: 2rem 0;
    }

    .blog-post {
        padding: 1.5rem 0;
        margin-bottom: 2rem;
    }

    .blog-title {
        font-size: 2rem;
    }

    .blog-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 576px) {
    .blog-title {
        font-size: 1.75rem;
    }

    .blog-body {
        font-size: 1rem;
    }
}

/* Contact Page Styling */
.contact-section {
    background: linear-gradient(to bottom, #f8f9fa, #fff);
    padding: 4rem 0;
}

.contact-card {
    background: #fff;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(6, 115, 134, 0.1);
}

.contact-title {
    color: #2c3e50;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.success-message {
    padding: 2rem;
}

.success-icon {
    color: #4CAF50;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.success-message h3 {
    color: #2c3e50;
    font-weight: 600;
}

.contact-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.contact-form label {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.contact-form .form-control {
    border: 2px solid rgba(6, 115, 134, 0.1);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #067386;
    box-shadow: 0 0 0 4px rgba(6, 115, 134, 0.1);
    outline: none;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.g-recaptcha {
    margin: 1.5rem 0;
}

.submit-button {
    background: linear-gradient(135deg, #067386, #045d6d);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(6, 115, 134, 0.2);
    background: linear-gradient(135deg, #045d6d, #067386);
}

.submit-button:disabled {
    background: #e9ecef;
    transform: none;
    cursor: not-allowed;
}

.alert {
    border: none;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 2rem;
    font-weight: 500;
}

.alert-success {
    background: rgba(76, 175, 80, 0.1);
    color: #2e7d32;
}

.alert-warning {
    background: rgba(255, 152, 0, 0.1);
    color: #f57c00;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .contact-section {
        padding: 2rem 0;
    }

    .contact-card {
        padding: 2rem;
        margin: 0 1rem;
    }

    .contact-title {
        font-size: 1.75rem;
    }

    .submit-button {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}

/* Register Page Styling */
.register-section {
    background: linear-gradient(to bottom, #f8f9fa, #fff);
    padding: 4rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.register-card {
    background: #fff;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(6, 115, 134, 0.1);
}

.register-title {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.role-selector {
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.form-check-input:checked {
    background-color: #067386;
    border-color: #067386;
}

.google-auth {
    margin: 2rem 0;
}

.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 0.8rem;
    border: 2px solid rgba(6, 115, 134, 0.1);
    border-radius: 50px;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
}

.google-login-btn:hover {
    background: rgba(6, 115, 134, 0.05);
    transform: translateY(-2px);
}

.form-divider {
    text-align: center;
    margin: 2rem 0;
    position: relative;
}

.form-divider::before,
.form-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 30px);
    height: 1px;
    background: rgba(6, 115, 134, 0.1);
}

.form-divider::before {
    left: 0;
}

.form-divider::after {
    right: 0;
}

.form-divider span {
    background: #fff;
    padding: 0 1rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control {
    border: 2px solid rgba(6, 115, 134, 0.1);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #067386;
    box-shadow: 0 0 0 4px rgba(6, 115, 134, 0.1);
}

.submit-button {
    background: linear-gradient(135deg, #067386, #045d6d);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(6, 115, 134, 0.2);
}

.login-link {
    text-align: center;
    color: #6c757d;
}

.login-link a {
    color: #067386;
    text-decoration: none;
    font-weight: 500;
}

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

/* Responsive Adjustments */
@media (max-width: 768px) {
    .register-section {
        padding: 2rem 0;
    }

    .register-card {
        padding: 2rem;
        margin: 0 1rem;
    }

    .role-selector {
        flex-direction: column;
    }

    .form-check-inline {
        margin: 0;
    }
}

/* Login Page Styling */
.login-section {
    background: linear-gradient(to bottom, #f8f9fa, #fff);
    padding: 4rem 0;
    min-height: calc(100vh - 300px);
    display: flex;
    align-items: center;
}

.login-card {
    background: #fff;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(6, 115, 134, 0.1);
}

.login-title {
    color: #2c3e50;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.login-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control {
    border: 2px solid rgba(6, 115, 134, 0.1);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #067386;
    box-shadow: 0 0 0 4px rgba(6, 115, 134, 0.1);
    outline: none;
}

.submit-button {
    background: linear-gradient(135deg, #067386, #045d6d);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(6, 115, 134, 0.2);
}

.form-divider {
    text-align: center;
    margin: 2rem 0;
    position: relative;
}

.form-divider::before,
.form-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 30px);
    height: 1px;
    background: rgba(6, 115, 134, 0.1);
}

.form-divider::before {
    left: 0;
}

.form-divider::after {
    right: 0;
}

.form-divider span {
    background: #fff;
    padding: 0 1rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 0.8rem;
    border: 2px solid rgba(6, 115, 134, 0.1);
    border-radius: 50px;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.google-login-btn:hover {
    background: rgba(6, 115, 134, 0.05);
    transform: translateY(-2px);
}

.login-footer {
    text-align: center;
}

/* Login Footer Links */
.login-footer .footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.login-footer .footer-links a {
    color: #067386;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.login-footer .footer-links a:hover {
    color: #045d6d;
}

.login-footer .footer-links a.text-muted {
    color: #6c757d;
}

@media (max-width: 768px) {
    .login-footer .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Professional Test Card Styling */
.test-card {
    /* background: #fff; */
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.test-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.test-card-body {
    padding: 1.5rem;
    position: relative;
}

.test-card-image {
    text-align: center;
    margin-bottom: 1.25rem;
}

.test-card-image img {
    border-radius: 8px;
}

.test-card-title {
    margin-bottom: 1rem;
}

.test-card-title button,
.test-card-title a {
    color: #1885c2;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}

.test-card-info {
    color: #6c757d;
    margin-bottom: 1.5rem;
    min-height: 96px;
}

.test-card-info i {
    color: #1885c2;
    width: 20px;
    margin-right: 0.5rem;
}

.test-card-age {
    color: #6c757d;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.test-card .badge {
    position: absolute;
    padding: 0.5rem 1rem;
    font-weight: 500;
    border-radius: 8px;
    z-index: 1;
}

.test-card .badge.top-right {
    top: 1rem;
    right: 1rem;
}

.test-card .badge.top-left {
    top: 1rem;
    left: 1rem;
}

.test-card .btn {
    border-radius: 8px;
    padding: 0.8rem 1rem;
    font-weight: 500;
}

.test-card .btn i {
    margin-right: 0.5rem;
}

.test-card .btn-pdf {
    margin-top: 0.5rem;
}

.test-card-image {
    text-align: center;
    margin-bottom: 1.25rem;
}

.test-card-image i {
    font-size: 3rem;
    padding: 1.5rem;
    background: rgba(24, 133, 194, 0.1);
    border-radius: 12px;
    color: #1885c2;
}

/* Blog Link Styling */
.blog-link {
    color: #067386;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px dashed rgba(6, 115, 134, 0.3);
    padding-bottom: 1px;
}

.blog-link:hover {
    color: #045d6d;
    border-bottom-color: #045d6d;
    text-decoration: none;
}

.page_header_h1 {
    color: #6c757d; /* Bootstrap's text-secondary color */
    font-size: 1.75rem; /* Equivalent to Bootstrap's fs-3 */
    text-align: center; /* Equivalent to text-center */
    padding: 0.5rem; /* Equivalent to p-2 */
    margin-top: 0.5rem; /* Equivalent to mt-2 */
}

.text-grey {
    color: #707b86;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.progress-wrapper-test-page {
    position: relative;
    width: 100%;
}

.check-badge-test-page {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.button-ai {
    background: linear-gradient(106.28deg, rgb(133, 96, 250) 0%, rgb(68, 211, 239) 90.81%);
    border-radius: 12px;
}

.button-ai:hover {
    opacity: 0.8;
}

.typing-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 8px 12px;
    width: fit-content;
    height: 30px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
}

.typing-indicator span {
    width: 6px;
    height: 6px;
    margin: 0 2px;
    background-color: #555;
    border-radius: 50%;
    display: inline-block;
    animation: bounce 1.4s infinite ease-in-out both;
}

.typing-indicator span:nth-child(1) {
    animation-delay: -0.32s;
}

.typing-indicator span:nth-child(2) {
    animation-delay: -0.16s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0;
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

.nav-divider {
    list-style: none;
    margin: 0;
    padding: 0;
    display: contents;
}

.fancy-button {
    position: relative;
    padding: 15px 40px;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.fancy-button .light {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    filter: blur(15px);
    animation: float 5s infinite ease-in-out alternate;
    z-index: 0;
}

.fancy-button span {
    position: relative;
    z-index: 1;
}

@keyframes float {
    0%   { top: 0%; left: 0%; }
    25%  { top: 10%; left: 80%; }
    50%  { top: 50%; left: 40%; }
    75%  { top: 80%; left: 10%; }
    100% { top: 20%; left: 60%; }
}

/* Bootstrap custom button AI */
.btn.btn-ai {
    color: #fff;
    background-color: #6D27D9;
    border-color: #6D27D9;
    transition: all 0.3s ease;
}

.btn.btn-ai:hover,
.btn.btn-ai:focus {
    color: #fff;
    background-color: #6225C5;
    border-color: #6225C5;
}

.form-control:valid {
    border: 2px solid rgba(6, 115, 134, 0.1);
}

.bg-gradient-obserview {
    background: linear-gradient(135deg, #000b18, #001f3f, #003366);
    background-size: cover;
}

.text-obserview {
    color: #2C5364;
}

.text-podcast {
    color: #3490b7;
}

.form-control.is-valid,
.form-control.is-invalid,
.was-validated .form-control:valid,
.was-validated .form-control:invalid {
    border-color: rgba(6, 115, 134, 0.1) !important;
}

/* Primary Green Button Styling for Reactant AI */
.btn-primary-green {
    background: linear-gradient(to right, #028991, #027a81);
    color: #fff;
    font-weight: 400;
    border-radius: 0.5rem;
    padding: 0.40rem 1.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
}

.primary-green:hover {
    background: linear-gradient(to right, #027a81, #026b71);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.primary-green:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(2, 137, 145, 0.5);
}

.btn-primary-green:hover {
    background: linear-gradient(to right, #027a81, #026b71);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.btn-primary-slate {
    background-color: var(--bs-primary-slate, #334155);
    font-weight: 400; /* font-semibold */
    color: #ffffff; /* text-white */
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect */
.btn-primary-slate:hover {
    background-color: var(--bs-primary-slate-hover, #1e293b);
}

/* Focus ring */
.btn-primary-slate:focus {
    outline: none; /* focus:outline-none */
    box-shadow: 0 0 0 2px #64748b, 0 0 0 4px #ffffff; /* focus:ring-slate-500 focus:ring-offset-2 */
}


:root {
    --bs-slate-700: oklch(37.2% .044 257.287);
    --bs-slate-300: oklch(73.5% .045 257.287);
    --bs-primary-slate: #334155;
    --bs-primary-slate-hover: #1e293b;
}

.text-slate {
    color: var(--bs-slate-700) !important;
}

[data-bs-theme="dark"] .text-slate {
    color: var(--bs-slate-300) !important;
}