.medical-hero-section{

padding: 45px 0px;

background:#f7fcf8;

position:relative;

overflow:hidden;
}

.hero-badge{

display:inline-flex;

align-items:center;

gap:10px;

padding: 8px 22px;

background:#16a34a;

color:#fff;

border-radius:50px;

font-weight:600;

margin-bottom: 8px;
}

.hero-badge i{

font-size:18px;

}

.medical-hero-section h1{

font-size: 35px;

font-weight: 600;

line-height: 42px;

margin-bottom: 6px;
}

.medical-hero-section h1 span{

display:block;

color:#16a34a;

}

.hero-text{

font-size: 15px;

line-height: 27px;

color:#555;

margin-bottom: 23px;
}

.hero-feature{

display:grid;

grid-template-columns:repeat(2,1fr);

gap: 9px;

margin-bottom: 18px;
}
.feature-item {
    padding: 13px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    font-weight: 600;
    transition: .4s;
    font-size: 14px;
    color: #3f3b3b;
}

.feature-item i{

color:#16a34a;

margin-right:10px;

}

.feature-item:hover{

transform:translateY(-8px);

}

.hero-btn{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.medical-image{

position:relative;

text-align:center;

}

.medical-image img{

border-radius:35px;

box-shadow:0 30px 80px rgba(0,0,0,.12);

}

.floating-box{

position:absolute;

background:#fff;

padding:20px;

border-radius:18px;

box-shadow:0 20px 60px rgba(0,0,0,.12);

text-align:center;

animation:float 4s infinite ease-in-out;

}

.floating-box h5{

font-size:30px;

color:#16a34a;

margin-bottom:5px;

}

.floating-box span{

font-size:15px;

}

.box-one{

left:-30px;

top:40px;

}

.box-two{

right:-30px;

bottom:50px;

}

@keyframes float{

0%{transform:translateY(0);}

50%{transform:translateY(-12px);}

100%{transform:translateY(0);}

}

@media(max-width:991px){
.medical-hero-section h1 {
    font-size: 23px;
    line-height: 33px;
}

.hero-feature{

grid-template-columns:1fr;

}

.floating-box{

display:none;

}

}

.why-medical{
    /* padding:120px 0; */
    background: #ffffff;
}

.sub-title{
    display:inline-block;
    padding:10px 22px;
    background:#16a34a;
    color:#fff;
    border-radius:50px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title h2{
    /* font-size:46px; */
    /* font-weight:700; */
    /* margin-bottom:18px; */
}

.section-title p{
    max-width:720px;
    margin:auto;
    color:#666;
    line-height:30px;
}

.medical-card{
    background:#fff;
    border-radius:20px;
    padding: 18px 16px;
    text-align:center;
    height:100%;
    border:1px solid #edf3ee;
    transition:.4s;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.medical-card:hover{
    transform:translateY(-10px);
    border-color:#16a34a;
    box-shadow:0 25px 60px rgba(22,163,74,.15);
}

.medical-card .icon{
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
    border-radius:50%;
    background:#16a34a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 18px;
}

.medical-card h4{
    /* font-size:24px; */
    /* margin-bottom:15px; */
    /* font-weight:700; */
}

.medical-card p{
    color:#666;
    line-height:28px;
    margin:0;
    font-size: 14px;
}

@media(max-width:991px){

.section-title h2{
    font-size:34px;
}

.medical-card{
    padding:30px 25px;
}

}
.medical-course-list {
    /* padding: 120px 0; */
    background: #e7f7e952;
}
.course-item {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 40px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #a7b0a969;
    transition: .4s;
    /* background: white; */
}
.course-item:hover{

    padding-left:20px;

}

.course-number{

    font-size:45px;

    font-weight:600;

    color:#16a34a20;

    line-height:1;

}

.course-head{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:6px;

}

.course-head h3{

    font-size:23px;
    margin:0;

}

.course-head span{

    background:#eaf9ef;

    color:#16a34a;

    padding:8px 18px;

    border-radius:40px;

    font-weight:600;

}

.course-content p{

    color:#666;

    margin-bottom:20px;

    line-height:26px;

}

.course-content ul{

    display:flex;

    flex-wrap:wrap;

    gap:20px;

    padding:0;

    margin:0;

    list-style:none;

}

.course-content ul li{

    position:relative;

    padding-left:22px;

}

.course-content ul li:before{

    content:"";

    width:8px;

    height:8px;

    background:#16a34a;

    border-radius:50%;

    position:absolute;

    left:0;

    top:8px;

}

.course-btn{

    color:#16a34a;

    font-weight:700;

    text-decoration:none;

    white-space:nowrap;

}

.course-btn i{

    margin-left:8px;

    transition:.3s;

}

.course-btn:hover i{

    transform:translateX(8px);

}

@media(max-width:991px){

.course-item{

grid-template-columns:1fr;

gap:25px;

}

.course-head{

flex-direction:column;

align-items:flex-start;

gap:15px;

}

.course-number{

font-size:50px;

}

.section-title h2{

font-size:34px;

}

}
.medical-table{

width:100%;

border-collapse:collapse;

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 50px rgba(0,0,0,.08);

}

.medical-table thead{

background:#16a34a;

}

.medical-table th{

padding:10px;

color:#fff;

font-size:16px;

font-weight:600;

white-space:nowrap;

}

.medical-table td{

padding:10px;

border-bottom:1px solid #bac8c1;

vertical-align:middle;

}

.medical-table tbody tr{

transition:.35s;

}

.medical-table tbody tr:hover{

background:#f5fcf7;

}

.university-info{

display:flex;

align-items:center;

gap:18px;

min-width:280px;

}

.university-info img{

width:70px;

height:70px;

border-radius:15px;

object-fit:cover;

}

.university-info h5{

margin-bottom:5px;

font-size:18px;

}

.university-info span{

color:#777;

font-size:14px;

}

.rank-badge{

display:inline-block;

padding:8px 15px;

background:#e8f9ef;

color:#16a34a;

border-radius:30px;

font-weight:600;

font-size:14px;

}

.table-btn{

display:inline-block;

padding:10px 22px;

background:#16a34a;

color:#fff;

border-radius:40px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.table-btn:hover{

background:#0f8c3e;

color:#fff;

}

@media(max-width:991px){

.medical-table{

min-width:950px;

}

}

.guide-box{
    height:100%;
    border:1px solid #e8ecef;
    border-radius:20px;
    padding: 17px;
    background:#fff;
}

.guide-heading{
    display:flex;
    align-items:center;
    gap: 10px;
    margin-bottom: 6px;
}

.guide-heading span{
    width: 50px;
    height: 50px;
    background:#16a34a;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 15px;
    font-weight: 600;
}

.guide-heading h3{
    margin:0;
    font-size:30px;
}

.eligibility-item{
    display:flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom:1px dashed #dfe6e3;
}

.eligibility-item:last-child{
    border-bottom:none;
}

.eligibility-item i{
    width:50px;
    height:50px;
    background:#eef9f2;
    color:#16a34a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.eligibility-item h5{
    margin-bottom:6px;
}

.eligibility-item p{
    margin:0;
    color:#666;
}

.timeline{
    position:relative;
    margin-left:18px;
}

.timeline::before{
    content:"";
    position:absolute;
    left:18px;
    top:0;
    bottom:0;
    width:2px;
    background:#d7e9dd;
}

.timeline-item{
    position:relative;
    padding-left:70px;
    padding-bottom:28px;
}

.timeline-item:last-child{
    padding-bottom:0;
}

.timeline-item span{
    position:absolute;
    left:0;
    top:0;
    width:38px;
    height:38px;
    background:#16a34a;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:700;
}

.timeline-item h5{
    margin:8px 0 0;
    font-size:18px;
}

@media(max-width:991px){

.guide-box{
    padding:30px;
}

.guide-heading h3{
    font-size:24px;
}

}

.documents-wrapper{
    border:1px solid #e8ecef;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
}

.documents-wrapper .col-lg-6:first-child{
    border-right:1px solid #e8ecef;
}
.document-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 10px 18px;
    border-bottom: 1px solid #eef2f3;
    transition: .3s;
}

.document-item:last-child{
    border-bottom:none;
}

.document-item:hover{
    background:#f7fcf8;
}

.document-item i{
    width:52px;
    height:52px;
    background:#eaf9ef;
    color:#16a34a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}

.document-item h5{
    margin-bottom:6px;
    font-size:18px;
}

.document-item p{
    margin:0;
    color:#666;
    line-height:1.7;
}

@media(max-width:991px){

.documents-wrapper .col-lg-6:first-child{
    border-right:none;
    border-bottom:1px solid #e8ecef;
}

.document-item{
    padding:22px;
}

}
.career-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    border:1px solid #e7ece9;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
}

.career-table thead{
    background:#16a34a;
}

.career-table th{
    padding:18px 22px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    border-right:1px solid rgba(255,255,255,.15);
    white-space:nowrap;
}

.career-table th:last-child{
    border-right:none;
}

.career-table td{
    padding:20px 22px;
    border-right:1px solid #edf1ef;
    border-bottom:1px solid #edf1ef;
    transition:.3s;
}

.career-table td:last-child{
    border-right:none;
}

.career-table tbody tr:last-child td{
    border-bottom:none;
}

.career-table tbody tr:hover{
    background:#f7fcf8;
}

.career-table tbody td:first-child{
    width:70px;
    font-weight:700;
    color:#16a34a;
}

.career-table tbody td:nth-child(2){
    font-weight:600;
}

.career-table tbody td:last-child{
    color:#f5b301;
    letter-spacing:2px;
}

@media(max-width:991px){

.career-table{
    min-width:900px;
}

}
.feature-row {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 10px 21px;
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 18px;
    height: 100%;
    transition: .35s;
}

.feature-row:hover{
    border-color:#16a34a;
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(22,163,74,.12);
}

.feature-row i{
    width:65px;
    height:65px;
    min-width:65px;
    border-radius:50%;
    background:#eef9f2;
    color:#16a34a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

.feature-row h5{
    margin-bottom:8px;
    font-size:20px;
    font-weight:600;
}

.feature-row p{
    margin:0;
    color:#666;
    line-height:1.7;
}

.faq-box,
.consultation-form{
    background:#fff;
    border:1px solid #e8ecef;
    border-radius:20px;
    padding:18px;
    height:100%;
}

.faq-box .accordion-item{
    border:1px solid #e8ecef;
    border-radius:12px;
    margin-bottom:15px;
    overflow:hidden;
}

.faq-box .accordion-button{
    padding:0px 12px;
    font-weight:600;
    box-shadow:none;
}

.faq-box .accordion-button:not(.collapsed){
    background:#16a34a;
    color:#fff;
}
.faq-box .accordion-body {
    color: #666;
    line-height: 1.8;
    padding: 7px 14px;
}

.consultation-form .form-control,
.consultation-form .form-select{
    height:45px;
    border-radius:10px;
    box-shadow:none;
    border:1px solid #dfe5e2;
    /* display: block !important; */
}

.consultation-form textarea.form-control{
    height:auto;
    padding-top:15px;
}

.consultation-form .btn{
    border-radius:50px;
    font-weight:600;
    font-size:16px;
}

@media(max-width:991px){

.faq-box,
.consultation-form{
    padding:30px;
}

}
.medical-cta {
    background: linear-gradient(135deg,#0f8c3e 0%,#16a34a 55%,#22c55e 100%);
    border-radius: 30px;
    padding: 25px;
    position: relative;
    overflow: hidden;
}



.medical-cta>*{
    position:relative;
    z-index:2;
}

.cta-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:8px 20px;
    background:rgba(255,255,255,.15);
    color:#fff;
    border-radius:50px;
    margin-bottom:10px;
    font-weight:600;
}

.medical-cta h2{
    color:#fff;
    font-size:30px;
    line-height:1.2;
    margin-bottom:10px;
}

.medical-cta h2 span{
    color:#d9ffe7;
}

.medical-cta p{
    color:rgba(255,255,255,.9);
    font-size:15px;
    line-height:1.9;
    max-width:700px;
    margin:0;
}

.cta-buttons{
    display:flex;
    flex-direction:column;
    gap:18px;
    align-items:flex-end;
}

.cta-buttons .btn{
    min-width:240px;
    border-radius:60px;
    padding:8px 24px;
    font-weight:600;
}

.cta-buttons .btn-outline-light:hover{
    color:#16a34a;
}

@media(max-width:991px){

.medical-cta{
    padding:45px 30px;
    text-align:center;
}

.medical-cta h2{
    font-size:36px;
}

.cta-buttons{
    margin-top:35px;
    align-items:center;
}

.cta-buttons .btn{
    width:100%;
}

}