/* =========================================================
   AARAV DIGITAL
   WEBSITE DEVELOPMENT HERO
   FINAL PREMIUM BLACK + GOLD
========================================================= */

.adp-webdev-hero-final {

    position: relative;

    width: 100%;

    min-height: 850px;

    padding: 25px 0 0;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 72% 45%,
            rgba(218,170,48,.15),
            transparent 30%
        ),
        radial-gradient(
            circle at 20% 70%,
            rgba(218,170,48,.06),
            transparent 30%
        ),
        #030303;

    color: #fff;

    isolation: isolate;
}


/* =========================================================
   GOLD GLOW
========================================================= */

.adp-hero-glow {

    position: absolute;

    width: 650px;
    height: 650px;

    right: 12%;
    top: 5%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(212,166,55,.20),
            rgba(212,166,55,.05) 35%,
            transparent 70%
        );

    filter: blur(25px);

    z-index: -3;

    pointer-events: none;
}


/* =========================================================
   GOLD ORBIT LINES
========================================================= */

.adp-hero-orbit {

    position: absolute;

    width: 800px;
    height: 520px;

    right: -20px;
    top: 100px;

    border-radius: 50%;

    border:
        1px solid
        rgba(212,166,55,.18);

    transform:
        rotate(-12deg);

    z-index: -2;

    pointer-events: none;
}


