h2 {
    font-size: 48px;
    color: #111082;
}

p {
    font-size: 16px !important;
    line-height: 1.6;
}

.tracking-wide {
    letter-spacing: 1px;
}

h1{
    color: #ffffff !important;
}
.ready-project h2{
    font-size: 40px;
}
p.text{
    font-size: 16px;
}

/*
   Section 1: Banner Component
 */
.banner {
    background-image: url(../img/about/banner/banner-about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    width: 100%; 
    padding-top: 200px;
    padding-bottom: 80px; 
    max-height: 600px; 
    display: block; 
}

.banner .container {
    max-width: 50%;         
    margin-left: 8%;        
    margin-right: auto;     
}

.banner h1 {
    font-size: 45px;        
    font-weight: 700;
    line-height: 1.1667;
    margin-bottom: 25px;
}

.banner p {
    margin-bottom: 20px;
}

.breadcrumb-item.active {
    color: #ffffff;
}

/*
   Section 2: Unique Positioning
 */
.unique-positioning {
    padding-top: 80px;
}

.positioning-thumb img {
    height: 430px;
}

/*
   Section 3: Proven Delivery Framework
 */
.framework-card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 16px !important;
    border-bottom: 4px solid var(--primary-color) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease !important;
    overflow: hidden;
}

.framework-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(17, 16, 130, 0.1) !important;
}

.framework-icon-wrap {
    width: 65px;
    height: 65px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(17, 16, 130, 0.2);
}

.framework-icon-wrap i {
    color: #ffffff;
    font-size: 24px;
}

.framework-number {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
}

.framework-card .card-text {
    font-size: 15px;
    line-height: 1.5;
}

/*
   Section 4: Mission & Values (Equal Height Images)
 */
.row.align-items-stretch {
    display: flex;
    align-items: stretch;
}

.card-img-equal {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*
   Section 5: Timeline Wave & Trust Layout
 */
.trust-section {
    position: relative;
    overflow: hidden;
}

.timeline-wave-container {
    position: absolute;
    top: 153px; 
    left: 0;
    width: 100%;
    height: 240px;
    z-index: 0;
    pointer-events: none;
}

.timeline-wave-container svg {
    width: 100%;
    height: 100%;
}

.timeline-block {
    padding: 15px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.timeline-block.active-card {
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.025) !important;
    border: 1px solid rgba(0, 0, 0, 0.015);
    padding: 45px 24px 35px 24px;
}

.timeline-block:hover {
    transform: translateY(-5px);
}

.trust-icon-wrap {
    width: 64px;
    height: 64px;
    background-color: #0b0a64; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2; 
}

.trust-icon-wrap i {
    color: #ffffff;
    font-size: 22px;
}

.trust-title {
    color: #050505;
    font-size: 19px;
    letter-spacing: -0.2px;
}

.trust-text {
    font-size: 15px !important;
}

/*
   Section 6: Call-To-Action (CTA) Protection Banner
 */
.cta-protection-section {
    background-color: #0b0a64; 
    position: relative;
    overflow: hidden;
}

.cta-protection-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(135deg, transparent 70%, rgba(255, 255, 255, 0.03) 70%);
    pointer-events: none;
}

.cta-protection-section .tracking-wide {
    letter-spacing: -0.5px;
}

.cta-protection-section .opacity-85 {
    opacity: 0.85;
}

.cta-protection-section .text-accent-gold {
    color: #fca311; 
}

.cta-protection-section .max-w-3xl {
    max-width: 760px;
}

.btn-cta-primary {
    background-color: #ffffff;
    color: #0b0a64 !important;
    border: 2px solid #ffffff;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-cta-primary:hover {
    background-color: transparent;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}

.btn-cta-outline {
    background-color: transparent;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-cta-outline:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
    color: #ffffff !important;
    transform: translateY(-3px);
}



@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
    
    .timeline-row {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }
    
    .timeline-block.pos-low {
        margin-top: 165px; 
    }

    .card-img-equal {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .banner {
        max-height: none !important; 
        height: auto !important;
        padding-top: 140px !important;     
        padding-bottom: 40px !important;   
    }

    .banner .container {
        max-width: 100% !important;        
        margin: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .banner h1 {
        font-size: 28px !important;        
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }

    .banner p {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-bottom: 25px !important;
    }

    .min-h-custom {
        min-height: 250px;
    }
    
    .unique-positioning .positioning-thumb img{
        height:100%
    }
}
.position-relative img{
    border-radius: 16px !important;
}