.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.services-page {
    width: 100%;
    height: auto;
}

.services-page-inner {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.services-page-title {
    width: 100%;
}

.services-page-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 6.8rem;
    letter-spacing: -0.02em;
    color: #3e4847;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.services {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.service-main {
    width: 100%;
    height: 510px;
}

.service-main a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    justify-content: space-around;
}

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

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.4s;
}

.service-title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 155%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3e4847;
    opacity: 0.7;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.service-name h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 5.5rem;
    letter-spacing: -0.02em;
    color: #385f5b;
    margin-bottom: 2.2rem;
    transition: 0.4s;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.service-main:hover .service-image img {
    transform: scale(1.2);
}


.service {
    width: 49%;
    height: 510px;
}

.service a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    justify-content: space-around;
}

.service .service-title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 155%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3e4847;
    opacity: 0.7;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.service .service-name h3 {
    width: 70%;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 3.5rem;
    letter-spacing: -0.02em;
    color: #385f5b;
    margin-bottom: 2.2rem;
    transition: 0.4s;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}


.service:hover .service-image img {
    transform: scale(1.2);
}


/* SERVICE DETAIL PAGE */

.service-detail-page {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.service-detail-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
}

.service-detail-up {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 30px;
    border-bottom: 5px solid #dbd7d7;
}

.service-detail-up-right {
    width: 531px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e3e7e8;
}

.service-detail-up-right-image {
    width: 327px;
    height: 280px;
}

.service-detail-up-right-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-detail-up-left-title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 5.1rem;
    letter-spacing: -0.02em;
    color: #3e4847;
    margin-bottom: 1.4rem;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.service-detail-up-left-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: -0.02em;
    color: #141f1e;
    opacity: 0.4;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.service-detail-description {
    width: 100%;
    height: auto;
}

.service-detail-description p{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #141f1e;
    opacity: 0.6;
    margin-bottom: 10px;
}



.service-detail-second-texts {
    width: 100%;
    margin-top: 30px;
}

.service-detail-second-texts p {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #141f1e;
    opacity: 0.6;
    margin-top: -5px;
}

.service-detail-gallery {
    width: 100%;
    height: auto;
    background-color: #f2f1ed;
    margin-top: 50px;
}

.service-detail-video{
    width: 100%;
    height: 500px;
    margin-top: 50px;
}

.service-detail-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-detail-gallery-inner {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.service-detail-gallery-title {
    width: 100%;
}

.service-detail-gallery-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 2.4rem;
    letter-spacing: -0.02em;
    color: #000000;
    opacity: 0.3;
}




.service-detail-gallery-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.gallery-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-image-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-card:hover .card-image {
    transform: scale(1.2);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-card:hover .card-overlay {
    opacity: 1;
}



.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 20px;
    color: #333;
}

.gallery-card:hover .zoom-icon {
    opacity: 1;
}

/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.lightbox img.lightbox-image {
    width: 80vw;
    height: 80vh;
    object-fit: contain;
    border-radius: 8px;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 5px 10px;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.4);
}

.lightbox-prev {
    left: -60px;
}

.lightbox-next {
    right: -60px;
}

.lightbox-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
}

@media (max-width: 768px) {
    .service-detail-gallery-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .lightbox-nav {
        display: none;
    }
}


.other-services {
    width: 100%;
    height: 800px;
    margin-top: 50px;
}

.other-services-inner {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.other-services-up {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.other-services-up-left h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #356f69;
}

.other-services-up-right {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.other-services-prev-button {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0.1rem solid #e3dfd4;
}

.other-services-prev-button i{
    font-size: 14px;
    color: #afafad;
}

.other-services-next-button {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0.1rem solid #e3dfd4;
}

.other-services-next-button i{
    font-size: 14px;
    color: #afafad;
}

.other-services-down{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
