﻿
/* =========================================================
   ATLAS DAM
   ABOUT PAGE
   WHY ATLAS DAM + OUR TEAM
   ========================================================= */
.atlas-about-page {
    direction: rtl;
    --atlas-green: rgb(1, 62, 63);
    --atlas-gold: #ada983;
    --atlas-text: #52615e;
    --atlas-light: #f5f6f3;
    background: #fff;
}


/* =========================================================
   COMMON CONTAINER
   ========================================================= */

.atlas-about-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}


/* =========================================================
   HERO
   ========================================================= */

.atlas-about-hero {
    position: relative;
    overflow: hidden;
    padding: 85px 0;
    background: radial-gradient( circle at 10% 10%, rgba(173, 169, 131, .18), transparent 30% ), radial-gradient( circle at 90% 90%, rgba(173, 169, 131, .10), transparent 32% ), var(--atlas-green);
}


    .atlas-about-hero::before {
        content: "\f1b0";
        font-family: FontAwesome;
        position: absolute;
        left: -60px;
        bottom: -120px;
        font-size: 330px;
        color: rgba(173, 169, 131, .045);
        transform: rotate(18deg);
        pointer-events: none;
    }


    .atlas-about-hero::after {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        right: -180px;
        top: -180px;
        border: 1px solid rgba(173, 169, 131, .12);
        border-radius: 50%;
    }


    /* Hero container */

    .atlas-about-hero .atlas-about-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 80px;
    }


/* Hero content */

.atlas-about-hero-content {
    max-width: 650px;
    position: relative;
    z-index: 2;
}


.atlas-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 7px 12px;
    border: 1px solid rgba(173, 169, 131, .25);
    border-radius: 30px;
    color: #ada983;
    background: rgba(173, 169, 131, .07);
    font-size: 10px;
}


    .atlas-about-badge i {
        font-size: 11px;
    }


.atlas-about-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.5;
}


    .atlas-about-hero h1 strong {
        color: var(--atlas-gold);
        font-weight: 800;
    }


.atlas-about-hero-content > p {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 2.3;
}


.atlas-about-hero-line {
    width: 70px;
    height: 2px;
    margin-top: 25px;
    background: var(--atlas-gold);
}


.atlas-about-hero-caption {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, .38);
    font-size: 9px;
}


/* Hero icon */

.atlas-about-hero-icon {
    position: relative;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


    .atlas-about-hero-icon::before,
    .atlas-about-hero-icon::after {
        content: "";
        position: absolute;
        border: 1px solid rgba(173, 169, 131, .18);
        border-radius: 50%;
    }


    .atlas-about-hero-icon::before {
        inset: 15px;
    }


    .atlas-about-hero-icon::after {
        inset: 40px;
    }


.atlas-about-paw {
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--atlas-gold);
    color: var(--atlas-green);
    font-size: 42px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .20);
}


/* Decorative dots */

.paw-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--atlas-gold);
    opacity: .7;
}


.paw-dot-1 {
    top: 40px;
    right: 35px;
}


.paw-dot-2 {
    top: 100px;
    right: 15px;
}


.paw-dot-3 {
    bottom: 50px;
    left: 30px;
}


/* =========================================================
   WHY SECTION
   ========================================================= */

.atlas-about-why {
    padding: 80px 0;
    background: #fff;
}


.atlas-about-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 38px;
}


.atlas-about-section-label {
    display: block;
    margin-bottom: 8px;
    color: #a19d78;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
    direction: ltr;
}


.atlas-about-section-header h2 {
    margin: 0;
    color: var(--atlas-green);
    font-size: 31px;
    font-weight: 300;
}


    .atlas-about-section-header h2 strong {
        font-weight: 800;
        color: var(--atlas-green);
    }


.atlas-about-section-header > p {
    max-width: 500px;
    margin: 0;
    color: #7d8985;
    font-size: 11px;
    line-height: 2.2;
}


/* =========================================================
   FEATURES
   ========================================================= */

.atlas-about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}


.atlas-feature-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-height: 145px;
    padding: 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9ece8;
    border-radius: 15px;
    box-shadow: 0 7px 22px rgba(1, 62, 63, .055);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}


    .atlas-feature-card:hover {
        transform: translateY(-4px);
        border-color: rgba(173, 169, 131, .7);
        box-shadow: 0 15px 32px rgba(1, 62, 63, .10);
    }


    /* top line */

    .atlas-feature-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 24px;
        width: 32px;
        height: 3px;
        background: var(--atlas-gold);
        border-radius: 0 0 5px 5px;
        transition: width .3s ease;
    }


    .atlas-feature-card:hover::before {
        width: 70px;
    }