.adp-orbit-2 {

    width: 950px;
    height: 620px;

    right: -100px;

    top: 60px;

    opacity: .6;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.adp-hero-container {

    width:
        min(1240px, 92%);

    min-height:
        700px;

    margin:
        0 auto;

    display:
        grid;

    grid-template-columns:
        42%
        58%;

    align-items:
        center;

    position:
        relative;

    z-index:
        5;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.adp-hero-content {

    position:
        relative;

    z-index:
        20;

    padding:
        25px 0;
}


/* =========================================================
   TRUST BADGE
========================================================= */

.adp-hero-trust {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        11px;

    padding:
        11px 18px;

    border:
        1px solid
        rgba(212,166,55,.65);

    border-radius:
        50px;

    background:
        rgba(212,166,55,.035);

    margin-bottom:
        27px;

    font-size:
        13px;
}


.adp-hero-trust span {

    color:
        #e5b637;

    letter-spacing:
        2px;

    font-size:
        12px;
}


.adp-hero-trust b {

    color:
        #dddddd;

    font-weight:
        500;
}


/* =========================================================
   HEADING
========================================================= */

.adp-hero-content h1 {

    margin:
        0 0 27px !important;

    padding:
        0 !important;

    color:
        #ffffff !important;

    font-size:
        clamp(
            43px,
            4.1vw,
            65px
        ) !important;

    line-height:
        1.04 !important;

    font-weight:
        700 !important;

    letter-spacing:
        -2px !important;

    text-transform:
        none !important;
}


.adp-hero-content h1 span {

    display:
        inline-block;

    color:
        #e1ad31 !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.adp-hero-description {

    max-width:
        535px;

    margin:
        0 0 30px !important;

    color:
        #bdbdbd !important;

    font-size:
        16px !important;

    line-height:
        1.75 !important;
}


/* =========================================================
   FEATURES
========================================================= */

.adp-hero-features {

    display:
        grid;

    grid-template-columns:
        1fr 1fr;

    gap:
        15px 22px;

    margin-bottom:
        35px;
}


.adp-hero-feature {

    display:
        flex;

    align-items:
        center;

    gap:
        10px;

    color:
        #d7d7d7;

    font-size:
        13px;
}


.adp-hero-feature i {

    width:
        21px;

    height:
        21px;

    flex:
        0 0 21px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border:
        1px solid
        #d7a92f;

    border-radius:
        50%;

    color:
        #e3b237;

    font-size:
        11px;

    font-style:
        normal;
}


/* =========================================================
   BUTTONS
========================================================= */

.adp-hero-buttons {

    display:
        flex;

    align-items:
        center;

    gap:
        15px;
}


.adp-hero-btn-primary,
.adp-hero-btn-secondary {

    min-height:
        54px;

    padding:
        0 25px;

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius:
        5px;

    text-decoration:
        none !important;

    font-size:
        14px;

    font-weight:
        600;

    transition:
        all .3s ease;
}


.adp-hero-btn-primary {

    color:
        #070707 !important;

    background:
        linear-gradient(
            135deg,
            #f3c449,
            #cd9829
        );

    box-shadow:
        0 12px 35px
        rgba(212,166,55,.20);
}


.adp-hero-btn-primary span {

    margin-left:
        11px;

    font-size:
        18px;
}


.adp-hero-btn-primary:hover {

    transform:
        translateY(-3px);

    box-shadow:
        0 18px 45px
        rgba(212,166,55,.35);
}


.adp-hero-btn-secondary {

    color:
        #ffffff !important;

    background:
        rgba(255,255,255,.015);

    border:
        1px solid
        rgba(212,166,55,.65);
}


.adp-hero-btn-secondary:hover {

    background:
        rgba(212,166,55,.10);

    border-color:
        #e2ae32;
}


/* =========================================================
   RIGHT VISUAL
========================================================= */

.adp-hero-visual {

    position:
        relative;

    height:
        650px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;
}


/* =========================================================
   BADGE STACK
========================================================= */

.adp-feature-stack {

    position:
        absolute;

    left:
        0;

    top:
        70px;

    z-index:
        20;

    display:
        flex;

    flex-direction:
        column;

    gap:
        15px;
}


/* =========================================================
   FLOATING CARD
========================================================= */

.adp-floating-card {

    width:
        76px;

    height:
        88px;

    display:
        flex;

    flex-direction:
        column;

    align-items:
        center;

    justify-content:
        center;

    background:
        rgba(7,7,7,.96);

    border:
        1px solid
        rgba(212,166,55,.65);

    border-radius:
        9px;

    box-shadow:
        0 15px 35px
        rgba(0,0,0,.55);
}


.adp-floating-icon {

    color:
        #e3af32;

    font-size:
        21px;

    line-height:
        1;

    margin-bottom:
        6px;
}


.adp-floating-card strong {

    color:
        #e1ad31;

    font-size:
        15px;

    line-height:
        1.1;
}


.adp-floating-card small {

    margin-top:
        5px;

    color:
        #888;

    font-size:
        7px;

    letter-spacing:
        .5px;
}


/* =========================================================
   LAPTOP
========================================================= */

.adp-hero-laptop {

    position:
        relative;

    width:
        620px;

    z-index:
        5;

    transform:
        translateX(35px);
}


.adp-laptop-frame {

    position:
        relative;

    width:
        100%;

    height:
        375px;

    overflow:
        hidden;

    background:
        #0b0b0b;

    border:
        7px solid
        #303030;

    border-bottom-width:
        10px;

    border-radius:
        17px 17px 5px 5px;

    box-shadow:

        0 0 0 1px
        rgba(212,166,55,.45),

        0 35px 75px
        rgba(0,0,0,.8),

        0 0 80px
        rgba(212,166,55,.13);
}


/* =========================================================
   BROWSER BAR
========================================================= */

.adp-browser-header {

    height:
        30px;

    display:
        flex;

    align-items:
        center;

    gap:
        12px;

    padding:
        0 11px;

    background:
        #171717;
}


.adp-browser-dots {

    display:
        flex;

    gap:
        5px;
}


.adp-browser-dots span {

    width:
        6px;

    height:
        6px;

    border-radius:
        50%;

    background:
        #5d5d5d;
}


.adp-browser-url {

    flex:
        1;

    height:
        17px;

    display:
        flex;

    align-items:
        center;

    padding:
        0 9px;

    background:
        #090909;

    border-radius:
        3px;

    color:
        #666;

    font-size:
        7px;
}


/* =========================================================
   DESKTOP HOMEPAGE
========================================================= */

.adp-desktop-home {

    display:
        block;

    width:
        100% !important;

    height:
        calc(100% - 30px) !important;

    max-width:
        none !important;

    object-fit:
        cover !important;

    object-position:
        top center !important;

    margin:
        0 !important;

    padding:
        0 !important;

    border:
        0 !important;
}


/* =========================================================
   LAPTOP BASE
========================================================= */

.adp-laptop-base {

    position:
        relative;

    width:
        690px;

    height:
        22px;

    margin-left:
        -35px;

    background:
        linear-gradient(
            #696969,
            #252525
        );

    border-radius:
        0 0 14px 14px;

    box-shadow:
        0 20px 35px
        rgba(0,0,0,.75);
}


.adp-laptop-trackpad {

    position:
        absolute;

    left:
        50%;

    top:
        3px;

    transform:
        translateX(-50%);

    width:
        95px;

    height:
        6px;

    background:
        #3a3a3a;

    border-radius:
        0 0 7px 7px;
}


/* =========================================================
   MOBILE PHONE
========================================================= */

.adp-hero-phone {

    position:
        absolute;

    width:
        140px;

    height:
        295px;

    right:
        -4px;

    bottom:
        38px;

    z-index:
        12;

    overflow:
        hidden;

    background:
        #111;

    border:
        5px solid
        #303030;

    border-radius:
        23px;

    transform:
        rotate(3deg);

    box-shadow:

        0 30px 60px
        rgba(0,0,0,.8),

        0 0 40px
        rgba(212,166,55,.13);
}


/* Phone top */

.adp-phone-top {

    position:
        absolute;

    z-index:
        5;

    top:
        0;

    left:
        50%;

    transform:
        translateX(-50%);

    width:
        50px;

    height:
        11px;

    background:
        #050505;

    border-radius:
        0 0 10px 10px;
}


/* Phone screen */

.adp-phone-content {

    width:
        100%;

    height:
        100%;

    overflow:
        hidden;

    border-radius:
        17px;

    background:
        #050505;
}


.adp-mobile-home {

    display:
        block;

    width:
        100% !important;

    height:
        100% !important;

    max-width:
        none !important;

    object-fit:
        cover !important;

    object-position:
        top center !important;

    margin:
        0 !important;

    padding:
        0 !important;

    border:
        0 !important;
}


/* =========================================================
   STATS BAR
========================================================= */

.adp-hero-stats {

    position:
        relative;

    z-index:
        30;

    width:
        min(1140px, 90%);

    min-height:
        125px;

    margin:
        -5px auto 0;

    display:
        grid;

    grid-template-columns:
        repeat(4, 1fr);

    background:
        rgba(10,10,10,.96);

    border:
        1px solid
        rgba(212,166,55,.65);

    border-radius:
        9px;

    overflow:
        hidden;
}


.adp-hero-stat {

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        16px;

    padding:
        20px;

    border-right:
        1px solid
        rgba(255,255,255,.10);
}


.adp-hero-stat:last-child {

    border-right:
        0;
}


/* Stat icon */

.adp-stat-symbol {

    width:
        48px;

    height:
        48px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border:
        2px solid
        #d9a82d;

    border-radius:
        50%;

    color:
        #e1ad31;

    font-size:
        22px;
}


.adp-hero-stat strong {

    display:
        block;

    color:
        #ffffff;

    font-size:
        29px;

    line-height:
        1;

    margin-bottom:
        7px;
}


.adp-hero-stat span {

    display:
        block;

    color:
        #999;

    font-size:
        12px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .adp-hero-container {

        grid-template-columns:
            1fr;

    }


    .adp-hero-content {

        text-align:
            center;

        max-width:
            800px;

        margin:
            0 auto;
    }


    .adp-hero-description {

        margin-left:
            auto !important;

        margin-right:
            auto !important;
    }


    .adp-hero-features {

        max-width:
            650px;

        margin-left:
            auto;

        margin-right:
            auto;

        text-align:
            left;
    }


    .adp-hero-buttons {

        justify-content:
            center;
    }


    .adp-hero-visual {

        height:
            550px;

    }


    .adp-feature-stack {

        left:
            20px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .adp-webdev-hero-final {

        min-height:
            auto;

        padding-top:
            55px;

    }


    .adp-hero-content h1 {

        font-size:
            38px !important;

        letter-spacing:
            -1px !important;

    }


    .adp-hero-description {

        font-size:
            14px !important;

    }


    .adp-hero-features {

        grid-template-columns:
            1fr;

    }


    .adp-hero-buttons {

        flex-direction:
            column;

        align-items:
            stretch;

    }


    .adp-hero-btn-primary,
    .adp-hero-btn-secondary {

        width:
            100%;

        box-sizing:
            border-box;

    }


    /* Visual */

    .adp-hero-visual {

        height:
            400px;

        margin-top:
            20px;

    }


    /* Hide badges on small mobile */

    .adp-feature-stack {

        display:
            none;

    }


    /* Laptop */

    .adp-hero-laptop {

        width:
            360px;

        transform:
            translateX(0);

    }


    .adp-laptop-frame {

        height:
            220px;

        border-width:
            5px;

    }


    .adp-browser-header {

        height:
            22px;

    }


    .adp-browser-url {

        font-size:
            6px;

    }


    .adp-desktop-home {

        height:
            calc(100% - 22px) !important;

    }


    .adp-laptop-base {

        width:
            395px;

        height:
            13px;

        margin-left:
            -18px;

    }


    /* Phone */

    .adp-hero-phone {

        width:
            84px;

        height:
            175px;

        right:
            -2px;

        bottom:
            20px;

    }


    /* Stats */

    .adp-hero-stats {

        grid-template-columns:
            1fr 1fr;

        width:
            92%;

    }


    .adp-hero-stat {

        min-height:
            82px;

        padding:
            10px 5px;

        gap:
            7px;

    }


    .adp-hero-stat:nth-child(2) {

        border-right:
            0;

    }


    .adp-hero-stat:nth-child(4) {

        border-right:
            0;

    }


    .adp-stat-symbol {

        width:
            32px;

        height:
            32px;

        font-size:
            14px;

    }


    .adp-hero-stat strong {

        font-size:
            20px;

    }


    .adp-hero-stat span {

        font-size:
            8px;

    }

}
/* =========================================================
   AARAV DIGITAL HERO - FINAL CORRECTION
   DO NOT CHANGE HTML
========================================================= */


/* =========================================================
   HERO VISUAL
========================================================= */

.adp-hero-visual {
    position: relative !important;
    overflow: visible !important;
}


/* =========================================================
   LAPTOP
   Keep it clean and right aligned
========================================================= */

.adp-hero-laptop {
    position: relative !important;

    width: 620px !important;

    z-index: 5 !important;

    transform: translateX(35px) !important;
}


/* =========================================================
   LAPTOP SCREEN
========================================================= */

.adp-laptop-frame {
    width: 100% !important;

    height: 375px !important;

    background: #080808 !important;

    border: 7px solid #303030 !important;

    border-bottom-width: 10px !important;

    border-radius: 17px 17px 5px 5px !important;

    overflow: hidden !important;

    box-shadow:
        0 0 0 1px rgba(212,166,55,.35),
        0 30px 70px rgba(0,0,0,.75),
        0 0 70px rgba(212,166,55,.12) !important;
}


/* =========================================================
   HOMEPAGE SCREENSHOT
========================================================= */

.adp-desktop-home {
    width: 100% !important;

    height: calc(100% - 30px) !important;

    max-width: none !important;

    object-fit: cover !important;

    object-position: top center !important;

    display: block !important;

    margin: 0 !important;

    padding: 0 !important;

    border: 0 !important;
}


/* =========================================================
   LAPTOP BASE
========================================================= */

.adp-laptop-base {
    width: 690px !important;

    height: 22px !important;

    margin-left: -35px !important;

    background:
        linear-gradient(
            #696969,
            #252525
        ) !important;

    border-radius: 0 0 14px 14px !important;
}


/* =========================================================
   BADGE STACK
   IMPORTANT: OUTSIDE LAPTOP
========================================================= */

.adp-feature-stack {

    position: absolute !important;

    left: -68px !important;

    top: 105px !important;

    width: 78px !important;

    display: flex !important;

    flex-direction: column !important;

    gap: 14px !important;

    z-index: 30 !important;

}


/* =========================================================
   ALL BADGES
   FORCE BLACK BACKGROUND
========================================================= */

.adp-floating-card {

    position: relative !important;

    width: 76px !important;

    height: 88px !important;

    min-width: 76px !important;

    min-height: 88px !important;

    max-width: 76px !important;

    max-height: 88px !important;

    box-sizing: border-box !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    justify-content: center !important;

    padding: 8px !important;

    background: #080808 !important;

    background-image: none !important;

    border: 1px solid #c99a27 !important;

    border-radius: 9px !important;

    box-shadow:
        0 12px 30px rgba(0,0,0,.65) !important;

    color: #ffffff !important;

    overflow: hidden !important;
}


/* =========================================================
   BADGE ICON
========================================================= */

.adp-floating-icon {

    width: auto !important;

    height: auto !important;

    margin: 0 0 6px 0 !important;

    padding: 0 !important;

    background: transparent !important;

    color: #e2ad32 !important;

    font-size: 20px !important;

    line-height: 1 !important;
}


/* =========================================================
   BADGE TITLE
========================================================= */

.adp-floating-card strong {

    display: block !important;

    width: auto !important;

    height: auto !important;

    margin: 0 !important;

    padding: 0 !important;

    background: transparent !important;

    color: #e2ad32 !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    line-height: 1.1 !important;
}


/* =========================================================
   BADGE SUBTITLE
========================================================= */

.adp-floating-card small {

    display: block !important;

    margin: 5px 0 0 0 !important;

    padding: 0 !important;

    background: transparent !important;

    color: #777777 !important;

    font-size: 7px !important;

    line-height: 1 !important;

    letter-spacing: .4px !important;
}


/* =========================================================
   MOBILE
   Keep it lower-right like reference
========================================================= */

.adp-hero-phone {

    position: absolute !important;

    width: 140px !important;

    height: 295px !important;

    right: -8px !important;

    bottom: 25px !important;

    z-index: 40 !important;

    background: #111111 !important;

    border: 5px solid #303030 !important;

    border-radius: 23px !important;

    overflow: hidden !important;

    transform: rotate(3deg) !important;

    box-shadow:
        0 25px 55px rgba(0,0,0,.8),
        0 0 35px rgba(212,166,55,.12) !important;
}


/* =========================================================
   MOBILE SCREEN
========================================================= */

.adp-phone-content {

    width: 100% !important;

    height: 100% !important;

    overflow: hidden !important;

    background: #050505 !important;

    border-radius: 17px !important;
}


.adp-mobile-home {

    width: 100% !important;

    height: 100% !important;

    max-width: none !important;

    display: block !important;

    object-fit: cover !important;

    object-position: top center !important;

    margin: 0 !important;

    padding: 0 !important;

    border: 0 !important;
}


/* =========================================================
   SSL / FAST / SEO ORDER
   99%
   FAST
   SSL
   SEO
========================================================= */

/* 99% */
.adp-floating-card:nth-child(1) {
    order: 1 !important;
}

/* FAST */
.adp-floating-card:nth-child(2) {
    order: 2 !important;
}

/* SSL */
.adp-floating-card:nth-child(3) {
    order: 3 !important;
}

/* SEO */
.adp-floating-card:nth-child(4) {
    order: 4 !important;
}


/* =========================================================
   STATS
========================================================= */

.adp-hero-stats {

    position: relative !important;

    z-index: 50 !important;

    width: min(1140px, 90%) !important;

    margin: 0 auto !important;

    background: #090909 !important;

    border: 1px solid #a97d1c !important;

    border-radius: 9px !important;

    overflow: hidden !important;
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1101px) {

    .adp-feature-stack {
        left: -70px !important;
        top: 105px !important;
    }

    .adp-hero-laptop {
        transform: translateX(35px) !important;
    }

    .adp-hero-phone {
        right: -10px !important;
        bottom: 22px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .adp-feature-stack {
        left: 10px !important;
        top: 80px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .adp-feature-stack {
        display: none !important;
    }

    .adp-hero-laptop {
        width: 360px !important;
        transform: translateX(0) !important;
    }

    .adp-laptop-frame {
        height: 220px !important;
    }

    .adp-laptop-base {
        width: 395px !important;
        height: 13px !important;
        margin-left: -18px !important;
    }

    .adp-hero-phone {
        width: 84px !important;
        height: 175px !important;
        right: -2px !important;
        bottom: 18px !important;
    }

}
/* =========================================================
   FINAL HERO POLISH
   BADGES + FULL WIDTH STATS
========================================================= */


/* =========================================================
   BADGE POSITION
   Move slightly RIGHT
========================================================= */

.adp-feature-stack {

    left: 18px !important;

    top: 105px !important;

    gap: 12px !important;

    z-index: 30 !important;

}


/* =========================================================
   BADGE CARD
========================================================= */

.adp-floating-card {

    width: 78px !important;

    height: 104px !important;

    min-width: 78px !important;

    min-height: 104px !important;

    max-width: 78px !important;

    max-height: 104px !important;

    padding: 10px 5px !important;

    box-sizing: border-box !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    justify-content: center !important;

    background:
        linear-gradient(
            145deg,
            #0d0d0d,
            #050505
        ) !important;

    border:
        1px solid
        rgba(218,170,48,.70) !important;

    border-radius: 9px !important;

    box-shadow:
        0 12px 30px rgba(0,0,0,.60),
        inset 0 0 20px rgba(218,170,48,.025) !important;

}


/* =========================================================
   ICON AREA
========================================================= */

.adp-floating-icon {

    position: relative !important;

    width: 34px !important;

    height: 34px !important;

    margin-bottom: 7px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    background: transparent !important;

    color: #e5b12f !important;

    font-size: 25px !important;

    line-height: 1 !important;

}


/* =========================================================
   99% GAUGE GRAPHIC
========================================================= */

.adp-icon-uptime {

    border:
        3px solid
        #e5b12f !important;

    border-bottom-color:
        transparent !important;

    border-radius:
        50% !important;

    width: 29px !important;

    height: 29px !important;

    transform:
        rotate(-35deg);

}


/* gauge needle */

.adp-icon-uptime::after {

    content: "";

    position: absolute;

    width: 3px;

    height: 11px;

    background: #e5b12f;

    left: 13px;

    top: 5px;

    transform-origin: bottom center;

    transform: rotate(35deg);

    border-radius: 3px;

}


/* =========================================================
   FAST GRAPHIC
========================================================= */

.adp-icon-fast {

    font-size:
        30px !important;

    font-weight:
        600 !important;

    transform:
        translateY(-2px);

}


/* =========================================================
   SSL SHIELD
========================================================= */

.adp-icon-ssl {

    width:
        28px !important;

    height:
        32px !important;

    border:
        3px solid
        #e5b12f !important;

    border-radius:
        7px 7px 11px 11px !important;

    font-size:
        14px !important;

}


/* Shield shape */

.adp-icon-ssl::before {

    content: "";

    position: absolute;

    left: -3px;

    bottom: -7px;

    width: 26px;

    height: 10px;

    border-left:
        3px solid #e5b12f;

    border-right:
        3px solid #e5b12f;

    border-bottom:
        3px solid #e5b12f;

    border-radius:
        0 0 14px 14px;

}


/* SSL check */

.adp-icon-ssl span {

    position:
        relative;

    z-index: 2;

    color:
        #e5b12f;

    font-size:
        13px;

}


/* =========================================================
   SEO GRAPHIC
========================================================= */

.adp-icon-seo {

    width:
        34px !important;

    height:
        30px !important;

    align-items:
        flex-end !important;

    gap:
        3px;

}


/* bars */

.adp-icon-seo::before {

    content: "";

    position: absolute;

    left: 2px;

    bottom: 2px;

    width: 5px;

    height: 11px;

    background: #e5b12f;

    box-shadow:
        8px -5px 0 #e5b12f,
        16px -11px 0 #e5b12f;

}


/* upward graph */

.adp-icon-seo span {

    position:
        absolute;

    right: -1px;

    top: -4px;

    color:
        #e5b12f;

    font-size:
        19px;

    font-weight:
        700;

}


/* =========================================================
   BADGE TEXT
========================================================= */

.adp-floating-card strong {

    color:
        #e5b12f !important;

    font-size:
        14px !important;

    font-weight:
        700 !important;

    line-height:
        1.1 !important;

    background:
        transparent !important;

}


.adp-floating-card small {

    margin-top:
        5px !important;

    color:
        #999 !important;

    font-size:
        8px !important;

    line-height:
        1 !important;

    letter-spacing:
        .4px !important;

}


/* =========================================================
   LAPTOP
   Slightly RIGHT so content remains visible
========================================================= */

.adp-hero-laptop {

    transform:
        translateX(55px) !important;

}


/* =========================================================
   MOBILE
   Keep attached to laptop right-bottom
========================================================= */

.adp-hero-phone {

    right:
        -18px !important;

    bottom:
        25px !important;

}


/* =========================================================
   FULL SCREEN STATS BAR
========================================================= */

.adp-hero-stats {

    width:
        100% !important;

    max-width:
        none !important;

    margin:
        0 !important;

    min-height:
        125px !important;

    border-left:
        1px solid
        rgba(212,166,55,.60) !important;

    border-right:
        1px solid
        rgba(212,166,55,.60) !important;

    border-bottom:
        1px solid
        rgba(212,166,55,.60) !important;

    border-top:
        1px solid
        rgba(212,166,55,.60) !important;

    border-radius:
        0 !important;

    box-sizing:
        border-box !important;

}


/* =========================================================
   STATS INNER SPACING
========================================================= */

.adp-hero-stat {

    min-height:
        125px !important;

    padding:
        20px 35px !important;

}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1101px) {

    .adp-feature-stack {

        left:
            18px !important;

        top:
            105px !important;

    }

    .adp-hero-laptop {

        transform:
            translateX(55px) !important;

    }

    .adp-hero-phone {

        right:
            -18px !important;

        bottom:
            25px !important;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .adp-feature-stack {

        left:
            15px !important;

    }

    .adp-hero-laptop {

        transform:
            translateX(20px) !important;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .adp-feature-stack {

        display:
            none !important;

    }

    .adp-hero-laptop {

        transform:
            translateX(0) !important;

    }

    .adp-hero-phone {

        right:
            -2px !important;

        bottom:
            18px !important;

    }

    .adp-hero-stats {

        width:
            100% !important;

    }

}
/* =========================================================
   FINAL BADGE POSITION FIX
   Keep badges between content and laptop
========================================================= */

@media (min-width: 1101px) {

    .adp-feature-stack {
        left: -65px !important;
        top: 105px !important;
        gap: 12px !important;
        z-index: 30 !important;
    }

    .adp-floating-card {
        width: 78px !important;
        height: 104px !important;
    }

}


/* Tablet */
@media (max-width: 1100px) and (min-width: 651px) {

    .adp-feature-stack {
        left: -25px !important;
    }

}
/* =========================================================
   FINAL LAPTOP POSITION + PREMIUM LAPTOP BASE
   DO NOT CHANGE OTHER HERO ELEMENTS
========================================================= */


/* =========================================================
   LAPTOP POSITION
   Reference image jaisi right-side placement
========================================================= */

@media (min-width: 1101px) {

    .adp-hero-laptop {
        width: 700px !important;

        transform:
            translateX(72px) !important;

        z-index: 5 !important;
    }


    .adp-laptop-frame {
        height: 400px !important;

        border:
            7px solid #303030 !important;

        border-bottom:
            7px solid #222 !important;

        border-radius:
            17px 17px 4px 4px !important;
    }


    /* Mobile follows laptop */
    .adp-hero-phone {
        right:
            -15px !important;

        bottom:
            24px !important;
    }

}


/* =========================================================
   PREMIUM LAPTOP BASE
========================================================= */

.adp-laptop-base {

    position:
        relative !important;

    width:
        770px !important;

    height:
        48px !important;

    margin-left:
        -35px !important;

    background:
        linear-gradient(
            to bottom,
            #777777 0%,
            #555555 18%,
            #292929 48%,
            #171717 100%
        ) !important;

    border-radius:
        0 0 18px 18px !important;

    box-shadow:
        0 15px 30px rgba(0,0,0,.75),
        0 3px 8px rgba(255,255,255,.08) inset !important;

    z-index:
        4 !important;

}


/* =========================================================
   KEYBOARD DECK
========================================================= */

.adp-laptop-base::before {

    content:
        "" !important;

    position:
        absolute !important;

    left:
        50% !important;

    top:
        5px !important;

    transform:
        translateX(-50%) !important;

    width:
        82% !important;

    height:
        24px !important;

    background:
        linear-gradient(
            145deg,
            #303030,
            #111111
        ) !important;

    border-radius:
        4px 4px 9px 9px !important;

    box-shadow:
        inset 0 1px 2px rgba(255,255,255,.08),
        0 2px 5px rgba(0,0,0,.5) !important;

}


/* =========================================================
   KEYBOARD KEYS EFFECT
========================================================= */

.adp-laptop-base::after {

    content:
        "" !important;

    position:
        absolute !important;

    left:
        50% !important;

    top:
        9px !important;

    transform:
        translateX(-50%) !important;

    width:
        70% !important;

    height:
        13px !important;

    opacity:
        .65 !important;

    background:
        repeating-linear-gradient(
            90deg,
            #555 0px,
            #555 5px,
            transparent 5px,
            transparent 8px
        ) !important;

    border-radius:
        2px !important;

}


/* =========================================================
   TRACKPAD
========================================================= */

.adp-laptop-trackpad {

    position:
        absolute !important;

    left:
        50% !important;

    top:
        29px !important;

    transform:
        translateX(-50%) !important;

    width:
        115px !important;

    height:
        9px !important;

    background:
        linear-gradient(
            #505050,
            #292929
        ) !important;

    border:
        1px solid #111 !important;

    border-radius:
        0 0 8px 8px !important;

    z-index:
        5 !important;

}


/* =========================================================
   SMALL FRONT EDGE
========================================================= */

.adp-laptop-base {

    border-bottom:
        3px solid #0b0b0b !important;
}


/* =========================================================
   LAPTOP SCREEN SHADOW
========================================================= */

.adp-laptop-frame::after {

    content:
        "" !important;

    position:
        absolute !important;

    left:
        4% !important;

    right:
        4% !important;

    bottom:
        -2px !important;

    height:
        4px !important;

    background:
        rgba(0,0,0,.75) !important;

    filter:
        blur(4px);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) and (min-width: 651px) {

    .adp-hero-laptop {

        width:
            620px !important;

        transform:
            translateX(25px) !important;

    }

    .adp-laptop-base {

        width:
            680px !important;

        height:
            40px !important;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .adp-hero-laptop {

        width:
            360px !important;

        transform:
            translateX(0) !important;

    }

    .adp-laptop-frame {

        height:
            220px !important;

    }

    .adp-laptop-base {

        width:
            395px !important;

        height:
            18px !important;

        margin-left:
            -18px !important;

        border-radius:
            0 0 10px 10px !important;

    }

    .adp-laptop-base::before {

        display:
            none !important;

    }

    .adp-laptop-base::after {

        display:
            none !important;

    }

    .adp-laptop-trackpad {

        display:
            none !important;

    }

}
/* =========================================================
   FINAL BADGE GRAPHICS + SIZE
   Reference: compact black & gold cards
========================================================= */

@media (min-width: 1101px) {

    /* -----------------------------
       CARD SIZE
    ----------------------------- */

    .adp-floating-card {
        width: 76px !important;
        height: 88px !important;
        min-width: 76px !important;
        min-height: 88px !important;
        max-width: 76px !important;
        max-height: 88px !important;

        padding: 7px 5px !important;
        box-sizing: border-box !important;

        border: 1px solid #c99822 !important;
        border-radius: 8px !important;

        background: #080808 !important;

        box-shadow:
            0 8px 20px rgba(0,0,0,.55),
            inset 0 0 12px rgba(212,166,55,.025) !important;
    }


    /* -----------------------------
       STACK SPACING
    ----------------------------- */

    .adp-feature-stack {
        gap: 10px !important;
    }


    /* -----------------------------
       ICON CONTAINER
    ----------------------------- */

    .adp-floating-icon {
        position: relative !important;

        width: 32px !important;
        height: 30px !important;

        margin: 0 0 5px 0 !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        color: #e5b12f !important;

        font-size: 20px !important;
        line-height: 1 !important;

        background: transparent !important;
    }


    /* =====================================================
       99% UPTIME - CLEAN SPEEDOMETER
    ===================================================== */

    .adp-icon-uptime {
        width: 29px !important;
        height: 29px !important;

        border: 3px solid #e5b12f !important;
        border-bottom-color: transparent !important;

        border-radius: 50% !important;

        transform: rotate(-35deg) !important;

        box-sizing: border-box !important;
    }

    .adp-icon-uptime::after {
        content: "" !important;

        position: absolute !important;

        width: 2px !important;
        height: 10px !important;

        left: 12px !important;
        top: 5px !important;

        background: #e5b12f !important;

        border-radius: 3px !important;

        transform-origin: bottom center !important;
        transform: rotate(38deg) !important;
    }


    /* =====================================================
       FAST - CLEAN ARROW
    ===================================================== */

    .adp-icon-fast {
        width: 31px !important;
        height: 29px !important;

        font-size: 27px !important;
        font-weight: 400 !important;

        color: #e5b12f !important;

        transform: translateY(-1px) !important;
    }


    /* =====================================================
       SSL - SMALL SHIELD
    ===================================================== */

    .adp-icon-ssl {
        width: 27px !important;
        height: 30px !important;

        border: 2px solid #e5b12f !important;

        border-radius: 7px 7px 11px 11px !important;

        box-sizing: border-box !important;
    }

    .adp-icon-ssl::before {
        content: "" !important;

        position: absolute !important;

        width: 17px !important;
        height: 9px !important;

        left: 3px !important;
        bottom: -5px !important;

        border-left: 2px solid #e5b12f !important;
        border-right: 2px solid #e5b12f !important;
        border-bottom: 2px solid #e5b12f !important;

        border-radius: 0 0 10px 10px !important;

        background: transparent !important;
    }

    .adp-icon-ssl span {
        position: relative !important;
        z-index: 2 !important;

        color: #e5b12f !important;

        font-size: 12px !important;
        font-weight: 700 !important;
    }


    /* =====================================================
       SEO - BAR CHART + ARROW
    ===================================================== */

    .adp-icon-seo {
        width: 32px !important;
        height: 30px !important;

        align-items: flex-end !important;
        justify-content: flex-start !important;

        position: relative !important;
    }

    .adp-icon-seo::before {
        content: "" !important;

        position: absolute !important;

        left: 3px !important;
        bottom: 2px !important;

        width: 5px !important;
        height: 9px !important;

        background: #e5b12f !important;

        box-shadow:
            8px -5px 0 #e5b12f,
            16px -11px 0 #e5b12f !important;
    }

    .adp-icon-seo span {
        position: absolute !important;

        right: 0 !important;
        top: -4px !important;

        color: #e5b12f !important;

        font-size: 18px !important;
        font-weight: 700 !important;

        line-height: 1 !important;
    }


    /* =====================================================
       TITLE
    ===================================================== */

    .adp-floating-card strong {
        display: block !important;

        margin: 0 !important;
        padding: 0 !important;

        color: #e5b12f !important;

        font-size: 13px !important;
        font-weight: 700 !important;

        line-height: 1.05 !important;

        background: transparent !important;
    }


    /* =====================================================
       SUBTITLE
    ===================================================== */

    .adp-floating-card small {
        display: block !important;

        margin: 4px 0 0 0 !important;
        padding: 0 !important;

        color: #8d8d8d !important;

        font-size: 7px !important;

        line-height: 1 !important;

        letter-spacing: .3px !important;

        background: transparent !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) and (min-width: 651px) {

    .adp-floating-card {
        width: 72px !important;
        height: 84px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .adp-feature-stack {
        display: none !important;
    }

}
/* =========================================================
   AARAV DIGITAL HERO
   FINAL BADGES + LAPTOP POSITION
   Reference based layout
========================================================= */


/* =========================================================
   DESKTOP HERO VISUAL AREA
========================================================= */

@media (min-width: 1101px) {

    /* -----------------------------------------
       LAPTOP
    ----------------------------------------- */

    .adp-hero-laptop {
        position: relative !important;

        width: 680px !important;

        transform:
            translateX(55px) !important;

        z-index: 5 !important;
    }


    /* -----------------------------------------
       BADGE STACK
       BETWEEN CONTENT + LAPTOP
    ----------------------------------------- */

    .adp-feature-stack {

        position: absolute !important;

        /*
         * IMPORTANT:
         * Move cards to the empty space
         * between left content and laptop.
         */
        left: -135px !important;

        top: 105px !important;

        width: 86px !important;

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        gap: 10px !important;

        z-index: 25 !important;

    }


    /* -----------------------------------------
       BADGE CARD
    ----------------------------------------- */

    .adp-floating-card {

        position: relative !important;

        width: 84px !important;

        height: 102px !important;

        min-width: 84px !important;

        min-height: 102px !important;

        max-width: 84px !important;

        max-height: 102px !important;

        box-sizing: border-box !important;

        padding: 8px 5px !important;

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        justify-content: center !important;

        background:
            linear-gradient(
                145deg,
                #101010 0%,
                #050505 100%
            ) !important;

        border:
            1px solid #c99a24 !important;

        border-radius:
            10px !important;

        box-shadow:
            0 10px 25px rgba(0,0,0,.55),
            inset 0 0 15px rgba(218,170,48,.025) !important;

        overflow: hidden !important;

    }


    /* -----------------------------------------
       ICON
    ----------------------------------------- */

    .adp-floating-icon {

        width: 34px !important;

        height: 34px !important;

        margin: 0 0 6px 0 !important;

        padding: 0 !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        background: transparent !important;

        color: #e5b12f !important;

        font-size: 24px !important;

        line-height: 1 !important;

    }


    /* =====================================================
       99% UPTIME
    ===================================================== */

    .adp-icon-uptime {

        width: 29px !important;

        height: 29px !important;

        border:
            3px solid #e5b12f !important;

        border-bottom-color:
            transparent !important;

        border-radius:
            50% !important;

        transform:
            rotate(-35deg) !important;

    }


    .adp-icon-uptime::after {

        content: "" !important;

        position: absolute !important;

        width: 2px !important;

        height: 11px !important;

        left: 13px !important;

        top: 4px !important;

        background:
            #e5b12f !important;

        border-radius: 3px !important;

        transform-origin:
            bottom center !important;

        transform:
            rotate(38deg) !important;

    }


    /* =====================================================
       FAST
    ===================================================== */

    .adp-icon-fast {

        font-size:
            28px !important;

        font-weight:
            400 !important;

        color:
            #e5b12f !important;

    }


    /* =====================================================
       SSL SHIELD
    ===================================================== */

    .adp-icon-ssl {

        width:
            28px !important;

        height:
            31px !important;

        border:
            2px solid #e5b12f !important;

        border-radius:
            7px 7px 12px 12px !important;

        box-sizing:
            border-box !important;

    }


    .adp-icon-ssl::before {

        content: "" !important;

        position: absolute !important;

        left: 3px !important;

        bottom: -5px !important;

        width: 18px !important;

        height: 9px !important;

        border-left:
            2px solid #e5b12f !important;

        border-right:
            2px solid #e5b12f !important;

        border-bottom:
            2px solid #e5b12f !important;

        border-radius:
            0 0 10px 10px !important;

    }


    .adp-icon-ssl span {

        position:
            relative !important;

        z-index:
            2 !important;

        color:
            #e5b12f !important;

        font-size:
            12px !important;

        font-weight:
            700 !important;

    }


    /* =====================================================
       SEO
    ===================================================== */

    .adp-icon-seo {

        position:
            relative !important;

        width:
            34px !important;

        height:
            31px !important;

        align-items:
            flex-end !important;

        justify-content:
            flex-start !important;

    }


    .adp-icon-seo::before {

        content: "" !important;

        position: absolute !important;

        left: 2px !important;

        bottom: 2px !important;

        width: 5px !important;

        height: 9px !important;

        background:
            #e5b12f !important;

        box-shadow:
            8px -5px 0 #e5b12f,
            16px -11px 0 #e5b12f !important;

    }


    .adp-icon-seo span {

        position:
            absolute !important;

        right:
            0 !important;

        top:
            -4px !important;

        color:
            #e5b12f !important;

        font-size:
            18px !important;

        font-weight:
            700 !important;

    }


    /* =====================================================
       BADGE TITLE
    ===================================================== */

    .adp-floating-card strong {

        display:
            block !important;

        margin:
            0 !important;

        padding:
            0 !important;

        color:
            #e5b12f !important;

        font-size:
            14px !important;

        font-weight:
            700 !important;

        line-height:
            1.05 !important;

        background:
            transparent !important;

    }


    /* =====================================================
       BADGE SUBTITLE
    ===================================================== */

    .adp-floating-card small {

        display:
            block !important;

        margin:
            5px 0 0 0 !important;

        padding:
            0 !important;

        color:
            #d0d0d0 !important;

        font-size:
            7px !important;

        font-weight:
            400 !important;

        line-height:
            1 !important;

        letter-spacing:
            .2px !important;

        background:
            transparent !important;

    }


    /* =====================================================
       PHONE
       Reference image position
    ===================================================== */

    .adp-hero-phone {

        position:
            absolute !important;

        right:
            -15px !important;

        bottom:
            24px !important;

        z-index:
            40 !important;

    }

}


/* =========================================================
   LAPTOP BASE
========================================================= */

@media (min-width: 1101px) {

    .adp-laptop-base {

        width:
            750px !important;

        height:
            42px !important;

        margin-left:
            -35px !important;

        background:
            linear-gradient(
                to bottom,
                #777 0%,
                #555 20%,
                #292929 55%,
                #151515 100%
            ) !important;

        border-radius:
            0 0 16px 16px !important;

        box-shadow:
            0 15px 30px rgba(0,0,0,.65) !important;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) and (min-width: 651px) {

    .adp-feature-stack {

        left:
            -85px !important;

        top:
            90px !important;

        gap:
            9px !important;

    }

    .adp-floating-card {

        width:
            76px !important;

        height:
            94px !important;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .adp-feature-stack {

        display:
            none !important;

    }

    .adp-hero-laptop {

        width:
            360px !important;

        transform:
            translateX(0) !important;

    }

}
/* =========================================================
   AARAV DIGITAL
   FINAL REFERENCE MATCH
   Reference = supplied 1536px design
========================================================= */


/* =========================================================
   DESKTOP ONLY
========================================================= */

@media (min-width: 1101px) {


    /* =====================================================
       1. BADGE STACK
       CONTENT aur LAPTOP ke beech
    ===================================================== */

    .adp-feature-stack {

        position: absolute !important;

        /*
         * Previous -135px was too far LEFT.
         * This brings the cards into the correct gap.
         */
        left: -95px !important;

        top: 105px !important;

        width: 96px !important;

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        gap: 12px !important;

        z-index: 30 !important;

    }


    /* =====================================================
       2. CARD SIZE
       Reference approx 95 x 116
    ===================================================== */

    .adp-floating-card {

        width: 96px !important;

        height: 116px !important;

        min-width: 96px !important;

        min-height: 116px !important;

        max-width: 96px !important;

        max-height: 116px !important;

        box-sizing: border-box !important;

        padding: 10px 6px !important;

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        justify-content: center !important;

        background:
            linear-gradient(
                145deg,
                #101010 0%,
                #050505 100%
            ) !important;

        border: 1px solid #c99a24 !important;

        border-radius: 10px !important;

        box-shadow:
            0 10px 25px rgba(0,0,0,.55),
            inset 0 0 15px rgba(218,170,48,.025) !important;

        overflow: hidden !important;

    }


    /* =====================================================
       3. ICON SIZE
    ===================================================== */

    .adp-floating-icon {

        width: 38px !important;

        height: 38px !important;

        margin: 0 0 7px 0 !important;

        padding: 0 !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;

        color: #e5b12f !important;

        font-size: 25px !important;

        line-height: 1 !important;

        background: transparent !important;

    }


    /* =====================================================
       99% SPEEDOMETER
    ===================================================== */

    .adp-icon-uptime {

        width: 31px !important;

        height: 31px !important;

        border: 3px solid #e5b12f !important;

        border-bottom-color: transparent !important;

        border-radius: 50% !important;

        transform: rotate(-35deg) !important;

    }


    .adp-icon-uptime::after {

        content: "" !important;

        position: absolute !important;

        width: 2px !important;

        height: 11px !important;

        left: 14px !important;

        top: 5px !important;

        background: #e5b12f !important;

        border-radius: 3px !important;

        transform-origin: bottom center !important;

        transform: rotate(38deg) !important;

    }


    /* =====================================================
       FAST ARROW
    ===================================================== */

    .adp-icon-fast {

        width: 36px !important;

        height: 36px !important;

        font-size: 30px !important;

        color: #e5b12f !important;

    }


    /* =====================================================
       SSL SHIELD
    ===================================================== */

    .adp-icon-ssl {

        width: 31px !important;

        height: 35px !important;

        border: 2px solid #e5b12f !important;

        border-radius: 8px 8px 13px 13px !important;

        box-sizing: border-box !important;

    }


    .adp-icon-ssl::before {

        content: "" !important;

        position: absolute !important;

        left: 4px !important;

        bottom: -6px !important;

        width: 19px !important;

        height: 10px !important;

        border-left: 2px solid #e5b12f !important;

        border-right: 2px solid #e5b12f !important;

        border-bottom: 2px solid #e5b12f !important;

        border-radius: 0 0 12px 12px !important;

    }


    .adp-icon-ssl span {

        position: relative !important;

        z-index: 2 !important;

        color: #e5b12f !important;

        font-size: 13px !important;

        font-weight: 700 !important;

    }


    /* =====================================================
       SEO GRAPH
    ===================================================== */

    .adp-icon-seo {

        width: 38px !important;

        height: 35px !important;

        position: relative !important;

        align-items: flex-end !important;

        justify-content: flex-start !important;

    }


    .adp-icon-seo::before {

        content: "" !important;

        position: absolute !important;

        left: 3px !important;

        bottom: 2px !important;

        width: 6px !important;

        height: 10px !important;

        background: #e5b12f !important;

        box-shadow:
            9px -6px 0 #e5b12f,
            18px -13px 0 #e5b12f !important;

    }


    .adp-icon-seo span {

        position: absolute !important;

        right: 0 !important;

        top: -5px !important;

        color: #e5b12f !important;

        font-size: 20px !important;

        font-weight: 700 !important;

    }


    /* =====================================================
       TITLE
    ===================================================== */

    .adp-floating-card strong {

        margin: 0 !important;

        padding: 0 !important;

        color: #e5b12f !important;

        font-size: 15px !important;

        font-weight: 700 !important;

        line-height: 1.1 !important;

        background: transparent !important;

    }


    /* =====================================================
       SUBTITLE
    ===================================================== */

    .adp-floating-card small {

        margin: 5px 0 0 0 !important;

        padding: 0 !important;

        color: #dedede !important;

        font-size: 8px !important;

        line-height: 1 !important;

        letter-spacing: .2px !important;

        background: transparent !important;

    }


    /* =====================================================
       4. LAPTOP
       Reference position
    ===================================================== */

    .adp-hero-laptop {

        width: 700px !important;

        transform:
            translateX(65px) !important;

        z-index: 5 !important;

    }


    /* =====================================================
       LAPTOP SCREEN
    ===================================================== */

    .adp-laptop-frame {

        height: 400px !important;

        border-radius:
            17px 17px 4px 4px !important;

        border:
            7px solid #303030 !important;

        border-bottom:
            7px solid #222 !important;

    }


    /* =====================================================
       5. REMOVE PREVIOUS ARTIFICIAL KEYBOARD EFFECT
    ===================================================== */

    .adp-laptop-base {

        width: 770px !important;

        height: 30px !important;

        margin-left: -35px !important;

        background:
            linear-gradient(
                to bottom,
                #777777 0%,
                #555555 25%,
                #292929 65%,
                #171717 100%
            ) !important;

        border-radius:
            0 0 16px 16px !important;

        box-shadow:
            0 12px 28px rgba(0,0,0,.65) !important;

    }


    /* REMOVE THE FAKE STRIPED KEYBOARD */

    .adp-laptop-base::before,
    .adp-laptop-base::after {

        display: none !important;

        content: none !important;

    }


    /* =====================================================
       6. MOBILE
       Reference position
    ===================================================== */

    .adp-hero-phone {

        right:
            -15px !important;

        bottom:
            24px !important;

        z-index:
            40 !important;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) and (min-width: 651px) {

    .adp-feature-stack {

        left:
            -55px !important;

        top:
            90px !important;

        gap:
            10px !important;

    }

    .adp-floating-card {

        width:
            82px !important;

        height:
            100px !important;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .adp-feature-stack {

        display:
            none !important;

    }

}
/* =========================================================
   REMOVE HERO FLOATING CARDS
   99% / FAST / SSL / SEO
========================================================= */

.adp-feature-stack {
    display: none !important;
}
/* =========================================================
   AARAV DIGITAL
   WEBSITE DEVELOPMENT
   SERVICES SECTION
========================================================= */

.adp-wd-services {

    position: relative;

    width: 100%;

    padding: 25px 20px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(218,166,45,.07),
            transparent 45%
        ),
        #050505;

    color: #fff;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.adp-wd-container {

    width: min(1200px, 100%);

    margin: 0 auto;

}


/* =========================================================
   HEADER
========================================================= */

.adp-wd-header {

    max-width: 720px;

    margin: 0 auto 60px;

    text-align: center;

}


.adp-wd-eyebrow {

    display: inline-block;

    margin-bottom: 16px;

    color: #e5b12f;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

}


.adp-wd-header h2 {

    margin: 0;

    color: #fff;

    font-size: clamp(36px, 5vw, 58px);

    font-weight: 800;

    line-height: 1.05;

    letter-spacing: -1.5px;

}


.adp-wd-header h2 span {

    display: inline-block;

    color: #e5b12f;

}


.adp-wd-header p {

    max-width: 600px;

    margin: 22px auto 0;

    color: #a9a9a9;

    font-size: 16px;

    line-height: 1.7;

}


/* =========================================================
   GRID
========================================================= */

.adp-wd-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 14px;

}


/* =========================================================
   CARD
========================================================= */

.adp-wd-card {

    position: relative;

    min-height: 190px;

    padding: 25px 24px;

    background:
        linear-gradient(
            145deg,
            #111111,
            #070707
        );

    border:
        1px solid
        rgba(207,156,34,.55);

    border-radius: 8px;

    box-shadow:
        inset 0 0 25px rgba(218,166,45,.025);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;

}


/* =========================================================
   CARD HOVER
========================================================= */

.adp-wd-card:hover {

    transform:
        translateY(-5px);

    border-color:
        #e5b12f;

    box-shadow:
        0 15px 35px rgba(0,0,0,.5),
        0 0 25px rgba(218,166,45,.08);

}


/* =========================================================
   TOP
========================================================= */

.adp-wd-card-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 22px;

}


/* =========================================================
   ICON
========================================================= */

.adp-wd-icon {

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #e5b12f;

    border:
        1px solid
        #c99a24;

    border-radius: 50%;

    font-size: 18px;

    font-weight: 700;

}


/* =========================================================
   NUMBER
========================================================= */

.adp-wd-number {

    color:
        #b78a22;

    font-size:
        12px;

    font-weight:
        700;

}


/* =========================================================
   TITLE
========================================================= */

.adp-wd-card h3 {

    margin:
        0 0 12px;

    max-width:
        210px;

    color:
        #fff;

    font-size:
        18px;

    font-weight:
        700;

    line-height:
        1.2;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.adp-wd-card p {

    margin:
        0;

    max-width:
        250px;

    color:
        #929292;

    font-size:
        12px;

    line-height:
        1.6;

}


/* =========================================================
   GOLD CORNER GLOW
========================================================= */

.adp-wd-card::after {

    content:
        "";

    position:
        absolute;

    width:
        80px;

    height:
        80px;

    right:
        -40px;

    bottom:
        -40px;

    background:
        radial-gradient(
            circle,
            rgba(229,177,47,.12),
            transparent 70%
        );

    pointer-events:
        none;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .adp-wd-services {

        padding:
            85px 20px;

    }

    .adp-wd-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .adp-wd-services {

        padding:
            70px 16px;

    }

    .adp-wd-header {

        margin-bottom:
            40px;

    }

    .adp-wd-header h2 {

        font-size:
            36px;

    }

    .adp-wd-header p {

        font-size:
            14px;

    }

    .adp-wd-grid {

        grid-template-columns:
            1fr;

        gap:
            12px;

    }

    .adp-wd-card {

        min-height:
            175px;

    }

}
/* =========================================================
   AARAV DIGITAL
   SECTION 2
   PERFORMANCE / SECURITY / GROWTH
========================================================= */

.adp-wd-performance {

    position: relative;

    width: 100%;

    padding: 25px 20px;

    background:
        radial-gradient(
            circle at 75% 50%,
            rgba(229,177,47,.08),
            transparent 35%
        ),
        #050505;

    color: #fff;

    overflow: hidden;

}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

.adp-wd-performance::before {

    content: "";

    position: absolute;

    width: 600px;

    height: 600px;

    right: -220px;

    top: 50%;

    transform: translateY(-50%);

    border-radius: 50%;

    border:
        1px solid rgba(229,177,47,.12);

    box-shadow:
        0 0 0 40px rgba(229,177,47,.025),
        0 0 0 80px rgba(229,177,47,.018),
        0 0 0 120px rgba(229,177,47,.012);

    pointer-events: none;

}


/* =========================================================
   CONTAINER
========================================================= */

.adp-wd-performance-container {

    position: relative;

    z-index: 2;

    width: min(1200px, 100%);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 80px;

    align-items: center;

}


/* =========================================================
   LEFT CONTENT
========================================================= */

.adp-wd-performance-content {

    max-width: 570px;

}


.adp-wd-performance-eyebrow {

    display: inline-block;

    margin-bottom: 18px;

    color: #e5b12f;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

}


.adp-wd-performance-content h2 {

    margin: 0;

    color: #fff;

    font-size: clamp(38px, 4vw, 56px);

    font-weight: 800;

    line-height: 1.05;

    letter-spacing: -1.5px;

}


.adp-wd-performance-content h2 span {

    color: #e5b12f;

}


.adp-wd-performance-intro {

    max-width: 520px;

    margin: 25px 0 38px;

    color: #a9a9a9;

    font-size: 16px;

    line-height: 1.75;

}


/* =========================================================
   FEATURE GRID
========================================================= */

.adp-wd-performance-grid {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 12px;

}


/* =========================================================
   FEATURE CARD
========================================================= */

.adp-wd-performance-card {

    min-height: 105px;

    padding: 18px;

    display: flex;

    align-items: center;

    gap: 15px;

    background:
        linear-gradient(
            145deg,
            #111111,
            #070707
        );

    border:
        1px solid
        rgba(201,154,36,.65);

    border-radius: 9px;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;

}


.adp-wd-performance-card:hover {

    transform:
        translateY(-4px);

    border-color:
        #e5b12f;

    box-shadow:
        0 12px 30px rgba(0,0,0,.45),
        0 0 20px rgba(229,177,47,.06);

}


/* =========================================================
   ICON
========================================================= */

.adp-wd-performance-icon {

    flex-shrink: 0;

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #e5b12f;

    border:
        1px solid #c99a24;

    border-radius: 9px;

    font-size: 27px;

}


/* =========================================================
   UPTIME ICON
========================================================= */

.uptime-icon {

    position: relative;

}


.uptime-icon::before {

    content: "";

    width: 28px;

    height: 28px;

    border:
        3px solid #e5b12f;

    border-bottom-color:
        transparent;

    border-radius: 50%;

}


.uptime-icon span {

    position: absolute;

    width: 2px;

    height: 10px;

    background: #e5b12f;

    top: 14px;

    left: 25px;

    transform:
        rotate(35deg);

    transform-origin:
        bottom;

}


/* =========================================================
   FAST ICON
========================================================= */

.fast-icon {

    font-size: 32px;

    font-weight: 400;

}


/* =========================================================
   SSL ICON
========================================================= */

.ssl-icon {

    position: relative;

}


.ssl-icon::before {

    content: "";

    width: 27px;

    height: 30px;

    border:
        2px solid #e5b12f;

    border-radius:
        7px 7px 12px 12px;

}


.ssl-icon span {

    position: absolute;

    font-size: 15px;

    font-weight: 700;

    color: #e5b12f;

}


/* =========================================================
   SEO ICON
========================================================= */

.seo-icon {

    position: relative;

    align-items: flex-end;

    padding-bottom: 11px;

}


.seo-icon::before {

    content: "";

    width: 6px;

    height: 12px;

    background: #e5b12f;

    box-shadow:
        10px -7px 0 #e5b12f,
        20px -14px 0 #e5b12f;

}


.seo-icon span {

    position: absolute;

    right: 7px;

    top: 9px;

    width: 14px;

    height: 2px;

    background: #e5b12f;

    transform:
        rotate(-45deg);

}


/* =========================================================
   CARD TEXT
========================================================= */

.adp-wd-performance-card strong {

    display: block;

    color: #e5b12f;

    font-size: 19px;

    font-weight: 700;

    line-height: 1.1;

}


.adp-wd-performance-card small {

    display: block;

    margin-top: 6px;

    color: #b5b5b5;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1px;

}


/* =========================================================
   RIGHT VISUAL
========================================================= */

.adp-wd-performance-visual {

    position: relative;

    min-height: 470px;

    display: flex;

    align-items: center;

    justify-content: center;

}


/* =========================================================
   GLOW
========================================================= */

.adp-wd-server-glow {

    position: absolute;

    width: 360px;

    height: 360px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(229,177,47,.16),
            transparent 68%
        );

    filter:
        blur(12px);

}


/* =========================================================
   SERVER CARD
========================================================= */

.adp-wd-server-card {

    position: relative;

    width: 430px;

    min-height: 340px;

    padding: 18px;

    background:
        linear-gradient(
            145deg,
            #151515,
            #060606
        );

    border:
        1px solid
        rgba(229,177,47,.7);

    border-radius: 14px;

    box-shadow:
        0 25px 70px rgba(0,0,0,.65),
        0 0 40px rgba(229,177,47,.05);

    z-index: 3;

}


/* =========================================================
   SERVER TOP
========================================================= */

.adp-wd-server-top {

    height: 38px;

    padding-bottom: 12px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom:
        1px solid
        rgba(255,255,255,.08);

}


.adp-wd-server-top span {

    color: #777;

    font-size: 8px;

    letter-spacing: 1px;

}


/* =========================================================
   DOTS
========================================================= */

.adp-wd-server-dots {

    display: flex;

    gap: 5px;

}


.adp-wd-server-dots i {

    width: 7px;

    height: 7px;

    display: block;

    border-radius: 50%;

    background: #555;

}


/* =========================================================
   SERVER BODY
========================================================= */

.adp-wd-server-body {

    padding: 38px 20px 25px;

    text-align: center;

}


/* =========================================================
   SERVER ICON
========================================================= */

.adp-wd-server-icon {

    width: 64px;

    height: 64px;

    margin: 0 auto 22px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid #e5b12f;

    border-radius: 50%;

    color: #e5b12f;

    font-size: 27px;

    box-shadow:
        0 0 25px rgba(229,177,47,.08);

}


.adp-wd-server-body h3 {

    margin: 0;

    color: #fff;

    font-size: 27px;

    line-height: 1.15;

}


.adp-wd-server-body h3 span {

    color: #e5b12f;

}


.adp-wd-server-body p {

    max-width: 310px;

    margin: 15px auto 25px;

    color: #888;

    font-size: 12px;

    line-height: 1.6;

}


/* =========================================================
   STATUS
========================================================= */

.adp-wd-server-status {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 12px 15px;

    background:
        rgba(255,255,255,.025);

    border:
        1px solid rgba(255,255,255,.07);

    border-radius: 7px;

}


.adp-wd-server-status div {

    display: flex;

    align-items: center;

    gap: 7px;

    color: #999;

    font-size: 10px;

}


.status-dot {

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #e5b12f;

    box-shadow:
        0 0 10px rgba(229,177,47,.6);

}


.adp-wd-server-status strong {

    color: #e5b12f;

    font-size: 12px;

}


/* =========================================================
   SERVER BOTTOM BARS
========================================================= */

.adp-wd-server-bars {

    display: flex;

    gap: 5px;

    height: 25px;

    padding: 0 20px;

}


.adp-wd-server-bars span {

    flex: 1;

    height: 3px;

    margin-top: 10px;

    background:
        rgba(229,177,47,.45);

    border-radius: 3px;

}


/* =========================================================
   FLOATING SSL
========================================================= */

.adp-wd-floating-security {

    position: absolute;

    top: 42px;

    right: 5px;

    z-index: 5;

    min-width: 125px;

    padding: 12px;

    display: flex;

    align-items: center;

    gap: 10px;

    background:
        #080808;

    border:
        1px solid #c99a24;

    border-radius: 9px;

    box-shadow:
        0 15px 30px rgba(0,0,0,.5);

}


.adp-wd-floating-security > span {

    font-size: 20px;

}


.adp-wd-floating-security strong,
.adp-wd-floating-speed strong {

    display: block;

    color: #e5b12f;

    font-size: 12px;

}


.adp-wd-floating-security small,
.adp-wd-floating-speed small {

    display: block;

    margin-top: 3px;

    color: #777;

    font-size: 7px;

    letter-spacing: .5px;

}


/* =========================================================
   FLOATING SPEED
========================================================= */

.adp-wd-floating-speed {

    position: absolute;

    bottom: 50px;

    left: 5px;

    z-index: 5;

    min-width: 125px;

    padding: 12px;

    display: flex;

    align-items: center;

    gap: 10px;

    background:
        #080808;

    border:
        1px solid #c99a24;

    border-radius: 9px;

    box-shadow:
        0 15px 30px rgba(0,0,0,.5);

}


.adp-wd-floating-speed > span {

    color: #e5b12f;

    font-size: 25px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .adp-wd-performance-container {

        grid-template-columns:
            1fr;

        gap: 60px;

    }

    .adp-wd-performance-content {

        max-width: 700px;

        margin: 0 auto;

        text-align: center;

    }

    .adp-wd-performance-intro {

        margin-left: auto;

        margin-right: auto;

    }

    .adp-wd-performance-visual {

        min-height: 430px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .adp-wd-performance {

        padding:
            75px 16px;

    }

    .adp-wd-performance-content h2 {

        font-size:
            36px;

    }

    .adp-wd-performance-intro {

        font-size:
            14px;

    }

    .adp-wd-performance-grid {

        grid-template-columns:
            1fr;

    }

    .adp-wd-performance-card {

        min-height:
            92px;

    }

    .adp-wd-performance-visual {

        min-height:
            370px;

    }

    .adp-wd-server-card {

        width:
            100%;

        max-width:
            380px;

        min-height:
            315px;

    }

    .adp-wd-server-body h3 {

        font-size:
            23px;

    }

    .adp-wd-floating-security {

        right:
            -5px;

        top:
            25px;

    }

    .adp-wd-floating-speed {

        left:
            -5px;

        bottom:
            30px;

    }

}
/* =========================================================
   REMOVE FLOATING SSL + FAST BADGES
========================================================= */

.adp-wd-floating-security,
.adp-wd-floating-speed {
    display: none !important;
}
/* =========================================================
   SECTION 3
   WEBSITE DEVELOPMENT PROCESS
========================================================= */

.adp-wd-process {

    position: relative;

    width: 100%;

    padding: 25px 20px;

    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(229,177,47,.055),
            transparent 42%
        ),
        #050505;

    color: #fff;

    overflow: hidden;

}


/* =========================================================
   BACKGROUND LINES
========================================================= */

.adp-wd-process::before {

    content: "";

    position: absolute;

    width: 850px;

    height: 850px;

    left: 50%;

    top: 50%;

    transform:
        translate(-50%, -50%);

    border:
        1px solid
        rgba(229,177,47,.07);

    border-radius: 50%;

    box-shadow:
        0 0 0 70px rgba(229,177,47,.018),
        0 0 0 140px rgba(229,177,47,.012);

    pointer-events: none;

}


/* =========================================================
   CONTAINER
========================================================= */

.adp-wd-process-container {

    position: relative;

    z-index: 2;

    width:
        min(1200px, 100%);

    margin:
        0 auto;

}


/* =========================================================
   HEADER
========================================================= */

.adp-wd-process-header {

    max-width:
        720px;

    margin:
        0 auto 70px;

    text-align:
        center;

}


.adp-wd-process-eyebrow {

    display:
        inline-block;

    margin-bottom:
        17px;

    color:
        #e5b12f;

    font-size:
        12px;

    font-weight:
        700;

    letter-spacing:
        2px;

}


.adp-wd-process-header h2 {

    margin:
        0;

    color:
        #fff;

    font-size:
        clamp(40px, 5vw, 58px);

    font-weight:
        800;

    line-height:
        1.05;

    letter-spacing:
        -1.5px;

}


.adp-wd-process-header h2 span {

    color:
        #e5b12f;

}


.adp-wd-process-header p {

    max-width:
        610px;

    margin:
        22px auto 0;

    color:
        #999;

    font-size:
        16px;

    line-height:
        1.7;

}


/* =========================================================
   TIMELINE
========================================================= */

.adp-wd-process-timeline {

    position:
        relative;

    display:
        grid;

    grid-template-columns:
        repeat(6, 1fr);

    gap:
        12px;

}


/* =========================================================
   CONNECTING LINE
========================================================= */

.adp-wd-process-timeline::before {

    content:
        "";

    position:
        absolute;

    left:
        7%;

    right:
        7%;

    top:
        45px;

    height:
        1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #b88620 12%,
            #e5b12f 50%,
            #b88620 88%,
            transparent
        );

    opacity:
        .65;

}


/* =========================================================
   STEP
========================================================= */

.adp-wd-process-step {

    position:
        relative;

    z-index:
        2;

    text-align:
        center;

}


/* =========================================================
   NUMBER
========================================================= */

.adp-wd-process-number {

    margin-bottom:
        10px;

    color:
        rgba(229,177,47,.5);

    font-size:
        11px;

    font-weight:
        700;

    letter-spacing:
        1px;

}


/* =========================================================
   ICON CIRCLE
========================================================= */

.adp-wd-process-icon {

    position:
        relative;

    width:
        72px;

    height:
        72px;

    margin:
        0 auto 25px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        #e5b12f;

    background:
        #080808;

    border:
        1px solid
        #d09d25;

    border-radius:
        50%;

    font-size:
        22px;

    font-weight:
        700;

    box-shadow:
        0 0 0 7px #050505,
        0 0 25px rgba(229,177,47,.07);

    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease;

}


.adp-wd-process-step:hover
.adp-wd-process-icon {

    transform:
        translateY(-5px);

    background:
        #111;

    box-shadow:
        0 0 0 7px #050505,
        0 0 30px rgba(229,177,47,.18);

}


/* =========================================================
   CONTENT
========================================================= */

.adp-wd-process-content {

    padding:
        0 5px;

}


.adp-wd-process-content h3 {

    margin:
        0 0 12px;

    color:
        #fff;

    font-size:
        16px;

    font-weight:
        700;

    line-height:
        1.25;

}


.adp-wd-process-content p {

    margin:
        0;

    color:
        #858585;

    font-size:
        11px;

    line-height:
        1.65;

}


/* =========================================================
   CTA
========================================================= */

.adp-wd-process-cta {

    margin-top:
        70px;

    padding:
        28px 32px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        25px;

    background:
        linear-gradient(
            145deg,
            #111,
            #070707
        );

    border:
        1px solid
        rgba(201,154,36,.6);

    border-radius:
        10px;

}


.adp-wd-process-cta span {

    color:
        #e5b12f;

    font-size:
        9px;

    font-weight:
        700;

    letter-spacing:
        1.5px;

}


.adp-wd-process-cta h3 {

    margin:
        8px 0 0;

    color:
        #fff;

    font-size:
        22px;

    font-weight:
        700;

}


/* =========================================================
   CTA BUTTON
========================================================= */

.adp-wd-process-button {

    flex-shrink:
        0;

    padding:
        14px 22px;

    display:
        inline-flex;

    align-items:
        center;

    gap:
        15px;

    color:
        #080808;

    background:
        #e5b12f;

    border:
        1px solid
        #e5b12f;

    border-radius:
        5px;

    text-decoration:
        none;

    font-size:
        13px;

    font-weight:
        700;

    transition:
        transform .25s ease,
        background .25s ease;

}


.adp-wd-process-button span {

    color:
        #080808;

    font-size:
        17px;

    letter-spacing:
        0;

}


.adp-wd-process-button:hover {

    transform:
        translateY(-2px);

    background:
        #f0bd3d;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .adp-wd-process {

        padding:
            90px 20px;

    }

    .adp-wd-process-timeline {

        grid-template-columns:
            repeat(3, 1fr);

        row-gap:
            55px;

    }

    .adp-wd-process-timeline::before {

        display:
            none;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .adp-wd-process {

        padding:
            75px 16px;

    }

    .adp-wd-process-header {

        margin-bottom:
            45px;

    }

    .adp-wd-process-header h2 {

        font-size:
            36px;

    }

    .adp-wd-process-header p {

        font-size:
            14px;

    }

    .adp-wd-process-timeline {

        grid-template-columns:
            1fr;

        gap:
            35px;

    }

    .adp-wd-process-step {

        display:
            grid;

        grid-template-columns:
            55px 65px 1fr;

        align-items:
            center;

        text-align:
            left;

        gap:
            12px;

    }

    .adp-wd-process-number {

        grid-column:
            1;

        grid-row:
            1;

        margin:
            0;

        text-align:
            center;

    }

    .adp-wd-process-icon {

        grid-column:
            2;

        grid-row:
            1;

        width:
            58px;

        height:
            58px;

        margin:
            0;

        font-size:
            18px;

    }

    .adp-wd-process-content {

        grid-column:
            3;

        grid-row:
            1;

        padding:
            0;

    }

    .adp-wd-process-content h3 {

        font-size:
            15px;

    }

    .adp-wd-process-content p {

        font-size:
            11px;

    }

    .adp-wd-process-cta {

        margin-top:
            50px;

        padding:
            22px;

        flex-direction:
            column;

        align-items:
            flex-start;

    }

    .adp-wd-process-cta h3 {

        font-size:
            19px;

    }

    .adp-wd-process-button {

        width:
            100%;

        justify-content:
            center;

    }

}
/* =========================================================
   SECTION 4
   WE BUILD MORE THAN JUST WEBSITES
========================================================= */
/* =========================================================
   SECTION 4
   WE BUILD MORE THAN JUST WEBSITES
========================================================= */

.adp-wd-allinone {
    position: relative;
    width: 100%;
    padding: 25px 20px 95px;
    background: #050505;
    color: #fff;
    overflow: hidden;
}

.adp-wd-allinone-container {
    width: min(1320px, 100%);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


/* =========================================================
   HEADER
========================================================= */

.adp-wd-allinone-header {
    position: relative;
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.adp-wd-section-number {
    position: absolute;
    left: -70px;
    top: 0;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #e5b12f;

    border: 1px solid #c79722;
    border-radius: 5px;

    font-size: 13px;
    font-weight: 700;
}

.adp-wd-allinone-eyebrow {
    display: block;
    margin-bottom: 15px;

    color: #e5b12f;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.adp-wd-allinone-header h2 {
    margin: 0;

    color: #fff;

    font-size: clamp(42px, 5vw, 62px);
    line-height: 1.04;
    font-weight: 800;

    letter-spacing: -1.8px;
}

.adp-wd-allinone-header h2 span {
    display: block;
    color: #e5b12f;
}

.adp-wd-allinone-header p {
    max-width: 650px;
    margin: 20px auto 0;

    color: #999;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   MAIN VISUAL
========================================================= */

.adp-wd-allinone-visual {
    position: relative;

    min-height: 600px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================================
   GOLD GLOW
========================================================= */

.adp-wd-allinone-glow {
    position: absolute;

    width: 600px;
    height: 600px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    background:
        radial-gradient(
            circle,
            rgba(229,177,47,.18) 0%,
            rgba(229,177,47,.08) 30%,
            rgba(229,177,47,.025) 50%,
            transparent 72%
        );

    filter: blur(5px);

    pointer-events: none;
}


/* =========================================================
   GOLD RINGS
========================================================= */

.adp-wd-allinone-rings {
    position: absolute;

    width: 560px;
    height: 560px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    border: 1px solid rgba(229,177,47,.25);

    border-radius: 50%;

    box-shadow:
        0 0 0 65px rgba(229,177,47,.035),
        0 0 0 130px rgba(229,177,47,.018);

    pointer-events: none;
}


/* =========================================================
   LAPTOP
========================================================= */

.adp-wd-allinone-laptop {
    position: relative;
    z-index: 5;

    width: min(650px, 52vw);
}


/* LAPTOP SCREEN */

.adp-wd-laptop-screen {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 10;

    padding: 10px;

    background:
        linear-gradient(
            145deg,
            #292929,
            #080808
        );

    border: 2px solid #bcbcbc;

    border-radius: 19px 19px 7px 7px;

    box-shadow:
        0 20px 45px rgba(0,0,0,.6),
        0 0 45px rgba(229,177,47,.12);

    overflow: hidden;
}


/* CAMERA */

.adp-wd-laptop-camera {
    position: absolute;

    z-index: 10;

    width: 5px;
    height: 5px;

    top: 5px;
    left: 50%;

    transform: translateX(-50%);

    background: #111;

    border-radius: 50%;
}


/* =========================================================
   BROWSER BAR
========================================================= */

.adp-wd-laptop-browser {
    position: absolute;

    z-index: 5;

    top: 10px;
    left: 10px;
    right: 10px;

    height: 32px;

    display: flex;
    align-items: center;

    padding: 0 10px;

    background: #101010;

    border-bottom: 1px solid #292929;
}


.adp-wd-browser-dots {
    display: flex;
    gap: 5px;
}


.adp-wd-browser-dots span {
    width: 6px;
    height: 6px;

    background: #555;

    border-radius: 50%;
}


.adp-wd-laptop-url {
    margin-left: 15px;

    min-width: 130px;

    padding: 4px 25px;

    color: #777;

    background: #070707;

    border-radius: 15px;

    font-size: 7px;
}


/* =========================================================
   SCREENSHOT
========================================================= */

.adp-wd-laptop-display {
    position: absolute;

    left: 10px;
    right: 10px;

    top: 42px;
    bottom: 10px;

    overflow: hidden;

    border-radius: 5px;
}

.adp-wd-laptop-display img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: top center;
}


/* =========================================================
   LAPTOP BASE
========================================================= */

.adp-wd-laptop-base {
    position: relative;

    width: 113%;
    height: 23px;

    margin-left: -6.5%;
    margin-top: -1px;

    background:
        linear-gradient(
            180deg,
            #999,
            #444 25%,
            #191919 65%,
            #090909
        );

    border-radius:
        0 0 25px 25px;

    box-shadow:
        0 12px 25px rgba(0,0,0,.65);
}


.adp-wd-laptop-notch {
    position: absolute;

    width: 115px;
    height: 5px;

    top: 2px;
    left: 50%;

    transform: translateX(-50%);

    background: #555;

    border-radius:
        0 0 8px 8px;
}


/* =========================================================
   LEFT / RIGHT CARDS
========================================================= */

.adp-wd-allinone-side {
    position: absolute;

    z-index: 8;

    width: 240px;

    display: flex;
    flex-direction: column;

    gap: 18px;
}

.adp-wd-allinone-left {
    left: 0;
    top: 50%;

    transform: translateY(-50%);
}

.adp-wd-allinone-right {
    right: 0;
    top: 50%;

    transform: translateY(-50%);
}


/* =========================================================
   SERVICE CARDS
========================================================= */

.adp-wd-expertise-card {
    min-height: 72px;

    padding: 13px 15px;

    display: flex;
    align-items: center;

    gap: 13px;

    background:
        linear-gradient(
            145deg,
            #121212,
            #080808
        );

    border:
        1px solid rgba(201,154,36,.62);

    border-radius: 8px;

    box-shadow:
        0 8px 25px rgba(0,0,0,.4);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.adp-wd-expertise-card:hover {
    transform: translateY(-4px);

    border-color: #e5b12f;

    box-shadow:
        0 12px 30px rgba(229,177,47,.13);
}


/* =========================================================
   ICON
========================================================= */

.adp-wd-expertise-icon {
    flex-shrink: 0;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #e5b12f;

    border:
        1px solid #c79722;

    border-radius: 50%;

    font-size: 18px;
}


/* =========================================================
   TEXT
========================================================= */

.adp-wd-expertise-text strong {
    display: block;

    color: #fff;

    font-size: 14px;
    line-height: 1.25;

    font-weight: 700;
}

.adp-wd-expertise-text small {
    display: block;

    margin-top: 5px;

    color: #8e8e8e;

    font-size: 10px;
    line-height: 1.4;
}


/* =========================================================
   BOTTOM CARDS
========================================================= */

.adp-wd-allinone-bottom {
    position: absolute;

    z-index: 8;

    left: 50%;
    bottom: -20px;

    transform: translateX(-50%);

    display: flex;

    gap: 25px;
}

.adp-wd-allinone-bottom
.adp-wd-expertise-card {
    width: 220px;
}


/* =========================================================
   CTA
========================================================= */

.adp-wd-allinone-cta {
    margin: 45px auto 0;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 25px;
}

.adp-wd-allinone-cta > span {
    color: #8d8d8d;

    font-size: 11px;

    letter-spacing: 1.5px;

    font-weight: 700;
}

.adp-wd-allinone-cta a {
    display: inline-flex;
    align-items: center;

    gap: 18px;

    padding: 15px 25px;

    color: #080808;

    background: #e5b12f;

    border-radius: 5px;

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease;
}

.adp-wd-allinone-cta a:hover {
    transform: translateY(-2px);
    background: #f1bf3e;
}

.adp-wd-allinone-cta a b {
    font-size: 17px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .adp-wd-allinone-visual {
        min-height: 680px;
    }

    .adp-wd-allinone-laptop {
        width: min(600px, 57vw);
    }

    .adp-wd-allinone-side {
        width: 200px;
    }

    .adp-wd-expertise-text strong {
        font-size: 12px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .adp-wd-allinone {
        padding: 75px 16px;
    }

    .adp-wd-section-number {
        position: static;

        margin: 0 auto 18px;
    }

    .adp-wd-allinone-header h2 {
        font-size: 36px;
    }

    .adp-wd-allinone-header p {
        font-size: 13px;
    }

    .adp-wd-allinone-visual {

        min-height: auto;

        display: flex;

        flex-direction: column;

        gap: 18px;
    }

    .adp-wd-allinone-glow {
        width: 330px;
        height: 330px;
    }

    .adp-wd-allinone-rings {
        width: 340px;
        height: 340px;
    }

    .adp-wd-allinone-laptop {
        width: 100%;

        order: 1;
    }

    .adp-wd-allinone-side {

        position: static;

        width: 100%;

        transform: none;

        display: grid;

        grid-template-columns:
            repeat(2, 1fr);

        gap: 10px;
    }

    .adp-wd-allinone-left {
        order: 2;
    }

    .adp-wd-allinone-right {
        order: 3;
    }

    .adp-wd-allinone-bottom {

        position: static;

        order: 4;

        transform: none;

        width: 100%;

        display: grid;

        grid-template-columns:
            repeat(2, 1fr);

        gap: 10px;
    }

    .adp-wd-allinone-bottom
    .adp-wd-expertise-card {
        width: auto;
    }

    .adp-wd-expertise-card {
        min-height: 68px;

        padding: 10px;
    }

    .adp-wd-expertise-icon {
        width: 36px;
        height: 36px;

        font-size: 15px;
    }

    .adp-wd-expertise-text strong {
        font-size: 11px;
    }

    .adp-wd-expertise-text small {
        font-size: 8px;
    }

    .adp-wd-allinone-cta {

        margin-top: 35px;

        flex-direction: column;
    }

    .adp-wd-allinone-cta a {

        width: 100%;

        justify-content: center;
    }
}
/* =========================================================
   LAPTOP SCREENSHOT — FULL IMAGE FIT
========================================================= */

.adp-wd-laptop-display {
    position: absolute !important;

    left: 10px !important;
    right: 10px !important;
    top: 42px !important;
    bottom: 10px !important;

    overflow: hidden !important;

    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;

    background: #050505 !important;
    border-radius: 5px !important;
}


/* FULL WEBSITE SCREENSHOT */

.adp-wd-laptop-display img {
    display: block !important;

    width: 100% !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: none !important;

    object-fit: contain !important;
    object-position: top center !important;

    border-radius: 0 !important;
}
/* =========================================================
   SECTION 5 — OUR PROCESS
========================================================= */

.adp-wd-process {
    position: relative;

    width: 100%;

    padding: 25px 20px 100px;

    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(229,177,47,.055),
            transparent 38%
        ),
        #050505;

    color: #fff;

    overflow: hidden;
}


.adp-wd-process-container {
    position: relative;

    width: min(1180px, 100%);

    margin: 0 auto;

    z-index: 2;
}


/* =========================================================
   HEADER
========================================================= */

.adp-wd-process-header {
    position: relative;

    max-width: 800px;

    margin: 0 auto 60px;

    text-align: center;
}


.adp-wd-process-number {
    position: absolute;

    left: -65px;
    top: 0;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #c79722;

    border-radius: 5px;

    color: #e5b12f;

    font-size: 13px;
    font-weight: 700;
}


.adp-wd-process-eyebrow {
    display: block;

    margin-bottom: 15px;

    color: #e5b12f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}


.adp-wd-process-header h2 {
    margin: 0;

    color: #fff;

    font-size: clamp(38px, 4.5vw, 58px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.adp-wd-process-header h2 span {
    display: block;

    color: #e5b12f;
}


.adp-wd-process-header p {
    max-width: 650px;

    margin: 20px auto 0;

    color: #929292;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   PROCESS GRID
========================================================= */

.adp-wd-process-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;
}


/* =========================================================
   CARD
========================================================= */

.adp-wd-process-card {
    position: relative;

    min-height: 245px;

    padding: 28px 25px;

    background:
        linear-gradient(
            145deg,
            #121212,
            #080808
        );

    border: 1px solid rgba(201,154,36,.55);

    border-radius: 7px;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}


.adp-wd-process-card:hover {
    transform: translateY(-6px);

    border-color: #e5b12f;

    box-shadow:
        0 18px 35px rgba(0,0,0,.5),
        0 0 25px rgba(229,177,47,.08);
}


/* =========================================================
   GOLD CORNER GLOW
========================================================= */

.adp-wd-process-card::after {
    content: "";

    position: absolute;

    width: 100px;
    height: 100px;

    right: -55px;
    bottom: -55px;

    background:
        radial-gradient(
            circle,
            rgba(229,177,47,.13),
            transparent 70%
        );
}


/* =========================================================
   CARD TOP
========================================================= */

.adp-wd-process-card-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 25px;
}


.adp-wd-process-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #e5b12f;

    border: 1px solid #c79722;

    border-radius: 50%;

    font-size: 18px;

    font-weight: 700;
}


.adp-wd-process-step {
    color: #e5b12f;

    font-size: 22px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.adp-wd-process-card h3 {
    margin: 0 0 12px;

    color: #fff;

    font-size: 20px;

    line-height: 1.2;

    font-weight: 700;
}


.adp-wd-process-card p {
    margin: 0;

    color: #8e8e8e;

    font-size: 12px;

    line-height: 1.65;
}


/* =========================================================
   GOLD LINE
========================================================= */

.adp-wd-process-line {
    position: absolute;

    left: 25px;
    bottom: 20px;

    width: 45px;
    height: 2px;

    background: #e5b12f;
}


.adp-wd-process-line::after {
    content: "";

    position: absolute;

    left: 55px;

    top: 0;

    width: 18px;
    height: 2px;

    background: rgba(229,177,47,.3);
}


/* =========================================================
   BOTTOM
========================================================= */

.adp-wd-process-bottom {

    margin-top: 28px;

    padding: 25px 28px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    background: #0b0b0b;

    border: 1px solid rgba(201,154,36,.5);

    border-radius: 7px;
}


.adp-wd-process-bottom strong {
    display: block;

    margin-bottom: 7px;

    color: #fff;

    font-size: 15px;
}


.adp-wd-process-bottom span {
    color: #777;

    font-size: 11px;
}


.adp-wd-process-bottom a {
    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    gap: 15px;

    padding: 14px 22px;

    color: #080808;

    background: #e5b12f;

    border-radius: 5px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease;
}


.adp-wd-process-bottom a:hover {
    transform: translateY(-2px);

    background: #f2c13d;
}


.adp-wd-process-bottom a b {
    font-size: 17px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .adp-wd-process-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .adp-wd-process-number {
        left: -50px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .adp-wd-process {
        padding: 75px 16px;
    }

    .adp-wd-process-header {
        margin-bottom: 40px;
    }

    .adp-wd-process-number {
        position: static;

        margin: 0 auto 18px;
    }

    .adp-wd-process-header h2 {
        font-size: 35px;
    }

    .adp-wd-process-header p {
        font-size: 13px;
    }

    .adp-wd-process-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .adp-wd-process-card {
        min-height: 205px;

        padding: 22px 20px;
    }

    .adp-wd-process-card h3 {
        font-size: 18px;
    }

    .adp-wd-process-card p {
        font-size: 12px;
    }

    .adp-wd-process-bottom {
        flex-direction: column;

        align-items: flex-start;

        padding: 22px;
    }

    .adp-wd-process-bottom a {
        width: 100%;

        justify-content: center;
    }

}
/* =========================================================
   SECTION 6 — PERFORMANCE, SECURITY & RELIABILITY
========================================================= */

.adp-wd-trust {
    position: relative;

    width: 100%;

    padding: 25px 20px 100px;

    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(229,177,47,.07),
            transparent 40%
        ),
        #050505;

    color: #fff;

    overflow: hidden;
}


.adp-wd-trust-container {
    width: min(1180px, 100%);

    margin: 0 auto;

    position: relative;

    z-index: 2;
}


/* =========================================================
   HEADER
========================================================= */

.adp-wd-trust-header {
    position: relative;

    max-width: 800px;

    margin: 0 auto 55px;

    text-align: center;
}


.adp-wd-trust-number {
    position: absolute;

    left: -65px;
    top: 0;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #c79722;

    border-radius: 5px;

    color: #e5b12f;

    font-size: 13px;
    font-weight: 700;
}


.adp-wd-trust-eyebrow {
    display: block;

    margin-bottom: 15px;

    color: #e5b12f;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


.adp-wd-trust-header h2 {
    margin: 0;

    color: #fff;

    font-size: clamp(40px, 4.5vw, 58px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.adp-wd-trust-header h2 span {
    display: block;

    color: #e5b12f;
}


.adp-wd-trust-header p {
    max-width: 650px;

    margin: 20px auto 0;

    color: #8d8d8d;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   TRUST GRID
========================================================= */

.adp-wd-trust-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 14px;
}


/* =========================================================
   TRUST CARD
========================================================= */

.adp-wd-trust-card {
    position: relative;

    min-height: 300px;

    padding: 30px 24px;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    background:
        linear-gradient(
            145deg,
            #121212,
            #080808
        );

    border: 1px solid rgba(201,154,36,.55);

    border-radius: 7px;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}


.adp-wd-trust-card:hover {
    transform: translateY(-7px);

    border-color: #e5b12f;

    box-shadow:
        0 18px 40px rgba(0,0,0,.5),
        0 0 25px rgba(229,177,47,.09);
}


/* =========================================================
   ICON
========================================================= */

.adp-wd-trust-icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    color: #e5b12f;

    border: 1px solid #c79722;

    border-radius: 50%;

    font-size: 30px;

    box-shadow:
        0 0 25px rgba(229,177,47,.08);
}


/* =========================================================
   VALUE
========================================================= */

.adp-wd-trust-value {
    color: #e5b12f;

    font-size: 31px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: -.5px;
}


/* =========================================================
   TITLE
========================================================= */

.adp-wd-trust-card h3 {
    margin: 12px 0 10px;

    color: #fff;

    font-size: 16px;

    font-weight: 700;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.adp-wd-trust-card p {
    max-width: 210px;

    margin: 0;

    color: #858585;

    font-size: 11px;

    line-height: 1.65;
}


/* =========================================================
   CARD GOLD LINE
========================================================= */

.adp-wd-trust-line {
    position: absolute;

    bottom: 0;
    left: 50%;

    width: 55px;
    height: 2px;

    transform: translateX(-50%);

    background: #e5b12f;
}


/* =========================================================
   FEATURES
========================================================= */

.adp-wd-trust-features {

    margin-top: 28px;

    padding: 20px 25px;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px 35px;

    background: #0a0a0a;

    border-top: 1px solid rgba(201,154,36,.35);

    border-bottom: 1px solid rgba(201,154,36,.35);
}


.adp-wd-trust-features span {
    color: #aaa;

    font-size: 11px;

    white-space: nowrap;
}


.adp-wd-trust-features span::first-letter {
    color: #e5b12f;
}


/* =========================================================
   CTA
========================================================= */

.adp-wd-trust-cta {

    margin-top: 28px;

    padding: 25px 28px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    background:
        linear-gradient(
            100deg,
            #101010,
            #080808
        );

    border: 1px solid rgba(201,154,36,.55);

    border-radius: 7px;
}


.adp-wd-trust-cta strong {
    display: block;

    margin-bottom: 7px;

    color: #fff;

    font-size: 16px;
}


.adp-wd-trust-cta span {
    color: #777;

    font-size: 11px;
}


.adp-wd-trust-cta a {

    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    gap: 15px;

    padding: 15px 24px;

    color: #080808;

    background: #e5b12f;

    border-radius: 5px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease;
}


.adp-wd-trust-cta a:hover {
    transform: translateY(-2px);

    background: #f2c13d;
}


.adp-wd-trust-cta a b {
    font-size: 17px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .adp-wd-trust-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .adp-wd-trust-number {
        left: -50px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .adp-wd-trust {
        padding: 75px 16px;
    }

    .adp-wd-trust-number {
        position: static;

        margin: 0 auto 18px;
    }

    .adp-wd-trust-header {
        margin-bottom: 40px;
    }

    .adp-wd-trust-header h2 {
        font-size: 35px;
    }

    .adp-wd-trust-header p {
        font-size: 13px;
    }

    .adp-wd-trust-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .adp-wd-trust-card {
        min-height: 260px;
    }

    .adp-wd-trust-features {
        justify-content: flex-start;

        gap: 12px 20px;

        padding: 18px;
    }

    .adp-wd-trust-features span {
        font-size: 10px;
    }

    .adp-wd-trust-cta {
        flex-direction: column;

        align-items: flex-start;
    }

    .adp-wd-trust-cta a {
        width: 100%;

        justify-content: center;
    }

}
/* =========================================================
   SECTION 7 — EVERYTHING INCLUDED
========================================================= */

.adp-wd-included {
    position: relative;

    width: 100%;

    padding: 25px 20px 100px;

    background:
        radial-gradient(
            circle at 50% 30%,
            rgba(229,177,47,.055),
            transparent 38%
        ),
        #050505;

    color: #fff;

    overflow: hidden;
}


.adp-wd-included-container {
    width: min(1200px, 100%);

    margin: 0 auto;

    position: relative;

    z-index: 2;
}


/* =========================================================
   HEADER
========================================================= */

.adp-wd-included-header {
    position: relative;

    max-width: 820px;

    margin: 0 auto 60px;

    text-align: center;
}


.adp-wd-included-number {
    position: absolute;

    left: -65px;
    top: 0;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #c79722;

    border-radius: 5px;

    color: #e5b12f;

    font-size: 13px;
    font-weight: 700;
}


.adp-wd-included-eyebrow {
    display: block;

    margin-bottom: 15px;

    color: #e5b12f;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


.adp-wd-included-header h2 {
    margin: 0;

    color: #fff;

    font-size: clamp(38px, 4.5vw, 58px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.adp-wd-included-header h2 span {
    display: block;

    color: #e5b12f;
}


.adp-wd-included-header p {
    max-width: 650px;

    margin: 20px auto 0;

    color: #8d8d8d;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   GRID
========================================================= */

.adp-wd-included-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 14px;
}


/* =========================================================
   CARD
========================================================= */

.adp-wd-included-card {
    position: relative;

    min-height: 220px;

    padding: 25px 20px;

    background:
        linear-gradient(
            145deg,
            #121212,
            #080808
        );

    border: 1px solid rgba(201,154,36,.48);

    border-radius: 7px;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}


.adp-wd-included-card:hover {
    transform: translateY(-5px);

    border-color: #e5b12f;

    box-shadow:
        0 15px 35px rgba(0,0,0,.5),
        0 0 25px rgba(229,177,47,.08);
}


/* =========================================================
   ICON
========================================================= */

.adp-wd-included-icon {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    color: #e5b12f;

    border: 1px solid #c79722;

    border-radius: 50%;

    font-size: 18px;

    font-weight: 700;
}


/* =========================================================
   NUMBER
========================================================= */

.adp-wd-included-step {
    position: absolute;

    top: 20px;
    right: 20px;

    color: #6d5a27;

    font-size: 16px;

    font-weight: 700;
}


/* =========================================================
   TITLE
========================================================= */

.adp-wd-included-card h3 {
    margin: 0 0 10px;

    color: #fff;

    font-size: 16px;

    line-height: 1.25;

    font-weight: 700;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.adp-wd-included-card p {
    margin: 0;

    color: #858585;

    font-size: 11px;

    line-height: 1.65;
}


/* =========================================================
   GOLD BOTTOM LINE
========================================================= */

.adp-wd-included-card::after {
    content: "";

    position: absolute;

    left: 20px;
    bottom: 15px;

    width: 35px;
    height: 2px;

    background: #e5b12f;

    opacity: .7;
}


/* =========================================================
   BOTTOM STRIP
========================================================= */

.adp-wd-included-bottom {

    margin-top: 28px;

    padding: 23px 28px;

    display: flex;

    align-items: center;

    gap: 18px;

    background:
        linear-gradient(
            100deg,
            #111,
            #080808
        );

    border: 1px solid rgba(201,154,36,.55);

    border-radius: 7px;
}


.adp-wd-included-bottom-icon {
    flex-shrink: 0;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #080808;

    background: #e5b12f;

    border-radius: 50%;

    font-size: 20px;

    font-weight: 800;
}


.adp-wd-included-bottom-text {
    flex: 1;
}


.adp-wd-included-bottom-text strong {
    display: block;

    margin-bottom: 5px;

    color: #fff;

    font-size: 15px;
}


.adp-wd-included-bottom-text span {
    color: #777;

    font-size: 11px;

    line-height: 1.5;
}


.adp-wd-included-bottom a {

    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    gap: 15px;

    padding: 14px 23px;

    color: #080808;

    background: #e5b12f;

    border-radius: 5px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease;
}


.adp-wd-included-bottom a:hover {
    transform: translateY(-2px);

    background: #f2c13d;
}


.adp-wd-included-bottom a b {
    font-size: 17px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .adp-wd-included-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .adp-wd-included-number {
        left: -50px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .adp-wd-included {
        padding: 75px 16px;
    }

    .adp-wd-included-header {
        margin-bottom: 40px;
    }

    .adp-wd-included-number {
        position: static;

        margin: 0 auto 18px;
    }

    .adp-wd-included-header h2 {
        font-size: 35px;
    }

    .adp-wd-included-header p {
        font-size: 13px;
    }

    .adp-wd-included-grid {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 10px;
    }

    .adp-wd-included-card {
        min-height: 205px;

        padding: 20px 15px;
    }

    .adp-wd-included-icon {
        width: 40px;
        height: 40px;

        margin-bottom: 15px;

        font-size: 15px;
    }

    .adp-wd-included-card h3 {
        font-size: 14px;
    }

    .adp-wd-included-card p {
        font-size: 10px;
    }

    .adp-wd-included-bottom {
        flex-wrap: wrap;

        padding: 20px;
    }

    .adp-wd-included-bottom-text {
        min-width: calc(100% - 65px);
    }

    .adp-wd-included-bottom a {
        width: 100%;

        justify-content: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .adp-wd-included-grid {
        grid-template-columns: 1fr;
    }

    .adp-wd-included-card {
        min-height: 180px;
    }

}
/* =========================================================
   SECTION 8 — WHY CHOOSE AARAV DIGITAL
========================================================= */

.adp-wd-why {
    position: relative;

    width: 100%;

    padding: 25px 20px 100px;

    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(229,177,47,.065),
            transparent 40%
        ),
        #050505;

    color: #fff;

    overflow: hidden;
}


.adp-wd-why-container {
    width: min(1200px, 100%);

    margin: 0 auto;

    position: relative;

    z-index: 2;
}


/* =========================================================
   HEADER
========================================================= */

.adp-wd-why-header {
    position: relative;

    max-width: 820px;

    margin: 0 auto 65px;

    text-align: center;
}


.adp-wd-why-number {
    position: absolute;

    left: -65px;
    top: 0;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #e5b12f;

    border: 1px solid #c79722;

    border-radius: 5px;

    font-size: 13px;

    font-weight: 700;
}


.adp-wd-why-eyebrow {
    display: block;

    margin-bottom: 15px;

    color: #e5b12f;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


.adp-wd-why-header h2 {
    margin: 0;

    color: #fff;

    font-size: clamp(40px, 4.6vw, 60px);

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -1.6px;
}


.adp-wd-why-header h2 span {
    display: block;

    color: #e5b12f;
}


.adp-wd-why-header p {
    max-width: 650px;

    margin: 20px auto 0;

    color: #8c8c8c;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   MAIN
========================================================= */

.adp-wd-why-main {
    display: grid;

    grid-template-columns:
        1fr 1.15fr 1fr;

    gap: 25px;

    align-items: center;
}


/* =========================================================
   STATS
========================================================= */

.adp-wd-why-stats {
    display: flex;

    flex-direction: column;

    gap: 12px;
}


.adp-wd-why-stat {
    position: relative;

    padding: 22px;

    background:
        linear-gradient(
            145deg,
            #121212,
            #080808
        );

    border: 1px solid rgba(201,154,36,.5);

    border-radius: 7px;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease;
}


.adp-wd-why-stat:hover {
    transform: translateX(5px);

    border-color: #e5b12f;
}


.adp-wd-why-stat strong {
    display: block;

    color: #e5b12f;

    font-size: 38px;

    line-height: 1;

    font-weight: 800;
}


.adp-wd-why-stat span {
    display: block;

    margin-top: 8px;

    color: #fff;

    font-size: 14px;

    font-weight: 700;
}


.adp-wd-why-stat small {
    display: block;

    max-width: 240px;

    margin-top: 8px;

    color: #777;

    font-size: 10px;

    line-height: 1.55;
}


/* =========================================================
   CENTER
========================================================= */

.adp-wd-why-center {
    position: relative;

    min-height: 440px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;
}


.adp-wd-why-orbit {
    position: relative;

    width: 250px;
    height: 250px;

    margin-bottom: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(229,177,47,.35);

    border-radius: 50%;

    box-shadow:
        0 0 0 35px rgba(229,177,47,.025),
        0 0 0 70px rgba(229,177,47,.012);
}


.adp-wd-why-orbit::before {
    content: "";

    position: absolute;

    width: 175px;
    height: 175px;

    border: 1px solid rgba(229,177,47,.22);

    border-radius: 50%;
}


.adp-wd-why-logo {
    position: relative;

    z-index: 3;

    width: 105px;
    height: 105px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #080808;

    background:
        linear-gradient(
            145deg,
            #f0c13c,
            #bd8b1e
        );

    border-radius: 50%;

    font-size: 30px;

    font-weight: 900;

    letter-spacing: -2px;

    box-shadow:
        0 0 35px rgba(229,177,47,.25);
}


.adp-wd-why-orbit-dot {
    position: absolute;

    width: 9px;
    height: 9px;

    background: #e5b12f;

    border-radius: 50%;

    box-shadow:
        0 0 12px rgba(229,177,47,.55);
}


.dot-one {
    top: 25px;
    right: 35px;
}


.dot-two {
    bottom: 35px;
    left: 25px;
}


.dot-three {
    right: 5px;
    bottom: 90px;
}


.adp-wd-why-center h3 {
    margin: 0;

    color: #fff;

    font-size: 24px;

    font-weight: 800;
}


.adp-wd-why-center h3 span {
    color: #e5b12f;
}


.adp-wd-why-center p {
    max-width: 330px;

    margin: 12px auto 0;

    color: #777;

    font-size: 11px;

    line-height: 1.65;
}


/* =========================================================
   BENEFITS
========================================================= */

.adp-wd-why-benefits {
    display: flex;

    flex-direction: column;

    gap: 12px;
}


.adp-wd-why-benefit {
    display: flex;

    gap: 14px;

    padding: 18px;

    background:
        linear-gradient(
            145deg,
            #121212,
            #080808
        );

    border: 1px solid rgba(201,154,36,.5);

    border-radius: 7px;

    transition:
        transform .3s ease,
        border-color .3s ease;
}


.adp-wd-why-benefit:hover {
    transform: translateX(-5px);

    border-color: #e5b12f;
}


.adp-wd-why-benefit-icon {
    flex-shrink: 0;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #e5b12f;

    border: 1px solid #c79722;

    border-radius: 50%;

    font-size: 17px;
}


.adp-wd-why-benefit h4 {
    margin: 2px 0 6px;

    color: #fff;

    font-size: 13px;

    font-weight: 700;
}


.adp-wd-why-benefit p {
    margin: 0;

    color: #777;

    font-size: 10px;

    line-height: 1.55;
}


/* =========================================================
   TRUST STRIP
========================================================= */

.adp-wd-why-strip {
    margin-top: 35px;

    padding: 19px 22px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    background: #0a0a0a;

    border-top: 1px solid rgba(201,154,36,.35);

    border-bottom: 1px solid rgba(201,154,36,.35);
}


.adp-wd-why-strip > div {
    display: flex;

    align-items: center;

    gap: 8px;
}


.adp-wd-why-strip-icon {
    color: #e5b12f;

    font-size: 13px;

    font-weight: 800;
}


.adp-wd-why-strip strong {
    color: #999;

    font-size: 10px;

    white-space: nowrap;
}


/* =========================================================
   CTA
========================================================= */

.adp-wd-why-cta {
    margin-top: 28px;

    padding: 27px 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    background:
        linear-gradient(
            100deg,
            #111,
            #080808
        );

    border: 1px solid rgba(201,154,36,.55);

    border-radius: 7px;
}


.adp-wd-why-cta > div span {
    display: block;

    color: #e5b12f;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.adp-wd-why-cta h3 {
    margin: 7px 0 0;

    color: #fff;

    font-size: 21px;

    font-weight: 700;
}


.adp-wd-why-cta a {
    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    gap: 15px;

    padding: 15px 24px;

    color: #080808;

    background: #e5b12f;

    border-radius: 5px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease;
}


.adp-wd-why-cta a:hover {
    transform: translateY(-2px);

    background: #f2c13d;
}


.adp-wd-why-cta a b {
    font-size: 17px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .adp-wd-why-main {
        grid-template-columns: 1fr 1fr;
    }

    .adp-wd-why-center {
        grid-column: 1 / -1;
        grid-row: 1;

        min-height: 380px;
    }

    .adp-wd-why-stats {
        grid-column: 1;
        grid-row: 2;
    }

    .adp-wd-why-benefits {
        grid-column: 2;
        grid-row: 2;
    }

    .adp-wd-why-strip {
        flex-wrap: wrap;
        justify-content: center;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .adp-wd-why {
        padding: 75px 16px;
    }

    .adp-wd-why-number {
        position: static;

        margin: 0 auto 18px;
    }

    .adp-wd-why-header {
        margin-bottom: 40px;
    }

    .adp-wd-why-header h2 {
        font-size: 35px;
    }

    .adp-wd-why-header p {
        font-size: 13px;
    }

    .adp-wd-why-main {
        display: flex;

        flex-direction: column;

        gap: 15px;
    }

    .adp-wd-why-center {
        order: 1;

        width: 100%;

        min-height: 350px;
    }

    .adp-wd-why-stats {
        order: 2;

        width: 100%;
    }

    .adp-wd-why-benefits {
        order: 3;

        width: 100%;
    }

    .adp-wd-why-orbit {
        width: 210px;
        height: 210px;
    }

    .adp-wd-why-orbit::before {
        width: 150px;
        height: 150px;
    }

    .adp-wd-why-logo {
        width: 85px;
        height: 85px;

        font-size: 25px;
    }

    .adp-wd-why-center h3 {
        font-size: 21px;
    }

    .adp-wd-why-strip {
        align-items: flex-start;

        justify-content: flex-start;

        gap: 13px 25px;

        padding: 18px;
    }

    .adp-wd-why-strip strong {
        font-size: 9px;
    }

    .adp-wd-why-cta {
        flex-direction: column;

        align-items: flex-start;

        padding: 22px;
    }

    .adp-wd-why-cta a {
        width: 100%;

        justify-content: center;
    }

}
/* =========================================================
   SECTION 9 — WEBSITE DEVELOPMENT PACKAGES
========================================================= */

.adp-wd-packages {

    position: relative;

    width: 100%;

    padding: 25px 20px 100px;

    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(229,177,47,.06),
            transparent 40%
        ),
        #050505;

    color: #fff;

    overflow: hidden;
}


.adp-wd-packages-container {

    width: min(1200px, 100%);

    margin: 0 auto;

    position: relative;

    z-index: 2;
}


/* =========================================================
   HEADER
========================================================= */

.adp-wd-packages-header {

    position: relative;

    max-width: 820px;

    margin: 0 auto 60px;

    text-align: center;
}


.adp-wd-packages-number {

    position: absolute;

    left: -65px;

    top: 0;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #e5b12f;

    border: 1px solid #c79722;

    border-radius: 5px;

    font-size: 13px;

    font-weight: 700;
}


.adp-wd-packages-eyebrow {

    display: block;

    margin-bottom: 15px;

    color: #e5b12f;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


.adp-wd-packages-header h2 {

    margin: 0;

    color: #fff;

    font-size: clamp(40px, 4.5vw, 58px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.adp-wd-packages-header h2 span {

    display: block;

    color: #e5b12f;
}


.adp-wd-packages-header p {

    max-width: 650px;

    margin: 20px auto 0;

    color: #8d8d8d;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   PACKAGE GRID
========================================================= */

.adp-wd-packages-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;

    align-items: stretch;
}


/* =========================================================
   CARD
========================================================= */

.adp-wd-package-card {

    position: relative;

    padding: 30px 25px 25px;

    display: flex;

    flex-direction: column;

    background:
        linear-gradient(
            145deg,
            #121212,
            #080808
        );

    border: 1px solid rgba(201,154,36,.48);

    border-radius: 8px;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}


.adp-wd-package-card:hover {

    transform:
        translateY(-7px);

    border-color:
        #e5b12f;

    box-shadow:
        0 20px 40px rgba(0,0,0,.5),
        0 0 25px rgba(229,177,47,.08);
}


/* =========================================================
   FEATURED
========================================================= */

.adp-wd-package-featured {

    border-color:
        #d09d25;

    box-shadow:
        0 0 30px rgba(229,177,47,.08);
}


.adp-wd-package-popular {

    position: absolute;

    top: 0;

    left: 50%;

    transform:
        translateX(-50%);

    padding:
        7px 18px;

    color:
        #080808;

    background:
        #e5b12f;

    border-radius:
        0 0 5px 5px;

    font-size:
        9px;

    font-weight:
        800;

    letter-spacing:
        1.2px;

    white-space:
        nowrap;
}


/* =========================================================
   CARD TOP
========================================================= */

.adp-wd-package-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 22px;
}


.adp-wd-package-label {

    color:
        #e5b12f;

    font-size:
        10px;

    font-weight:
        700;

    letter-spacing:
        1.5px;
}


.adp-wd-package-number {

    color:
        #655525;

    font-size:
        18px;

    font-weight:
        700;
}


/* =========================================================
   TITLE
========================================================= */

.adp-wd-package-card h3 {

    margin:
        0 0 12px;

    color:
        #fff;

    font-size:
        23px;

    line-height:
        1.15;

    font-weight:
        800;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.adp-wd-package-description {

    min-height:
        58px;

    margin:
        0;

    color:
        #858585;

    font-size:
        11px;

    line-height:
        1.65;
}


/* =========================================================
   PRICE
========================================================= */

.adp-wd-package-price {

    margin-top:
        22px;
}


.adp-wd-package-price small {

    display:
        block;

    margin-bottom:
        5px;

    color:
        #777;

    font-size:
        9px;
}


.adp-wd-package-price strong {

    color:
        #e5b12f;

    font-size:
        21px;

    font-weight:
        800;
}


/* =========================================================
   DIVIDER
========================================================= */

.adp-wd-package-divider {

    width:
        100%;

    height:
        1px;

    margin:
        22px 0;

    background:
        rgba(255,255,255,.08);
}


/* =========================================================
   FEATURES
========================================================= */

.adp-wd-package-card ul {

    margin:
        0;

    padding:
        0;

    list-style:
        none;

    display:
        flex;

    flex-direction:
        column;

    gap:
        12px;
}


.adp-wd-package-card li {

    display:
        flex;

    align-items:
        flex-start;

    gap:
        9px;

    color:
        #aaa;

    font-size:
        11px;

    line-height:
        1.4;
}


.adp-wd-package-card li span {

    flex-shrink:
        0;

    color:
        #e5b12f;

    font-weight:
        800;
}


/* =========================================================
   BUTTON
========================================================= */

.adp-wd-package-button {

    margin-top:
        28px;

    padding:
        14px 17px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        12px;

    color:
        #e5b12f;

    border:
        1px solid #b88a20;

    border-radius:
        5px;

    text-decoration:
        none;

    font-size:
        11px;

    font-weight:
        700;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}


.adp-wd-package-button:hover {

    color:
        #080808;

    background:
        #e5b12f;

    transform:
        translateY(-2px);
}


.adp-wd-package-button b {

    font-size:
        16px;
}


/* =========================================================
   CUSTOM PACKAGE
========================================================= */

.adp-wd-custom-package {

    margin-top:
        25px;

    padding:
        25px 28px;

    display:
        flex;

    align-items:
        center;

    gap:
        18px;

    background:
        linear-gradient(
            100deg,
            #111,
            #080808
        );

    border:
        1px solid rgba(201,154,36,.55);

    border-radius:
        8px;
}


.adp-wd-custom-icon {

    flex-shrink:
        0;

    width:
        48px;

    height:
        48px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        #080808;

    background:
        #e5b12f;

    border-radius:
        50%;

    font-size:
        20px;

    font-weight:
        800;
}


.adp-wd-custom-content {

    flex:
        1;
}


.adp-wd-custom-content > span {

    color:
        #e5b12f;

    font-size:
        9px;

    font-weight:
        700;

    letter-spacing:
        1.5px;
}


.adp-wd-custom-content h3 {

    margin:
        6px 0;

    color:
        #fff;

    font-size:
        17px;

    font-weight:
        700;
}


.adp-wd-custom-content p {

    margin:
        0;

    color:
        #777;

    font-size:
        10px;

    line-height:
        1.55;
}


.adp-wd-custom-package > a {

    flex-shrink:
        0;

    display:
        inline-flex;

    align-items:
        center;

    gap:
        13px;

    padding:
        14px 20px;

    color:
        #080808;

    background:
        #e5b12f;

    border-radius:
        5px;

    text-decoration:
        none;

    font-size:
        11px;

    font-weight:
        700;
}


.adp-wd-custom-package > a b {

    font-size:
        16px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .adp-wd-packages-grid {

        grid-template-columns:
            1fr;

        max-width:
            550px;

        margin:
            0 auto;
    }

    .adp-wd-package-card {

        padding:
            30px;
    }

    .adp-wd-packages-number {

        left:
            -50px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .adp-wd-packages {

        padding:
            75px 16px;
    }

    .adp-wd-packages-header {

        margin-bottom:
            40px;
    }

    .adp-wd-packages-number {

        position:
            static;

        margin:
            0 auto 18px;
    }

    .adp-wd-packages-header h2 {

        font-size:
            35px;
    }

    .adp-wd-packages-header p {

        font-size:
            13px;
    }

    .adp-wd-package-card {

        padding:
            25px 20px;
    }

    .adp-wd-package-card h3 {

        font-size:
            21px;
    }

    .adp-wd-custom-package {

        flex-wrap:
            wrap;

        padding:
            20px;
    }

    .adp-wd-custom-content {

        min-width:
            calc(100% - 66px);
    }

    .adp-wd-custom-package > a {

        width:
            100%;

        justify-content:
            center;
    }

}
/* =========================================================
   SECTION 10 — FAQ
========================================================= */

.adp-wd-faq {

    position: relative;

    width: 100%;

    padding: 25px 20px 100px;

    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(229,177,47,.055),
            transparent 40%
        ),
        #050505;

    color: #fff;

    overflow: hidden;
}


.adp-wd-faq-container {

    width: min(1000px, 100%);

    margin: 0 auto;

    position: relative;

    z-index: 2;
}


/* =========================================================
   HEADER
========================================================= */

.adp-wd-faq-header {

    position: relative;

    max-width: 780px;

    margin: 0 auto 55px;

    text-align: center;
}


.adp-wd-faq-number {

    position: absolute;

    left: -65px;

    top: 0;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #e5b12f;

    border: 1px solid #c79722;

    border-radius: 5px;

    font-size: 13px;

    font-weight: 700;
}


.adp-wd-faq-eyebrow {

    display: block;

    margin-bottom: 15px;

    color: #e5b12f;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


.adp-wd-faq-header h2 {

    margin: 0;

    color: #fff;

    font-size: clamp(40px, 4.5vw, 58px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.adp-wd-faq-header h2 span {

    display: block;

    color: #e5b12f;
}


.adp-wd-faq-header p {

    max-width: 630px;

    margin: 20px auto 0;

    color: #8d8d8d;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   FAQ LIST
========================================================= */

.adp-wd-faq-list {

    display: flex;

    flex-direction: column;

    gap: 10px;
}


/* =========================================================
   FAQ ITEM
========================================================= */

.adp-wd-faq-item {

    background:
        linear-gradient(
            145deg,
            #121212,
            #080808
        );

    border: 1px solid rgba(201,154,36,.45);

    border-radius: 7px;

    overflow: hidden;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}


.adp-wd-faq-item:hover {

    border-color:
        rgba(229,177,47,.75);
}


.adp-wd-faq-item.active {

    border-color:
        #c79722;

    box-shadow:
        0 10px 30px rgba(0,0,0,.25);
}


/* =========================================================
   QUESTION
========================================================= */

.adp-wd-faq-question {

    width: 100%;

    min-height: 72px;

    padding: 20px 25px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    border: 0;

    outline: 0;

    color: #fff;

    background: transparent;

    text-align: left;

    cursor: pointer;

    font-family: inherit;
}


.adp-wd-faq-question span {

    font-size: 15px;

    font-weight: 700;

    line-height: 1.4;
}


.adp-wd-faq-question b {

    flex-shrink: 0;

    width: 31px;

    height: 31px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #e5b12f;

    border: 1px solid #b88a20;

    border-radius: 50%;

    font-size: 20px;

    font-weight: 400;

    line-height: 1;

    transition:
        transform .3s ease,
        background .3s ease;
}


/* =========================================================
   ACTIVE PLUS
========================================================= */

.adp-wd-faq-item.active
.adp-wd-faq-question b {

    transform:
        rotate(45deg);

    color: #080808;

    background: #e5b12f;
}


/* =========================================================
   ANSWER
========================================================= */

.adp-wd-faq-answer {

    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows .3s ease;
}


.adp-wd-faq-answer p {

    min-height: 0;

    overflow: hidden;

    margin: 0;

    padding: 0 25px;

    color: #858585;

    font-size: 12px;

    line-height: 1.75;

    transition:
        padding .3s ease;
}


.adp-wd-faq-item.active
.adp-wd-faq-answer {

    grid-template-rows: 1fr;
}


.adp-wd-faq-item.active
.adp-wd-faq-answer p {

    padding:
        0 25px 23px;
}


/* =========================================================
   CTA
========================================================= */

.adp-wd-faq-cta {

    margin-top: 28px;

    padding: 25px 28px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    background:
        linear-gradient(
            100deg,
            #111,
            #080808
        );

    border: 1px solid rgba(201,154,36,.55);

    border-radius: 7px;
}


.adp-wd-faq-cta span {

    display: block;

    color: #e5b12f;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.adp-wd-faq-cta h3 {

    margin: 7px 0 0;

    color: #fff;

    font-size: 19px;

    font-weight: 700;
}


.adp-wd-faq-cta a {

    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    gap: 15px;

    padding: 14px 22px;

    color: #080808;

    background: #e5b12f;

    border-radius: 5px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease;
}


.adp-wd-faq-cta a:hover {

    transform:
        translateY(-2px);

    background:
        #f2c13d;
}


.adp-wd-faq-cta a b {

    font-size: 16px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .adp-wd-faq-number {

        left: -50px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .adp-wd-faq {

        padding:
            75px 16px;
    }

    .adp-wd-faq-header {

        margin-bottom:
            40px;
    }

    .adp-wd-faq-number {

        position:
            static;

        margin:
            0 auto 18px;
    }

    .adp-wd-faq-header h2 {

        font-size:
            35px;
    }

    .adp-wd-faq-header p {

        font-size:
            13px;
    }

    .adp-wd-faq-question {

        min-height:
            68px;

        padding:
            17px 16px;
    }

    .adp-wd-faq-question span {

        font-size:
            13px;
    }

    .adp-wd-faq-question b {

        width:
            28px;

        height:
            28px;

        font-size:
            18px;
    }

    .adp-wd-faq-item.active
    .adp-wd-faq-answer p {

        padding:
            0 16px 20px;
    }

    .adp-wd-faq-answer p {

        font-size:
            11px;
    }

    .adp-wd-faq-cta {

        flex-direction:
            column;

        align-items:
            flex-start;

        padding:
            22px;
    }

    .adp-wd-faq-cta a {

        width:
            100%;

        justify-content:
            center;
    }

}
/* =========================================================
   SECTION 11 — FINAL CTA
========================================================= */

.adp-wd-final-cta {

    position: relative;

    width: 100%;

    padding: 25px 20px 0;

    background: #050505;

    color: #fff;

    overflow: hidden;
}


.adp-wd-final-cta-container {

    position: relative;

    width: min(1200px, 100%);

    min-height: 560px;

    margin: 0 auto;

    padding: 75px 70px 0;

    display: flex;

    align-items: center;

    background:
        linear-gradient(
            120deg,
            #111 0%,
            #080808 65%,
            #0d0b06 100%
        );

    border:
        1px solid rgba(201,154,36,.55);

    border-radius: 12px 12px 0 0;

    overflow: hidden;

    z-index: 2;
}


/* =========================================================
   GOLD GLOW
========================================================= */

.adp-wd-final-glow {

    position: absolute;

    width: 650px;

    height: 650px;

    right: -120px;

    top: -180px;

    background:
        radial-gradient(
            circle,
            rgba(229,177,47,.17) 0%,
            rgba(229,177,47,.07) 32%,
            transparent 70%
        );

    pointer-events: none;
}


/* =========================================================
   CONTENT
========================================================= */

.adp-wd-final-content {

    position: relative;

    z-index: 5;

    width: 63%;

    padding-bottom: 85px;
}


.adp-wd-final-eyebrow {

    display: block;

    margin-bottom: 17px;

    color: #e5b12f;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


.adp-wd-final-content h2 {

    margin: 0;

    color: #fff;

    font-size: clamp(42px, 5vw, 66px);

    line-height: 1.02;

    font-weight: 800;

    letter-spacing: -2px;
}


.adp-wd-final-content h2 span {

    display: block;

    color: #e5b12f;
}


.adp-wd-final-content p {

    max-width: 620px;

    margin: 22px 0 0;

    color: #929292;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================================
   BUTTONS
========================================================= */

.adp-wd-final-buttons {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 30px;
}


.adp-wd-final-primary,
.adp-wd-final-secondary {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    min-height: 50px;

    padding: 0 23px;

    border-radius: 5px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}


.adp-wd-final-primary {

    color: #080808;

    background: #e5b12f;
}


.adp-wd-final-primary:hover {

    transform: translateY(-3px);

    background: #f2c13d;

    color: #080808;
}


.adp-wd-final-primary b {

    font-size: 17px;
}


.adp-wd-final-secondary {

    color: #e5b12f;

    border:
        1px solid #b88a20;

    background: rgba(229,177,47,.03);
}


.adp-wd-final-secondary:hover {

    transform: translateY(-3px);

    color: #080808;

    background: #e5b12f;

    border-color: #e5b12f;
}


.adp-wd-final-secondary span {

    font-size: 16px;
}


/* =========================================================
   TRUST POINTS
========================================================= */

.adp-wd-final-trust {

    margin-top: 25px;

    display: flex;

    flex-wrap: wrap;

    gap: 10px 25px;
}


.adp-wd-final-trust span {

    color: #777;

    font-size: 10px;
}


.adp-wd-final-trust span::first-letter {

    color: #e5b12f;
}


/* =========================================================
   RIGHT VISUAL
========================================================= */

.adp-wd-final-visual {

    position: absolute;

    z-index: 3;

    width: 420px;

    height: 420px;

    right: 25px;

    top: 50%;

    transform: translateY(-55%);

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================================
   CENTER CIRCLE
========================================================= */

.adp-wd-final-circle {

    position: relative;

    width: 190px;

    height: 190px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid rgba(229,177,47,.65);

    border-radius: 50%;

    box-shadow:
        0 0 50px rgba(229,177,47,.12),
        inset 0 0 40px rgba(229,177,47,.06);
}


.adp-wd-final-circle::before {

    content: "";

    position: absolute;

    width: 145px;

    height: 145px;

    border:
        1px solid rgba(229,177,47,.3);

    border-radius: 50%;
}


.adp-wd-final-circle-inner {

    position: relative;

    z-index: 3;

    width: 100px;

    height: 100px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    color: #080808;

    background:
        linear-gradient(
            145deg,
            #f1c33d,
            #bd8b1e
        );

    border-radius: 50%;

    box-shadow:
        0 0 35px rgba(229,177,47,.25);
}


.adp-wd-final-circle-inner strong {

    font-size: 27px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: -2px;
}


.adp-wd-final-circle-inner span {

    margin-top: 4px;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================================
   ORBITS
========================================================= */

.adp-wd-final-orbit {

    position: absolute;

    border:
        1px solid rgba(229,177,47,.22);

    border-radius: 50%;
}


.orbit-1 {

    width: 280px;

    height: 280px;

    transform:
        rotate(25deg);
}


.orbit-2 {

    width: 365px;

    height: 190px;

    transform:
        rotate(-30deg);
}


.orbit-3 {

    width: 410px;

    height: 410px;

    border-color:
        rgba(229,177,47,.10);

    transform:
        rotate(65deg);
}


/* =========================================================
   BOTTOM STATS
========================================================= */

.adp-wd-final-stats {

    position: absolute;

    z-index: 10;

    left: 70px;

    right: 70px;

    bottom: 0;

    min-height: 82px;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    border-top:
        1px solid rgba(201,154,36,.4);

    background:
        rgba(5,5,5,.82);

    backdrop-filter:
        blur(10px);
}


.adp-wd-final-stats > div {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-right:
        1px solid rgba(255,255,255,.06);
}


.adp-wd-final-stats > div:last-child {

    border-right: 0;
}


.adp-wd-final-stats strong {

    color: #e5b12f;

    font-size: 21px;

    line-height: 1;

    font-weight: 800;
}


.adp-wd-final-stats span {

    margin-top: 6px;

    color: #777;

    font-size: 9px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .adp-wd-final-cta-container {

        padding:
            65px 45px 0;
    }

    .adp-wd-final-content {

        width:
            70%;
    }

    .adp-wd-final-visual {

        right:
            -80px;

        opacity:
            .65;
    }

    .adp-wd-final-stats {

        left:
            45px;

        right:
            45px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .adp-wd-final-cta {

        padding:
            75px 16px 0;
    }

    .adp-wd-final-cta-container {

        min-height:
            auto;

        padding:
            55px 22px 0;

        display:
            block;

        border-radius:
            10px 10px 0 0;
    }

    .adp-wd-final-content {

        width:
            100%;

        padding-bottom:
            300px;
    }

    .adp-wd-final-eyebrow {

        font-size:
            9px;
    }

    .adp-wd-final-content h2 {

        font-size:
            38px;

        letter-spacing:
            -1px;
    }

    .adp-wd-final-content p {

        font-size:
            12px;
    }

    .adp-wd-final-buttons {

        flex-direction:
            column;

        align-items:
            stretch;
    }

    .adp-wd-final-primary,
    .adp-wd-final-secondary {

        width:
            100%;
    }

    .adp-wd-final-trust {

        gap:
            9px 18px;
    }

    .adp-wd-final-visual {

        width:
            300px;

        height:
            300px;

        right:
            50%;

        top:
            auto;

        bottom:
            70px;

        transform:
            translateX(50%);

        opacity:
            .8;
    }

    .adp-wd-final-circle {

        width:
            135px;

        height:
            135px;
    }

    .adp-wd-final-circle::before {

        width:
            105px;

        height:
            105px;
    }

    .adp-wd-final-circle-inner {

        width:
            75px;

        height:
            75px;
    }

    .adp-wd-final-circle-inner strong {

        font-size:
            21px;
    }

    .orbit-1 {

        width:
            210px;

        height:
            210px;
    }

    .orbit-2 {

        width:
            275px;

        height:
            145px;
    }

    .orbit-3 {

        width:
            300px;

        height:
            300px;
    }

    .adp-wd-final-stats {

        position:
            static;

        margin:
            0 -22px;

        grid-template-columns:
            repeat(2, 1fr);

        min-height:
            150px;
    }

    .adp-wd-final-stats > div {

        min-height:
            75px;

        border-bottom:
            1px solid rgba(255,255,255,.06);
    }

}