/* =========================================================
   AARAV DIGITAL
   PREMIUM ABOUT US SECTION
========================================================= */

#adp-about {
    --adp-black: #050505;
    --adp-black-2: #0a0a0a;
    --adp-card: #0d0d0c;
    --adp-gold: #f2b900;
    --adp-gold-light: #ffd84d;
    --adp-gold-dark: #9f7200;
    --adp-white: #ffffff;
    --adp-text: #e8e8e8;
    --adp-muted: #b7b7b7;

    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 20% 15%,
            rgba(242,185,0,.055),
            transparent 25%
        ),
        radial-gradient(
            circle at 80% 70%,
            rgba(242,185,0,.035),
            transparent 30%
        ),
        #050505;

    color: var(--adp-white);

    font-family:
        "Poppins",
        "Montserrat",
        Arial,
        sans-serif;
}


/* =========================================================
   GLOBAL
========================================================= */

#adp-about *,
#adp-about *::before,
#adp-about *::after {
    box-sizing: border-box;
}

#adp-about p,
#adp-about h1,
#adp-about h2,
#adp-about h3 {
    margin-top: 0;
}

#adp-about p {
    margin-bottom: 0;
}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

.adp-about-bg-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
    opacity: .08;
}

.adp-about-glow-1 {
    top: -250px;
    left: -200px;
    background: #f2b900;
}

.adp-about-glow-2 {
    right: -250px;
    bottom: 200px;
    background: #f2b900;
}


/* =========================================================
   STORY
========================================================= */

.adp-about-story {
    position: relative;

    width: min(1240px, 92%);
    margin: 0 auto;

    min-height: 540px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;

    gap: 65px;

    padding: 65px 0 45px;
}


/* =========================================================
   VISUAL AREA
========================================================= */

.adp-about-visual {
    position: relative;
    min-height: 430px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* Orbit */

.adp-about-orbit {
    position: absolute;

    width: 480px;
    height: 480px;

    border: 1px solid rgba(242,185,0,.13);

    border-radius: 50%;
}

.orbit-one {
    transform: rotate(18deg) scaleX(1.05);
}

.orbit-two {
    transform: rotate(-18deg) scaleX(.85);
}


/* Logo Card */

.adp-about-logo-card {
    position: relative;
    z-index: 3;

    width: 380px;
    height: 250px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            145deg,
            rgba(30,30,29,.96),
            rgba(12,12,12,.98)
        );

    border: 1px solid rgba(242,185,0,.8);

    border-radius: 17px;

    box-shadow:
        0 0 0 1px rgba(242,185,0,.04),
        0 0 45px rgba(242,185,0,.10),
        inset 0 0 35px rgba(255,255,255,.015);
}


/* Logo */

.adp-about-logo {
    font-family: Arial, sans-serif;

    font-size: 82px;
    font-weight: 900;

    line-height: .8;

    letter-spacing: -8px;

    margin-bottom: 24px;
}

.ad-gold {
    color: #f3b900;
}

.ad-purple {
    color: #b000ff;
    margin-left: 5px;
}


/* Brand */

.adp-about-brand-name {
    color: var(--adp-gold);

    font-size: 24px;
    font-weight: 800;

    letter-spacing: 8px;

    line-height: 1;
}

.adp-about-tagline {
    margin-top: 13px;

    color: #f0f0f0;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 2px;
}


/* =========================================================
   STAT BADGES
========================================================= */

.adp-about-stat {
    position: absolute;
    z-index: 5;

    min-width: 120px;

    padding: 13px 20px;

    background:
        linear-gradient(
            145deg,
            #121212,
            #090909
        );

    border: 1px solid rgba(242,185,0,.75);

    border-radius: 14px;

    box-shadow:
        0 0 25px rgba(242,185,0,.06);
}

.adp-about-stat strong {
    display: block;

    color: var(--adp-gold);

    font-size: 31px;
    line-height: 1;

    font-weight: 800;
}

.adp-about-stat span {
    display: block;

    color: #eee;

    font-size: 12px;
    line-height: 1.35;

    margin-top: 5px;
}

.stat-experience {
    left: -20px;
    top: 90px;
}

.stat-projects {
    right: -5px;
    bottom: 70px;
}


/* =========================================================
   DOT PATTERN
========================================================= */

.adp-about-dot-pattern {
    position: absolute;

    width: 130px;
    height: 130px;

    left: -110px;
    top: 15px;

    opacity: .65;

    background-image:
        radial-gradient(
            rgba(242,185,0,.8) 1px,
            transparent 1px
        );

    background-size: 12px 12px;

    mask-image:
        linear-gradient(
            135deg,
            black,
            transparent
        );
}