/* number */

.atlas-feature-number {
    position: absolute;
    top: 15px;
    left: 18px;
    color: rgba(1, 62, 63, .13);
    font-size: 11px;
    font-weight: 900;
    direction: ltr;
}


/* icon */

.atlas-feature-icon {
    width: 53px;
    height: 53px;
    min-width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    border-radius: 14px;
    background: rgba(1, 62, 63, .055);
    color: var(--atlas-green);
    font-size: 20px;
    transition: background .3s ease, color .3s ease, transform .3s ease;
}


.atlas-feature-card:hover .atlas-feature-icon {
    background: var(--atlas-green);
    color: var(--atlas-gold);
    transform: scale(1.05);
}


/* content */

.atlas-feature-content {
    padding-left: 30px;
}


    .atlas-feature-content h3 {
        margin: 3px 0 8px;
        color: var(--atlas-green);
        font-size: 15px;
        font-weight: 800;
    }


    .atlas-feature-content p {
        margin: 0;
        color: #7b8783;
        font-size: 10px;
        line-height: 2.1;
    }


/* =========================================================
   TRUST STRIP
   ========================================================= */

.atlas-about-trust {
    padding: 28px 0;
    background: var(--atlas-green);
}


.atlas-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.atlas-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 15px;
    border-left: 1px solid rgba(255, 255, 255, .10);
}


    .atlas-trust-item:last-child {
        border-left: none;
    }


.atlas-trust-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(173, 169, 131, .13);
    color: var(--atlas-gold);
    font-size: 15px;
}


.atlas-trust-item strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 10px;
}


.atlas-trust-item span {
    color: rgba(255, 255, 255, .45);
    font-size: 8px;
}


/* =========================================================
   TEAM
   ========================================================= */

.atlas-about-team {
    padding: 80px 0;
    background: #f7f8f5;
}


.atlas-team-header-new {
    margin-bottom: 35px;
}


/* Team grid */

.atlas-about-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


/* Member */

.atlas-about-member {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8ebe7;
    border-radius: 17px;
    box-shadow: 0 8px 25px rgba(1, 62, 63, .06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}


    .atlas-about-member:hover {
        transform: translateY(-6px);
        border-color: rgba(173, 169, 131, .8);
        box-shadow: 0 17px 35px rgba(1, 62, 63, .12);
    }


/* Member image */

.atlas-member-image {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: #e9ece7;
}


    .atlas-member-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .5s ease;
    }


.atlas-about-member:hover
.atlas-member-image img {
    transform: scale(1.045);
}


/* Image gradient */

.atlas-member-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(1, 62, 63, .35), transparent 45% );
}


/* Member number */

.atlas-member-image > span {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, .92);
    color: var(--atlas-green);
    font-size: 9px;
    font-weight: 900;
    direction: ltr;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .10);
}


/* Member content */

.atlas-member-content {
    padding: 18px;
}


    .atlas-member-content small {
        display: block;
        margin-bottom: 5px;
        color: #9b976f;
        font-size: 9px;
        font-weight: 700;
    }


    .atlas-member-content h3 {
        margin: 0 0 9px;
        color: var(--atlas-green);
        font-size: 15px;
        font-weight: 800;
    }


    .atlas-member-content p {
        min-height: 45px;
        margin: 0;
        color: #7d8985;
        font-size: 9px;
        line-height: 2;
    }


/* =========================================================
   FINAL MESSAGE
   ========================================================= */

.atlas-about-final {
    padding: 55px 0;
    background: #fff;
}


.atlas-final-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px 30px;
    overflow: hidden;
    background: radial-gradient( circle at 90% 50%, rgba(173, 169, 131, .13), transparent 30% ), var(--atlas-green);
    border-radius: 18px;
}


    .atlas-final-box::after {
        content: "\f1b0";
        font-family: FontAwesome;
        position: absolute;
        left: 30px;
        top: -35px;
        font-size: 130px;
        color: rgba(255, 255, 255, .035);
        transform: rotate(-15deg);
    }


.atlas-final-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--atlas-gold);
    color: var(--atlas-green);
    font-size: 19px;
}


.atlas-final-box span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
}


