.center_aliagn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.order_div {
    background-color: antiquewhite;
    width: 65%;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 #000000;
}

.order_div:hover {
    width: 70%;
}

.candidate_password {
    font-size: 0.8em !important;
    top: 50% !important;
    right: 20% !important;
    position: absolute !important;
    font-weight: bold !important;
}

.label {
    text-align: center;
    line-height: 300%;
    font-size: 20px;
}

.input {
    font-size: 20px;
}

/* Candidate Login Form Design */
.candidate_login {
    width: 340px;
    height: 400px;
    background: #bad1f9;
    padding: 47px;
    padding-bottom: 57px;
    color: #fff;
    border-radius: 17px;
    padding-bottom: 50px;
    font-size: 1.3em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.input_container {
    position: relative;
    margin-bottom: 15px;
}

.input_container i {
    position: absolute;
    right: 10px;
    top: 50%;
    /* transform: translateY(-50%); */
    color: #888;
}

.candidate_login input[type="text"],
.candidate_login input[type="password"] {
    opacity: 1;
    display: block;
    border: none;
    outline: none;
    width: 100%;
    padding: 13px 18px;
    margin: 20px 0 0 0;
    font-size: 0.8em;
    border-radius: 100px;
}

.candidate_login input:focus {
    /* animation: bounce 1s;
    -webkit-appearance: none; */
}

.forget-pass {
    font-size: 0.9em;
    color: #332D2D;
    font-weight: 500;
    margin: 8px 0 0 10px;
}

.forget-pass a {
    text-decoration: none;
    font-size: small;
    color: #3B71CA;
    font-weight: bold;
}

.forget-pass a:hover {
    text-decoration: underline;
}

.candidate_login input[type=submit],
.candidate_login input[type=button],
.candidate_login_head {
    border: 0;
    outline: 0;
    width: 100%;
    padding: 13px;
    margin: 40px 0 0 0;
    border-radius: 500px;
    font-weight: 600;
    /* animation: bounce2 1.6s; */
}

.candidate_login_head {
    padding: 0;
    position: relative;
    top: -35px;
    display: block;
    margin-bottom: -0px;
    font-size: 1.3em;
    text-align: center;
    color: #000000;
}

.candidate_login_btn {
    background: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    color: #fff;
    padding: 16px !important;
}

.candidate_login_btn:hover {
    background: linear-gradient(144deg, #1e1e1e, 20%, #1e1e1e 50%, #1e1e1e);
    color: rgb(255, 255, 255);
    padding: 16px !important;
    cursor: pointer;
    transition: all 0.4s ease;
}

.candidate_login input[type=text],
.user_icon {
    /* animation: bounce 1s;
    -webkit-appearance: none; */
}

.candidate_login input[type=password],
.password_icon {
    /* animation: bounce1 1.3s; */
}

.ui {
    font-weight: bolder;
    background: -webkit-linear-gradient(#B563FF, #535EFC, #0EC8EE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(0.25turn, #535EFC, #0EC8EE, #0EC8EE);
    border-image-slice: 1;
    display: inline;
}

@media only screen and (max-width: 600px) {
    .candidate_login {
        width: 90%;
        padding: 2em;
    }
}

/* @keyframes bounce {
    0% {
        transform: translateY(-250px);
        opacity: 0;
    }
}

@keyframes bounce1 {
    0% {
        opacity: 0;
    }

    40% {
        transform: translateY(-100px);
        opacity: 0;
    }
}

@keyframes bounce2 {
    0% {
        opacity: 0;
    }

    70% {
        transform: translateY(-20px);
        opacity: 0;
    }
} */


/*Certificate Related Styles*/

#CertificateViewBtn {
    display: none;
}

#Certidicate_Div {
    font-family: 'Arial', sans-serif;
    text-align: center;
    margin: 0;
    height: 90%;
    padding: 20px 0;
    background: #EDF1F6;
}

.certificate-box {
    position: relative;
    width: 800px;
    padding: 20px 20px;
    margin: 40px auto;
    background-color: #fdf9f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: 'Georgia', serif;
    text-align: center;
    color: #333;
    overflow: hidden;
}

.certificate-box::before {
    content: "Cluso Info Link";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    font-size: 100px;
    color: rgba(218, 174, 78, 0.08);
    font-weight: bold;
    font-family: 'Brush Script MT', cursive;
    /* white-space: nowrap; */
    z-index: 0;
    pointer-events: none;
}

.certificate-box>* {
    position: relative;
    z-index: 1;
}

.certificate-id {
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
    font-family: 'Arial', sans-serif;
}

.verified-title {
    font-family: 'Great Vibes', cursive;
    font-size: 6rem;
    color: #d49c00;
    position: relative;
    text-shadow: 1px 1px 0 #ddac35, 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.present-to {
    font-family: initial;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px 0;
    color: #222;
    letter-spacing: 0.5px;
}

.certificate-body {
    font-size: 16px;
    line-height: 1.8;
    margin: 20px auto;
    max-width: 700px;
}

.candidate-name {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    text-decoration: underline;
}

.verified-date {
    font-size: 14px;
    margin: 30px 0 10px;
    font-style: italic;
    font-weight: bold;
}

.certificate-footer-links {
    font-size: 12px;
    margin-top: 10px;
    color: #444;
    float: left;
}

.certificate-footer-links a {
    color: #444;
    text-decoration: none;
}

.certificate-upper {
    border: 1px solid black;
    padding: 10px 20px;
}

.certificate-lower {
    border: 1px solid black;
    border-top: 0;
    padding: 10px 20px 10px 20px;
    height: 280px;
}

.footer-link-innerdiv {
    line-height: 200%;
}

.certificate-id,
#Certificate_Id {
    font-family: auto;
}

