/* ========== HIZMET DETAY ========== */
.hizmet-detail {
    padding: 100px 40px;
    background: #fff;
}

.hizmet-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

/* Main Content */
.hizmet-main {
    flex: 1;
}

.hizmet-hero-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border: 3px solid #c9a84c;
    margin-bottom: 40px;
}

.hizmet-intro-subtitle {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c9a84c;
    margin-bottom: 12px;
}

.hizmet-intro-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 400;
    color: #222;
    margin-bottom: 20px;
}

.hizmet-intro-text {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 16px;
}

/* Process Steps */
.hizmet-process {
    margin: 50px 0;
    padding: 50px 40px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.hizmet-process-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 400;
    color: #222;
    margin-bottom: 36px;
    text-align: center;
}

.hizmet-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.hizmet-step {
    text-align: center;
    position: relative;
}

.hizmet-step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #c9a84c;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.hizmet-step h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.hizmet-step p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* Content Sections */
.hizmet-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
    color: #222;
    margin: 40px 0 16px;
    padding-top: 20px;
}

.hizmet-content p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 16px;
}

.hizmet-content ul {
    margin: 16px 0;
    padding-left: 0;
    list-style: none;
}

.hizmet-content ul li {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
}

.hizmet-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9a84c;
}

.hizmet-content strong {
    color: #333;
}

/* Hizmet Features */
.hizmet-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.hizmet-feature-card {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 30px 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.hizmet-feature-card:hover {
    border-color: #c9a84c;
}

.hizmet-feature-card i {
    font-size: 28px;
    color: #c9a84c;
    margin-bottom: 14px;
    display: block;
}

.hizmet-feature-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.hizmet-feature-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* Hizmet FAQ */
.hizmet-faq {
    margin-top: 50px;
}

.hizmet-faq-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 400;
    color: #222;
    margin-bottom: 30px;
}

.hizmet-faq-item {
    border-bottom: 1px solid #e5e5e5;
}

.hizmet-faq-item:first-child {
    border-top: 1px solid #e5e5e5;
}

.hizmet-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.hizmet-faq-question span {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.hizmet-faq-question i {
    font-size: 14px;
    color: #c9a84c;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
}

.hizmet-faq-item.active .hizmet-faq-question i {
    transform: rotate(45deg);
}

.hizmet-faq-item.active .hizmet-faq-question span {
    color: #c9a84c;
}

.hizmet-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.hizmet-faq-item.active .hizmet-faq-answer {
    max-height: 200px;
    padding-bottom: 20px;
}

.hizmet-faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

/* Hizmet CTA */
.hizmet-cta {
    background: #000;
    padding: 50px 40px;
    text-align: center;
    margin-top: 50px;
}

.hizmet-cta h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
}

.hizmet-cta p {
    font-size: 15px;
    color: #aaa;
    margin-bottom: 24px;
}

.hizmet-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.hizmet-cta-btn {
    display: inline-block;
    padding: 14px 40px;
    background: #c9a84c;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.hizmet-cta-btn:hover {
    background: #b8953e;
    transform: translateY(-2px);
}

.hizmet-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 40px;
    border: 2px solid #c9a84c;
    color: #c9a84c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.hizmet-cta-btn-outline:hover {
    background: #c9a84c;
    color: #fff;
}

/* Sidebar */
.hizmet-sidebar {
    flex: 0 0 300px;
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.hizmet-sidebar-widget {
    margin-bottom: 30px;
}

.hizmet-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #c9a84c;
}

.hizmet-sidebar-links li {
    margin-bottom: 4px;
}

.hizmet-sidebar-links li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    transition: all 0.3s ease;
}

.hizmet-sidebar-links li a i {
    color: #c9a84c;
    font-size: 14px;
    width: 18px;
    text-align: center;
}

.hizmet-sidebar-links li a:hover,
.hizmet-sidebar-links li a.active {
    background: #f9f5ec;
    color: #c9a84c;
}

.hizmet-sidebar-cta {
    background: #000;
    padding: 30px 24px;
    text-align: center;
}

.hizmet-sidebar-cta p {
    font-size: 14px;
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 20px;
}

.hizmet-sidebar-cta-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #c9a84c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.hizmet-sidebar-cta-btn:hover {
    background: #b8953e;
}
