/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #1d1b19;
}

/*** Header Area ***/
/* Top Header */
#sp-top-bar {
    padding: 20px 0;
    background: transparent;
}
#sp-top-bar, #sp-top-bar a {
   	color: #071e33;
}

/* Header Menu */
#sp-header { /*----Conditions for the homepage----*/
    background: none;
    /*max-width: 1280px;*/
  	width:100%;
    margin: 0 auto;
  	margin-bottom: -80px;  	
	}
#sp-header.header-sticky {
    position: fixed;
  	max-width: 100%;
    margin: 0 auto;
    background: #9d2e34; 
  	height: 130px;
    border-bottom: 10px solid #fffac2;
	}
.sp-megamenu-parent{
  display:none;
	}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn-design, .btn-primary {
	color: #fff!important;
	position: relative;
	padding: 12px 35px;
	display: inline-block;
	text-transform: uppercase;
  	border-radius: 0;
}
.slider-btn a {
  	position: relative;
  	display: inline-block;
}
.slider-btn a:before,
.btn-design:before {
    position: absolute;
    transition: all .3s cubic-bezier(0,0,.1,1);
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,.1);
}
.slider-btn:hover:before,
.btn-design:hover:before {
    width: 100%;
}
.btn-primary:hover {
  	background-color: #071e33!important;
    border-color: #071e33!important;
}

/* Title */
#sp-title .sp-page-title {
    padding-top: 20px!important;
	}

/* About */
/*.about .sppb-row > div:nth-child(2n) {
 	background-image: linear-gradient(0deg,#0a233b 0%,#1a3550 50%,#0a233b 100%);
}
.about-item .sppb-addon-text {
	color: #fff;
}*/

/* About */
.about .sppb-row > div:nth-child(2n) {
 	background-image: none;
	}
.about-item .sppb-addon-text {
	color: #fff;
	}
.about-item .sppb-addon-title{
	font-weight:bold;
  	display:inline-block; 
  	background:url(../images/forward-image-link.png) right no-repeat;
  	padding:0 7% 0 0;
	}
.about-item .sppb-addon-title a{    
  	text-decoration:none;  	
  	color:#fffac2;
	}
.covid-information h3{
  font-weight:bold;
  margin:1% 0 0 0;
	}

/*Read more*/
.covid-moreinfo{
  	background:#9d2e34;
 	font-weight:bold;
	}
.covid-moreinfo:hover{
  	background:#9d2e34;
  	cursor:pointer;
	}

/*---SPU news---*/
.frontpage-newstitle h3.sppb-addon-title{
  font-weight:bold;
  font-size:28px;
	}
.featured-news .mfp_thumb_pos_top2{
  height:354px;
	}
.mfp_default_title a{
  color:#9d2e34;
	}

.frontpage-newsmore .sppb-addon-title{
	font-weight:bold; 
  	display:inline-block;
  	background:url(../images/forward-image-slider.png) right no-repeat;
  	padding:0 4% 0 0;
	}
.frontpage-newsmore .sppb-addon-title a{    
  	text-decoration:none;  	
	}
.frontpage-newsmore .sppb-addon-title a:hover{
  	
	}
.frontpage-newsmoremobile .sppb-addon-title{
	font-weight:bold; 
  	display:inline-block;
  	background:url(../images/forward-image-slider.png) right no-repeat;
  	padding:0 6% 0 0;
	}
.frontpage-newsmoremobile .sppb-addon-title a{    
  	text-decoration:none;  	
	}
.frontpage-newsmoremobile .sppb-addon-title a:hover{
  	text-decoration:none; 
	}
/*--News landing page--*/
.news-page .mfp-grid h4{
  font-size:1.1em !important;
  }
.news-page .mfp-grid p.mfp_introtext{
  font-size:16px;  
  line-height:1.5;
  }

/*---SPU events---*/
.spu-events-title h3.sppb-addon-title{
	font-weight:bold;
	}

/*---Academics----*/
.academics h3.sppb-addon-title{
	font-weight:bold;
	}

h4.sppb-addon-title{
  font-weight:bold;
	}
.postgraduate-studies .academicsmore{
  font-weight:bold;
  margin:5% 0 0 0;
	}
.undergraduate-studies .academicsmore{
  font-weight:bold;
  margin:5% 0 0 0;
	}
.virtual-studies .academicsmore{
  font-weight:bold;
  margin:5% 0 0 0;
	}

/**---Partners----**/
.partners h3.sppb-addon-title{
	font-weight:bold;
	}

