	.section-title {
		max-width : 100%;
		
	}
	.single-courses-card .courses-content h3 {
		font-size: 1.2rem !important;
	}
	 .courses-content {
		align-items: baseline;
	}

	@media screen and (max-width:767px) {
		.courses-content {
			display: grid !important;
		}
	}

	@media screen and (min-width:767px) {
		.courses-content {
			display: flex !important;
		}
	}


.vs-about-section{
    padding:100px 0;
    background:linear-gradient(180deg,#f5f8ff 0%,#ffffff 100%);
    position:relative;
    overflow:hidden;
}
.vs-about-section:before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(13,110,253,.05);
    top:-120px;
    right:-120px;
}
.vs-about-section:after{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(220,53,69,.05);
    bottom:-100px;
    left:-100px;
}
.vs-heading{
    text-align:center;
    margin-bottom:60px;
}
.vs-heading span{
    color:#0d6efd;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}
.vs-heading h2{
    font-size:42px;
    font-weight:700;
    margin:15px 0;
}
.vs-heading p{
    max-width:900px;
    margin:auto;
    font-size:18px;
    color:#666;
}
.vs-glass{
    background:#fff;
    border-radius:25px;
    padding:45px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    transition:.4s;
}
.vs-glass:hover{
    transform:translateY(-10px);
}
.vs-about-section h3{
    color:#0d3f8f;
    margin-bottom:20px;
}
.vs-about-section p{
    line-height:1.9;
    color:#555;
}
.vs-counter{
    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}
.vs-counter:hover{
    transform:translateY(-10px);
}
.vs-counter h2{
    color:#0d3f8f;
    font-size:40px;
    font-weight:700;
}
.vs-counter p{
    margin:0;
    font-weight:600;
}
.vs-highlight{
    background:linear-gradient(135deg,#0d3f8f,#1e73ff);
    color:#fff;
    border-radius:25px;
    padding:40px;
    margin-top:40px;
}
.vs-highlight h3{
    color:#fff;
}



.vs-box{
    background:#fff;
    border-radius:25px;
    padding:40px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    overflow:hidden;
    position:relative;
}

.vs-box:before{
    content:'';
    position:absolute;
    width:70px;
    height:70px;
    background:#0d6efd;
    opacity:.08;
    border-radius:50%;
    top:-20px;
    right:-20px;
}

.vs-box:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.vs-icon{

    width:75px;
    height:75px;
    border-radius:50%;
    background:linear-gradient(135deg,#0d6efd,#173b7a);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
    margin-bottom:25px;

}

.vs-box h3{

    color:#173b7a;
    font-weight:700;
    margin-bottom:20px;

}

.vs-box p{

    color:#666;
    line-height:1.9;

}

.vs-mission{

    margin-top:80px;

}

.vs-mission-card{

    background:#fff;
    border-left:6px solid #0d6efd;
    border-radius:18px;
    padding:28px;
    margin-bottom:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;

}

.vs-mission-card:hover{

    transform:translateX(12px);

}

.vs-number{

    width:55px;
    height:55px;
    border-radius:50%;
    background:#173b7a;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:bold;
    font-size:22px;
    margin-bottom:20px;

}


	.value-pill{

display:block;

padding:14px 20px;

background:linear-gradient(135deg,#173b7a,#244c9b);

color:#fff;

border-radius:50px;

font-size:16px;

font-weight:600;

transition:.35s;

box-shadow:0 8px 20px rgba(23,59,122,.15);

}

.value-pill:hover{

transform:translateY(-4px);

background:linear-gradient(135deg,#0d6efd,#173b7a);

box-shadow:0 15px 35px rgba(23,59,122,.25);

}


	.attribute-list li{

display:flex;

align-items:center;

margin-bottom:18px;

font-size:20px;

font-weight:500;

color:#555;

}

.attribute-list li i{

width:42px;

height:42px;

border-radius:50%;

background:#1f5cc6;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

margin-right:15px;

font-size:20px;

flex-shrink:0;

box-shadow:0 8px 18px rgba(31,92,198,.20);

}


    /* ========================================================= */
/* INSTITUTIONAL INITIATIVES & COMMUNITY IMPACT */
/* ========================================================= */

.vs-initiatives-section{
    padding:90px 0;
    background:linear-gradient(135deg,#f5f9ff,#ffffff,#f7f9ff);
}


/* SECTION HEADING */

.vs-section-label{
    display:inline-block;
    padding:7px 18px;
    border-radius:50px;
    background:#e8f0ff;
    color:#1f5cc6;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    margin-bottom:15px;
}

.vs-main-title{
    color:#173b7a;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.vs-title-line{
    width:70px;
    height:4px;
    background:linear-gradient(90deg,#1f5cc6,#ef334f);
    border-radius:10px;
    margin:0 auto 25px;
}

.vs-intro-text{
    max-width:950px;
    margin:auto;
    color:#555;
    font-size:18px;
    line-height:2;
}



/* ========================================================= */
/* MAIN INITIATIVE CARD */
/* ========================================================= */

.vs-initiative-card{

    background:#fff;

    border-radius:25px;

    margin-bottom:35px;

    overflow:hidden;

    box-shadow:0 15px 45px rgba(20,55,110,.10);

    transition:.4s;

    border:1px solid rgba(30,70,130,.06);

}

.vs-initiative-card:hover{

    transform:translateY(-6px);

    box-shadow:0 25px 55px rgba(20,55,110,.16);

}



/* ========================================================= */
/* CARD HEADER */
/* ========================================================= */

.vs-initiative-header{

    display:flex;

    align-items:center;

    gap:20px;

    padding:25px 30px;

    color:#fff;

}

.vs-initiative-header h3{

    margin:0;

    font-size:25px;

    font-weight:700;

}

.vs-initiative-number{

    font-size:18px;

    font-weight:700;

    width:45px;

    height:45px;

    border-radius:50%;

    background:rgba(255,255,255,.20);

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}

.vs-initiative-icon{

    width:58px;

    height:58px;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    flex-shrink:0;

}



/* ========================================================= */
/* DIFFERENT COLOUR THEMES */
/* ========================================================= */

.initiative-blue .vs-initiative-header{
    background:linear-gradient(135deg,#1456b8,#2878e8);
}

.initiative-blue .vs-initiative-icon{
    color:#1456b8;
}


.initiative-purple .vs-initiative-header{
    background:linear-gradient(135deg,#5835a8,#8055d6);
}

.initiative-purple .vs-initiative-icon{
    color:#5835a8;
}


.initiative-orange .vs-initiative-header{
    background:linear-gradient(135deg,#e67b18,#f2a33b);
}

.initiative-orange .vs-initiative-icon{
    color:#e67b18;
}


.initiative-green .vs-initiative-header{
    background:linear-gradient(135deg,#16804b,#29a866);
}

.initiative-green .vs-initiative-icon{
    color:#16804b;
}



/* ========================================================= */
/* CARD CONTENT */
/* ========================================================= */

.vs-initiative-content{

    padding:30px;

}

.vs-initiative-content > p{

   

    color:#555;

    margin:0;

}



/* ========================================================= */
/* INNER IMPACT ITEMS */
/* ========================================================= */

.vs-impact-item{

    height:100%;

    background:#f8faff;

    border-radius:18px;

    padding:25px;

    border:1px solid #edf2fa;

    transition:.35s;

}

.vs-impact-item:hover{

    transform:translateY(-5px);

    background:#fff;

    box-shadow:0 12px 30px rgba(20,60,120,.10);

}

.vs-impact-icon{

    width:52px;

    height:52px;

    border-radius:50%;

    background:#1f5cc6;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    margin-bottom:18px;

}

.vs-impact-item h5{

    color:#173b7a;

    font-size:19px;

    font-weight:700;

    margin-bottom:10px;

}

.vs-impact-item p{

    color:#666;

    font-size:16px;

    line-height:1.8;

    margin:0;

}



/* ========================================================= */
/* RESPONSIVE */
/* ========================================================= */

@media(max-width:768px){

    .vs-initiatives-section{
        padding:60px 15px;
    }

    .vs-main-title{
        font-size:32px;
    }

    .vs-initiative-header{
        padding:20px;
        gap:12px;
    }

    .vs-initiative-header h3{
        font-size:20px;
    }

    .vs-initiative-number{
        width:38px;
        height:38px;
        font-size:14px;
    }

    .vs-initiative-icon{
        width:48px;
        height:48px;
        font-size:23px;
    }

    .vs-initiative-content{
        padding:22px;
    }

}


    /* ========================================================= */
/* ACHIEVEMENTS, MILESTONES & RECOGNITION */
/* ========================================================= */

.vs-achievements-section{
    padding:100px 0;
    background:linear-gradient(135deg,#f4f8ff 0%,#ffffff 50%,#f7f9ff 100%);
}


/* ========================================================= */
/* MAIN CARDS */
/* ========================================================= */

.achievement-main-card{

    background:#fff;

    border-radius:28px;

    padding:40px;

    margin-bottom:40px;

    box-shadow:0 18px 50px rgba(23,59,122,.10);

    border:1px solid rgba(23,59,122,.06);

    overflow:hidden;

    position:relative;

}

.achievement-main-card::before{

    content:"";

    position:absolute;

    top:-80px;

    right:-80px;

    width:200px;

    height:200px;

    border-radius:50%;

    background:rgba(31,92,198,.05);

}


/* ========================================================= */
/* CARD HEADING */
/* ========================================================= */

.achievement-card-heading{

    display:flex;

    align-items:center;

    gap:20px;

    margin-bottom:30px;

    position:relative;

}

.achievement-heading-icon{

    width:65px;

    height:65px;

    min-width:65px;

    border-radius:18px;

    background:linear-gradient(135deg,#174ea6,#2878e8);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    box-shadow:0 12px 25px rgba(31,92,198,.20);

}

.achievement-small-title{

    color:#2878e8;

    font-size:12px;

    font-weight:700;

    letter-spacing:1.5px;

}

.achievement-card-heading h3{

    margin:4px 0 0;

    color:#173b7a;

    font-size:27px;

    font-weight:700;

}



/* ========================================================= */
/* TIMELINE */
/* ========================================================= */

.vs-timeline{

    position:relative;

    padding:10px 0;

}

.vs-timeline::before{

    content:"";

    position:absolute;

    left:105px;

    top:20px;

    bottom:20px;

    width:3px;

    background:linear-gradient(
        to bottom,
        #2878e8,
        #7b55d6,
        #25a866
    );

    border-radius:10px;

}

.vs-timeline-item{

    display:grid;

    grid-template-columns:80px 50px 1fr;

    gap:20px;

    align-items:center;

    margin-bottom:28px;

    position:relative;

}

.vs-timeline-item:last-child{

    margin-bottom:0;

}

.vs-timeline-year{

    font-size:20px;

    font-weight:800;

    color:#173b7a;

    text-align:right;

}

.vs-timeline-dot{

    width:50px;

    height:50px;

    border-radius:50%;

    background:#fff;

    border:4px solid #2878e8;

    color:#2878e8;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    z-index:2;

    box-shadow:0 5px 15px rgba(31,92,198,.15);

}

.vs-timeline-content{

    background:#f7faff;

    border-radius:15px;

    padding:18px 22px;

    border:1px solid #edf2fa;

    transition:.3s;

}

.vs-timeline-content:hover{

    transform:translateX(5px);

    background:#fff;

    box-shadow:0 10px 25px rgba(23,59,122,.08);

}

.vs-timeline-content h4{

    color:#444;

    font-size:18px;

    font-weight:600;

    margin:0;

}

.vs-timeline-content p{

    color:#666;

    line-height:1.7;

    margin:8px 0 0;

}



/* ========================================================= */
/* ACADEMIC HIGHLIGHTS */
/* ========================================================= */

.academic-highlight{

    height:100%;

    padding:25px;

    border-radius:20px;

    background:linear-gradient(135deg,#f7faff,#ffffff);

    border:1px solid #e8eef8;

    display:flex;

    gap:20px;

    transition:.35s;

}

.academic-highlight:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(23,59,122,.10);

}

.academic-icon{

    width:55px;

    height:55px;

    min-width:55px;

    border-radius:15px;

    background:linear-gradient(135deg,#174ea6,#2878e8);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:25px;

}

.academic-highlight h4{

    color:#173b7a;

    font-size:19px;

    font-weight:700;

    margin:0 0 8px;

}

.academic-highlight p{

    color:#666;

    line-height:1.7;

    margin:0;

}



/* ========================================================= */
/* UNIVERSITY RANK CARDS */
/* ========================================================= */

.rank-card{

    text-align:center;

    background:#fff;

    border-radius:20px;

    padding:25px 15px;

    height:100%;

    border:1px solid #e8eef8;

    box-shadow:0 8px 25px rgba(23,59,122,.06);

    transition:.35s;

}

.rank-card:hover{

    transform:translateY(-7px);

    box-shadow:0 18px 35px rgba(23,59,122,.12);

}

.rank-number{

    color:#1f5cc6;

    font-size:28px;

    font-weight:800;

    margin-bottom:8px;

}

.rank-number sup{

    font-size:13px;

}

.rank-card h5{

    color:#444;

    font-size:16px;

    margin:0 0 7px;

    font-weight:600;

}

.rank-card span{

    display:inline-block;

    padding:4px 12px;

    border-radius:30px;

    background:#edf4ff;

    color:#1f5cc6;

    font-size:13px;

    font-weight:600;

}



/* ========================================================= */
/* ACCREDITATION CARDS */
/* ========================================================= */

.accreditation-card{

    height:100%;

    padding:30px;

    border-radius:22px;

    background:#fff;

    border:1px solid #e7edf7;

    box-shadow:0 8px 28px rgba(23,59,122,.06);

    transition:.35s;

}

.accreditation-card:hover{

    transform:translateY(-7px);

    box-shadow:0 20px 40px rgba(23,59,122,.12);

}

.accreditation-icon{

    width:60px;

    height:60px;

    border-radius:17px;

    background:linear-gradient(135deg,#173b7a,#2878e8);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:20px;

}

.accreditation-card h4{

    color:#173b7a;

    font-size:20px;

    font-weight:700;

    line-height:1.5;

    margin-bottom:22px;

}

.accreditation-item{

    display:flex;

    align-items:flex-start;

    gap:10px;

    margin-bottom:17px;

}

.accreditation-item i{

    color:#1f9d60;

    font-size:19px;

    margin-top:3px;

    flex-shrink:0;

}

.accreditation-item p{

    color:#666;

    font-size:15px;

    line-height:1.7;

    margin:0;

}



/* ========================================================= */
/* INFRASTRUCTURE HIGHLIGHT */
/* ========================================================= */

.infrastructure-highlight{

    margin-top:25px;

    padding:28px 30px;

    border-radius:22px;

    background:linear-gradient(
        135deg,
        #173b7a,
        #2878e8
    );

    color:#fff;

    display:flex;

    align-items:center;

    gap:22px;

    box-shadow:0 15px 35px rgba(23,59,122,.20);

}

.infrastructure-icon{

    width:60px;

    height:60px;

    min-width:60px;

    border-radius:18px;

    background:rgba(255,255,255,.18);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

}

.infrastructure-highlight span{

    font-size:12px;

    letter-spacing:1.5px;

    font-weight:700;

}

.infrastructure-highlight p{

    margin:6px 0 0;

    font-size:17px;

    line-height:1.8;

}



/* ========================================================= */
/* RESPONSIVE */
/* ========================================================= */

@media(max-width:768px){

    .vs-achievements-section{

        padding:60px 15px;

    }

    .achievement-main-card{

        padding:25px 20px;

        border-radius:20px;

    }

    .achievement-card-heading{

        align-items:flex-start;

    }

    .achievement-heading-icon{

        width:52px;

        height:52px;

        min-width:52px;

        font-size:24px;

    }

    .achievement-card-heading h3{

        font-size:21px;

    }

    .vs-timeline::before{

        left:25px;

    }

    .vs-timeline-item{

        grid-template-columns:50px 1fr;

        gap:15px;

    }

    .vs-timeline-year{

        grid-column:1;

        grid-row:1;

        text-align:center;

        font-size:15px;

    }

    .vs-timeline-dot{

        grid-column:1;

        grid-row:2;

    }

    .vs-timeline-content{

        grid-column:2;

        grid-row:1 / span 2;

    }

    .vs-timeline-content h4{

        font-size:16px;

    }

    .academic-highlight{

        padding:20px;

    }

    .infrastructure-highlight{

        align-items:flex-start;

        padding:22px;

    }

}

/* ========================================================= */
/* GOOGLE MAPS + SOCIAL MEDIA EXTRA SECTION */
/* ========================================================= */

.vs-contact-extra {

    background: #ffffff;

    border: 1px solid #e5e9ef;

    border-radius: 14px;

    padding: 30px;

    height: 100%;

    display: flex;

    gap: 20px;

    box-shadow: 0 5px 18px rgba(0,0,0,0.06);

}


/* ========================================================= */
/* MAIN ICON */
/* ========================================================= */

.vs-extra-icon {

    width: 52px;

    height: 52px;

    min-width: 52px;

    border-radius: 50%;

    background: #173b7a;

    color: #ffffff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

}


/* ========================================================= */
/* CONTENT */
/* ========================================================= */

.vs-extra-content {

    flex: 1;

}

.vs-extra-content h3 {

    margin: 0 0 8px;

    color: #173b7a;

    font-size: 21px;

    font-weight: 700;

}

.vs-extra-content p {

    color: #666;

    font-size: 15px;

    line-height: 1.7;

    margin-bottom: 15px;

}


/* ========================================================= */
/* GOOGLE MAPS QR */
/* ========================================================= */

.vs-qr-code {

    margin-top: 15px;

}

.vs-qr-code img {

    width: 150px;

    height: 150px;

    object-fit: contain;

    padding: 8px;

    background: #ffffff;

    border: 1px solid #e1e5eb;

    border-radius: 8px;

}


/* ========================================================= */
/* SOCIAL MEDIA GRID */
/* ========================================================= */

.vs-social-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    margin-top: 20px;

}


/* ========================================================= */
/* SOCIAL ITEM */
/* ========================================================= */

.vs-social-item {

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 11px 14px;

    background: #f7f9fc;

    border: 1px solid #e5e9ef;

    border-radius: 10px;

    color: #444;

    text-decoration: none;

    font-size: 15px;

    font-weight: 600;

    transition: 0.2s ease;

}

.vs-social-item:hover {

    background: #ffffff;

    border-color: #1f5cc6;

    color: #173b7a;

}


/* ========================================================= */
/* SOCIAL ICONS */
/* ========================================================= */

.vs-social-icon {

    width: 38px;

    height: 38px;

    min-width: 38px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    font-size: 19px;

}


/* Website */

.vs-social-icon.website {

    background: #173b7a;

}


/* Facebook */

.vs-social-icon.facebook {

    background: #1877f2;

}


/* Instagram */

.vs-social-icon.instagram {

    background: #c13584;

}


/* YouTube */

.vs-social-icon.youtube {

    background: #ff0000;

}


/* LinkedIn */

.vs-social-icon.linkedin {

    background: #0a66c2;

}


/* ========================================================= */
/* MOBILE */
/* ========================================================= */

@media (max-width: 767px) {

    .vs-contact-extra {

        padding: 22px;

    }

    .vs-social-grid {

        grid-template-columns: 1fr;

    }

}