/* Services Widget Styles */
.services__area-three {
    position: relative;
}

.section-pt-120 {
    padding-top: 120px;
}

.section-pb-95 {
    padding-bottom: 95px;
}

.section__title {
    margin-bottom: 60px;
}

.section__title-three.text-center {
    text-align: center;
}

.section__title .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: #0d6efd;
}

.section__title .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #1a1a1a;
}

.mb-60 {
    margin-bottom: 60px;
}

.row.gutter-24 {
    margin-left: -12px;
    margin-right: -12px;
}

.row.gutter-24>[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.services__item-two {
    position: relative;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.services__item-two:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.shine__animate-item {
    position: relative;
    overflow: hidden;
}

.services__thumb-two {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.services__thumb-two a {
    display: block;
    position: relative;
    overflow: hidden;
}

.services__thumb-two img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.services__item-two:hover .services__thumb-two img {
    transform: scale(1.1);
}

.shine__animate-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    z-index: 1;
}

.shine__animate-item:hover .shine__animate-link::before {
    left: 100%;
}

.services__content-two {
    padding: 25px 20px;
}

.services__content-six {
    background: #fff;
}

.services__content-two .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.services__content-two .title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.services__content-two .title a:hover {
    color: #0d6efd;
}

.services__content-two p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* AOS Animation Support */
[data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-aos="fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .section__title .title {
        font-size: 36px;
    }

    .section-pt-120 {
        padding-top: 80px;
    }

    .section-pb-95 {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .section__title .title {
        font-size: 32px;
    }

    .services__content-two .title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section__title .title {
        font-size: 28px;
    }

    .section-pt-120 {
        padding-top: 60px;
    }

    .section-pb-95 {
        padding-bottom: 40px;
    }

    .mb-60 {
        margin-bottom: 40px;
    }

    .services__item-two {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .section__title .title {
        font-size: 24px;
    }

    .section__title .sub-title {
        font-size: 12px;
    }
}