.main-login {
    display: flex;
}

.login-part1 {
    background-image: url(/assets/images/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    padding: 15% 5% 0% 5%;
}


.login-page-text h2 {
    color: #FF7E03;
    font-size: 40px;
}

.login-page-text h2 span {
    color: #1D71B7;
}

.login-page-text p {
    font-size: 19px;
    font-weight: 600;
    padding: 5px 5px 0 5px;
}

.login-page-text p span {
    display: block;
}

.login-page-inputs {
    margin: 5% 5%;
}

.login-email-input h5 {
    color: #1C1E53;
}

.login-email-input input {
    border: 1px solid #1D71B7;
    border-radius: 10px;
    padding: 0 10px;
    outline: none;
    width: 100%;
    height: 48px;
    margin: 5px 0 0 0;
}

.login-forgot-password {
    float: right;
}

.login-forgot-password h6 {
    color: #1E4AE9;
    cursor: pointer;
}

.login-button {
    text-align: center;

}

.login-button button {
    height: 48px;
    padding: 0px 41%;
    border: none;
    background-color: #FF7E03;
    color: white;
    font-weight: 700;
    border-radius: 10px;
}

.registration-button {
    text-align: center;

}

.registration-button button {
    height: 48px;
    padding: 0px 37%;
    border: none;
    background-color: #1d71b7;
    color: white;
    font-weight: 700;
    border-radius: 10px;
}


.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #d1d5db;
    /* Light gray color */
    margin: 0 10px;
}

.divider span {
    color: #4b5563;
    /* Medium gray color */
    font-size: 20px;
}



/* .auth-container {
    text-align: center;
    padding: 0 15%;

} */

.auth-container {
    text-align: center;
    padding: 0% 13% 4% 0%;
}

.auth-button {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 50px;
    /* padding: 0px 20%; */
    width: 100%;
    margin: 10px auto;
    border: none;
    border-radius: 8px;
    background-color: #f3f4f6;
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}


.auth-button img.icon {
    width: 20px;
    height: 20px;
    /* margin-right: 10px; */
}



.auth-button.google:hover {
    background-color: #e8eaf6;
}


.auth-button.facebook:hover {
    background-color: #e8f0fe;
}

.signup-text {
    margin-top: 20px;
    color: #6b7280;
    font-size: 14px;
}

.signup-text a {
    color: #2563eb;
    text-decoration: none;
    font-weight: bold;
}

.signup-text a:hover {
    text-decoration: underline;
}

