/* =========================================================
   SLW Travel - About Us Page
   File: public/assets/css/about_us.css
   ========================================================= */

.about-page {
    --about-primary: #ff5135;
    --about-primary-dark: #e64025;
    --about-navy: #101828;
    --about-blue: #1d4ed8;
    --about-text: #475467;
    --about-muted: #667085;
    --about-border: #e4e7ec;
    position: relative;
    overflow: hidden;
    padding: 76px 0 90px !important;
    background:
        radial-gradient(circle at 8% 4%, rgba(255, 81, 53, .12), transparent 25%),
        radial-gradient(circle at 94% 22%, rgba(29, 78, 216, .10), transparent 24%),
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 52%, #f8fafc 100%) !important;
    color: var(--about-text);
}

.about-page::before,
.about-page::after {
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
}

.about-page::before {
    top: 130px;
    left: -180px;
    width: 360px;
    height: 360px;
    border: 70px solid rgba(255, 81, 53, .045);
}

.about-page::after {
    right: -140px;
    bottom: 100px;
    width: 300px;
    height: 300px;
    background: rgba(29, 78, 216, .035);
}

.about-page > .container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
}

/* Page heading */
.about-page > .container > .row:first-child {
    position: relative;
    margin-bottom: 38px !important;
    padding: 48px clamp(25px, 5vw, 58px);
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(135deg, #0f172a 0%, #172554 56%, #1e3a8a 100%);
    box-shadow: 0 24px 65px rgba(15, 23, 42, .20);
}

.about-page > .container > .row:first-child::after {
    content: "SLW";
    position: absolute;
    right: 25px;
    top: 50%;
    color: rgba(255, 255, 255, .055);
    font-size: clamp(90px, 15vw, 180px);
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: 1;
    transform: translateY(-50%);
}

.about-page > .container > .row:first-child .col-12 {
    position: relative;
    z-index: 1;
}

.about-page > .container > .row:first-child h2 {
    position: relative;
    margin: 0 !important;
    padding-top: 29px;
    color: #fff;
    font-size: clamp(38px, 6vw, 62px);
    font-weight: 850 !important;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.about-page > .container > .row:first-child h2::before {
    content: "DISCOVER OUR STORY";
    position: absolute;
    top: 0;
    left: 0;
    color: #fdb022;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.about-page > .container > .row:first-child h2::after {
    content: "Local expertise, global reach and travel technology since 2006.";
    display: block;
    max-width: 610px;
    margin-top: 17px;
    color: #cbd5e1;
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.65;
}

/* Content cards */
.about-page .card {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px !important;
    border: 1px solid var(--about-border) !important;
    border-radius: 21px !important;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 38px rgba(16, 24, 40, .07) !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-page .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--about-primary), #ff9b70);
}

.about-page .card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 81, 53, .28) !important;
    box-shadow: 0 20px 50px rgba(16, 24, 40, .11) !important;
}

.about-page .card-body {
    padding: clamp(27px, 5vw, 50px) !important;
}

.about-page > .container > .card:nth-child(2) .card-body {
    position: relative;
    padding-left: clamp(27px, 5vw, 145px) !important;
}

.about-page > .container > .card:nth-child(2) .card-body::before {
    content: "\f5a0";
    position: absolute;
    top: 50px;
    left: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 19px;
    background: #fff0ed;
    color: var(--about-primary);
    font-family: "Font Awesome 6 Free";
    font-size: 28px;
    font-weight: 900;
}

.about-page .card h3 {
    margin: 0 0 8px;
    color: var(--about-navy);
    font-size: clamp(24px, 3vw, 31px);
    font-weight: 800 !important;
    letter-spacing: -.02em;
}

.about-page .card h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 19px !important;
    color: var(--about-primary) !important;
    font-size: 13px;
    font-weight: 800 !important;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.about-page .card h5::before {
    content: "";
    width: 23px;
    height: 3px;
    border-radius: 999px;
    background: var(--about-primary);
}

.about-page .card hr {
    margin: 0 0 25px;
    border: 0;
    border-top: 1px solid #eaecf0;
    opacity: 1;
}

.about-page .card p {
    margin-bottom: 0;
    color: var(--about-text);
    font-size: 16px;
    line-height: 1.9;
}

.about-page .card p strong {
    color: var(--about-navy);
}

/* Lists */
.about-page .card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 18px;
    padding: 0;
    list-style: none;
}

.about-page .card li {
    position: relative;
    padding: 16px 17px 16px 46px;
    border: 1px solid #eaecf0;
    border-radius: 13px;
    background: #f9fafb;
    color: var(--about-text);
    font-size: 14px;
    line-height: 1.65;
    transition: background-color .2s ease, border-color .2s ease;
}

.about-page .card li::before {
    content: "\f00c";
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #ecfdf3;
    color: #039855;
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
}

.about-page .card li:hover {
    border-color: rgba(255, 81, 53, .22);
    background: #fff7f5;
}

.about-page .card li strong {
    color: var(--about-navy);
}

/* Final brand card */
.about-page .card:last-child {
    margin-bottom: 0 !important;
    border: 0 !important;
    background: linear-gradient(135deg, #101828, #172554);
}

.about-page .card:last-child::before {
    background: #fdb022;
}

.about-page .card:last-child h3,
.about-page .card:last-child p strong {
    color: #fff;
}

.about-page .card:last-child h5 {
    color: #fdb022 !important;
}

.about-page .card:last-child h5::before {
    background: #fdb022;
}

.about-page .card:last-child hr {
    border-color: rgba(255, 255, 255, .15);
}

.about-page .card:last-child p {
    color: #cbd5e1;
}

/* Responsive */
@media (max-width: 767.98px) {
    .about-page {
        padding: 42px 0 58px !important;
    }

    .about-page > .container > .row:first-child {
        margin-bottom: 24px !important;
        padding: 34px 24px;
        border-radius: 19px;
    }

    .about-page > .container > .row:first-child h2 {
        padding-top: 26px;
    }

    .about-page .card {
        margin-bottom: 17px !important;
        border-radius: 17px !important;
    }

    .about-page > .container > .card:nth-child(2) .card-body {
        padding-left: 24px !important;
        padding-top: 104px !important;
    }

    .about-page > .container > .card:nth-child(2) .card-body::before {
        top: 25px;
        left: 24px;
        width: 58px;
        height: 58px;
        border-radius: 16px;
        font-size: 23px;
    }

    .about-page .card ul {
        grid-template-columns: 1fr;
    }

    .about-page .card p {
        font-size: 15px;
        line-height: 1.75;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-page .card,
    .about-page .card li {
        transition: none;
    }
}