.elementor-518 .elementor-element.elementor-element-a728882{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-518 .elementor-element.elementor-element-d0e6ab9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a158704 */.ads-portfolio {
    --gold: #FFD98E;
    --gold-dark: #b07d20;
    --dark: #171717;
    --text: #555;
    --cream: #fffaf0;

    font-family: Arial, Helvetica, sans-serif;
    color: var(--dark);
    background: #fff;
    overflow: hidden;
}

.ads-hero {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;

    background:
        radial-gradient(circle at 20% 20%, #FFD98E66, transparent 30%),
        radial-gradient(circle at 80% 80%, #FFD98E55, transparent 30%),
        var(--cream);
}

.ads-hero-content {
    max-width: 850px;
}

.ads-hero span,
.ads-intro > span,
.ads-cta > span {
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.ads-hero h1 {
    font-size: clamp(45px, 7vw, 78px);
    line-height: 1;
    margin: 20px 0;
}

.ads-hero h1 strong {
    display: block;
    color: var(--gold-dark);
}

.ads-hero p {
    max-width: 680px;
    margin: auto;
    color: var(--text);
    line-height: 1.8;
}

.ads-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 28px;
    background: var(--gold);
    color: #111;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    transition: .3s;
}

.ads-btn:hover {
    transform: translateY(-3px);
    background: #f2c86f;
}

.ads-intro {
    max-width: 750px;
    margin: auto;
    text-align: center;
    padding: 100px 25px 70px;
}

.ads-intro h2 {
    font-size: 45px;
    line-height: 1.15;
    margin: 15px 0;
}

.ads-intro h2 strong {
    color: var(--gold-dark);
}

.ads-intro p {
    color: var(--text);
    line-height: 1.8;
}

.ads-projects {
    max-width: 1200px;
    margin: auto;
    padding: 20px 25px 70px;
}

.ads-project {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    margin-bottom: 110px;
}

.ads-project.reverse .ads-visual {
    order: 2;
}

.ads-project.reverse .ads-content {
    order: 1;
}

.ads-visual {
    padding: 30px;
    border-radius: 18px;
    background: var(--dark);
    box-shadow: 0 25px 60px #00000015;
}

.ads-dashboard,
.meta-dashboard,
.strategy-dashboard {
    min-height: 320px;
    padding: 25px;
    border-radius: 12px;
    background: #252525;
    color: white;
}

.ads-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    font-size: 10px;
    letter-spacing: 1.5px;
}

.ads-top b {
    color: var(--gold);
}

.ads-main {
    display: flex;
    align-items: center;
    gap: 25px;
}

.ads-circle {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 7px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.ads-main small {
    color: #999;
    font-size: 9px;
}

.ads-main h3 {
    margin: 8px 0;
}

.ads-main p {
    margin: 0;
    color: #999;
    font-size: 12px;
}

.ads-bars {
    margin-top: 35px;
}

.ads-bars div {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px solid #444;
    font-size: 12px;
}

.ads-bars b {
    color: var(--gold);
}

.meta-preview {
    background: white;
    color: #222;
    border-radius: 10px;
    overflow: hidden;
}

.meta-image {
    height: 110px;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.meta-text {
    padding: 18px;
}

.meta-text strong {
    font-size: 17px;
}

.meta-text p {
    color: #666;
    font-size: 11px;
    line-height: 1.5;
}

.meta-text button {
    background: var(--dark);
    color: white;
    border: 0;
    padding: 9px 15px;
    border-radius: 4px;
    font-size: 10px;
}

.strategy-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 55px;
}

.strategy-flow div {
    padding: 13px 15px;
    border: 1px solid var(--gold);
    color: var(--gold);
    font-size: 9px;
    border-radius: 5px;
}

.strategy-flow i {
    color: #777;
}

.strategy-bottom {
    display: flex;
    justify-content: space-around;
    margin-top: 45px;
    color: #aaa;
    font-size: 9px;
}

.project-label {
    color: var(--gold-dark);
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
}

.ads-content h3 {
    font-size: 38px;
    margin: 18px 0;
}

.ads-content > p {
    color: var(--text);
    line-height: 1.8;
    font-size: 15px;
}

.ads-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 25px;
}

.ads-tags span {
    padding: 9px 13px;
    background: var(--cream);
    color: #76591e;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
}

.ads-note {
    max-width: 1050px;
    margin: 0 auto 100px;
    display: flex;
    gap: 18px;
    padding: 25px;
    background: var(--cream);
    border-left: 4px solid var(--gold);
}

.note-circle {
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    border-radius: 50%;
    font-weight: bold;
}

.ads-note p {
    color: #666;
    font-size: 13px;
    line-height: 1.7;
}

.ads-cta {
    text-align: center;
    padding: 100px 25px;
    background: var(--gold);
}

.ads-cta h2 {
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.1;
    margin: 15px 0;
}

.ads-cta h2 strong {
    display: block;
}

.ads-cta p {
    max-width: 600px;
    margin: auto;
    color: #55482e;
    line-height: 1.7;
}

.ads-btn.dark {
    background: var(--dark);
    color: white;
}

@media(max-width:900px) {

    .ads-project {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ads-project.reverse .ads-visual {
        order: 1;
    }

    .ads-project.reverse .ads-content {
        order: 2;
    }
}

@media(max-width:600px) {

    .ads-hero {
        min-height: 430px;
    }

    .ads-hero h1 {
        font-size: 45px;
    }

    .ads-intro h2 {
        font-size: 34px;
    }

    .ads-projects {
        padding: 20px 18px 50px;
    }

    .ads-visual {
        padding: 15px;
    }

    .ads-content h3 {
        font-size: 32px;
    }

    .strategy-flow {
        margin-top: 30px;
    }

    .ads-note {
        margin: 0 18px 70px;
    }
}/* End custom CSS */