/* =====================================================
   ROBTON EDUCATION AGENCY
   PROGRAMS SECTION
===================================================== */

:root{
    --primary:#19002F;
    --secondary:#FCB704;
    --dark:#0E0000;
    --light:#F8F8F8;
    --white:#ffffff;
    --text:#555;
    --success:#198754;
}

/* ================================
   SECTION
================================ */

.programs-section{
    background:var(--light);
    padding:90px 0;
    overflow:hidden;
}

/* ================================
   HEADINGS
================================ */

.section-subtitle{

    display:inline-block;

    background:rgba(252,183,4,.15);

    color:var(--primary);

    padding:8px 22px;

    border-radius:30px;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:18px;

    text-transform:uppercase;

}

.section-title{

    font-size:2.5rem;

    font-weight:700;

    color:var(--primary);

    margin-bottom:18px;

}

.section-text{

    font-size:17px;

    color:var(--text);

    line-height:1.8;

    max-width:760px;

    margin:auto;

}

/* ================================
   PROGRAM CARD
================================ */

.program-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    transition:.4s;

    height:100%;

    position:relative;

    border:1px solid rgba(0,0,0,.05);

}

.program-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

/* ================================
   IMAGE
================================ */

.program-card img{

    width:100%;

    height:240px;

    object-fit:cover;

    transition:.5s;

}

.program-card:hover img{

    transform:scale(1.08);

}

/* ================================
   CONTENT
================================ */

.program-content{

    padding:28px;

}

.program-content h4{

    color:var(--primary);

    font-weight:700;

    margin:18px 0 15px;

    font-size:1.4rem;

}

.program-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

    font-size:15px;

}

/* ================================
   COUNTRY BADGE
================================ */

.country-badge{

    display:inline-block;

    background:var(--secondary);

    color:#000;

    padding:8px 18px;

    border-radius:30px;

    font-weight:700;

    font-size:14px;

}

.country-badge i{

    margin-right:6px;

}

/* ================================
   BUTTON
================================ */

.btn-program{

    background:var(--primary);

    color:#fff;

    border-radius:40px;

    padding:11px 28px;

    font-weight:600;

    transition:.3s;

}

.btn-program:hover{

    background:var(--secondary);

    color:#000;

    transform:translateY(-2px);

}

/* ================================
   VIEW ALL BUTTON
================================ */

.btn-warning{

    background:var(--secondary);

    border:none;

    color:#000;

    font-weight:700;

    border-radius:45px;

    padding:14px 40px;

    transition:.3s;

}

.btn-warning:hover{

    background:var(--primary);

    color:#fff;

}

/* ================================
   ANIMATION
================================ */

