
.main-section {
    padding: 40px 15px;
    background: #fff3f3;
    width: 100%;
}

.new_addmission_btn {
    padding: 0;
}

.main_div {
    margin-top: 20px;
    border: none;
}

.main_div.apply_now {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    height: 100%;
    transition: transform 0.3s ease;
    min-height: 518px;
}

.continue_btn {
    margin-top: 40px;
}

.main_div.apply_now:hover {
    /* transform: translateY(-1px); */
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15); */
}

.description-text {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 17px;
}

.main_div .personal_details h3 {
    font-size: 19px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.benefits-list li {
    padding: 8px 0;
    color: #555;
    font-size: 17px;
}

.benefits-list i {
    color: #28a745;
    margin-right: 10px;
}

.info-section {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    color: #434343;
}

.icon-wrapper i {
    color: #dc143c !important;
    border: 1px solid #dc143c;
    width: 75px;
    border-radius: 50%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 32px;
    background: #fff3f3;
}


.info-section p {
    font-size: 16px;
    color: #555;
}

.info-section h2 {
    font-size: 24px;
    margin-top: 0;
}



.process-step {
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.process-step i {
    color: #dc143c;
}

.process-step:hover {
    background: #f8f9fa;
    /* transform: scale(1.05); */
}

.step-number {
    width: 40px;
    height: 40px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.info-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    height: 100%;
    transition: transform 0.3s ease;
	margin-bottom: 20px;
}

.info-card:hover {
    transform: translateY(-2px);
    border: 1px solid #e7e7e7;
}

.card-icon {
    font-size: 36px;
    color: #dc143c;
    margin-bottom: 20px;
    border: 1px solid #dc143c;
    border-radius: 50%;
    margin: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff3f3;
    margin-bottom: 20px;
}

.info-card h4 {
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.text-muted {
    color: #555;
}

.info-card ul {
    list-style: none;
    padding: 0;
}

.info-card ul li {
    padding: 8px 0;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}

.info-card p {
    font-size: 16px;
    color: #555;
}

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

.icon-wrapper {
    margin-bottom: 15px;
}

.btn-lg {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
}

.req {
    color: red;
}

@media (max-width: 768px) {
    .main-section {
        padding: 20px 15px;
    }

    .info-section {
        padding: 20px;
        color: #434343;
    }

    .main_div.apply_now {
        margin-bottom: 20px;
    }
}
.uni_mainWrapper{
    background-color: #fff3f3;
}