.share-container {
    position: fixed;
    top: 10px;
    right: 25px;
    display: inline-block;
    z-index: 1000;
}


.share-icon {
    font-size: 36px;
    /* You can adjust 32px, 40px, etc. */
    cursor: pointer;
    color: #333;
}

.share-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    /* Y-Axis layout */
    gap: 10px;
    z-index: 999;
}


.share-container:hover .share-menu {
    display: flex;
}

.share-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.share-item:hover {
    transform: scale(1.1);
}

.whatsapp {
    background-color: #25D366;
    color: white;
}

.facebook {
    background-color: #1877F2;
    color: white;
}

.x-twitter {
    background-color: #000;
    color: white !important;
}

.linkedin {
    background-color: #0077B5;
    color: white;
}


/*End of Certificate Related Styles*/

/* new landing css */
/* ================= ORDER CARD ================= */
.order-row {
    display: flex;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/* ================= SERIAL ================= */
.serial-section {
    width: 70px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #4f46e5;
}

/* ================= CONTENT ================= */
.order-content {
    flex: 1;
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr;
    gap: 24px;
    padding: 22px;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* ================= TEXT ================= */
.l-label {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 5px;
}

.value-text {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    position: relative;
    display: inline-block;
}

.value-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #6366f1, #22c55e);
    opacity: 0.25;
}


/* ================= STATUS ================= */
.status {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    width: fit-content;
}

.pending {
    background: #fde68a;
    color: #92400e;
}

.completed {
    background: #bbf7d0;
    color: #166534;
}
.in-progress {
    background: #e0f2fe;
    color: #0369a1;
}

/* ================= ACTIONS ================= */
.actions {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    margin-top: 6px;
    /* alignment fix */
}

.btn {
    padding: 7px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.btn-view {
    background: #4f46e5;
    color: #fff;
}

.btn-download {
    background: #e5e7eb;
    color: #333;
}

/* ================= SERVICE DETAILS ================= */
.service-column {
    border-left: 1px dashed #d1d5db;
    padding-left: 18px;
}

.service-title {
    font-weight: 700;
    /*margin-bottom: 10px;*/
}

/* SCROLLABLE SERVICE LIST */
.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    /* max-height: 110px;
    overflow-y: auto; */
    padding-right: 6px;
}

.service-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.service-status {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.service-completed {
    background: #e6f7ee;
    color: #1b8a5a;
}

.service-progress {
    background: #fff4cc;
    color: #a67c00;
}

/* SCROLLBAR STYLE */
.service-list::-webkit-scrollbar {
    width: 6px;
}

.service-list::-webkit-scrollbar-thumb {
    background: #c7d2fe;
    border-radius: 6px;
}

.service-list::-webkit-scrollbar-track {
    background: #f1f5f9;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .order-row {
        flex-direction: column;
    }

    .serial-section {
        width: 100%;
        padding: 10px;
        justify-content: flex-start;
    }

    .order-content {
        grid-template-columns: 1fr;
    }

    .service-column {
        border-left: none;
        border-top: 1px dashed #d1d5db;
        padding-left: 0;
        padding-top: 14px;
    }
}