.program-card{

    animation:fadeUp .8s ease;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/* ================================
   MOBILE
================================ */

@media(max-width:991px){

.section-title{

    font-size:2rem;

}

.program-card img{

    height:220px;

}

.program-content{

    padding:24px;

}

}

/* ================================
   TABLETS
================================ */

@media(max-width:768px){

.programs-section{

    padding:70px 0;

}

.section-title{

    font-size:1.8rem;

}

.section-text{

    font-size:15px;

}

.program-card{

    margin-bottom:20px;

}

.program-card img{

    height:210px;

}

.program-content h4{

    font-size:1.25rem;

}

.program-content p{

    font-size:14px;

}

.btn-program{

    width:100%;

    text-align:center;

}

}

/* ================================
   SMALL PHONES
================================ */

@media(max-width:576px){

.programs-section{

    padding:60px 0;

}

.section-subtitle{

    font-size:12px;

    padding:6px 18px;

}

.section-title{

    font-size:1.55rem;

}

.section-text{

    font-size:14px;

}

.program-card{

    border-radius:15px;

}

.program-card img{

    height:200px;

}

.program-content{

    padding:20px;

}

.program-content h4{

    font-size:1.15rem;

}

.country-badge{

    font-size:12px;

    padding:7px 15px;

}

.btn-warning{

    width:100%;

    padding:14px;

}

}

/* ================================
   EXTRA SMALL DEVICES
================================ */

@media(max-width:380px){

.program-card img{

    height:180px;

}

.section-title{

    font-size:1.35rem;

}

.program-content{

    padding:18px;

}

.program-content h4{

    font-size:1rem;

}

.program-content p{

    font-size:13px;

}

}

/* ================================
   ACCESSIBILITY
================================ */

.btn-program:focus,
.btn-warning:focus{

    outline:none;

    box-shadow:0 0 0 .25rem rgba(252,183,4,.35);

}

.program-card img{

    display:block;

}

.program-card,
.program-content,
.btn-program{

    word-wrap:break-word;

}

/* ================================
   PROGRAMMES CSS
================================ */

.program-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    transition:.35s;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.program-card:hover{

    transform:translateY(-8px);

}

.program-card img{

    height:240px;

    width:100%;

    object-fit:cover;

}

.program-content{

    padding:30px;

}

.program-content h4{

    color:#19002F;

    font-weight:700;

    margin:20px 0 15px;

}

.program-content p{

    line-height:1.8;

    color:#666;

    text-align:justify;

}

.country-badge{

    display:inline-block;

    background:#198754;

    color:#fff;

    padding:8px 18px;

    border-radius:40px;

    font-size:14px;

    font-weight:600;

}

@media(max-width:768px){

.program-card img{

height:220px;

}

.program-content{

padding:22px;

}

}

/*=====================================
WHY CHOOSE OUR PROGRAMMES
=====================================*/

.why-programs-section{

    background:#f8f9fa;

}

.program-feature{

    display:flex;

    gap:20px;

    margin-bottom:30px;

    align-items:flex-start;

}

.feature-icon{

    width:70px;

    height:70px;

    min-width:70px;

    background:#198754;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    box-shadow:0 8px 25px rgba(0,0,0,.15);

}

.program-feature h5{

    color:#19002F;

    font-weight:700;

    margin-bottom:10px;

}

.program-feature p{

    color:#666;

    line-height:1.8;

    margin-bottom:0;

}

.why-card{

    background:#fff;

    border-radius:18px;

    padding:30px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.why-card:hover{

    transform:translateY(-8px);

}

.why-card i{

    font-size:42px;

    color:#198754;

    margin-bottom:20px;

}

.why-card h5{

    color:#19002F;

    font-weight:700;

    margin-bottom:15px;

}

.why-card p{

    color:#666;

    margin-bottom:0;

    line-height:1.7;

}

@media(max-width:991px){

.program-feature{

margin-bottom:25px;

}

}

@media(max-width:767px){

.feature-icon{

width:60px;

height:60px;

font-size:24px;

min-width:60px;

}

.program-feature{

gap:15px;

}

.why-card{

padding:25px;

}

}

/*==================================
FAQ SECTION
==================================*/

.faq-section{

    background:#f8f9fa;

}

.faq-section .accordion{

    border-radius:20px;

}

.accordion-item{

    border:none;

    border-bottom:1px solid #ececec;

}

.accordion-button{

    background:#fff;

    color:#19002F;

    font-size:18px;

    font-weight:700;

    padding:22px;

    box-shadow:none;

}

.accordion-button:not(.collapsed){

    background:#198754;

    color:#fff;

}

.accordion-button:focus{

    box-shadow:none;

    border:none;

}

.accordion-body{

    font-size:16px;

    color:#666;

    line-height:1.8;

    background:#fff;

    padding:25px;

}

.accordion-button::after{

    filter:brightness(0.2);

}

.accordion-button:not(.collapsed)::after{

    filter:brightness(0) invert(1);

}

@media(max-width:768px){

.accordion-button{

font-size:16px;

padding:18px;

}

.accordion-body{

padding:20px;

font-size:15px;

}

}

/*==================================
READY TO BEGIN CTA
==================================*/

.programs-cta-section{

    background:#f8f9fa;

}

.cta-wrapper{

    background:linear-gradient(135deg,#19002F,#198754);

    padding:70px;

    border-radius:30px;

    overflow:hidden;

    position:relative;

    box-shadow:0 20px 60px rgba(0,0,0,.18);

}

.cta-wrapper::before{

    content:"";

    position:absolute;

    top:-100px;

    right:-100px;

    width:280px;

    height:280px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

}

.cta-wrapper::after{

    content:"";

    position:absolute;

    bottom:-120px;

    left:-120px;

    width:320px;

    height:320px;

    background:rgba(255,193,7,.12);

    border-radius:50%;

}

.cta-wrapper>*{

    position:relative;

    z-index:2;

}

.cta-feature{

    color:#fff;

    transition:.35s;

}

.cta-feature:hover{

    transform:translateY(-8px);

}

.cta-feature i{

    width:75px;

    height:75px;

    border-radius:50%;

    background:#ffc107;

    color:#19002F;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 18px;

    font-size:30px;

    box-shadow:0 10px 25px rgba(0,0,0,.2);

}

.cta-feature h5{

    color:#fff;

    font-weight:700;

    font-size:18px;

}

.btn-outline-light:hover{

    color:#19002F;

}

@media(max-width:991px){

.cta-wrapper{

padding:45px 30px;

}

}

@media(max-width:768px){

.cta-wrapper{

padding:35px 25px;

border-radius:20px;

}

.cta-feature i{

width:65px;

height:65px;

font-size:26px;

}

.cta-feature h5{

font-size:16px;

}

}