/* =========================
   HİZMETLER PAGE STYLES
   ========================= */

/* Hero */
.services-hero-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 400px;
    margin: 0 auto;
}

.services-hero-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.services-hero-bg {
    position: absolute;
    width: 1880px;
    height: 304px;
    left: calc(50% - 1880px/2);
    top: 70px;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 130.05%), 
                url('/images/hakkimizda-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    pointer-events: none;
}

@media (max-width: 1880px) {
    .services-hero-bg {
        width: calc(100% - 40px);
        max-width: 1880px;
        left: 20px;
        right: 20px;
    }

    .services-hero-container .hero-social-frame {
        left: auto;
        right: 20px;
    }
}

.services-hero-title {
    font-family: 'Radio Canada Big';
    font-weight: 700;
    font-style: normal;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0.5%;
    color: #FFFFFF;
    margin: 0;
    width: 1460px;
    max-width: calc(100% - 40px);
    padding: 0 20px;
    box-sizing: border-box;
}

/* Social Media Icons */
.services-hero-container .hero-social-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 15px;
    position: absolute;
    width: 270px;
    height: 42px;
    left: 1420px;
    top: 201px;
    z-index: 10;
    pointer-events: auto;
}

.services-hero-container .hero-social-circle {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 57px;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
    position: relative;
    z-index: 11;
    pointer-events: auto;
}

.services-hero-container .hero-social-circle:hover {
    background: #658004;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.services-hero-container .hero-social-circle img {
    width: 22px;
    height: 22px;
    flex: none;
    order: 0;
    flex-grow: 0;
}


.services-page-content {
    padding: 50px 0;
    background: #FFFFFF;
}

.services-page-container {
    width: 1460px; /* Footer hizası */
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.services-page-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 kolonlu yapı */
    gap: 30px;
}

.service-detail-card {
    box-sizing: border-box;
    width: 721px;
    min-width: 721px;
    height: 321px;
    min-height: 321px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    position: relative;
    flex: none;
    flex-grow: 0;
    flex-shrink: 0;
    transition: border-color 0.3s ease;
    cursor: pointer;
}

.service-detail-card:hover {
    border-color: #658004;
}

.service-detail-icon {
    box-sizing: border-box;
    position: absolute;
    width: 140px;
    height: 140px;
    left: 41px;
    top: 51px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-detail-icon.green-bg { 
    background: #658004; 
}

.service-detail-icon.light-bg { 
    background: #658004; 
}

.service-detail-icon img { 
    position: absolute;
    width: 78px;
    height: 78px;
    left: 31px;
    top: 31px;
}

.service-detail-icon.green-bg img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(1500%) hue-rotate(60deg) brightness(1.05);
}

.service-detail-icon.light-bg img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(1500%) hue-rotate(60deg) brightness(1.05);
}

/* Icon Hover Efekti - Icon arka planı açık yeşil, icon görseli koyu yeşil */
.service-detail-card:hover .service-detail-icon.green-bg,
.service-detail-card:hover .service-detail-icon.light-bg {
    background: #F0FFF0;
}

.service-detail-card:hover .service-detail-icon.green-bg img,
.service-detail-card:hover .service-detail-icon.light-bg img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(98%) saturate(1200%) hue-rotate(60deg) brightness(0.6);
    opacity: 1;
}

.service-detail-info {
    position: absolute;
    width: 354.31px;
    left: 241px;
    top: 47px;
}

.service-detail-info h3 {
    position: absolute;
    width: 354.31px;
    height: 39px;
    left: 0;
    top: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0;
}

.service-detail-info ul {
    position: absolute;
    width: 370.92px;
    left: 0;
    top: 66px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-detail-info ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #3D3D3D;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.service-detail-info ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #658004;
    font-weight: bold;
}

.detail-link {
    position: absolute;
    width: 171px;
    height: 35px;
    left: 241px;
    top: 227px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1.5px solid #658004;
    padding-bottom: 2px;
}

.detail-link span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.05px;
    text-transform: capitalize;
    color: #000000;
}