/* Chart */
.chart {
	width: 650px;
	height: 300px;
	margin: 30px auto 0;
	display: block;
}
.chart #numbers {
	width: 50px;
	height: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}
.chart #numbers li {
	text-align: right;
	padding-right: 1em;
	list-style: none;
	height: 29px;
	border-bottom: 1px solid #444;
	position: relative;
	bottom: 30px;
}
.chart #numbers li:last-child {
  	height: 30px;
}
.chart #numbers li span {
	color: #eee;
	position: absolute;
	bottom: 0;
	right: 10px;
}
.chart #bars {
	display: inline-block;
	width: 600px;
	height: 300px;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 0 1px #adadad;
}
.chart #bars li {
	display: table-cell;
	width: 100px;
	height: 300px;
	margin: 0;
	text-align: center;
	position: relative;
}
.chart #bars li h6 {
	font-weight: 400;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.chart #bars li .bar {
	display: block;
	width: 70px;
	margin-left: 15px;
	position: absolute;
	bottom: 0;
}
.chart #bars li .bar:hover {
	cursor: pointer;
}
.chart #bars li .bar:hover:before {
	color: white;
	content: attr(data-percentage) '%';
	position: relative;
	bottom: 20px;
}
.chart #bars li span {
	color: #eee;
	width: 100%;
	position: absolute;
	bottom: -2em;
	left: 0;
	text-align: center;
}

/* Feature */
.feature-item .sppb-icon-container {
	width: 80px;
    height: 80px;
    line-height: 80px;
}
.feature-item h5 {
	font-weight: 400;
}

/* Counter */
.counter-item h2 {
	font-size: 50px;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 20px;
}
.counter-item h2:before {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    height: 2px;
    background-color: rgba(255,255,255,.5);
    width: 50px;
}
.counter-item h5 {
	color: rgba(255,255,255,.5);
	margin: 0;
}
.counter-item h5:before {
	content: <a href="#">test click</a>;
}