.atlas-final-box h2 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}


.atlas-final-box p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 9px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

    .atlas-about-hero {
        padding: 65px 0;
    }


        .atlas-about-hero .atlas-about-container {
            gap: 35px;
        }


    .atlas-about-hero-icon {
        width: 190px;
        height: 190px;
    }


    .atlas-about-paw {
        width: 85px;
        height: 85px;
        font-size: 34px;
    }


    .atlas-about-hero h1 {
        font-size: 36px;
    }


    .atlas-about-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .atlas-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .atlas-trust-item:nth-child(2) {
        border-left: none;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .atlas-about-container {
        padding-left: 12px;
        padding-right: 12px;
    }


    /* Hero */

    .atlas-about-hero {
        padding: 50px 0;
    }


        .atlas-about-hero .atlas-about-container {
            display: block;
        }


    .atlas-about-hero-content {
        max-width: none;
    }


    .atlas-about-badge {
        font-size: 8px;
        margin-bottom: 14px;
    }


    .atlas-about-hero h1 {
        font-size: 28px;
        margin-bottom: 12px;
    }


    .atlas-about-hero-content > p {
        font-size: 10px;
        line-height: 2.1;
    }


    .atlas-about-hero-icon {
        width: 145px;
        height: 145px;
        margin: 30px auto 0;
    }


    .atlas-about-paw {
        width: 65px;
        height: 65px;
        font-size: 27px;
    }


    /* Why */

    .atlas-about-why {
        padding: 50px 0;
    }


    .atlas-about-section-header {
        display: block;
        margin-bottom: 25px;
    }


        .atlas-about-section-header h2 {
            font-size: 25px;
        }


        .atlas-about-section-header > p {
            margin-top: 12px;
            font-size: 9px;
            line-height: 2;
        }


    /* Features */

    .atlas-about-features {
        grid-template-columns: 1fr;
        gap: 10px;
    }


    .atlas-feature-card {
        min-height: 125px;
        padding: 18px;
        gap: 12px;
        border-radius: 14px;
    }


    .atlas-feature-icon {
        width: 43px;
        height: 43px;
        min-width: 43px;
        border-radius: 12px;
        font-size: 16px;
    }


    .atlas-feature-content {
        padding-left: 20px;
    }


        .atlas-feature-content h3 {
            font-size: 12px;
        }


        .atlas-feature-content p {
            font-size: 8.5px;
            line-height: 2;
        }


    .atlas-feature-number {
        top: 11px;
        left: 11px;
        font-size: 8px;
    }


    /* Trust */

    .atlas-about-trust {
        padding: 18px 0;
    }


    .atlas-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }


    .atlas-trust-item {
        padding: 5px;
        border-left: none;
    }


    .atlas-trust-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
        border-radius: 9px;
        font-size: 12px;
    }


    .atlas-trust-item strong {
        font-size: 8px;
    }


    .atlas-trust-item span {
        font-size: 7px;
    }


    /* Team */

    .atlas-about-team {
        padding: 50px 0;
    }


    .atlas-about-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 9px;
    }


    .atlas-member-image {
        height: 180px;
    }


    .atlas-member-content {
        padding: 13px;
    }


        .atlas-member-content small {
            font-size: 7px;
        }


        .atlas-member-content h3 {
            font-size: 11px;
        }


        .atlas-member-content p {
            min-height: 42px;
            font-size: 7.5px;
            line-height: 1.9;
        }


    .atlas-member-image > span {
        width: 24px;
        height: 24px;
        top: 8px;
        left: 8px;
        border-radius: 7px;
        font-size: 7px;
    }


    /* Final */

    .atlas-about-final {
        padding: 35px 0;
    }


    .atlas-final-box {
        padding: 18px;
        gap: 11px;
        border-radius: 14px;
    }


    .atlas-final-icon {
        width: 39px;
        height: 39px;
        min-width: 39px;
        border-radius: 10px;
        font-size: 14px;
    }


    .atlas-final-box h2 {
        font-size: 12px;
    }


    .atlas-final-box p {
        font-size: 8px;
        line-height: 1.8;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .atlas-about-team-grid {
        gap: 7px;
    }


    .atlas-member-image {
        height: 160px;
    }


    .atlas-member-content {
        padding: 11px;
    }


        .atlas-member-content h3 {
            font-size: 10px;
        }


        .atlas-member-content p {
            font-size: 7px;
        }
}


