*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Poppins',sans-serif;
    background:#f8f9fb;
    color:#333;

    display:flex;
    justify-content:center;
    align-items:center;

    min-height:100vh;

    padding:25px;

}

.journey-container{

    width:100%;
    max-width:1200px;

    background:white;

    border-radius:20px;

    padding:30px 40px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.heading{

    text-align:center;

    margin-bottom:30px;

}

.small-title{

    letter-spacing:5px;

    color:#E67E22;

    font-size:30px;

    font-weight:600;

}

.heading h1{

    font-size:55px;

    color:#0f3d62;

    margin-top:8px;

}

.underline{

    width:90px;

    height:4px;

    background:#d72638;

    margin:15px auto;

    border-radius:50px;

}

.heading h2{

    font-size:30px;

    color:#E67E22;

    margin-top:10px;

}

.content-section{

    display:flex;

    gap:35px;

    align-items:center;

    margin:35px 0;

}

.image-box{

    flex:1;

}

.image-box img{

    width:100%;

    height:400px;

    object-fit:cover;

    border-radius:15px;

    box-shadow:0 5px 18px rgba(0,0,0,.15);

}

.text-box{

    flex:1.4;

}

.text-box p{

    font-size:18px;

    line-height:1.5;

    margin-bottom:20px;

    text-align:justify;

}

.bottom-text{

    border-top:2px solid #e8e8e8;

    padding-top:10px;

}

.bottom-text p{

    font-size:18px;

    line-height:1.5;

    text-align:justify;

    margin-bottom:20px;
}

.navigation{

    display:flex;

    justify-content:space-between;

    margin-top:30px;

}

.btn{

    text-decoration:none;

    padding:14px 28px;

    border-radius:50px;

    background:#0f3d62;

    color:white;

    font-weight:600;

    transition:.3s;

}

.btn:hover{

    background:#d72638;

}

.section{

    margin-top:40px;

}

.section h3{

    color:#0f3d62;

    font-size:30px;

    margin-bottom:20px;

    border-left:6px solid #d72638;

    padding-left:15px;

}

.section p{

    font-size:17px;

    line-height:1.9;

    text-align:justify;

    margin-bottom:18px;

}

table{

    width:100%;

    border-collapse:collapse;

    margin-top:15px;

}

table th{

    background:#0f3d62;

    color:white;

    padding:15px;

    font-size:17px;

}

table td{

    padding:15px;

    border:1px solid #ddd;

}

table tr:nth-child(even){

    background:#f5f7fa;

}

table tr:hover{

    background:#eef4fb;

}
.intro{
    display:flex;
    gap:35px;
    align-items:flex-start;
    margin-top:40px;
}

.image-box{
    flex:0 0 38%;
}

.image-box img{

    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);

}

.intro-text{
    flex:1;
}
.intro-text p {
    margin-bottom: 22px;   /* Increase or decrease as needed */
    line-height: 1.8;
    text-align: justify;
}
/*Journey 2026*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Poppins',sans-serif;
    background:#f7f8fb;
    color:#333;

    display:flex;
    justify-content:center;
    align-items:center;

    min-height:100vh;

    padding:25px;

}

.journey-container{

    width:100%;
    max-width:1200px;

    background:#fff;

    padding:40px 50px;

    border-radius:18px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.heading{

    text-align:center;

    margin-bottom:40px;

}

.small-title{

    font-size:14px;

    letter-spacing:4px;

    color:#666;

    font-weight:600;

}

.heading h1{

    font-size:60px;

    color:#123d69;

    margin-top:10px;

}

.underline{

    width:90px;

    height:4px;

    background:#ef7d1a;

    margin:18px auto;

    border-radius:20px;

}

.heading h2{

    font-size:34px;

    color:#ef7d1a;

    font-weight:600;

}

.intro{

    display:flex;

    gap:40px;

    align-items:flex-start;

    margin-bottom:45px;

}

.image-box{

    flex:0 0 38%;

}

.image-box img{

    width:100%;

    height:360px;

    object-fit:cover;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

}

.intro-text{

    flex:1;

}

.intro-text p{

    font-size:17px;

    line-height:1.9;

    text-align:justify;

    margin-bottom:22px;

}

.section{

    margin-top:35px;

}

.section h3{

    color:#123d69;

    font-size:30px;

    margin-bottom:20px;

    border-left:6px solid #ef7d1a;

    padding-left:15px;

}

.section p{

    font-size:17px;

    line-height:1.9;

    text-align:justify;

    margin-bottom:20px;

}

.navigation{

    display:flex;

    justify-content:space-between;

    margin-top:50px;

}

.btn{

    text-decoration:none;

    background:#123d69;

    color:#fff;

    padding:14px 28px;

    border-radius:40px;

    font-weight:600;

    transition:.3s;

}

.btn:hover{

    background:#ef7d1a;

}

@media(max-width:992px){

    .journey-container{

        padding:35px;

    }

    .heading h1{

        font-size:50px;

    }

    .heading h2{

        font-size:28px;

    }

}

@media(max-width:768px){

    body{

        padding:15px;

    }

    .journey-container{

        padding:25px;

    }

    .intro{

        flex-direction:column;

    }

    .image-box{

        width:100%;

    }

    .image-box img{

        height:260px;

    }

    .heading h1{

        font-size:42px;

    }

    .heading h2{

        font-size:24px;

    }

    .section h3{

        font-size:24px;

    }

    .navigation{

        flex-direction:column;

        gap:15px;

    }

    .btn{

        text-align:center;

    }

}

@media(max-width:480px){

    .journey-container{

        padding:18px;

    }

    .heading h1{

        font-size:36px;

    }

    .heading h2{

        font-size:20px;

    }

    .intro-text p,

    .section p{

        font-size:15px;

        line-height:1.8;

    }

    .section h3{

        font-size:22px;

    }

}

/*Journey future*/
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Poppins',sans-serif;
    background:#f8f9fb;
    color:#333;
    padding:25px;

}

