/* ==========================
   About page sectionsddd
========================== */

.container {
    width: min(100% - 2.5rem, 1280px);
    margin-inline: auto;
}

/* ---------- Our Story ---------- */
.our-story {
    padding: clamp(1.25rem, 3vw, 2.5rem);
    background: #fff;
}

.story-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4.5rem);
}

.sub-title {
    color: var(--wo-blue);
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.story-content h2 {
    margin: 0.65rem 0 0;
    color: #0f172a;
    font-size: clamp(1.75rem, 2.4vw + 0.5rem, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.story-content h2 span {
    color: var(--wo-blue);
}

.story-content p {
    margin: 1rem 0 0;
    color: #5b6475;
    font-size: clamp(0.9375rem, 1.4vw, 1.05rem);
    line-height: 1.8;
}

.story-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1.75rem;
    padding: 0.9rem 1.75rem;
    border: 2px solid var(--wo-blue);
    border-radius: 12px;
    color: var(--wo-blue);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.story-btn:hover {
    background: var(--wo-blue);
    color: #fff;
}

.story-image {
    position: relative;
    width: 100%;
    min-height: 26rem;
    height: clamp(26rem, 32vw, 30rem);
    border-radius: 1.25rem;
    overflow: hidden;
    background: #071022;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 12, 28, 0.62);
}

.stats-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    padding: 1.25rem;
}

.stat-item:nth-child(1),
.stat-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.stat-item:nth-child(1),
.stat-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.stat-icon {
	flex: none;
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 50%;
	/* border: 2px solid #4ea0ff; */
	background: rgba(73, 191, 164, 0.52);
	display: grid;
	place-items: center;
	color: #fff;
}

.stat-icon i {
    font-size: 1.35rem;
}

.stat-content h3 {
    margin: 0 0 0.35rem;
    color: #fff;
    font-size: clamp(1.5rem, 2.2vw + 0.4rem, 2.15rem);
    font-weight: 800;
    line-height: 1;
}

.stat-content span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
    font-weight: 500;
}

.stat-item:hover .stat-icon {
    background: var(--wo-blue);
    border-color: var(--wo-blue);
    color: #fff;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .story-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .story-content h2 br {
        display: none;
    }

    .story-image {
        height: auto;
        min-height: 22rem;
        aspect-ratio: 16 / 11;
    }
}

@media (max-width: 639px) {
    .container {
        width: min(100% - 2rem, 1280px);
    }

    .story-btn {
        width: 100%;
        justify-content: center;
    }

    .story-image {
        min-height: 18rem;
        aspect-ratio: 1 / 1.05;
        border-radius: 1rem;
    }

    .stat-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0.65rem;
        padding: 0.85rem 0.65rem;
    }

    .stat-icon {
        width: 2.75rem;
        height: 2.75rem;
    }

    .stat-icon i {
        font-size: 1.05rem;
    }

    .stat-content h3 {
        font-size: 1.35rem;
    }

    .stat-content span {
        font-size: 0.75rem;
        line-height: 1.3;
    }
}

/* ---------- Mission / Vision / Values ---------- */
.mission-vision-section {
    padding: clamp(1.25rem, 3vw, 2.5rem);
    background:white;
}

.section-title {
    text-align: center;
    margin-bottom: 2.25rem;
}

.section-title span {
    display: inline-block;
    margin-bottom: 0.65rem;
    color: var(--wo-blue);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.section-title h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.65rem, 2.4vw + 0.45rem, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.foundation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.foundation-card {
	background: #fff;
	padding: clamp(-4.75rem, 2vw, 1.5rem);
	border-radius: 1.15rem;
	box-shadow: 0 12px 36px rgba(16, 36, 78, 0.08);
	transition: 0.35s;
}

.foundation-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(37, 99, 235, 0.16);
}

.foundation-card .icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: rgba(73, 191, 164, 0.1);
    color: var(--wo-blue);
    display: grid;
    place-items: center;
    font-size: 1.35rem;
}

.foundation-card h3 {
	margin: 0rem 0 0.05rem;
	color: #0f172a;
	/* font-size: 1.25rem; */
	font-weight: 700;
}

.foundation-card p {
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.75;
}

.foundation-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foundation-card ul li {
    position: relative;
    padding: 0.4rem 0 0.4rem 2.1rem;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.45;
}

.foundation-card ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--wo-blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 0.55rem;
}

@media (max-width: 991px) {
    .foundation-grid {
        grid-template-columns: 1fr;
        max-width: 36rem;
        margin-inline: auto;
    }
}

@media (max-width: 639px) {
    .foundation-card {
        padding: 1.5rem 1.25rem;
    }

    .foundation-card h3 {
        font-size: 1.125rem;
    }
}

/* ---------- Trust / Advantage ---------- */
.trust-area {
    padding: clamp(1.25rem, 3vw, 2.5rem);
    background: #f8faff;
}

.trust-area .title {
    text-align: center;
    margin-bottom: 2.5rem;
}

.trust-area .title span {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--wo-blue);
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.trust-area .title h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.65rem, 2.4vw + 0.45rem, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.trust-wrapper {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
}

.trust-item {
    position: relative;
    padding: 0.35rem 1.15rem 0.5rem;
}

.trust-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 1px;
    height: calc(100% - 1rem);
    background: #e5e7eb;
}

.trust-item .icon {
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 0.85rem;
    border-radius: 50%;
    background: #eef4ff;
    color: var(--wo-blue);
    display: grid;
    place-items: center;
    font-size: 1.15rem;
    transition: 0.3s;
}

.trust-item:hover .icon {
    background: var(--wo-blue);
    color: #fff;
    transform: translateY(-3px);
}

.trust-item h4 {
    margin: 0 0 0.5rem;
    color: #111827;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.trust-item p {
    margin: 0;
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.65;
}

@media (max-width: 1199px) {
    .trust-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem 0;
    }

    .trust-item:nth-child(3n)::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .trust-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem 0;
    }

    .trust-item {
        padding: 1rem 1.15rem;
    }

    .trust-item::after {
        display: none;
    }

    .trust-item:nth-child(odd) {
        border-right: 1px solid #e5e7eb;
    }

    .trust-item:nth-child(-n + 4) {
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 1.25rem;
        margin-bottom: 0.25rem;
    }
}

@media (max-width: 639px) {
    .trust-wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .trust-item {
        padding: 1.15rem 0;
    }

    .trust-item:nth-child(odd) {
        border-right: 0;
    }

    .trust-item:nth-child(-n + 4) {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 1.15rem;
    }

    .trust-item:not(:last-child) {
        border-bottom: 1px solid #e5e7eb;
    }
}
