
/* ===== Henddu Professional Services Page ===== */

.henddu-services-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

/* Hero Section */
.services-hero {
    padding: 40px 0;
}

.services-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(10, 147, 150, 0.08);
    border: 1px solid rgba(10, 147, 150, 0.2);
    border-radius: 50px;
    padding: 12px 28px;
    margin-bottom: 30px;
}

.services-badge .badge-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0a9396 0%, #0c7477 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
}

.services-badge .badge-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0a9396;
}

.services-main-heading {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a2e;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.services-main-description {
    font-size: 19px;
    line-height: 1.8;
    color: #4a4a5a;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.services-hero-image {
    margin-top: 40px;
    text-align: center;
}

.services-hero-image img {
    max-width: 700px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Category Header */
.service-category-section {
    margin-bottom: 100px;
}

.category-header {
    margin-bottom: 50px;
    position: relative;
}

.category-header-content {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0;
    background: transparent;
    border: none;
    position: relative;
}

.category-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #0a9396 0%, #0c7477 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 15px 40px rgba(10, 147, 150, 0.25);
    position: relative;
}

.category-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid rgba(10, 147, 150, 0.2);
    transform: scale(1.2);
}

.category-icon.company {
    background: linear-gradient(135deg, #094d4f 0%, #073a3c 100%);
}

.category-text {
    flex: 1;
    position: relative;
}

.category-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 12px;
}

.category-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0a9396 0%, #0c7477 100%);
    border-radius: 2px;
}

.category-subtitle {
    font-size: 17px;
    color: #5a5a6a;
    margin: 0;
    line-height: 1.6;
    max-width: 600px;
}

/* Service Cards */
.service-cards-grid {
    position: relative;
}

.henddu-service-card {
    background: #ffffff;
    border-radius: 24px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(10, 147, 150, 0.08);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.henddu-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #0a9396 0%, #0c7477 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.henddu-service-card::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(10, 147, 150, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.henddu-service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 60px rgba(10, 147, 150, 0.18);
    border-color: rgba(10, 147, 150, 0.2);
}

.henddu-service-card:hover::before {
    transform: scaleX(1);
}

.henddu-service-card:hover::after {
    bottom: -50px;
    right: -50px;
}

/* Service Card Image */
.service-card-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    position: relative;
    background: linear-gradient(135deg, rgba(10, 147, 150, 0.05) 0%, rgba(12, 116, 119, 0.05) 100%);
}

.service-card-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.henddu-service-card:hover .service-card-image img {
    transform: scale(1.08);
}

.service-card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 147, 150, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.henddu-service-card:hover .service-card-image::after {
    opacity: 1;
}

/* Service Card Content */
.service-card-content {
    padding: 35px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.service-card-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(10, 147, 150, 0.1) 0%, rgba(12, 116, 119, 0.06) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.service-card-icon i {
    font-size: 42px;
    color: #0a9396;
    transition: all 0.4s ease;
}

.henddu-service-card:hover .service-card-icon {
    background: linear-gradient(135deg, #0a9396 0%, #0c7477 100%);
    transform: scale(1.05) rotate(-5deg);
    box-shadow: 0 15px 40px rgba(10, 147, 150, 0.3);
}

.henddu-service-card:hover .service-card-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

.service-card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.service-card-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.henddu-service-card:hover .service-card-title a {
    color: #0a9396;
}

.service-card-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #5a5a6a;
    margin-bottom: 24px;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #0a9396;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.service-card-link i {
    transition: transform 0.3s ease;
}

.service-card-link:hover {
    color: #0c7477;
    gap: 14px;
}

.service-card-link:hover i {
    transform: translateX(4px);
}

/* Call to Action */
.services-cta {
    background: linear-gradient(135deg, #0a9396 0%, #0c7477 100%);
    border-radius: 24px;
    padding: 60px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.services-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.services-cta::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -5%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.services-cta-content {
    position: relative;
    z-index: 1;
}

.services-cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
}

.services-cta-text {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    line-height: 1.6;
}

.services-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: #ffffff;
    color: #0a9396;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.services-cta-btn i {
    transition: transform 0.3s ease;
}

.services-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    background: #f8f9fa;
    color: #0c7477;
}

.services-cta-btn:hover i {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1199px) {
    .services-main-heading {
        font-size: 42px;
    }
    
    .category-header-content {
        padding: 30px 35px;
    }
    
    .category-icon {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }
    
    .category-title {
        font-size: 28px;
    }
    
    .henddu-service-card {
        padding: 40px 30px;
    }
}