/* Testimonial */
.testimonial-wrap .clearfix {
	position: relative;
	z-index: 1;
}
.testimonial-wrap .clearfix:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    background: rgba(10, 35, 59, 0.70);
}
.testimonial .sppb-addon-testimonial-client-url {
	text-transform: uppercase;
}
.testimonial .sppb-addon-testimonial-avatar {
	position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
}
.testimonial-content strong {
	color: #fff;
	font-size: 17px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.testimonial-content .sppb-addon-testimonial-client {
	text-align: center;
}
.testimonial-content .sppb-addon-testimonial-review {
	line-height: 25px;
}

/* Team */
.team-item .sppb-img-container,
.team-item .sppb-img-container img {
	width: 100%;
}
.team-item h6 {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #848484;
}
.team-item .sppb-img-container {
	position: relative;
}
.team-item .sppb-img-container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity .4s,-webkit-transform .4s cubic-bezier(.4,0,.2,1);
    transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
    transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s,
    -webkit-transform .4s cubic-bezier(.4,0,.2,1);
    background: rgba(10,35,59,.5);
}
.team-item:hover .sppb-img-container:before {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.team-item .sppb-media-body {
	padding: 0 15px;
}
.team-item ul {
	padding: 0;
	position: absolute;
	top: 30%;
	width: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.team-item:hover ul {
	opacity: 1;
	visibility: inherit;
	-webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.team-item ul li {
	list-style: none;
    width: 45px;
    height: 45px;
    text-align: center;
	display: inline-block;
	border: 2px solid #fff;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}
.team-item ul li a {
    display: inline-block;
    width: 100%;
    line-height: 45px;
}
.team-item ul li em {
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	}
.team-item ul li strong {
	display: none;
	}

/* Testimonial */
.testimonial-wrap .clearfix {
	position: relative;
	z-index: 1;
	}
.testimonial-wrap .clearfix:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    background: rgba(10, 35, 59, 0.70);
}
.testimonial .sppb-addon-testimonial-client-url {
	text-transform: uppercase;
}
.testimonial .sppb-addon-testimonial-avatar {
	position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
}
.testimonial-content strong {
	color: #fff;
	font-size: 17px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.testimonial-content .sppb-addon-testimonial-client {
	text-align: center;
}
.testimonial-content .sppb-addon-testimonial-review {
	line-height: 25px;
}

/* Team */
.team-item .sppb-img-container,
.team-item .sppb-img-container img {
	width: 100%;
}
.team-item h6 {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #848484;
}
.team-item .sppb-img-container {
	position: relative;
}
.team-item .sppb-img-container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity .4s,-webkit-transform .4s cubic-bezier(.4,0,.2,1);
    transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s;
    transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .4s,
    -webkit-transform .4s cubic-bezier(.4,0,.2,1);
    background: rgba(10,35,59,.5);
}
.team-item:hover .sppb-img-container:before {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.team-item .sppb-media-body {
	padding: 0 15px;
}
.team-item ul {
	padding: 0;
	position: absolute;
	top: 30%;
	width: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.team-item:hover ul {
	opacity: 1;
	visibility: inherit;
	-webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.team-item ul li {
	list-style: none;
    width: 45px;
    height: 45px;
    text-align: center;
	display: inline-block;
	border: 2px solid #fff;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}
.team-item ul li a {
    display: inline-block;
    width: 100%;
    line-height: 45px;
}
.team-item ul li em {
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item ul li strong {
	display: none;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}

/* Subcribe */
.subcribe .acym_form {
  	width: 80%;
    float: left;
}
.subcribe .acysubbuttons {
  	width: 20%;
    float: left;
}
.subcribe .acym_form .onefield {
    width: 50% !important;
    float: left;
}
.subcribe .btn-primary {
  	margin-top: 30px;
    padding: 10px 25px;
}
.subcribe .acym_form .onefield input {
  	padding: 11px;
    border-radius: 0;
    max-width: 100%;
}

/* Contact Info */
.contact-info h3, .contact-info h4 {
  	font-size: 20px;
}

/*---Inner pages---*/
.innerpages-heading h2.sppb-addon-title{
  font-weight:600;
}
.innerpages-heading .sppb-addon-content{
  color:#fffac2;
}

.page-content h2{
  font-weight:600;
}
.page-content h3{
  font-weight:600;
}
.page-content h3{
  font-weight:600;
	}
.page-content h4.subtitle3{
 font-size:22px;
  color:#9d2e34;
}
/*----Plan a visit----*/
.virtual-tour{  
  width:85%;
  height:70%;
  margin:0 auto;
	}

/*---History-----*/
.history-item{ 
  /*margin:0 10% 0 10%;*/ 
  	} 
.history-item .sppb-col-md-10{
  padding:0 0 2% 2%;  
  border-bottom:2px solid #cccccc;
	}
.history-item .sppb-col-md-2{
  padding:0;  
  border-bottom:2px solid #cccccc;
	}
.history-item-year{  
  /*border-right:2px solid #cccccc;*/
  /*border-bottom:2px solid #cccccc;*/
  padding:0 0 10% 0;
	}
.history-item-year h4{
  background:#cccccc; 
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
	}
.history-item-text{
  /*border-bottom:2px solid #cccccc;*/
  /*padding:0 0 2% 0;*/
	}

/*---Governance---*/
.governance-icon .sppb-img-responsive{
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  width:283px;
  height:283px;
	}
.Council-members .sppb-img-responsive{
  	border-radius:50%;
  	-webkit-border-radius:50%;
  	-moz-border-radius:50%;
  	width:270px;
  	height:270px;
	}
.Council-members-small .sppb-img-responsive{
  	border-radius:50%;
  	-webkit-border-radius:50%;
  	-moz-border-radius:50%;
  	width:270px;
  	height:270px;
	}

/*--Stylig for governance profile--*/
[data-modals-element="modal"] [data-modals-element="container"]{  
  z-index:2000;  
  }
.facilities-intro h3.sppb-addon-title{
  	margin:0 0 30px 0;
  	padding:0 0 30px 0;
	}

/*Read more*/
.view-programmes{
  	background:#9d2e34;
 	font-weight:bold;
	}
.view-programmes:hover{
  	background:#9d2e34;
  	cursor:pointer;
	}
/*------programmes-------*/
.sppb-column-addons .programmes-intro{ 
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  /*border:1px solid blue;*/
	}

/*Landing pages for programmes*/
.programme-details{
 margin:15px 0 0 0;
  padding-bottom:10px;
 }

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
          max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
  	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer1 p {
    	text-align: center;
  	}
}

@media (max-width:575px){:root{--header_height: $header_height_xs}
#sp-header.header-sticky {     
  	height:90px;     	
	}
}
/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.chart #bars li .bar, .slider-btn a, .btn-design.green,
.jmm-image.mod-article-image:before, .jmm-image.mod-article-image:after{
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#sp-bottom a, #sp-footer a, .offcanvas-menu .offcanvas-inner ul.menu >li.active a,
.about-item .sppb-icon i, .feature-item .sppb-icon i, .counter-item h2, .service-item .sppb-icon i,
.subcribe-title .text-color {
  	color: var(--text-color) !important;
}
.tabs .sppb-tab-content, .tabs .sppb-nav-tabs>li.active>a {
  	border-color:var(--text-color)!important;
}
.slider-title-big h1{
   color:#fffac2;
	}
.n2-ss-section-main-content{
  margin:3% 0 0 0;
	}
.n2-ss-slider .n2-ss-layer{
  /*margin:250px 0 0 0;*/
	}
.n2-ss-slider .n2-ss-layer h1{
  color:#fffac2;
  padding:10% 0 0 0;
	}
div#n2-ss-3 .n-uc-16610d53ccff8-inner {
  /*margin: 40px 10px 0px 10px;
  justify-content: center;*/
	}

.programme-thumb{
  /*border:1px solid #fffac2;*/
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  }
.programme-readmore{/*Styling for readmore on individual programmes*/
  }
a.programme-readmore{
  background:#9d2e34;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  padding-bottom:5px;
  }

.readmore{/*Styling for readmore*/
  }
a.readmore{
  border: 2px solid #fffac2;
  border-radius:5px;
  color: #fffac2;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  padding:5px;
  }

a.student-readmore{
  border:#fffac2;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  padding-bottom:5px;
  }
.academicprogrammes{	
	padding-bottom:1%;
	margin:0;
	border-bottom:1px solid #eeeeee;
	}
.academicprogrammes li.programsubtitle{
	list-style:none;
	font-weight:bold;
	/*color:#000;*/
	}
.body .download{	
	/*width:100%;*/
	margin:0 0 3% 5%;
	padding:1% 0 0 0;	
	}
.body .download:nth-child(odd){
	background:#eeecec;		
	}
.body .download:nth-child(even){
	background:#eeecec;		
	}
.body .download ul{
	list-style:none;
	}
.body .download ul li.document{
	background:url(../../../images/pdf-icon-small.png) left no-repeat;
	padding:1% 0 1% 4%;
	}
#inner-article .body h3.subtitle3{
    display:block;
	font-size:16px;
    margin-left:5%;
    margin-top:2%;
    color:#0d0c0c;
    }
#inner-article .bodynursing h3.subtitle3{
    display:block;
	font-size:16px;
    margin-left:2%;
    margin-top:2%;
    color:#9d2e34;
    }
.subheading{
	color:#9d2e34;
	font-weight:bold;
	}
.icon ul.subheading{
    padding:1% 0 1% 0;
    font-weight:bold;
    color:#9d2e34;
    font-size:16px;
    }
.academicprogrammes{	
	padding-bottom:1%;
	margin:0;
	border-bottom:1px solid #eeeeee;
	}
.academicprogrammes li.programsubtitle{
	list-style:none;
	font-weight:bold;
	color:#9d2e34;
	}
/**----Library----**/
.threecolumns{
	position:relative;
	width:100%;
	overflow:hidden;
	left:5%;!important
	padding-top:3%;		
	}
.threecolumns div{
	width:25%;
	float:left;
	margin-right:3%;	
	background:#fffcd7;
	}
.threecolumns div h3.subtitle3{
    margin:5% 0 0 0;
    }
.threecolumns div ul{
	padding:0 15px;
	}
.threecolumns div ul li{
	margin:0;	
	}
.threecolumns div ul li a{
	display:block;
	border-bottom:1px dotted #403d3d; 
	padding:3% 0 3% 0;
    color:#000000 !important;
	}
#inner-article .body h3.subtitle3{
    display:block;
	font-size:18px;
    margin-left:0%;
    margin-top:2%;
    color:#9d2e34;
    }

/**---Databases and ebooks---**/
.icon{	
	overflow:hidden;
	width:90%;
	background:url() #fbfcfc;
	margin:0% 0 5% 0;
	}
.icon ul.subheading{
    padding:1% 0 1% 0;
    font-weight:bold;
    color:#9d2e34;
    font-size:16px;
    }
.icon ul{
	position:relative;
	list-style:none;
	padding:0;	
	margin:5% 5% 3% 5%;
	}
.icon ul li{
	position:relative;
	float:left;
	}
.icon ul li.databaseicon{	
	width:20%;
	left:0;	
	}
.icon ul li.databaseicon img{
	display:block;
	}
.icon ul li.dbsubjectsrength{	
	width:70%;	
	left:17%;	
	padding:0 3% 0 0;
	text-align:justify;
	margin:0;		
	}
.icon ul li.dbsubjectsrength p{		
	text-align:left;
	display:block;
    }

/*Styling for programmes accordion*/
.programmes-accordion{
 
}

/* === SPU FOOTER STYLES (MODULE VERSION) === */

/* === SPU FOOTER STYLES (V11 - NEW DIVIDER COLOR) === */

/* --- This rule is the most important. It overrides the template's flexbox. --- */
body #sp-footer #sp-copyright .sp-copyright {
    display: block !important;
    width: 100%;
    text-align: left !important;
}

/* --- Top Section: 4-Column Grid --- */
body #sp-footer .spu-footer-main {
    /* background-color has been removed */
    padding: 50px 20px;
    border-bottom: 4px solid #FFFFB3; /* NEW DIVIDER COLOR */
}

body #sp-footer .spu-footer-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    max-width: 1200px;
    margin: 0 auto;
}

