:root{
    --primary-red:#c62828;
    --dark-red:#8e0000;
    --primary-green:#2e7d32;
    --light-green:#4caf50;
    --white:#ffffff;
    --light-bg:#f8faf8;
    --text:#333333;
}
.top-bar{
    background:#359218;
    color:#fff;
    padding:10px 0;
    font-size:15px;
    font-weight:600;
}
.hero-section{
    padding:60px 0;
    /* background:
    linear-gradient(rgba(0,0,0,.65),
    rgba(0,0,0,.65)),
    url('img/uk-doctor.webp'); */
    background-size:cover;
    background-position:center;
    background-color: #d9fad929;
}
.hero-img img{
    border-radius: 20px;
}
.badge{
    background:#2e7d32;
    color:#fff;
    padding:10px 20px !important;
    border-radius:30px;
    display:inline-block;
    margin-bottom:20px;
}

.hero-section h1 {
    color: #000;
    font-size: 38px;
    line-height: 1.2;
    font-weight:600;
}

.hero-section h1 span{
    color:#40ae1e;
}
.hero-section p {
    color: #000;
    font-size: 18px;
    margin: 4px 0;
}
.hero-btns{
    margin-top:20px;
}

.btn-red{
    background:#c62828;
    color:#fff;
    padding:10px 35px;
    border-radius:6px;
    text-decoration:none;
    margin-right:15px;
    margin-top: 20px;
}

.btn-green{
    background:#2e7d32;
    color:#fff;
    padding:10px 35px;
    border-radius:6px;
    text-decoration:none;
    margin-top: 20px;

}
.why-us-section{
    padding:30px 0;
    background:#f8fdf8;
}

.section-heading{
    margin-bottom:25px;
}

.sub-title{
    display:inline-block;
    background:#e8f5e9;
    color:#2e7d32;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}
.section-heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #c62828;
    margin: 6px 0;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
}
.why-card {
    background: #fff;
    border-radius: 20px;
    padding: 15px 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border: 1px solid #551f1f3d;
}

.why-card:hover{
    transform:translateY(-10px);
}
/* 
.why-card:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(
        90deg,
        #c62828,
        #2e7d32
    );
} */

.card-number{
    position:absolute;
    top:15px;
    right:20px;
    font-size:50px;
    font-weight:700;
    color:rgba(0,0,0,.05);
}
.icon-box {
    width: 60px;
    height: 60px;
    line-height: 57px;
    margin: 0 auto 7px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #c62828,
        #2e7d32
    );
}

.icon-box i{
    color:#fff;
    font-size:32px;
}

.why-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.why-card p{
    color:#666;
    line-height:1.8;
}
.career-pathways{
    padding:30px 0;
    background:#ffffff;
}
.pathway-card {
    background: #fff;
    padding: 13px 10px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: .4s;
    border: 1px solid #f1f1f1;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.pathway-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}
.pathway-icon {
    width: 60px;
    height: 60px;
    line-height: 59px;
    margin: auto;
    border-radius: 50%;
    background: green;
    margin-bottom: 7px;
}

.pathway-icon i{
    color:#fff;
    font-size:22px;
}

.pathway-card h3 {
    font-size: 22px;
    margin-bottom: 9px;
    font-weight: 700;
    color: #fff;
}

.pathway-card p{
    color:#666;
    /* min-height:80px; */
}
.tblack{
    color: #000 !important;
}
.pathway-flow {
    margin-top: 8px;
    padding: 12px;
    background: #f7f7f7;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: green;
}

.featured{
   background: #34a42d;
    color:#fff;
}

.featured p,
.featured li{
    color:#fff;
}

.featured .pathway-icon{
    background:#fff;
}

.featured .pathway-icon i{
    color:#c62828;
}

.featured-badge{
    position:absolute;
    top:15px;
    right:-30px;
    background:#fff;
    color:#c62828;
    padding:8px 35px;
    transform:rotate(45deg);
    font-size:12px;
    font-weight:700;
}

.featured ul{
    padding-left:0;
    list-style:none;
}
.featured ul li {
    margin-bottom: 10px;
    background: #a7e5a747;
    padding: 3px 0px;
}
.contact-cta{
    padding:25px 0;
    background:#f8faf8;
}

.cta-box{
   background: #0a860a;
    padding:30px;
    border-radius:25px;
    color:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
    position:relative;
    overflow:hidden;
}

.cta-box:before{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-120px;
    right:-100px;
}

.cta-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:10px 20px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:20px;
}
.cta-box h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #fff;
}
.cta-box p{
    font-size:17px;
    margin-bottom:25px;
    opacity:.95;
    color: #fff;
}

.contact-info{
    font-size:18px;
    margin-bottom:10px;
}

.contact-number{
    font-size:30px;
    font-weight:700;
}
.cta-btn {
    display: block;
    width: auto;
    max-width: 200px;
    margin: 10px auto;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .4s;
}

.call-btn{
    background:#fff;
    color:green;
}

.whatsapp-btn{
    background:#25d366;
    color:#fff;
}

.cta-btn:hover{
    transform:translateY(-5px);
    text-decoration:none;
}

@media(max-width:768px){

    .cta-box{
        padding:35px 25px;
        text-align:center;
    }

    .cta-box h2{
        font-size:25px;
    }

    .contact-number{
        font-size:24px;
        margin-bottom:10px;
    }
}
@media (max-width:576px){
    .hero-section h1 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
}
.section-heading h2 {
    font-size: 22px;
    font-weight: 600;
    color: #c62828;
    margin: 6px 0;
}
}
.uk-pathways-section{
    padding:30px 0;
    background:#f8faf8;
}

.content-card {
    background: #fff;
    padding: 18px;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.content-card h2{
    color:#c62828;
    margin-bottom:15px;
    font-size: 28px;
}

.pathway-box{
    background:#f1f8f2;
    border-left:5px solid #2e7d32;
    padding:15px;
    margin-top:20px;
}

.featured-program{
    background: green;
    color:#fff;
}

.featured-program h2{
    color:#fff;
}

.featured-program ul{
    list-style:none;
    padding:0;
}

.featured-program li{
    margin-bottom:12px;
}

.sticky-sidebar{
    position:sticky;
    top:100px;
}
.sidebar-card {
    background: #13b73b;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

.doctor-name{
    font-size:22px;
    font-weight:700;
    margin:20px 0 10px;
}

.phone-number{
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}


.steps-grid{
    display:grid;
    gap:15px;
}

.step-item{
    background:#f7f7f7;
    padding:15px;
    border-radius:10px;
}

.step-item span{
    background:#c62828;
    color:#fff;
    padding:5px 10px;
    border-radius:50px;
    margin-right:10px;
}