/* === SERVICES PAGE SPECIFIC STYLES === */

/* Services Hero Section */
.services-hero-section {
    position: relative;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.services-hero-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 160px 160px 120px 160px;
    position: relative;
}

.services-hero-content {
    display: flex;
    gap: 100px;
    width: 1120px;
    min-height: 258px;
    margin: 0;
    padding: 0;
}

.services-hero-left {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.services-hero-title {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}

.services-hero-title .title-dark {
    color: #617F5B;
}

.services-hero-title .title-green {
    color: #617F5B;
}

.services-hero-title .title-light {
    display: block;
    color: #D8D8D8;
    margin-top: -8px;
}

.services-hero-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
    padding-top: 0;
    max-width: 450px;
}

.services-hero-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #333;
    margin: 0;
}

.services-hero-section .btn-consult {
    padding: 16px 36px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: all 0.3s ease;
    border: 1px solid #333;
}

.services-hero-section .btn-consult:hover {
    background: #617F5B;
    color: #fff;
    border-color: #617F5B;
}

/* Services Hero Image */
.services-hero-image {
    position: relative;
    width: 100%;
    height: 650px;
    z-index: 1;
    margin-top: 60px;
}

.services-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Comprehensive Services Section */
.comprehensive-services-section {
    background: #617F5B;
    padding: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.comprehensive-container {
    padding-top: 96px;
    padding-right: 160px;
    padding-bottom: 96px;
    padding-left: 160px;
}

.comprehensive-content {
    width: 1120px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.comprehensive-title {
    width: 1120px;
    height: 29px;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.comprehensive-title .bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.comprehensive-description {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
}

/* Kayaland Services Section */
.kayaland-services-section {
    background: #fff;
    padding: 96px 0;
}

.kayaland-services-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 160px;
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
}

.services-header-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    color: #617F5B;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.services-header-title .bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #617F5B;
    border-radius: 50%;
    flex-shrink: 0;
}

.btn-consult-about {
    padding: 12px 28px;
    background: #617F5B;
    color: #fff;
    text-decoration: none;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #617F5B;
}

.btn-consult-about:hover {
    background: #4F6A4A;
    border-color: #4F6A4A;
}

/* Service Item */
.service-item {
    display: flex;
    gap: 48px;
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #E5E5E5;
}

.service-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.service-content {
    flex: 1;
    max-width: 560px;
}

.service-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s ease;
}

.service-title:hover {
    color: #617F5B;
}

.toggle-icon {
    font-size: 20px;
    color: #333;
    transition: transform 0.3s ease;
}

.service-item.collapsed .toggle-icon {
    transform: rotate(180deg) !important;
}

.service-item.collapsed .service-description,
.service-item.collapsed .service-subtitle,
.service-item.collapsed .service-list,
.service-item.collapsed .service-image {
    display: none !important;
}

.service-item.collapsed .service-title {
    margin-bottom: 0 !important;
}

.service-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #333;
    margin: 0 0 24px 0;
}

.service-subtitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 0 0 16px 0;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-list li {
    background: #EFF2EF;
    padding: 12px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    width: 552px;
    height: 46px;
    display: flex;
    align-items: center;
}

.service-image {
    flex-shrink: 0;
    width: 520px;
    height: 442px;
    border-radius: 16px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Our Added Value Section */
.added-value-section {
    background: #fff;
    padding: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.added-value-container {
    padding-top: 96px;
    padding-right: 160px;
    padding-bottom: 96px;
    padding-left: 160px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.added-value-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    color: #617F5B;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.added-value-title .bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #617F5B;
    border-radius: 50%;
    flex-shrink: 0;
}

.value-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
}

.value-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    width: 244px;
    height: 306px;
}

.value-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.value-item-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 0;
}

