/* =========================================================
   AARAV DIGITAL - ABOUT SECTION
========================================================= */

#adp-about {
    position: relative;
    width: 100%;
    overflow: hidden;
   padding: 25px 0 80px;
    background:
        radial-gradient(
            circle at 18% 50%,
            rgba(255, 193, 7, 0.09),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 30%,
            rgba(255, 193, 7, 0.05),
            transparent 30%
        ),
        #050505;
    color: #ffffff;
}


/* =========================
   CONTAINER
========================= */

#adp-about .adp-about-container {
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 90px;

    position: relative;
    z-index: 2;
}


/* =========================
   BACKGROUND GLOW
========================= */

#adp-about .adp-about-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

#adp-about .adp-about-glow-1 {
    left: -180px;
    top: 25%;
    background: rgba(255, 193, 7, 0.08);
}

#adp-about .adp-about-glow-2 {
    right: -180px;
    bottom: 10%;
    background: rgba(255, 193, 7, 0.06);
}


/* =========================================================
   LEFT VISUAL
========================================================= */

#adp-about .adp-about-visual {
    position: relative;

    width: 100%;
    max-width: 520px;
    aspect-ratio: 1 / 1;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================
   ORBITS
========================= */

#adp-about .adp-about-orbit {
    position: absolute;

    border: 1px solid rgba(255, 193, 7, 0.45);

    border-radius: 50%;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    animation: adpAboutRotate 18s linear infinite;
}

#adp-about .orbit-1 {
    width: 74%;
    height: 74%;
}

#adp-about .orbit-2 {
    width: 58%;
    height: 58%;

    border-style: dashed;

    animation-duration: 13s;
    animation-direction: reverse;
}

#adp-about .orbit-3 {
    width: 42%;
    height: 42%;

    border-color: rgba(255, 193, 7, 0.7);

    animation-duration: 9s;
}


/* Orbit dots */

#adp-about .adp-about-orbit::after {
    content: "";

    position: absolute;

    width: 9px;
    height: 9px;

    background: #ffc107;

    border-radius: 50%;

    box-shadow:
        0 0 10px #ffc107,
        0 0 25px rgba(255, 193, 7, 0.8);

    top: 5%;
    left: 50%;
}


/* =========================
   CORE
========================= */

#adp-about .adp-about-core {
    position: relative;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    background:
        radial-gradient(
            circle,
            #25200b 0%,
            #0c0b06 55%,
            #050505 100%
        );

    border: 1px solid rgba(255, 193, 7, 0.8);

    box-shadow:
        0 0 35px rgba(255, 193, 7, 0.12),
        inset 0 0 35px rgba(255, 193, 7, 0.08);

    z-index: 5;

    animation: adpAboutPulse 4s ease-in-out infinite;
}

#adp-about .adp-about-core-small {
    color: #ffc107;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 3px;
}

#adp-about .adp-about-core strong {
    margin-top: 5px;

    font-size: 58px;
    line-height: 1;

    color: #ffffff;

    text-shadow:
        0 0 15px rgba(255, 193, 7, 0.25);
}

#adp-about .adp-about-core-text {
    margin-top: 8px;

    font-size: 12px;
    line-height: 1.5;

    letter-spacing: 4px;

    color: #d6d6d6;
}


/* =========================================================
   FLOATING CARDS
========================================================= */

#adp-about .adp-about-float {
    position: absolute;

    display: flex;
    align-items: center;
    gap: 12px;

    min-width: 175px;

    padding: 13px 16px;

    border: 1px solid rgba(255, 193, 7, 0.45);

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            rgba(20,20,20,0.95),
            rgba(5,5,5,0.95)
        );

    box-shadow:
        0 15px 40px rgba(0,0,0,0.4),
        0 0 25px rgba(255,193,7,0.05);

    backdrop-filter: blur(10px);

    z-index: 8;

    animation: adpAboutFloat 4s ease-in-out infinite;
}

#adp-about .adp-about-float strong {
    display: block;

    font-size: 20px;

    color: #ffc107;
}

#adp-about .adp-about-float small {
    display: block;

    margin-top: 2px;

    color: #aaaaaa;

    font-size: 11px;
}

#adp-about .adp-float-icon {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    color: #ffc107;

    border: 1px solid rgba(255,193,7,0.35);

    background: rgba(255,193,7,0.04);
}

#adp-about .adp-float-top {
    top: 8%;
    left: -3%;
}

#adp-about .adp-float-right {
    right: -8%;
    top: 66%;

    animation-delay: -1.2s;
}

#adp-about .adp-float-bottom {
    left: 2%;
    bottom: 8%;

    animation-delay: -2.2s;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

