.tab-content>.active {
    display: block;
    border: 1px solid #ccc;
    padding: 0px;
    border-radius: 5px;
}

.step-indicator {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.step-indicator div {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #d9d9d9;
    color: #fff;
    margin: 0 5px;
    font-weight: bold;
}

.step-indicator .active {
    background-color: #28a745;
}

.nav-tabs {
    border-bottom: none;
    position: relative;
    padding-top: 20px;
    gap: 75px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.nav-tabs .nav-item {
    position: relative;
}

.nav-tabs .nav-link {
    border: none;
    color: #555;
}

.nav-tabs .nav-link.active {
    color: #000;
    font-weight: bold;
}

.nav-tabs .nav-item .step-number {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #28a745;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
}

.tab-content {
    padding: 0;
}

.form-control,
.custom-select {
    border-radius: 0;
    box-shadow: none;
    border-color: #ced4da;
}

.btn-primary {
    background-color: #000;
    border-color: #000;

    border-radius: 4px;
    margin-bottom: 13px;
    margin-top: -30px;

    margin-right: 16px;

}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}




.editor {
    min-height: 200px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
    background-color: #fff;
}

.next-btn {
    float: right;
}

.finish-btn {
    float: right;
}

@media (max-width: 767px) {
    .container {
        /* padding: 10px; */
    }

    h4 {
        font-size: 1.2rem;
        padding: 6px;
        margin-top: -20px;
    }

    .step-indicator div {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin: 0 3px;
    }

    .nav-tabs {
        gap: 0;
        /* display: block; */
        padding: 0;
        margin-top: 20px;
    }

    .nav-tabs .nav-item {
        display: block;
        margin-bottom: 10px;
    }

    .nav-tabs .nav-item .step-number {
        top: -15px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 0.9rem;
    }

    .nav-tabs .nav-link {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .btn-primary {
        margin-top: -30px;
        margin-right: 8px;
        font-size: 0.9rem;
    }

    .editor {
        min-height: 150px;
    }

    .next-btn,
    .finish-btn {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .next-btn {
        width: 100px;
        margin: auto;
        margin-left: 139px;
        padding: 15px;
        margin-bottom: 12px;
    }
}

.nav-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 20px 7px 30px 15px;
    font-size: 14px;
}

.step-number {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    font-size: 12px;
    color: #333;
}

@media (max-width: 768px) {
    #extra-options {
        margin-top: 10px;
    }
}

.center-radio-forms {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 50vh; */
    text-align: center;
}

.form-titles {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.radio-containers {
    display: flex;
    gap: 20px;
}

.school-input,
.major-input,
.degree-input,
.date-input {
    padding: 8px;
    width: 340px;
}

.add-btn {
    background-color: green;
    color: white;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.remove-btn {
    background-color: red;
    color: white;
    border: none;
    padding: 8px;
    cursor: pointer;
}

/* Existing Styles */
.education-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

/* Responsive Design for Mobile */
@media screen and (max-width: 600px) {
    .education-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .school-input,
    .major-input,
    .degree-input,
    .date-input,
    .add-btn,
    .remove-btn {
        width: 100%;
    }

    .company-input,
    .role-input,
    .duration-input,
    .location-input {
        width: 100%;
    }
}

/* branch */

.experience-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.company-input,
.role-input,
.duration-input,
.location-input {
    padding: 8px;
    width: 360px;
}

.exp-add-btn {
    background-color: green;
    color: white;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.exp-remove-btn {
    background-color: red;
    color: white;
    border: none;
    padding: 8px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {

    .experience-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .company-input,
    .role-input,
    .duration-input,
    .location-input {
        width: 100%;
    }

    .experience-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

@media (max-width:768px) {
    .exp-add-btn {
        width: 100%;
    }

    .exp-remove-btn {
        width: 100%;
    }
}

/* School Management Section */
.school-management {
    position: relative;
    background: linear-gradient(350deg, #6bb5ff, #7f75c0);
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: all 0.5s ease-in-out;
    animation: slideInRight 1.5s ease-in-out;
    margin: auto;
}

.school-management:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.animated-text {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    animation: pulseText 2s infinite alternate;
}

/* Text Pulse Animation */
@keyframes pulseText {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.text-color {
    color: #fff;
    padding: 5px;
}

.iit-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

.iit-image {
    max-width: 70px;
    height: 80px;
    flex-shrink: 0;
    margin: 15px;
    padding: 0;
    border: none;
}

.iit-text {
    margin: 0;
    padding: 0;
    flex: 1;
    line-height: 1.2;
    text-align: left;
}

.iit-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.btn-apply,
.btn-details {
    padding: 7px 20px;
    border: none;
    background-color: #0000002b;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    width: 181px;
    margin-right: 70px;
    border: 1px solid #fff;
}

.btn-apply:hover,
.btn-details:hover {
    background-color: #e9e8e8;
    color: #000;
}

@media (max-width:768px) {
    .iit-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: absolute;
        top: 78%;
        right: 10px;
        transform: translateY(-50%);
    }
}

.main-text {
    font-size: 26px;
}

@media (max-width:768px) {
    .main-text {
        font-size: 20px;
    }
}

label {
    color: #000;
    cursor: pointer;
    font-weight: 400;
}

.footer-contact {
    padding-left: 15px;
}