.journey-container{

    max-width:1200px;
    margin:auto;
    background:#fff;
    padding:40px 50px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.heading{

    text-align:center;
    margin-bottom:40px;

}

.small-title{

    letter-spacing:5px;
    color:#E67E22;
    font-size:20px;
    font-weight:700;

}

.heading h1{

    font-size:30px;
    color:#0f3d62;
    margin-top:8px;

}

.underline{

    width:90px;
    height:px;
    background:#d72638;
    margin:5px auto;
    border-radius:30px;

}

.heading h2{

    color:#E67E22;
    font-size:32px;
    margin-top:10px;

}

.intro{

    display:flex;
    gap:40px;
    align-items:flex-start;

}

.image-box{

    flex:0 0 38%;

}

.image-box img{

    width:100%;
    height:480px;
    object-fit:cover;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);

}

.intro-text{

    flex:1;

}

.intro-text p{

    font-size:17px;
    line-height:1.9;
    text-align:justify;
    margin-bottom:20px;

}

.section{

    margin-top:45px;

}

.section h3{

    font-size:30px;
    color:#0f3d62;
    border-left:6px solid #d72638;
    padding-left:15px;
    margin-bottom:20px;

}

.section p{

    font-size:17px;
    line-height:1.9;
    text-align:justify;

}

.future-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;

}

.future-card{

    background:#f7f8fb;
    padding:25px;
    border-radius:15px;
    border-top:5px solid #d72638;
    transition:.3s;

}

.future-card:hover{

    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,.1);

}

.icon{

    font-size:40px;
    margin-bottom:15px;

}

.future-card h4{

    color:#0f3d62;
    margin-bottom:10px;

}

.future-card p{

    font-size:16px;
    line-height:1.7;

}

.quote{

    margin-top:50px;
    background:#0f3d62;
    color:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    font-size:22px;
    font-style:italic;
    font-weight:500;

}

.navigation{

    display:flex;
    justify-content:space-between;
    margin-top:35px;

}

.btn{

    text-decoration:none;
    background:#0f3d62;
    color:#fff;
    padding:14px 28px;
    border-radius:40px;
    transition:.3s;
    font-weight:600;

}

.btn:hover{

    background:#d72638;

}

@media(max-width:768px){

    .journey-container{

        padding:25px;

    }

    .intro{

        flex-direction:column;

    }

    .future-grid{

        grid-template-columns:1fr;

    }

    .image-box{

        width:100%;

    }

    .image-box img{

        height:250px;

    }

    .heading h1{

        font-size:42px;

    }

    .heading h2{

        font-size:24px;

    }

    .navigation{

        flex-direction:column;
        gap:15px;

    }

    .btn{

        text-align:center;

    }

}
/* Tablet */

@media(max-width:992px){

    .journey-container{

        padding:30px;

    }

    .heading h1{

        font-size:48px;

    }

    .heading h2{

        font-size:26px;

    }

    .content-section{

        gap:25px;

    }

}

/* Mobile */

@media(max-width:768px){

    body{

        padding:15px;

        align-items:flex-start;

    }

    .journey-container{

        padding:25px;

    }

    .content-section{

        flex-direction:column;

    }

    .image-box img{

        height:250px;

    }

    .heading h1{

        font-size:42px;

    }

    .heading h2{

        font-size:22px;

    }

    .text-box p,
    .bottom-text p{

        font-size:16px;

    }

    .navigation{

        flex-direction:column;

        gap:15px;

    }

    .btn{

        text-align:center;

    }

}

/* Small Mobile */

@media(max-width:480px){

    .journey-container{

        padding:18px;

    }

    .heading h1{

        font-size:36px;

    }

    .heading h2{

        font-size:19px;

    }

    .small-title{

        font-size:12px;

        letter-spacing:3px;

    }

    .text-box p,
    .bottom-text p{

        font-size:15px;

        line-height:1.7;

    }

}