.login-part2 {
    background-image: url('/assets/images/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 14% 1% 0% 0%;
    /* height: 100%; */

}

.part-2-login img {
    /* height: 100%; */
    width: 100%;
}



@media (max-width: 768px) {
    .main-login {
        display: block !important;
    }

    .login-part1 {
        width: 100%;
        padding: 27% 6% 0% 4%;
    }

    .login-part2 {
        display: none;
    }

    .auth-container {
        text-align: center;
        padding: 0% 0% 4% 0%;
    }

    .login-page-text h2 {
        color: #FF7E03;
        font-size: 24px !important;
    }

    .login-page-text p {
        font-size: 17px;
        font-weight: 600;
        padding: 5px 5px 0 5px;
    }

    .registration-button button {
        height: 48px;
        padding: 0px 34%;
        border: none;
        background-color: #1d71b7;
        color: white;
        font-weight: 700;
        border-radius: 10px;
    }

}

@media (max-width: 1024px) {
    .login-part2 {
        display: none;
    }
}


/* onlinetraining page */

.online-traning-text h2 {
    font-size: 56px;
}

.online-traning-text h2 span {
    color: #1D71B7;
}

.online-traning-text-p {
    font-size: 22px;
}

.online-traning-part2 img {
    height: 100%;
    width: 100%;
}

.online-tranining-part1 {
    padding: 15% 0;
}

.online-card {
    box-shadow: 0px 4px 20px 8px #00000033;
    padding: 8% 9.5%;
    margin: 0px 0 3% 0;
    border-radius: 20px;
}

.online-card-text-p p {
    color: #808080;
}

.online-maintext {
    display: flex;
    justify-content: space-between;
}

.online-times {
    display: flex;
    gap: 10px;
}

.online-times2 {
    display: flex;
    gap: 10px;
}

.online-card-text h2 {
    color: #282938;
    font-size: 22px;
    font-weight: 500;
}

.online-assign-training-button {
    text-align: center;
}

.online-assign-training-button button {
    padding: 6px 40px 7px 40px;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 14px;
    background-color: #1D71B7;
    border-radius: 5px;
}

.online-time {
    color: #524F4F;
    font-size: 18px;
    font-weight: 400;
}

.online-beginner-text p {
    color: #524F4F;
    font-size: 18px;
    font-weight: 400;

}

@media (max-width: 768px) {
    .online-tranining-part1 {
        padding: 4% 0;
    }

    .online-traning-text h2 {
        font-size: 30px;
    }

    .online-traning-text-p {
        font-size: 16px;
    }
}

/* onlinetraining page */



/* facetoface page */

.facetoface-main {
    background-image: url(/assets/images/facetoface-bgimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.facetoface-text h2 {
    font-size: 56px;
}

.facetoface-text h2 span {
    color: #FF7E03;
}

.facetoface-text-p {
    font-size: 22px;
}


.search-container {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

.search-container input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 25px;
}

.search-container button {
    border: none;
    outline: none;
    background-color: #1D71B7;
    color: #fff;
    padding: 10px 44px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}



/* Media Query for smaller screens */
@media (max-width: 768px) {
    .search-container {
        width: 100%;
    }

    .search-container input {
        font-size: 14px;
        padding: 8px;
    }

    .search-container button {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .search-container {
        width: 100%;
    }

    .search-container button {
        padding: 6px 12px;
    }
}

.online-card-img img {
    width: 100%;
}

.location {
    display: flex;
    gap: 10px;
}

.facetoface-button {
    text-align: center;
}

.facetoface-button button {
    padding: 6px 40px 7px 40px;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 14px;
    background-color: #FF7D00;
    border-radius: 5px;
}

.tabs-container {
    display: flex;
    gap: 15px;
}

.tab {
    padding: 10px 20px;
    border: 1px solid #FF7D00;
    border-radius: 20px;
    color: #FF7D00;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.tab:hover {
    background-color: #FF7D00;
    color: white;
}

.tab.active {
    background-color: #FF7D00;
    color: white;
}

@media (max-width: 768px) {
    .tabs-container {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .tab {
        width: 90%;
        text-align: center;
    }

    .facetoface-text h2 {
        font-size: 30px;
    }

    .facetoface-text p {
        font-size: 15px;
    }

    ul.pagination.my-4 {
        scale: 0.9 !important;
    }
}

@media (max-width: 480px) {
    .tab {
        padding: 8px 15px;
        font-size: 14px;
    }
}


.pagination {
    display: flex;
    list-style: none;
    gap: 10px;
    justify-content: center;
}

.pagination li {
    display: inline;
}

.pagination a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover {
    background-color: #ddd;
}

.pagination a.active {
    background-color: orange;
    color: #fff;
    border-color: orange;
}

.pagination a.disabled {
    pointer-events: none;
    color: #aaa;
    border-color: #ddd;
}


/* Modal Styles */
.modal {
    display: flex;
    /* Changed from "none" for testing purposes */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    position: relative;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.popup-img img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.popup-main-text {
    margin: 0 auto;
    background: #f2f5f4;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.popup-main-text h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.popup-main-text h6 {
    font-size: 14px;
    color: #666;
}

.status-legend {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.status-box {
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

.available {
    background-color: orange;
}

.complete {
    background-color: grey;
}

.booked {
    background-color: blue;
}

.popup-button {
    text-align: center;
    margin-top: 20px;
}

.popup-button button {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

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

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .modal-content {
        max-width: 95%;
        padding: 15px;
    }

    .popup-main-text h4 {
        font-size: 16px;
    }

    .popup-main-text h6 {
        font-size: 13px;
    }

    .status-item {
        font-size: 12px;
    }
}

@media screen and (max-width: 576px) {
    .modal-content {
        padding: 10px;
    }

    .popup-main-text h4 {
        font-size: 14px;
    }

    .popup-main-text h6 {
        font-size: 12px;
    }

    .status-item {
        font-size: 11px;
    }

    .popup-button button {
        padding: 8px 15px;
        font-size: 12px;
    }
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.status-legend {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
    margin: 67px 0 0 0;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.status-box {
    width: 20px;
    height: 20px;
}

.available {
    background-color: orange;
}

.complete {
    background-color: gray;
}

.booked {
    background-color: blue;
}

@media (max-width: 600px) {
    .status-legend {
        flex-direction: column;
        align-items: flex-start;
    }
}



.appointment-card {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

h3 {
    margin-top: 0;
    text-align: center;
}

.time-slots {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.time-slot {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid transparent;
}

.time-slot.grey {
    background-color: #f0f0f0;
    color: #666;
    border-color: #ccc;
}

.time-slot.orange {
    background-color: #fff5e6;
    color: #ff9800;
    border-color: #ff9800;
}

.time-slot.blue {
    background-color: #e6f0ff;
    color: #007bff;
    border-color: #007bff;
}

.popup-button button {
    border: none;
    padding: 15px 100px 16px 100px;
    background-color: #FF7D00;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border-radius: 15px;
}





.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 400px;
}

.modal-image {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}

.modal-heading {
    font-size: 24px;
    margin-bottom: 10px;
}

.modal-text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
}

.back-button {
    background-color: #ff5722;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.back-button:hover {
    background-color: #e64a19;
}

@media (max-width: 600px) {
    .modal-content {
        width: 100%;
        padding: 20px;
    }

    .modal-image {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .time-slots {
        flex-direction: column;
        align-items: center;
    }

    .time-slot {
        width: 100%;
    }
}

/* facetoface page */


/* blogs page */

.blogs-main {
    background-image: url(/assets/images/blogmainbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.blogs-text h2 {
    font-size: 56px;
}

.blogs-text h2 span {
    color: #FF7E03;
}

.blogs-text h4 span {
    color: #1D71B7;
}

.blogs-text-p {
    font-size: 22px;
}

.main-blogs1 {
    background-image: url(/assets/images/blogsbg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.blogs-part2 img {
    /* height: 100%; */
    /* width: 100%; */
}

button.search-container-blogs {
    border: none;
    outline: none;
    background-color: #FF7D00;
    color: #fff;
    padding: 10px 7%;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.blogs-tabs-container {
    display: flex;
    gap: 15px;
}

.blogs-tab {
    padding: 10px 20px;
    border: 1px solid #1D71B7;
    border-radius: 20px;
    color: #1D71B7;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.blogs-tab:hover {
    background-color: #1D71B7;
    color: white;
}

.blogs-tab.active {
    background-color: #1D71B7;
    color: white;
}

@media (max-width: 768px) {
    .blogs-tabs-container {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .blogs-tab {
        width: 90%;
        text-align: center;
    }

    @media (max-width: 768px) {
        .blogs-text h2 {
            font-size: 30px;
            font-weight: 700;
            color: #1D71B7;
        }

        .blogs-text h4 {
            font-size: 21px;
        }

        .blogs-part2 img {
            height: 100%;
            width: 100%;
        }

        .pagination {
            display: flex;
            list-style: none;
            gap: 7px;
            justify-content: center;
        }
    }

}

@media (max-width: 480px) {
    .blogs-tab {
        padding: 8px 15px;
        font-size: 14px;
    }
}

.blogs-button {
    text-align: center;
}

.blogs-button button {
    padding: 6px 40px 7px 40px;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 14px;
    background-color: #1D71B7;
    border-radius: 5px;
}

/* blogs page */

/* faq page */

.main-faq h2 {
    font-size: 50px;
    font-weight: 700;
    color: #1D71B7;
    text-align: center;
}

.main-faq h2 span {
    color: #FF7D00;
}

.main-faq p {
    text-align: center;
    color: #393636;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}


.faq-section {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.faq-section h2 {
    font-size: 18px;
    color: #ff7f00;
    margin-bottom: 15px;
}

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

.faq-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

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

.faq-list li:hover {
    background-color: #FF7D00;
    color: white;
}

.support-form {
    width: 100%;
    margin: 0 0 20px 0px;
    background-color: #F5F7FA;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.support-form h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.support-form p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}

.support-form input,
.support-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    resize: none;
    outline: none;
}

.support-form button {
    width: 100%;
    padding: 10px;
    background-color: #ff7f00;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.support-form button:hover {
    background-color: #e67300;
}

.accordion-button:not(.collapsed) {
    background-color: #1D71B7 !important;
    color: white !important;
}

.accordion-button:not(.collapsed)::after {
    color: white !important;
}

@media (max-width: 768px) {
    .main-faq h2 {
        font-size: 30px;
        font-weight: 700;
        color: #1D71B7;
        text-align: center;
    }
}

/* faq page */

/* canndidatedashbord */
.main-form {
    /* background-color: #007bff; */
}

.upload-container {
    text-align: center;
    font-family: Arial, sans-serif;
}

.upload-input {
    display: none;
}

.upload-label {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    cursor: pointer;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    /* Changed from 0 to 1 */
}

.upload-text {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.text p {
    margin-top: 10px;
    color: #555;
    font-size: 14px;
}

.main-form {
    background-image: url(/assets/images/cddbg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    background-color: white;
    padding: 3% 0 3% 0;
}

.container.main-form1 {
    background-color: white;
    padding: 1%;
}

.save-changes {
    height: 48px;
    padding: 0px 4%;
    border: none;
    background-color: #FF7E03;
    color: white;
    font-weight: 700;
    border-radius: 10px;
}

label.form-label {
    font-weight: 600;
}

@media (max-width: 768px) {
    .container.main-form1 {
        background-color: white;
        padding: 1% 12px 0 14px;
    }
}

/* canndidatedashbord */

/* error */

.error-img img {
    width: 100%;
}

.error-text {
    padding: 25% 0 0 0;
}

.error-text h4 {
    font-size: 64px;
    color: #FF7D00;
    font-weight: 600;
}

.error-text h4 span {
    font-size: 35px;
    font-weight: 600;
    color: #1D71B7;
}

.error-text p {
    color: #4E5566;
}

.error-button button {
    height: 48px;
    padding: 0px 10%;
    border: none;
    background-color: #FF7E03;
    color: white;
    font-weight: 700;
}

/* error */


/* ppt */

.main-ppt {
    padding: 5% 0 0 0;
}

.ppt-text h4 {
    font-size: 34px;
    color: #FF7D00;
    font-weight: 600;
}

.ppt-text h6 {
    font-size: 28px;
    font-weight: 600;
    color: #1D71B7;
    margin-top: 10px;
}

.ppt-text p {
    color: #524F4F;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;

}

.ppt-ifrem {
    text-align: center;
}

.next-button {
    text-align: center;
    margin: 2% 0 2% 0;


}

.next-button button {
    height: 48px;
    padding: 0px 1%;
    border: none;
    background-color: #FF7E03;
    color: white;
    font-weight: 700;
    border-radius: 10px;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 2% 0 2% 0;

}

.previouspage-button button {
    height: 48px;
    width: 150px;
    border: none;
    background-color: #FF7E03;
    color: white;
    font-weight: 700;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .ppt-text h4 {
        font-size: 28px;
        color: #FF7D00;
        font-weight: 600;
    }

    .ppt-text h6 {
        font-size: 22px;
        font-weight: 600;
        color: #1D71B7;
        margin-top: 10px;
    }
}

/* ppt */

/* successfulmessage */

.successmessage-img {
    text-align: center;
}

.successmessage-text p {
    font-size: 20px;
    color: #000000;
    text-align: center;
}

.successfulmessage-button {
    text-align: center;
}

.successfulmessage-button button {
    padding: 15px 100px 15px 100px;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 14px;
    background-color: #1D71B7;
    border-radius: 15px;
}

/* successfulmessage */

/* errormessage */

.errormessage-button {
    text-align: center;
}

.errormessage-button button {
    padding: 15px 100px 15px 100px;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 14px;
    background-color: #FF7D00;
    border-radius: 15px;
}

/* errormessage */



/* candidatetab */

.candidatetab-text {
    /* display: flex; */
    justify-content: space-between;
}

.candidatetab-nam {
    display: flex;
    gap: 5px;
}

.candidatetab-nam p {
    font-size: 18px;
    font-weight: 500;
    color: #3E3E3E;
}

.candidatetab-buttons {
    margin: 10px 0;
}

.online-training-button button {
    border: 1px solid #1D71B7;
    color: #1D71B7;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
    background-color: white;
    /* padding: 5px 30px 5px 30px; */
    height: 32px;
    width: 165px;
}

.facetoface-training-button button {
    border: 1px solid #FF7D00;
    color: #FF7D00;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
    background-color: white;
    /* padding: 5px 30px 5px 30px; */
    height: 32px;
    width: 165px;
    text-align: center;
}

.ot-packages-button button {
    border: 1px solid #256425;
    color: #256425;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
    background-color: white;
    /* padding: 5px 30px 5px 30px; */
    height: 32px;
    width: 165px;
    text-align: center;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

}

.button-container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px;
}

.btn-1 {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #616161;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.btn:hover {
    background-color: #444;
}

.btn i {
    font-size: 16px;
}

@media (max-width: 768px) {
    .candidatetab-text {
        display: block;
    }

    .candidatetab-nam {
        display: -webkit-box;
        padding: 4px 0 4px 0;
    }
}

@media (max-width: 1024px) {
    .candidatetab-text {
        display: block;
    }

    .candidatetab-nam {
        display: -webkit-box;
        padding: 4px 0 4px 0;
    }
}

/* candidatetab */

/* certificatesearch */

.main-certificatesearch {
    background-image: url(/assets/images/Group17.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-size: cover; */
    background-position: left;
    /* height: 100%; */
    /* width: 100%; */
    position: relative;
}
.main-certificatesearch::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/Group18.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    z-index: -1; /* Push it behind the content */
}


.certificatesearch {
    text-align: center;
    /* padding: 18% 18%; */
    padding: 12% 18%;
}

.cdtregister-page-text h2 {
    font-size: 49px;
}

.cdtregister-page-text span {
    color: #FF7D00;
}

.cdtregister-page-text1 h5 span {
    color: #1D71B7;
}

@media (max-width: 768px) {
    /* .main-certificatesearch {
        background-image: none;
    } */

    .cdtregister-page-text h2 {
        font-size: 29px;
    }

    .certificatesearch {
        text-align: center;
        padding: 14% 0px 14%;
    }
}

@media (max-width: 1024px) {
    /* .main-certificatesearch {
        background-image: none;
    } */

    .cdtregister-page-text h2 {
        font-size: 29px;
    }

    .certificatesearch {
        text-align: center;
        padding: 14% 0px 14%;
    }
}

.main-getcertified {
    display: flex;
    justify-content: space-around;

}
.getcertified-button {
    text-align: center;
}
.ho-getcertified{
    display: inline-block;
    padding: 12px 70px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    background: radial-gradient(circle, rgba(255, 172, 91, 1) 0%, rgba(255, 125, 0, 1) 100%);
    color: rgba(255, 255, 255, 1);
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.notification-wrapper {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;

}
.notification {
    display: flex;
    align-items: center;
    background-color: #5b86a3;
    color: white;
    padding: 15px 5%;
    border-radius: 15px;
    position: relative;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.icon {
    background-color: #1C1E53;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
}
.close-btnn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 18px;
    color: white;
}
.message {
    flex-grow: 1;
}
.message strong {
    font-size: 18px;
    display: block;
}
.message .support {
    font-weight: bold;
    color: #000;
}
/* certificatesearch */

