.compact-services-area {
    padding: 80px 0;
    background: radial-gradient(circle at 30% 30%, #132b36 0%, #0a0f1e 70%);
    position: relative;
}

.section-title-compact {
    text-align: center;
    margin-bottom: 70px;
}

.section-title-compact h2 {
    font-size: 4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #199db6 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    color: #CCDEFF;
}

.section-title-compact p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Service card  */
.service-compact-item {
    display: flex;
    align-items: center;
    gap: 50px;
    background: rgba(20, 30, 45, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(25, 157, 182, 0.25);
    border-radius: 60px;
    padding: 60px 50px;
    margin-bottom: 60px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
}

.service-compact-item.reverse {
    flex-direction: row-reverse;
}

.service-compact-item:hover {
    border-color: #199db6;
    box-shadow: 0 30px 60px -12px rgba(25, 157, 182, 0.4);
    transform: scale(1.01) translateY(-5px);
    background: rgba(25, 40, 60, 0.8);
}

.service-compact-content {
    flex: 1;
    padding: 20px;
}

.service-compact-content h2 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #CCDEFF;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.service-compact-content h2::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #199db6;
    border-radius: 4px;
}

.service-compact-item.reverse .service-compact-content h2::after {
    left: 0;
    right: auto;
}

.service-compact-content>p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 30px 0 25px;
    line-height: 1.8;
}

.service-compact-content ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
    margin-bottom: 35px;
}

.service-compact-content ul li {
    font-size: 1.1rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-compact-content ul li i {
    color: #199db6;
    font-size: 1.3rem;
    width: 24px;
    margin-right: 8px;
}

.compact-features {
    margin-top: 15px;
    padding: 15px;
    background: rgba(25, 157, 182, 0.08);
    border-radius: 8px;
    border-left: 3px solid #199db6;
}

.compact-features h3 {
    color: #199db6;
    font-size: 1.8rem;
    margin: 20px 0 15px;
    font-weight: 600;
}

.compact-features ul {
    grid-template-columns: 1fr;
    gap: 5px;
}

.btn-compact {
    display: inline-block;
    padding: 16px 42px;
    background: linear-gradient(135deg, #199db6 0%, #0f7a8f 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 60px;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    box-shadow: 0 10px 20px -5px rgba(25, 157, 182, 0.4);
    letter-spacing: 0.5px;
    margin: 10px 0 0;
}

.btn-compact:hover {
    background: linear-gradient(135deg, #1bb4d0 0%, #199db6 100%);
    box-shadow: 0 15px 30px -5px #199db6;
    color: #fff;
    transform: translateY(-2px);
}

.service-compact-image {
    flex: 0 0 400px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 40px -20px #000;
    border: 2px solid rgba(25, 157, 182, 0.3);
    transition: 0.4s;
    position: relative;
}

.service-compact-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.service-compact-item:hover .service-compact-image img {
    transform: scale(1.05);
}

/* CTA section */
.cta-section {
    padding: 60px 0;
    background: url(/assets/images/home-1/ppc-agencey-bg.webp);
    text-align: center;
    border-top: 1px solid rgba(25, 157, 182, 0.3);
}

.cta-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.cta-text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0 auto 40px;
}

.cta-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #199db6;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    border: 2px solid transparent;
}

.cta-btn:hover {
    background: transparent;
    border-color: #199db6;
    color: #199db6;
}

/* Footer hover effects */
.footer-menu a:hover {
    opacity: 1 !important;
    color: #199db6 !important;
}

.footer-copyright-social-icon a:hover {
    opacity: 1 !important;
    color: #199db6 !important;
}

.footer-area-home-3 {
    padding-top: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .service-compact-item {
        gap: 30px;
        padding: 40px 30px;
    }

    .service-compact-image {
        flex: 0 0 320px;
    }

    .service-compact-image img {
        height: 320px;
    }
}

@media (max-width: 992px) {

    .service-compact-item,
    .service-compact-item.reverse {
        flex-direction: column;
        padding: 40px 30px;
        margin-bottom: 50px;
    }

    .service-compact-content h2::after {
        left: 0;
        right: 0;
        margin: auto;
    }

    .service-compact-content {
        text-align: center;
        padding: 15px;
    }

    .service-compact-content h2 {
        font-size: 1.6rem;
    }

    .service-compact-content ul {
        grid-template-columns: 1fr;
        display: none;
    }

    .service-compact-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 500px;
        margin: 20px auto 0;
    }

    .service-compact-image img {
        height: 300px;
    }

    .section-title-compact h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .compact-services-area {
        padding: 40px 0;
    }

    .section-title-compact {
        margin-bottom: 40px;
    }

    .section-title-compact h2 {
        font-size: 3rem;
    }

    .section-title-compact p {
        font-size: 1rem;
    }

    .service-compact-item {
        margin-bottom: 40px;
        padding: 20px;
    }

    .service-compact-content h2 {
        font-size: 2.5rem;
    }

    .service-compact-content p {
        font-size: 0.9rem;
    }

    .service-compact-image img {
        height: 220px;
    }

    .btn-compact {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .cta-title {
        font-size: 2.2rem;
    }

    .cta-text {
        font-size: 1.2rem;
    }

    /* Footer responsive */
    .footer-menu {
        text-align: center;
    }

    .footer-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .section-title-compact h2 {
        font-size: 2.2rem;
    }

    .service-compact-content h2 {
        font-size: 1.8rem;
    }

    .service-compact-image img {
        height: 180px;
    }

    .btn-compact {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}