#adp-about .adp-about-content {
    position: relative;
}


/* Label */

#adp-about .adp-about-label {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 22px;

    color: #ffc107;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;
}

#adp-about .adp-about-label span {
    width: 38px;
    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        #ffc107
    );
}


/* Heading */

#adp-about .adp-about-content h2 {
    margin: 0 0 28px;

    font-size: clamp(42px, 4.5vw, 70px);

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -2px;

    color: #ffffff;
}

#adp-about .adp-about-content h2 span {
    color: #ffc107;

    text-shadow:
        0 0 25px rgba(255,193,7,0.12);
}


/* Paragraph */

#adp-about .adp-about-intro {
    max-width: 760px;

    margin: 0 0 17px;

    color: #a9a9a9;

    font-size: 17px;

    line-height: 1.8;
}


/* =========================================================
   FEATURES
========================================================= */

#adp-about .adp-about-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;

    margin-top: 30px;
}

#adp-about .adp-about-feature-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ffc107;

    border-radius: 50%;

    color: #ffc107;

    font-size: 18px;

    box-shadow:
        0 0 18px rgba(255,193,7,0.1);
}

#adp-about .adp-about-feature h3 {
    margin: 0 0 6px;

    color: #ffffff;

    font-size: 18px;
}

#adp-about .adp-about-feature p {
    margin: 0;

    color: #999999;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================================
   CTA
========================================================= */

#adp-about .adp-about-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;

    margin-top: 38px;
}

#adp-about .adp-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    padding: 15px 22px;

    border: 1px solid #ffc107;

    border-radius: 8px;

    color: #ffc107;

    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease,
        box-shadow .3s ease;
}

#adp-about .adp-about-btn span {
    font-size: 24px;

    transition: transform .3s ease;
}

#adp-about .adp-about-btn:hover {
    background: #ffc107;

    color: #050505;

    transform: translateY(-3px);

    box-shadow:
        0 10px 30px rgba(255,193,7,0.18);
}

#adp-about .adp-about-btn:hover span {
    transform: translateX(5px);
}

#adp-about .adp-about-line {
    color: #777777;

    font-size: 13px;
}

#adp-about .adp-about-line span {
    color: #ffc107;

    margin: 0 5px;
}


/* =========================================================
   STATS
========================================================= */

#adp-about .adp-about-stats {
    display: flex;

    gap: 45px;

    margin-top: 45px;

    padding-top: 28px;

    border-top: 1px solid rgba(255,193,7,0.15);
}

#adp-about .adp-about-stat strong {
    display: block;

    color: #ffc107;

    font-size: 30px;

    line-height: 1;
}

#adp-about .adp-about-stat span {
    display: block;

    margin-top: 8px;

    color: #777777;

    font-size: 12px;
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes adpAboutRotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes adpAboutPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow:
            0 0 35px rgba(255,193,7,0.12),
            inset 0 0 35px rgba(255,193,7,0.08);
    }

    50% {
        transform: scale(1.035);
        box-shadow:
            0 0 50px rgba(255,193,7,0.2),
            inset 0 0 45px rgba(255,193,7,0.1);
    }
}

