.cameo-top {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
}


/* ================= SERVICE OUTER BOX ================= */
.service-outer-box {
    background: #fff;
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.advertise .background{
    background: conic-gradient(from 266deg at 59.09% -10.99%, #f29dff 189.48703765869deg, #fc405d 231.66777849197deg, #07f 354.16733264923deg);
    border-radius: 20px;
    padding-bottom: 1px;
    margin: 28px;
}

/* Default: Desktop */
.trust-mobile {
    display: none;
}

.trust-desktop {
    display: inline;
}


.services h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:12px;
}
.service-card{
    background:#fff;
    padding:15px 10px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    text-align:center;
    transition:.35s;
    height:100%;
}
.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}
.service-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#fff;
    margin:0 auto 20px;
}

.service-card h5{
    font-weight:700;
    margin-bottom:12px;
}

.service-card p{
    color:#666;
    font-size:15px;
}

.service-card{
    border: 5px solid #d8d8d8;
    box-shadow: inset 0px 0px 0px .928241px rgba(17, 24, 39, .1);
    border-radius: 22.2778px;
    background: #fff;
}


.youtube-icon {
    background: #FF0000;
    color: #fff;
}

.facebook-icon {
    background: #1877F2;
    color: #fff;
}

.instagram-icon {
    background: linear-gradient(
        45deg,
        #F58529,
        #DD2A7B,
        #8134AF,
        #515BD4
    );
    color: #fff;
}

.whatsapp-icon {
    background: #25D366;
    color: #fff;
}

.linkedin-icon {
    background: #0A66C2;
    color: #fff;
}

.twitter-icon,
.x-icon {
    background: #000000;
    color: #fff;
}

.telegram-icon {
    background: #229ED9;
    color: #fff;
}

.google-icon {
    background: linear-gradient(45deg, #4285F4, #34A853, #FBBC05, #EA4335);
    color: #fff;
}

.spotify-icon{
    background: #25d366;
    color: #fff;
}

.imdb-icon{
    background: #F5C518;
    color: #fff;
}

.trustpilot-icon{
    background: #04da8d;
    color: #fff;
}

.ig-reels-services h3 {
    font-weight: 700;
    color: #333;
}

.reels-btn {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.reels-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.tj-btn--full {
    margin-top:15px;
    padding: 13px 0px;
}


/* ================= DESKTOP ================= */
@media (min-width: 992px) {
    .service-outer-box {
        padding: 30px;
        border-radius: 24px;
    }
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {
    .service-outer-box {
        padding: 10px;
        border-radius: 16px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    }

    .cameo-top {
        font-size: 16px!important;
    }

    .trust-desktop {
        display: none;
    }

    .trust-mobile {
        display: inline;
    }
}

/* ================= MOBILE ================= */
@media(max-width:768px){
    .hero h1{font-size:42px}
    .services h2{font-size:32px}
    .reels-btn {
        font-size: 13px;
    }

    .flex-50{
        flex: 1 1 calc(50% - 5px);
    }

    .flex-60{
        flex: 1 1 calc(60% - 5px);
    }

}   