/* =========================================================
   STORY CONTENT
========================================================= */

.adp-about-story-content {
    position: relative;
    z-index: 2;
}

.adp-about-label {
    display: block;

    color: var(--adp-gold);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 3px;

    margin-bottom: 10px;
}

.adp-about-story-content h2 {
    color: #fff;

    font-size: clamp(42px, 4vw, 60px);

    line-height: 1.04;

    font-weight: 800;

    letter-spacing: -1.5px;

    margin-bottom: 25px;
}

.adp-about-story-content h2 span {
    display: block;

    color: var(--adp-gold);
}

.adp-about-story-content p {
    color: #eeeeee;

    font-size: 14px;

    line-height: 1.55;

    max-width: 580px;

    margin-bottom: 17px;
}


/* =========================================================
   MISSION / VISION
========================================================= */

.adp-about-purpose {
    position: relative;

    width: min(1215px, 90%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 25px;

    padding: 15px 0 30px;
}

.adp-purpose-card {
    display: flex;
    align-items: flex-start;

    gap: 27px;

    min-height: 160px;

    padding: 27px 23px;

    background:
        linear-gradient(
            145deg,
            rgba(22,22,21,.95),
            rgba(10,10,10,.95)
        );

    border: 1px solid rgba(242,185,0,.45);

    border-radius: 12px;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.adp-purpose-card:hover {
    transform: translateY(-4px);

    border-color: rgba(242,185,0,.9);

    box-shadow:
        0 12px 35px rgba(0,0,0,.35),
        0 0 25px rgba(242,185,0,.06);
}

.adp-purpose-icon {
    flex: 0 0 66px;

    width: 66px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(242,185,0,.6);

    border-radius: 10px;

    color: var(--adp-gold);

    font-size: 26px;
}

.adp-purpose-icon.diamond {
    font-size: 29px;
}

.adp-purpose-content span {
    color: var(--adp-gold);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;
}

.adp-purpose-content h3 {
    color: white;

    font-size: 23px;

    line-height: 1.08;

    margin: 10px 0 10px;

    font-weight: 750;
}

.adp-purpose-content p {
    color: #d2d2d2;

    font-size: 13px;

    line-height: 1.45;

    max-width: 500px;
}


/* =========================================================
   WHY AARAV DIGITAL
========================================================= */

.adp-why-section {
    position: relative;

    width: min(1240px, 92%);

    margin: 0 auto;

    padding: 10px 0 20px;
}

.adp-why-section > h2 {
    color: white;

    font-size: clamp(36px, 4vw, 47px);

    line-height: 1.1;

    font-weight: 800;

    margin-bottom: 5px;
}

.adp-why-section > h2 span {
    color: var(--adp-gold);
}

.adp-why-intro {
    color: #eee;

    font-size: 14px;

    margin-bottom: 23px;
}


/* Why Grid */

.adp-why-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 13px;
}

.adp-why-card {
    position: relative;

    min-height: 126px;

    padding: 13px 17px 15px 88px;

    background:
        linear-gradient(
            145deg,
            #10100f,
            #080808
        );

    border: 1px solid rgba(242,185,0,.45);

    border-radius: 9px;

    transition: all .3s ease;
}

.adp-why-card:hover {
    transform: translateY(-5px);

    border-color: var(--adp-gold);

    box-shadow:
        0 10px 30px rgba(0,0,0,.35),
        0 0 20px rgba(242,185,0,.07);
}

.adp-why-icon {
    position: absolute;

    left: 16px;
    top: 13px;

    width: 56px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--adp-gold);

    border: 1px solid rgba(242,185,0,.55);

    border-radius: 9px;

    font-size: 27px;
}

.adp-why-number {
    color: var(--adp-gold);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1px;

    margin-bottom: 7px;
}

.adp-why-card h3 {
    color: #fff;

    font-size: 16px;

    line-height: 1.1;

    margin-bottom: 8px;
}

.adp-why-card p {
    color: #ccc;

    font-size: 11.5px;

    line-height: 1.4;
}


/* =========================================================
   CAPABILITIES
========================================================= */

.adp-capabilities {
    position: relative;

    width: min(1200px, 90%);

    margin: 0 auto;

    padding: 5px 0 45px;
}


/* Heading */

.adp-capability-heading {
    display: flex;
    align-items: center;

    justify-content: center;

    gap: 25px;

    margin-bottom: 8px;
}