@media (max-width: 991px) {
    .services-main-heading {
        font-size: 38px;
    }
    
    .services-main-description {
        font-size: 17px;
    }
    
    .category-header-content {
        flex-direction: column;
        text-align: center;
        padding: 35px 30px;
    }
    
    .category-title {
        font-size: 26px;
    }
    
    .category-subtitle {
        font-size: 15px;
    }
    
    .henddu-service-card {
        margin-bottom: 30px;
    }
    
    .service-card-title {
        font-size: 20px;
    }
    
    .services-cta {
        padding: 50px 40px;
    }
    
    .services-cta-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .services-main-heading {
        font-size: 32px;
    }
    
    .services-main-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .services-badge {
        padding: 10px 20px;
    }
    
    .services-badge .badge-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .services-badge .badge-text {
        font-size: 12px;
    }
    
    .service-category-section {
        margin-bottom: 60px;
    }
    
    .category-header {
        margin-bottom: 35px;
    }
    
    .category-header-content {
        padding: 28px 24px;
        gap: 16px;
    }
    
    .category-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
        border-radius: 12px;
    }
    
    .category-title {
        font-size: 24px;
    }
    
    .henddu-service-card {
        padding: 35px 28px;
    }
    
    .service-card-icon {
        width: 80px;
        height: 80px;
    }
    
    .service-card-icon i {
        font-size: 36px;
    }
    
    .service-card-title {
        font-size: 19px;
    }
    
    .service-card-excerpt {
        font-size: 14px;
    }
    
    .services-cta {
        padding: 40px 30px;
    }
    
    .services-cta-title {
        font-size: 24px;
    }
    
    .services-cta-text {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .services-main-heading {
        font-size: 28px;
    }
    
    .category-title {
        font-size: 22px;
    }
    
    .henddu-service-card {
        padding: 30px 24px;
    }
    
    .services-cta {
        padding: 35px 25px;
    }
    
    .services-cta-title {
        font-size: 22px;
    }
    
    .services-cta-btn {
        padding: 16px 32px;
        font-size: 15px;
    }
}

.service-section {
    background: #f8f9fa;
}

.service-section .section-heading {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    line-height: 1.3;
}

.service-section .section-description {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a5a;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.service-section .image-section {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.service-section .image-section img {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.service-category {
    margin-bottom: 80px;
}

.service-category:last-child {
    margin-bottom: 40px;
}

.service-category-wrapper {
    background: linear-gradient(135deg, rgba(10, 147, 150, 0.1) 0%, rgba(12, 116, 119, 0.06) 100%);
    border-radius: 16px;
    margin-bottom: 40px;
    padding: 24px;
    border: 1px solid rgba(10, 147, 150, 0.15);
}

.service-category-title {
    font-size: 30px;
    font-weight: 700;
    color: #0a9396;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.service-category-title .icon-public,
.service-category-title .icon-industry {
    font-size: 36px;
}

.service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 45px 35px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(10, 147, 150, 0.1);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0a9396 0%, #0c7477 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(10, 147, 150, 0.2);
    border-color: rgba(10, 147, 150, 0.25);
}

.service-card .service-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 28px;
    background: linear-gradient(135deg, rgba(10, 147, 150, 0.12) 0%, rgba(12, 116, 119, 0.08) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.service-card .service-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(10, 147, 150, 0.2);
    transform: scale(1.2);
    opacity: 0;
    transition: all 0.4s ease;
}

.service-card:hover .service-icon::after {
    transform: scale(1.3);
    opacity: 1;
}

.service-card .service-icon i {
    font-size: 42px;
    color: #0a9396;
    transition: all 0.4s ease;
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, #0a9396 0%, #0c7477 100%);
    transform: scale(1.1) rotate(8deg);
    box-shadow: 0 10px 30px rgba(10, 147, 150, 0.3);
}

.service-card:hover .service-icon i {
    color: #ffffff;
    transform: scale(1.05);
}

.service-card .service-title {
    font-size: 21px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 18px;
    line-height: 1.4;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.service-card .service-description {
    font-size: 15px;
    line-height: 1.7;
    color: #5a5a6a;
    margin: 0;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .service-card {
        padding: 40px 30px;
    }
    
    .service-card .service-icon {
        width: 85px;
        height: 85px;
    }
    
    .service-card .service-icon i {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .service-section .section-heading {
        font-size: 34px;
    }
    
    .service-category-title {
        font-size: 26px;
    }
    
    .service-category-title .icon-public,
    .service-category-title .icon-industry {
        font-size: 30px;
    }
    
    .service-card {
        padding: 35px 28px;
        margin-bottom: 30px;
    }
    
    .service-card .service-title {
        min-height: auto;
        font-size: 19px;
        margin-bottom: 15px;
    }
    
    .service-card .service-icon {
        width: 80px;
        height: 80px;
    }
    
    .service-card .service-icon i {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .service-section .section-heading {
        font-size: 30px;
    }
    
    .service-section .section-description {
        font-size: 16px;
    }
    
    .service-category {
        margin-bottom: 60px;
    }
    
    .service-category-title {
        font-size: 24px;
        flex-direction: column;
        gap: 8px;
    }
    
    .service-category-title .icon-public,
    .service-category-title .icon-industry {
        font-size: 28px;
    }
    
    .service-card {
        padding: 30px 25px;
    }
    
    .service-card .service-icon {
        width: 75px;
        height: 75px;
    }
    
    .service-card .service-icon i {
        font-size: 32px;
    }
    
    .service-card .service-title {
        font-size: 18px;
    }
    
    .service-card .service-description {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .service-section .section-heading {
        font-size: 26px;
    }
    
    .service-category-wrapper {
        padding: 20px 16px;
    }
    
    .service-category-title {
        font-size: 22px;
    }
}