body #sp-footer .footer-column h4 {
    color: #ffffff; /* White text */
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFFFB3; /* NEW DIVIDER COLOR */
    display: inline-block;
}

body #sp-footer .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body #sp-footer .footer-column a {
    color: #ffffff; /* White text */
    text-decoration: none;
    transition: color 0.3s ease;
}

body #sp-footer .footer-column a:hover {
    color: #FFFFB3; /* Updated hover color to match */
}

body #sp-footer .footer-column p {
    margin: 0 0 15px 0;
    line-height: 1.7;
    color: #ffffff; /* White text */
}

/* --- Bottom Bar: Centered Copyright & Socials --- */
body #sp-footer .spu-footer-bottom-bar {
    /* background-color has been removed */
    color: #f0f0f0; /* Light grey text */
    padding: 25px 20px;
    text-align: center;
}

body #sp-footer .bottom-bar-content a {
    color: #ffffff; /* White text */
}

body #sp-footer .footer-social-icons-bottom a {
    color: #ffffff; /* White icons */
    transition: color 0.3s ease;
    margin: 0 15px; /* Spacing for social icons */
}

body #sp-footer .footer-social-icons-bottom a:hover {
    color: #FFFFB3; /* Updated hover color to match */
}


/* --- Responsive Design --- */
@media (max-width: 992px) {
    body #sp-footer .spu-footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    body #sp-footer .spu-footer-grid {
        grid-template-columns: 1fr !important;
        text-align: center;
    }
    body #sp-footer .footer-column h4 {
        display: block;
    }
}