.detail-link img {
    width: 32px;
    height: 16px;
    position: relative;
}

/* Mobil Uyumluluk - Hero Bölümü */
@media (max-width: 992px) {
    .services-hero-section {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        padding-top: 40px !important;
        padding-bottom: 0 !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
    }

    .services-hero-bg {
        position: relative !important;
        width: 100% !important;
        height: 200px !important;
        left: 0 !important;
        right: 0 !important;
        top: -50px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        border-radius: 0 !important;
    }

    .services-hero-title {
        font-family: 'Radio Canada Big' !important;
        font-weight: 700 !important;
        font-size: 32px !important;
        text-align: center;
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        position: relative !important;
        z-index: 2;
        margin: 0 !important;
        padding: 0 20px !important;
        top: 0 !important;
    }

    .services-hero-container .hero-social-frame {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: 100px;
        width: auto;
        margin: 0;
        justify-content: center;
        gap: 12px;
        z-index: 10;
    }

    .services-hero-container .hero-social-circle {
        width: 40px;
        height: 40px;
    }

    .services-hero-container .hero-social-circle img {
        width: 20px;
        height: 20px;
    }
}

/* Küçük Ekranlar (480px) - Hero */
@media (max-width: 480px) {
    .services-hero-title { 
        font-family: 'Radio Canada Big' !important;
        font-weight: 700 !important;
        font-size: 26px !important; 
    }

    .services-hero-container .hero-social-frame {
        top: 100px;
        gap: 10px;
    }

    .services-hero-container .hero-social-circle {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .services-hero-container .hero-social-circle img {
        width: 18px;
        height: 18px;
    }
}

/* MOBİL */
@media (max-width: 992px) {
    .services-page-content {
        padding: 40px 0;
    }

    .services-page-container { 
        width: 100%; 
        padding: 0 20px; 
    }

    .services-page-grid { 
        grid-template-columns: 1fr; 
        gap: 24px;
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .service-detail-card { 
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        height: auto;
        padding: 28px 24px;
        margin: 0;
        box-sizing: border-box;
    }

    .service-detail-icon {
        box-sizing: border-box;
        position: relative;
        left: 0;
        top: 0;
        width: 100px;
        height: 100px;
        border-radius: 50px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service-detail-icon img {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 50px !important;
        height: 50px !important;
    }

    .service-detail-info {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }

    .service-detail-info h3 {
        position: relative;
        left: 0;
        top: 0;
        font-size: 24px;
        line-height: 32px;
        width: 100%;
        margin-bottom: 12px;
    }

    .service-detail-info ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .service-detail-info ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
    }

    .service-detail-info ul li::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #658004;
        font-weight: bold;
    }

    .detail-link {
        position: relative;
        left: 0;
        top: 0;
    }
}

/* 480px için ekstra düzenlemeler */
@media (max-width: 480px) {
    .service-detail-card {
        padding: 30px 20px;
    }

    .service-detail-icon {
        box-sizing: border-box;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        margin-bottom: 20px;
    }

    .service-detail-icon img {
        width: 40px !important;
        height: 40px !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }

    .service-detail-info h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .service-detail-info ul {
        font-size: 13px;
        line-height: 22px;
    }
}

/* 320px için ekstra düzenlemeler */
@media (max-width: 320px) {
    .services-hero-title {
        font-size: 26px;
    }

    .services-hero-container .hero-social-frame {
        top: 100px;
        gap: 8px;
    }

    .services-hero-container .hero-social-circle {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .services-hero-container .hero-social-circle img {
        width: 14px;
        height: 14px;
    }

    .service-detail-card {
        padding: 30px 20px;
    }

    .service-detail-icon {
        box-sizing: border-box;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        margin-bottom: 20px;
    }

    .service-detail-icon img {
        width: 25px !important;
        height: 25px !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }

    .service-detail-info h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .service-detail-info ul {
        font-size: 13px;
        line-height: 22px;
    }

    .service-detail-info ul li {
        font-size: 13px;
    }
}

