
    .bg-left-image {
        position: relative;
        overflow: hidden;
    }

    .bg-left-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 400px;
        height: 100%;
        background: url("assets/img/vector-mohol-1.png") no-repeat left center;
        background-size: contain;
        opacity: 0.075;
        pointer-events: none;
    }

    .abt-section {
        padding: 60px 0;
        background-color: #ffffff;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .abt-badge {
        display: inline-block;
        background-color: #FFF5E9;
        color: #E67E22;
        padding: 8px 20px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .abt-title {
        font-weight: 800;
        font-size: 2.5rem;
        color: #1a1a1a;
        margin-bottom: 30px;
    }

    .abt-content p {
        color: #555;
        line-height: 1.7;
        font-size: 1.05rem;
        margin-bottom: 25px;
    }

    .abt-image-wrapper {
        position: relative;
        text-align: right;
    }

    .abt-img-fluid {
        max-width: 100%;
        height: auto;
        filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
    }

    @media (max-width: 991px) {
        .abt-image-wrapper {
            text-align: center;
            margin-top: 40px;
        }

        .abt-title {
            font-size: 2rem;
        }
    }

    .jrny-section {
        position: relative;
        padding: 80px 0;
        background-image: url(/assets/img/banner-1.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        color: #ffffff;
    }

    .jrny-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
        z-index: 1;
    }

    .jrny-container {
        position: relative;
        z-index: 2;
    }

    .jrny-flex-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 25px;
    }

    .jrny-icon-box {
        background-color: #f19135;
        min-width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: white;
        margin-top: 5px;
    }

    .jrny-title {
        font-weight: 700;
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .jrny-text {
        font-size: 1.1rem;
        line-height: 1.8;
        color: rgba(255, 255, 255, 0.9);
        max-width: 1100px;
    }

    .jrny-highlight {
        color: #f19135;
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .jrny-flex-wrapper {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .jrny-title {
            font-size: 1.8rem;
        }
    }

    .abt-leadership-section {
        position: relative;
        padding: 80px 0;
        background: radial-gradient(116.15% 58.07% at 50% 50%, #f68c0af8 0%, #da7705f0 50%, #bd6500e7 100%), url('/assets/img/abt-1.jpg');
        background-size: cover;
        background-position: center;
        color: #ffffff;
        text-align: center;
    }

    .abt-quote-icon {
        font-size: 4rem;
        opacity: 0.6;
        margin-bottom: 10px;
        display: block;
    }

    .abt-lead-title {
        font-weight: 700;
        font-size: 1.5rem;
        margin-bottom: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .abt-main-quote {
        font-size: 2rem;
        font-style: italic;
        font-weight: 300;
        line-height: 1.4;
        max-width: 900px;
        margin: 0 auto 25px auto;
    }

    .abt-author-info {
        font-size: 1.05rem;
        margin-bottom: 30px;
        font-weight: 500;
    }

    .abt-separator {
        width: 80px;
        height: 3px;
        background-color: #ffffff;
        margin: 0 auto 30px auto;
    }

    .abt-philosophy-text {
        font-size: 1.1rem;
        line-height: 1.8;
        max-width: 800px;
        margin: 0 auto;
        opacity: 0.9;
    }

    @media (max-width: 768px) {
        .abt-main-quote {
            font-size: 1.5rem;
        }

        .abt-leadership-section {
            padding: 60px 20px;
        }
    }

    .abt-initiatives-section {
        padding: 80px 0;
        background-color: #ffffff;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    }

    .abt-main-heading {
        font-weight: 800;
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: 60px;
        color: #1a1a1a;
    }

    .abt-item-row {
        margin-bottom: 80px;
        align-items: center;
    }

    .abt-icon-title {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .abt-icon-title i {
        color: #f19135;
        font-size: 1.5rem;
    }

    .abt-icon-title h3 {
        font-weight: 700;
        font-size: 1.4rem;
        margin: 0;
        color: #1a1a1a;
    }

    .abt-description {
        color: #555;
        line-height: 1.6;
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .abt-quote-box {
        background-color: #fdf7f2;
        border-left: 4px solid #f19135;
        padding: 15px 20px;
        margin-bottom: 20px;
    }

    .abt-quote-text {
        font-style: italic;
        color: #444;
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .abt-quote-date {
        font-size: 0.85rem;
        color: #888;
    }

    .abt-highlight-text {
        color: #f19135;
        font-weight: 600;
    }

    .abt-feature-img {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        object-fit: cover;
    }

    .abt-global-tag {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-top: 20px;
    }

    .abt-global-tag i {
        color: #d4af37;
        margin-top: 4px;
    }

    @media (max-width: 991px) {
        .abt-item-row {
            margin-bottom: 50px;
        }

        .abt-item-row:nth-child(even) {
            flex-direction: column-reverse;
        }
    }

    .abt-green-transport-section {
        background-color: #FAF5EF;
        padding: 60px 0;
        font-family: 'Segoe UI', Roboto, sans-serif;
    }

    .abt-main-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px;
    }

    .abt-header-group {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }

    .abt-bus-icon {
        color: #E67E22;
        font-size: 2.5rem;
    }

    .abt-section-title {
        font-weight: 700;
        font-size: 1.8rem;
        color: #1a1a1a;
        margin: 0;
    }

    .abt-quote-container {
        background: #ffffff;
        border-left: 5px solid #E67E22;
        padding: 25px 30px;
        border-radius: 0px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        margin-bottom: 35px;
    }

    .abt-quote-content {
        font-style: italic;
        font-size: 1.2rem;
        color: #333;
        margin-bottom: 10px;
    }

    .abt-quote-meta {
        color: #888;
        font-size: 0.95rem;
    }

    .abt-body-text {
        color: #555;
        line-height: 1.7;
        font-size: 1.05rem;
        margin-bottom: 35px;
    }

    .abt-impact-box {
        background: #ffffff;
        border: 1px solid #eee;
        border-radius: 15px;
        padding: 25px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    }

    .abt-impact-header {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 10px;
    }

    .abt-leaf-icon {
        color: #689F38;
    }

    .abt-impact-desc {
        color: #666;
        margin: 0;
        font-size: 1rem;
    }

    @media (max-width: 768px) {
        .abt-main-card {
            padding: 25px;
        }

        .abt-section-title {
            font-size: 1.5rem;
        }
    }

    .abt-vision-section {
        position: relative;
        padding: 100px 0;
        background: linear-gradient(rgba(139, 69, 19, 0.85), rgb(0 0 0 / 80%)), url('/assets/img/banner-1.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        color: #ffffff;
        text-align: center;
    }

    .abt-vision-badge {
        display: inline-block;
        background-color: #f19135;
        color: #ffffff;
        padding: 8px 25px;
        border-radius: 50px;
        font-weight: 600;
        margin-bottom: 25px;
        font-size: 0.9rem;
    }

    .abt-vision-title {
        font-weight: 800;
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .abt-vision-desc {
        max-width: 900px;
        margin: 0 auto 60px auto;
        font-size: 1.15rem;
        line-height: 1.8;
        opacity: 0.9;
    }

    .abt-counter-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 15px;
        padding: 30px 15px;
        transition: transform 0.3s ease;
    }

    .abt-counter-card:hover {
        transform: translateY(-10px);
        background: rgba(255, 255, 255, 0.15);
    }

    .abt-counter-number {
        font-size: 2.8rem;
        font-weight: 700;
        color: #f19135;
        margin-bottom: 5px;
        display: block;
    }

    .abt-counter-label {
        font-size: 0.95rem;
        font-weight: 500;
        color: #ffffff;
        text-transform: capitalize;
    }

    @media (max-width: 768px) {
        .abt-vision-title {
            font-size: 2.2rem;
        }

        .abt-counter-card {
            margin-bottom: 20px;
        }
    }