/* === Drop Shadow for Academic Sections === */

.academic-section-shadow {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);  /* A soft, subtle shadow */
    transition: all 0.3s ease-in-out;           /* Smooth transition for the hover effect */
    border-radius: 5px;                         /* Optional: Adds slightly rounded corners */
}

/* This makes the shadow more pronounced on hover and lifts the box up */
.academic-section-shadow:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15); /* Shadow becomes a bit deeper */
    transform: translateY(-5px);                 /* Lifts the section up by 5 pixels */
}

/* === Drop Shadow for Academic Programme Sections === */

.programme-section-shadow {
    background-color: #ffffff; /* Add a white background if the section is transparent */
    padding: 25px; /* Adds space inside the section */
    border-radius: 5px; /* Creates slightly rounded corners */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); /* The soft drop shadow */
    transition: all 0.3s ease-in-out;           /* Smooth animation for the hover effect */
    margin-bottom: 30px; /* Adds space between the sections */
}

/* Adds a "lift" effect when you hover over the section */
.programme-section-shadow:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15); /* A slightly deeper shadow */
    transform: translateY(-5px);                 /* Lifts the section up by 5 pixels */
}

/* === FINAL & MORE SPECIFIC Style for Academic Section Shadow === */

/*
* This selector is more specific. It looks for an element that has BOTH
* the .academic-section-shadow class AND the .sppb-column-addons class.
* This makes it much harder for other styles to override it.
*/

.academic-section-shadow.sppb-column-addons {
    background-color: #ffffff; /* A background color is needed for the shadow to appear correctly */
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px; /* Adds space below each box */
}

.academic-section-shadow.sppb-column-addons:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-5px);
}

/* --- Responsive Menu Fix --- */

/* This media query targets tablets and smaller screens. 
   You can adjust the 991px value if needed. */
@media (max-width: 991px) {

  /* Hide the main desktop menu */
  #sp-header .sp-megamenu-parent {
    display: none !important;
  }

  /* Show the mobile menu 'hamburger' icon */
  #sp-header .sp-main-menu-toggler {
    display: block !important;
  }
}