.adp-capability-heading h2 {
    color: white;

    text-align: center;

    font-size: clamp(30px, 3vw, 39px);

    line-height: 1;

    font-weight: 800;

    margin: 0;

    white-space: nowrap;
}

.adp-capability-heading h2 span {
    color: var(--adp-gold);
}

.heading-line {
    height: 1px;

    width: 130px;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--adp-gold),
            transparent
        );

    box-shadow:
        0 0 8px rgba(242,185,0,.5);
}


/* Capability Grid */

.adp-capability-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    border: 1px solid rgba(242,185,0,.48);

    border-radius: 8px;

    overflow: hidden;

    background: rgba(10,10,10,.7);
}

.adp-capability-item {
    min-height: 90px;

    display: flex;
    align-items: flex-start;

    gap: 15px;

    padding: 14px 18px;

    border-right: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);

    transition: background .3s ease;
}

.adp-capability-item:nth-child(3n) {
    border-right: 0;
}

.adp-capability-item:nth-child(n+4) {
    border-bottom: 0;
}

.adp-capability-item:hover {
    background:
        rgba(242,185,0,.035);
}

.adp-capability-icon {
    flex: 0 0 45px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--adp-gold);

    font-size: 29px;
}

.adp-capability-item small {
    display: block;

    color: var(--adp-gold);

    font-size: 10px;

    font-weight: 800;

    margin-bottom: 2px;
}

.adp-capability-item h3 {
    color: #fff;

    font-size: 15px;

    line-height: 1.1;

    margin-bottom: 5px;
}

.adp-capability-item p {
    color: #c8c8c8;

    font-size: 11px;

    line-height: 1.35;

    max-width: 245px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .adp-about-story {
        grid-template-columns: 1fr;

        gap: 30px;

        padding-top: 55px;
    }

    .adp-about-visual {
        min-height: 390px;
    }

    .adp-about-story-content {
        text-align: left;
    }

    .adp-about-purpose {
        grid-template-columns: 1fr;
    }

    .adp-why-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .adp-capability-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .adp-capability-item:nth-child(3n) {
        border-right: 1px solid rgba(255,255,255,.12);
    }

    .adp-capability-item:nth-child(2n) {
        border-right: 0;
    }

    .adp-capability-item:nth-child(n+4) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .adp-capability-item:nth-child(n+5) {
        border-bottom: 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .adp-about-story {
        width: 90%;

        padding-top: 45px;
        padding-bottom: 30px;
    }

    .adp-about-visual {
        min-height: 330px;
    }

    .adp-about-logo-card {
        width: 290px;
        height: 195px;
    }

    .adp-about-logo {
        font-size: 63px;

        margin-bottom: 18px;
    }

    .adp-about-brand-name {
        font-size: 16px;

        letter-spacing: 5px;
    }

    .adp-about-tagline {
        font-size: 8px;

        letter-spacing: 1.3px;
    }

    .adp-about-orbit {
        width: 340px;
        height: 340px;
    }

    .stat-experience {
        left: -5px;
        top: 40px;
    }

    .stat-projects {
        right: -3px;
        bottom: 35px;
    }

    .adp-about-stat {
        min-width: 90px;

        padding: 10px 13px;
    }

    .adp-about-stat strong {
        font-size: 24px;
    }

    .adp-about-stat span {
        font-size: 9px;
    }

    .adp-about-story-content h2 {
        font-size: 38px;
    }

    .adp-about-story-content p {
        font-size: 13px;
    }


    /* Mission */

    .adp-purpose-card {
        padding: 20px 17px;

        gap: 15px;
    }

    .adp-purpose-icon {
        flex: 0 0 52px;

        width: 52px;
        height: 45px;

        font-size: 22px;
    }

    .adp-purpose-content h3 {
        font-size: 19px;
    }

    .adp-purpose-content p {
        font-size: 12px;
    }


    /* Why */

    .adp-why-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .adp-why-card {
        min-height: 120px;
    }


    /* Capabilities */

    .adp-capability-heading {
        gap: 10px;
    }

    .adp-capability-heading h2 {
        white-space: normal;

        font-size: 27px;
    }

    .heading-line {
        width: 35px;
    }

    .adp-capability-grid {
        grid-template-columns: 1fr;
    }

    .adp-capability-item {
        border-right: 0 !important;

        border-bottom:
            1px solid rgba(255,255,255,.12) !important;
    }

    .adp-capability-item:last-child {
        border-bottom: 0 !important;
    }

}