/* =====================================================
   HOW CAMPUS ONE WORKS
===================================================== */

.rw-section{

    padding:140px 0;

    background:#F8FBFF;

    position:relative;

    overflow:hidden;

}

.rw-section::before{

    content:"";

    position:absolute;

    right:-250px;

    top:-250px;

    width:650px;

    height:650px;

    border-radius:50%;

    background:radial-gradient(circle,#DBEAFF 0%,transparent 70%);

    opacity:.8;

}

.rw-heading{

    text-align:center;

    max-width:900px;

    margin:0 auto 90px;

}

.rw-tag{

    display:inline-block;

    color:#2563EB;

    font-size:13px;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.rw-heading h2{

    font-size:60px;

    color:#081B4B;

    line-height:1.1;

    margin-bottom:20px;

}

.rw-heading h2 span{

    color:#2563EB;

}

.rw-heading p{

    font-size:19px;

    line-height:1.9;

    color:#64748B;

}

/* Timeline */

.rw-timeline{

    position:relative;

    max-width:950px;

    margin:auto;

}

.rw-timeline::before{

    content:"";

    position:absolute;

    left:34px;

    top:10px;

    width:3px;

    height:95%;

    background:#DCE8FF;

}

.rw-item{

    display:flex;

    gap:35px;

    position:relative;

    margin-bottom:45px;

}

.rw-icon{

    width:70px;

    height:70px;

    background:#2563EB;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    flex-shrink:0;

    z-index:2;

    box-shadow:0 20px 45px rgba(37,99,235,.25);

}

.rw-icon svg{

    width:30px;

    height:30px;

}

.rw-card{

    flex:1;

    background:#fff;

    border-radius:22px;

    padding:28px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    border:1px solid #E7EEF9;

    transition:.35s;

}

.rw-card:hover{

    transform:translateX(10px);

    border-color:#2563EB;

    box-shadow:0 30px 60px rgba(37,99,235,.15);

}

.rw-card span{

    display:inline-block;

    color:#2563EB;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:12px;

}

.rw-card h3{

    font-size:26px;

    color:#081B4B;

    margin-bottom:12px;

}

.rw-card p{

    color:#64748B;

    line-height:1.8;

    font-size:16px;

}

.rw-button{

    text-align:center;

    margin-top:70px;

}