/* ===============================
   HERO SECTION
================================ */

.hero{
    min-height: 100vh;
    background:
    linear-gradient(rgba(128,0,0,0.85), rgba(128,0,0,0.85)),
    url('../img/backg.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    color: white;
    padding: 20px;
}

.hero h1{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.3;
}

.hero p{
    font-size: 22px;
    margin-top: 15px;
}

.hero-subtitle{
    max-width: 700px;
    line-height: 1.8;
    color: #f5f5f5;
}

.hero-btn-group{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-top:30px;
}

.btn-contact{
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    padding: 14px 35px;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
}

.btn-contact:hover{
    background: white;
    color: #800000;
    transform: translateY(-5px);
}

/* ===============================
   CAROUSEL
================================ */

.carousel-item img{
    height: 650px;
    object-fit: cover;
    filter: brightness(60%);
}

.carousel-caption{
    bottom: 30%;
}

.carousel-caption h1{
    font-size: 60px;
    font-weight: bold;
}

.carousel-caption p{
    font-size: 22px;
}

/* ===============================
   OUR JOURNEY - MODERN
================================ */

.our-journey{
    padding: 100px 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #fff7f7 100%);
}

.our-journey .row{
    align-items: stretch !important;
}

.journey-img{
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    border-radius: 28px;
    display: block;
    box-shadow: 0 20px 45px rgba(128,0,0,0.18);
}

.journey-text{
    background: white;
    border-radius: 28px;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    height: 100%;
}

.journey-text p{
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    text-align: justify;
}

.timeline{
    position: relative;
    padding-left: 38px;
    height: 100%;
}

.timeline::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 5px;
    width: 4px;
    height: calc(100% - 10px);
    background: linear-gradient(#800000, #c40000);
    border-radius: 50px;
}

.timeline-item{
    position: relative;
    margin-bottom: 28px;
}

.circle{
    width: 20px;
    height: 20px;
    background: #800000;
    border-radius: 50%;
    position: absolute;
    left: -37px;
    top: 8px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 4px #ffd6d6;
}

.timeline-content{
    background: white;
    padding: 22px;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    border-left: 5px solid #800000;
    transition: 0.3s;
}

.timeline-content:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(128,0,0,0.15);
}

.timeline-content h5{
    color: #800000;
    font-weight: 800;
    margin-bottom: 8px;
    font-size: 20px;
}

.timeline-content p{
    color: #555;
    margin: 0;
    line-height: 1.7;
}

/* ===============================
   MISSION - MODERN
================================ */

.bg-light{
    background:
        linear-gradient(180deg, #fff7f7 0%, #f8f8f8 100%) !important;
}

.icon-box{
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #800000, #b30000);
    color: white;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    margin: 0 auto 25px;
    box-shadow: 0 12px 28px rgba(128,0,0,0.25);
}

.bg-light .card{
    border-radius: 28px;
    padding: 35px !important;
    min-height: 300px;
    border: 1px solid #f2dada;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.bg-light .card h4{
    font-size: 24px;
    margin-bottom: 15px;
}

.bg-light .card p{
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* ===============================
   KEY PROGRAMS - MODERN
================================ */

.program-section{
    padding: 100px 0;
    background:
        linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
}

.program-card{
    background: white;
    border-radius: 28px;
    padding: 35px 28px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border: 1px solid #f2dada;
    position: relative;
    overflow: hidden;
}

.program-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg,#800000,#c40000);
}

.program-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(128,0,0,0.16);
}

.program-img{
    width: 100%;
    max-width: 180px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 25px;
}

.program-card h5{
    color: #800000;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}

.program-card p{
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* ===============================
   TRUSTED CLIENTS
================================ */

.trusted-clients{
    background: #f8f8f8;
    padding: 90px 0;
}

.trusted-desc{
    color: #666;
    font-size: 18px;
    max-width: 650px;
    margin: auto;
}

.client-card{
    background: white;
    border-radius: 20px;
    padding: 35px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.client-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.client-card img{
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: 0.3s;
}

.client-card:hover img{
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.08);
}

/* ===============================
   RESPONSIVE
================================ */

@media(max-width: 768px){

    .hero{
        min-height: 80vh;
        background-size: 420px auto;
        background-position: center bottom;
        text-align: center;
        justify-content: center;
        padding: 110px 6% 80px;
    }

    .hero .container{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero h1{
        font-size: 38px;
    }

    .hero p{
        font-size: 16px;
    }

    .hero-btn-group{
        justify-content: center;
    }

    .carousel-item img{
        height: 300px;
    }

    .journey-img{
        height: 260px;
    }

    .journey-text p{
        text-align: left;
    }

    .client-card{
        height: 140px;
        padding: 20px;
    }
}

.hero-subtitle{
    max-width: 720px;
    margin: 20px auto 0;
    line-height: 1.8;
    text-align: center;
}

.hero-btn-group{
    margin-top: 35px;
}

/* ===============================
   RESPONSIVE VISITOR - HOME
================================ */

@media(max-width: 768px){

    .hero{
        min-height: 85vh;
        padding: 100px 6% 70px;
        background-size: cover;
        background-position: center;
        text-align: center;
        justify-content: center;
    }

    .hero .container{
        max-width: 100%;
        margin: 0 auto;
    }

    .hero h1{
        font-size: 34px;
        line-height: 1.25;
    }

    .hero p,
    .hero-subtitle{
        font-size: 15px;
        line-height: 1.7;
        max-width: 100%;
    }

    .hero-btn-group{
        justify-content: center;
        gap: 12px;
        margin-top: 28px;
    }

    .btn-custom,
    .btn-contact{
        width: 100%;
        max-width: 260px;
        padding: 13px 25px;
        text-align: center;
        font-size: 14px;
    }

    .our-journey{
        padding: 65px 6%;
    }

    .journey-img{
        height: 260px;
        margin-bottom: 25px;
    }

    .journey-text{
        padding: 25px;
        margin-bottom: 25px;
    }

    .journey-text p{
        font-size: 15px;
        text-align: left;
    }

    .timeline{
        padding-left: 30px;
    }

    .timeline-content{
        padding: 18px;
    }

    .timeline-content h5{
        font-size: 18px;
    }

    .timeline-content p{
        font-size: 14px;
    }

    .bg-light{
        padding: 65px 6%;
    }

    .bg-light .card{
        min-height: auto;
        margin-bottom: 20px;
    }

    .program-section{
        padding: 65px 6%;
    }

    .program-card{
        padding: 28px 22px;
    }

    .program-img{
        max-width: 160px;
        height: 130px;
    }

    .trusted-clients{
        padding: 65px 6%;
    }

    .client-card{
        height: 130px;
        padding: 20px;
    }
}