@keyframes adpAboutFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    #adp-about {
        padding: 90px 0;
    }

    #adp-about .adp-about-container {
        grid-template-columns: 1fr;

        gap: 70px;

        width: min(760px, calc(100% - 50px));
    }

    #adp-about .adp-about-visual {
        max-width: 500px;
    }

    #adp-about .adp-about-content h2 {
        font-size: clamp(40px, 7vw, 60px);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    #adp-about {
      padding: 40px 0 75px;
    }

    #adp-about .adp-about-container {
        width: calc(100% - 34px);

        gap: 55px;
    }


    /* Visual */

    #adp-about .adp-about-visual {
        width: 100%;
        max-width: 390px;

        margin: 0 auto;

        aspect-ratio: 1 / 1;
    }

    #adp-about .adp-about-core {
        width: 170px;
        height: 170px;
    }

    #adp-about .adp-about-core strong {
        font-size: 45px;
    }

    #adp-about .adp-about-core-small {
        font-size: 8px;
        letter-spacing: 2px;
    }

    #adp-about .adp-about-core-text {
        font-size: 9px;
        letter-spacing: 2px;
    }


    /* Floating cards */

    #adp-about .adp-about-float {
        min-width: 145px;

        padding: 10px 12px;

        gap: 9px;
    }

    #adp-about .adp-about-float strong {
        font-size: 16px;
    }

    #adp-about .adp-about-float small {
        font-size: 9px;
    }

    #adp-about .adp-float-top {
        left: -2%;
        top: 4%;
    }

    #adp-about .adp-float-right {
       right: -10%;
    top: 70%;
    }

    #adp-about .adp-float-bottom {
        left: 0;
        bottom: 4%;
    }


    /* Content */

    #adp-about .adp-about-label {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    #adp-about .adp-about-label span {
        width: 22px;
    }

    #adp-about .adp-about-content h2 {
        font-size: 39px;

        line-height: 1.08;

        letter-spacing: -1px;

        margin-bottom: 22px;
    }

    #adp-about .adp-about-intro {
        font-size: 15px;

        line-height: 1.75;
    }


    /* Features */

    #adp-about .adp-about-feature {
        margin-top: 25px;

        gap: 12px;
    }

    #adp-about .adp-about-feature-icon {
        flex-basis: 36px;

        width: 36px;
        height: 36px;
    }

    #adp-about .adp-about-feature h3 {
        font-size: 16px;
    }

    #adp-about .adp-about-feature p {
        font-size: 13px;
    }


    /* CTA */

    #adp-about .adp-about-bottom {
        display: block;

        margin-top: 32px;
    }

    #adp-about .adp-about-btn {
        width: fit-content;

        padding: 13px 18px;

        font-size: 14px;
    }

    #adp-about .adp-about-line {
        margin-top: 18px;

        font-size: 11px;
    }


    /* Stats */

    #adp-about .adp-about-stats {
        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 12px;

        margin-top: 35px;

        padding-top: 22px;
    }

    #adp-about .adp-about-stat strong {
        font-size: 23px;
    }

    #adp-about .adp-about-stat span {
        font-size: 9px;

        line-height: 1.4;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    #adp-about .adp-about-content h2 {
        font-size: 34px;
    }

    #adp-about .adp-about-intro {
        font-size: 14px;
    }

    #adp-about .adp-about-visual {
        transform: scale(.92);
    }

}
/* =========================================
   AEO / GEO ABOUT SERVICE LINKS
========================================= */

.adp-about-service-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 10px;

    margin: 18px 0 24px;

    font-size: 12px;
    line-height: 1.6;
}

.adp-about-service-links > span {
    color: #9f9f9f;
    font-weight: 500;
}

.adp-about-service-links a {
    color: #d6a82e;
    text-decoration: none;

    border-bottom: 1px solid rgba(214, 168, 46, 0.35);

    transition: all 0.25s ease;
}

.adp-about-service-links a:hover {
    color: #ffffff;
    border-bottom-color: #d6a82e;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .adp-about-service-links {
        gap: 6px 9px;

        margin-top: 15px;
        margin-bottom: 22px;

        font-size: 11px;
    }

}
/* =========================================================
   ABOUT SECTION — EYEBROW / LABEL FIX
========================================================= */

.adp-about-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;

    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;

    writing-mode: horizontal-tb !important;

    margin-bottom: 20px !important;
}


/* Prevent eyebrow text from stacking vertically */

.adp-about-eyebrow span {
    display: inline-block !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;

    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;

    writing-mode: horizontal-tb !important;
}


/* =========================================================
   ABOUT HEADING SPACING
========================================================= */

.adp-about-title {
    margin-top: 0 !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .adp-about-eyebrow {
        display: inline-flex !important;

        width: auto !important;
        max-width: calc(100vw - 40px) !important;

        white-space: nowrap !important;

        margin-bottom: 18px !important;

        font-size: 11px !important;
    }

    .adp-about-eyebrow span {
        white-space: nowrap !important;
        writing-mode: horizontal-tb !important;
    }

}
/* =========================================================
   FINAL FIX — ABOUT LABEL
   ABOUT DIGITAL must stay on one horizontal line
========================================================= */

#adp-about .adp-about-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    flex-wrap: nowrap !important;
    flex-shrink: 0 !important;

    width: max-content !important;
    max-width: 100% !important;
    min-width: 0 !important;

    white-space: nowrap !important;

    word-break: keep-all !important;
    overflow-wrap: normal !important;

    writing-mode: horizontal-tb !important;

    margin-bottom: 22px !important;
}


/* Decorative lines */
#adp-about .adp-about-label span {
    display: block !important;

    flex: 0 0 38px !important;

    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;

    height: 1px !important;

    white-space: nowrap !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    #adp-about .adp-about-label {
        display: inline-flex !important;

        width: max-content !important;
        max-width: calc(100vw - 34px) !important;

        flex-wrap: nowrap !important;

        white-space: nowrap !important;

        font-size: 10px !important;
        letter-spacing: 1.4px !important;

        margin-bottom: 20px !important;
    }

    #adp-about .adp-about-label span {
        flex: 0 0 22px !important;

        width: 22px !important;
        min-width: 22px !important;
        max-width: 22px !important;
    }

}