* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    background-color: #f8f9fa;
}

.journey-section {
    padding: 55px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.section-header h2 .highlight {
    color: #2876A9;
}

.section-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.section-header .divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #2876A9, #3a86c9);
    margin: 20px auto;
    border-radius: 2px;
}

.timeline {
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #2876A9 0%, #3a86c9 50%, #1c6aa3 100%);
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    padding-left: 100px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 38px;
    top: 30px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #2876A9;
    z-index: 2;
    box-shadow: 0 0 0 4px rgba(40, 118, 169, 0.2);
}

.timeline-item.light-blue::before {
    border-color: #4a9ad4;
    box-shadow: 0 0 0 4px rgba(74, 154, 212, 0.2);
}

.timeline-item.dark-blue::before {
    border-color: #1c6aa3;
    box-shadow: 0 0 0 4px rgba(28, 106, 163, 0.2);
}

.timeline-content {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2876A9, #4a9ad4);
}

.timeline-item.light-blue .timeline-content::before {
    background: linear-gradient(90deg, #4a9ad4, #63a8d9);
}

.timeline-item.dark-blue .timeline-content::before {
    background: linear-gradient(90deg, #1c6aa3, #2876A9);
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.timeline-content.blue {
    background: linear-gradient(135deg, #2876A9 0%, #3a86c9 100%);
    color: #fff;
}

.timeline-content.light-blue {
    background: linear-gradient(135deg, #4a9ad4 0%, #63a8d9 100%);
    color: #fff;
}

.timeline-content.dark-blue {
    background: linear-gradient(135deg, #1c6aa3 0%, #2876A9 100%);
    color: #fff;
}

.timeline-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.timeline-content.blue h3,
.timeline-content.light-blue h3,
.timeline-content.dark-blue h3 {
    color: #fff;
}

.timeline-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.timeline-content.blue p,
.timeline-content.light-blue p,
.timeline-content.dark-blue p {
    color: rgba(255, 255, 255, 0.95);
}

/* Core Values Equal Height */
.service-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.service-section .col-lg-6 {
    display: flex;
    margin-bottom: 30px;
}

.service-section .icon_box_only.type_seven {
    width: 100%;
    display: flex;
    flex-direction: column;
}


    .service-list {
    list-style: none;
    padding-left: 0;
}

.service-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

/*about ceo*/
 
    .profile-card{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.profile-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:12px 0;
    border-bottom:1px solid rgba(0,0,0,.08);
}

.profile-list li:last-child{
    border-bottom:none;
}

.profile-list svg{
    color:#0d6efd;
    flex-shrink:0;
    margin-top:3px;
}

.ceo-quote{
    border-left:4px solid #0d6efd;
    padding-left:20px;
    font-size:18px;
    font-style:italic;
    margin-bottom:25px;
}

.vision-box{
    background:#f8f9fa;
    padding:25px;
    border-radius:10px;
    height:100%;
}

.vision-box h4{
    margin-bottom:15px;
}

.vision-box ul{
    margin:0;
    padding-left:20px;
}

.vision-box li{
    margin-bottom:10px;
}

.vision-list li{
    margin-bottom:12px;
}

.mission-box{
    background:#f8f9fa;
    border-left:5px solid #0d6efd;
    padding:30px;
    border-radius:10px;
}

.mission-box h4{
    margin-bottom:15px;
}

.mission-box h5{
    color:#0d6efd;
    font-weight:700;
}

.vision-list{
    list-style: none !important;
    padding-left: 0;
    margin: 0;
}

.vision-list li{
    list-style: none !important;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    padding-left: 0;
}

.vision-list li::before{
    display: none !important;
    content: none !important;
}

.vision-list svg{
    flex-shrink: 0;
    margin-top: 2px;
}   



@media(max-width:991px){
    .image_box{
        text-align:center;
    }
}



@media (max-width: 768px) {
    .section-header h2 {
        font-size: 36px;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        padding-left: 60px;
    }

    .timeline-item::before {
        left: 8px;
        width: 20px;
        height: 20px;
    }

    .timeline-content {
        padding: 25px;
    }

    .timeline-content h3 {
        font-size: 22px;
    }

    .timeline-content p {
        font-size: 14px;
    }
}