.value-item-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .services-hero-container {
        padding: 120px 40px 60px;
    }

    .services-hero-content {
        position: static;
        gap: 60px;
        width: auto;
        height: auto;
        flex-direction: column;
    }

    .services-hero-title {
        font-size: 48px;
    }

    .services-hero-right {
        max-width: 100%;
    }

    .comprehensive-container {
        padding-top: 60px;
        padding-right: 40px;
        padding-bottom: 60px;
        padding-left: 40px;
    }

    .comprehensive-content {
        width: auto;
        height: auto;
        gap: 32px;
    }

    .comprehensive-title {
        font-size: 32px;
    }

    .comprehensive-description {
        font-size: 16px;
    }

    .kayaland-services-section {
        padding: 60px 0;
    }

    .kayaland-services-container {
        padding: 0 40px;
    }

    .services-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-bottom: 48px;
    }

    .service-item {
        flex-direction: column;
        gap: 32px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .service-content {
        max-width: 100%;
    }

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

    .service-list li {
        width: 100%;
        height: auto;
        min-height: 46px;
    }

    .service-image {
        width: 100%;
        height: auto;
        min-height: 300px;
    }

    .added-value-container {
        padding-top: 60px;
        padding-right: 40px;
        padding-bottom: 60px;
        padding-left: 40px;
        gap: 40px;
    }

    .value-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .services-hero-section {
        min-height: auto;
    }

    .services-hero-container {
        padding: 80px 20px 40px;
    }

    .services-hero-content {
        position: static;
        flex-direction: column;
        gap: 32px;
        width: auto;
        height: auto;
    }

    .services-hero-title {
        font-size: 36px;
    }

    .services-hero-description {
        max-width: 100%;
    }

    .services-hero-image {
        height: 300px;
    }

    .comprehensive-container {
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 40px;
        padding-left: 20px;
    }

    .comprehensive-content {
        width: auto;
        height: auto;
        gap: 24px;
    }

    .comprehensive-title {
        font-size: 24px;
        gap: 12px;
    }

    .comprehensive-title .bullet {
        width: 6px;
        height: 6px;
    }

    .comprehensive-description {
        font-size: 14px;
    }

    .kayaland-services-section {
        padding: 40px 0;
    }

    .kayaland-services-container {
        padding: 0 20px;
    }

    .services-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 32px;
    }

    .services-header-title {
        font-size: 20px;
    }

    .service-item {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 32px;
        padding-bottom: 32px;
    }

    .service-content {
        max-width: 100%;
    }

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

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

    .service-subtitle {
        font-size: 13px;
    }

    .service-list li {
        font-size: 13px;
        padding: 10px;
        width: 100%;
        height: auto;
        min-height: 40px;
    }

    .service-image {
        width: 100%;
        height: auto;
        min-height: 250px;
    }

    .added-value-container {
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 40px;
        padding-left: 20px;
        gap: 32px;
    }

    .value-items {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .value-item {
        gap: 20px;
        height: auto;
    }

    .value-icon {
        width: 64px;
        height: 64px;
    }

    .value-icon img {
        width: 64px;
        height: 64px;
    }

    .value-item-title {
        font-size: 16px;
    }

    .value-item-description {
        font-size: 13px;
    }
}

/* Responsive - Small Mobile */
@media (max-width: 480px) {
    .services-hero-container {
        padding: 60px 16px 30px;
    }

    .services-hero-content {
        position: static;
        height: auto;
    }

    .services-hero-right {
        gap: 24px;
    }

    .services-hero-title {
        font-size: 28px;
    }

    .services-hero-description {
        font-size: 14px;
    }

    .services-hero-section .btn-consult {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
    }

    .services-hero-image {
        height: 250px;
    }

    .comprehensive-container {
        padding-top: 32px;
        padding-right: 16px;
        padding-bottom: 32px;
        padding-left: 16px;
    }

    .comprehensive-content {
        width: auto;
        height: auto;
        gap: 20px;
    }

    .comprehensive-title {
        font-size: 20px;
    }

    .comprehensive-description {
        font-size: 13px;
    }

    .kayaland-services-section {
        padding: 32px 0;
    }

    .kayaland-services-container {
        padding: 0 16px;
    }

    .services-header {
        gap: 16px;
        margin-bottom: 24px;
    }

    .services-header-title {
        font-size: 18px;
    }

    .btn-consult-about {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
    }

    .service-item {
        gap: 20px;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

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

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

    .service-subtitle {
        font-size: 12px;
    }

    .service-list {
        gap: 8px;
    }

    .service-list li {
        font-size: 12px;
        padding: 8px;
        width: 100%;
        height: auto;
        min-height: 36px;
    }

    .service-image {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    .added-value-container {
        padding-top: 32px;
        padding-right: 16px;
        padding-bottom: 32px;
        padding-left: 16px;
        gap: 24px;
    }

    .value-items {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .value-item {
        gap: 16px;
        height: auto;
    }

    .value-icon {
        width: 56px;
        height: 56px;
    }

    .value-icon img {
        width: 56px;
        height: 56px;
    }

    .value-item-title {
        font-size: 15px;
    }

    .value-item-description {
        font-size: 12px;
    }
}
