.service-header {
    text-align: start;
    margin-bottom: 30px;
    padding: 0 15px;
}

.service-icon {
    font-size: 30px;
    color: #ff385c;
    margin-bottom: 16px;
}

.service-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.service-description {
    font-size: 17px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.service-footer {
    text-align: center;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #ff385c 0%, #ff1943 100%);
    color: white;
    padding: 16px 36px;
    border-radius: 12px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(255, 56, 92, 0.3);
    transition: all 0.3s ease-in-out;
}

.cta-button:hover {
    color: white !important;
    transform: translateY(-3px);
}


.cta-button-icon {
    font-size: 18px;
}

.section-title-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 35px;
    font-weight: 800;
    color: #222;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
}

.section-subtitle {
    font-size: 19px;
    color: #999;
    margin: 0;
    font-weight: 400;
}


.block_content p,
.block_content li {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 0 !important;
}




@media (max-width: 768px) {



    .service-title {
        font-size: 26px;
    }

    .service-description {
        font-size: 15px;
    }

    .section-title {
        font-size: 27px;
    }

    .cta-button {
        padding: 14px 28px;
        font-size: 15px;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-slide.no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 80px;
}

.categories-section {
    padding-top: 20px;
}

.block_content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.9rem;
    position: relative;
    padding-bottom: 10px;
}

.block_content h3 {
    font-size: 1.3rem;
    color: var(--primary);
    margin: 1rem 0;
    font-weight: 600;
}

.block_content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1.4rem;
}

.block_content strong {
    color: var(--dark);
    font-weight: 600;
}

.block_content ul {
    list-style: none;
    margin: 1.2rem 0;
    padding-left: 1.2rem;
}

.block_content ul li {
    margin-bottom: 0.9rem;
    font-size: 1.08rem;
    position: relative;
    padding-left: 8px;
    transition: all 0.3s ease;
}

.block_content ul li::before {
    content: '✓';
    color: var(--accent);
    font-weight: bold;
    position: absolute;
    left: -20px;
}

.block_content .why-choose ul li {
    padding: 12px 18px;
    background: #f8fbff;
    border-radius: 12px;
    margin-bottom: 12px;
    border-left: 4px solid var(--primary);
    transition: all 0.3s ease;
}

.block_content .why-choose ul li:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.1);
    background: white;
}

.block_content .btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary), #0088ff);
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.25);
}

.block_content .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.35);
}

.block_content h2:not(:empty)::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #4f6cff;
    margin-top: 10px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .block_content h2 {
        font-size: 2rem;
    }
}


/* modal call to login */
.modal-call-to-login .img-logo{
    margin: auto;
    max-width: 275px;
    margin-bottom: 20px;
}

.modal-call-to-login .msg-1{
    color: #7a7878;font-weight: bold;padding: 10px;text-align: center;
}

.modal-call-to-login .msg-2{
    font-weight:900;color: #E91E63;
}

.modal-call-to-login .msg-3{
    color: #001e4c;font-weight: bold;
}
