.future-wrapper{
width:100%;
background:#07254d;
padding:35px 2%;
position:relative;
overflow:hidden;
font-family:Arial,sans-serif;
}

/* UCC SHADOW */

.future-wrapper::before{
content:"";
position:absolute;
top:50%;
left:18%;
transform:translate(-50%,-50%);
width:420px;
height:420px;

background:url('https://sopps.ucc.edu.gh/sites/default/files/gallery/Sopps%20gallery/for%20home%20page/new%20for%20home/20260514_102953.png') center center/contain no-repeat;

opacity:0.04;
z-index:1;
pointer-events:none;
}

/* TOP */

.future-top{
display:flex;
justify-content:space-between;
align-items:center;
gap:40px;
position:relative;
z-index:2;
}

/* LEFT */

.future-left{
flex:1;
max-width:480px;
padding-left:4%;
}

.future-left h1{
font-size:68px;
line-height:1.03;
font-weight:300;
color:#fff;
margin-bottom:25px;
letter-spacing:-2px;
}

.future-left h1 strong{
font-weight:700;
}

.future-btn{
display:inline-block;
background:#f4b400;
color:#07254d;
padding:14px 28px;
border-radius:8px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.future-btn:hover{
background:#fff;
}

/* RIGHT */

.future-right{
position:relative;
width:640px;
height:520px;
display:flex;
justify-content:center;
align-items:center;
margin:auto;
}

/* RINGS */

.circle-ring{
position:absolute;
border-radius:50%;
border:2px solid rgba(255,255,255,0.7);
}

.ring1{
width:500px;
height:500px;
}

.ring2{
width:530px;
height:530px;
opacity:.7;
}

.ring3{
width:560px;
height:560px;
opacity:.45;
}

/* IMAGE */

.main-circle{
width:470px;
height:470px;
border-radius:50%;
overflow:hidden;
border:2px solid #fff;
position:relative;
z-index:2;
}

.main-circle img{
width:100%;
height:100%;
object-fit:cover;
}

/* CARDS */

.info-card{
position:absolute;
background:#fff;
width:210px;
padding:20px;
border-radius:10px;
z-index:4;
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.info-card h3{
font-size:18px;
margin-bottom:10px;
color:#07254d;
}

.info-card p{
font-size:14px;
line-height:1.5;
color:#334;
margin-bottom:15px;
}

/* CARD POSITIONS */

.card-top{
top:0;
left:0;
}

.card-right{
right:0;
top:50%;
transform:translateY(-50%);
}

.card-bottom{
bottom:0;
left:70px;
}

/* YELLOW BUTTON */

.arrow-btn{
width:34px;
height:34px;
background:#f4b400;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
color:#07254d;
font-weight:700;
margin-left:auto;
}

/* LOWER SECTION */

.bottom-panel{
margin-top:40px;
display:grid;
grid-template-columns:1.2fr 1fr;
gap:24px;
}

/* LIFE BOX */

.life-box{
background:#f5f5f5;
border-radius:16px;
padding:50px;
display:flex;
flex-direction:column;
justify-content:center;
min-height:260px;
}

.life-box h2{
font-size:64px;
line-height:1;
font-weight:300;
color:#07254d;
margin-bottom:35px;
}

.life-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
}

.life-buttons a{
padding:15px 34px;
border:2px solid #07254d;
border-radius:50px;
text-decoration:none;
color:#07254d;
font-weight:700;
transition:.3s;
}

.life-buttons a:hover{
background:#07254d;
color:#fff;
}

/* SLIDER */

.slider-box{
position:relative;
border-radius:16px;
overflow:hidden;
min-height:260px;
}

.slider-box img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

/* SLIDER ARROWS */

.slider-nav{
position:absolute;
bottom:20px;
right:20px;
display:flex;
gap:12px;
}

.slider-nav div{
width:55px;
height:55px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
font-weight:700;
cursor:pointer;
transition:.3s;
}

.slider-nav div:hover{
background:#f4b400;
}

/* FOOTER */

.footer-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:24px;
margin-top:24px;
}

.footer-box{
background:#5aa3dc;
border-radius:16px;
padding:28px 40px;
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
}

.footer-title{
font-size:30px;
font-weight:700;
color:#07254d;
}

.socials{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.socials a{
background:#07254d;
color:#fff;
padding:10px 14px;
border-radius:40px;
text-decoration:none;
font-size:14px;
}

/* CONTACT */

.contact-arrow{
width:70px;
height:70px;
background:#07254d;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:40px;
}

/* MOBILE */

@media(max-width:991px){

.future-top{
flex-direction:column;
}

.future-left{
max-width:100%;
padding-left:0;
}

.future-left h1{
font-size:42px;
}

.future-right{
width:100%;
height:620px;
overflow-x:auto;
justify-content:flex-start;
padding-left:40px;
}

/* KEEP FULL DESIGN ON MOBILE */

.ring1{
width:400px;
height:400px;
}

.ring2{
width:430px;
height:430px;
}

.ring3{
width:460px;
height:460px;
}

.main-circle{
width:370px;
height:370px;
}

.info-card{
width:170px;
padding:14px;
}

.card-right{
right:10px;
}

.bottom-panel{
grid-template-columns:1fr;
}

.life-box{
padding:30px;
}

.life-box h2{
font-size:42px;
}

.footer-row{
grid-template-columns:1fr;
}

}