@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');


h1, h2, h3, h4, h5, h6 {
		font-family: "Lexend", sans-serif;
		color: var(--dark);
}

.custom-font-secondary {
		font-family: "Lexend", sans-serif !important;
}

.custom-font-tertiary {
		font-family: "Playfair Display", serif !important;
}

p {
		line-height: 1.8;
		font-size: 16px;
		font-size: 1rem;
		letter-spacing: -0.015em;
}

.badge {
		font-weight: 500;
		font-family: "Lexend", sans-serif !important;
}

.custom-graph-svg-color-primary {
		fill: var(--primary) !important;
}

.custom-graph-svg-color-secondary {
		fill: var(--secondary) !important;
}

.btn {
		font-family: "Lexend", sans-serif !important;
		padding: 16px 35.2px;
		padding: 1rem 2.2rem;
		font-size: 14.4px;
		font-size: 0.9rem;
		font-weight: 500;
}

.custom-text-color-1 {
		color: #df0b0b;
}

.custom-text-color-2 {
		color: #e3993f;
}

@media (min-width: 992px) {
		#header .header-nav {
			display: flex;
			align-items: center;
			flex-grow: 1;
			justify-content: center;
			align-self: stretch;
		}
		#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
				font-family: "Lexend", sans-serif !important;
				font-size: 15px;
				font-weight: 500;
				letter-spacing: -1px;
				color: var(--dark);
		}
		#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a:hover {
				color: var(--primary) !important;
		}
		#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a.active {
				color: var(--dark-rgba-50) !important;
		}
		#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown:not(.dropdown-mega) .dropdown-menu {
				transition: all 300ms;
				opacity: 0;
				transform: translate3d(-5px, 0, 0) !important;
				border: 1px solid var(--grey-200);
				border-radius: var(--border-radius2x) !important;
				overflow: hidden;
				padding-top: 0;
				padding-bottom: 0;
		}
		#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown:not(.dropdown-mega) .dropdown-menu li a {
				padding-top: 12px !important;
				padding-bottom: 12px !important;
				padding-right: 22px !important;
				padding-left: 22px !important;
		}
		#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li:hover.dropdown:not(.dropdown-mega) .dropdown-menu {
				opacity: 1;
				transform: translate3d(-5px, -10px, 0) !important;
		}
}

/* Mask Image */
.custom-mask-img {
		-webkit-mask-repeat: no-repeat;
						mask-repeat: no-repeat;
		-webkit-mask-size: 100%;
						mask-size: 100%;
		-webkit-mask-position: center;
						mask-position: center;
}

.custom-mask-img-1 {
		-webkit-mask-image: url(/frontend/img/demos/accounting-1/generic/mask-image-1.png);
		mask-image: url(/frontend/img/demos/accounting-1/generic/mask-image-1.png);
		-webkit-mask-repeat: no-repeat;
						mask-repeat: no-repeat;
		-webkit-mask-size: 100%;
						mask-size: 100%;
		-webkit-mask-position: center;
						mask-position: center;
}

.custom-mask-img-2 {
		-webkit-mask-image: url(/frontend/img/demos/accounting-1/generic/mask-image-2.png);
		mask-image: url(/frontend/img/demos/accounting-1/generic/mask-image-2.png);
}

.custom-mask-img-3 {
		-webkit-mask-image: url(/frontend/img/demos/accounting-1/generic/mask-image-3.png);
		mask-image: url(/frontend/img/demos/accounting-1/generic/mask-image-3.png);
}

.custom-mask-img-4 {
		-webkit-mask-image: url(/frontend/img/demos/accounting-1/generic/mask-image-4.png);
		mask-image: url(/frontend/img/demos/accounting-1/generic/mask-image-4.png);
}

/* Cascading Wrapper */
.custom-cascading-images-wrapper-1 {
		padding: 40% 0% 0 30%;
}

/* Stamp */
.custom-stamp-1 {
		width: 180px;
		height: 180px;
		left: -90px;
		top: 55%;
		border-radius: 50%;
}

.custom-stamp-1 svg {
		position: relative;
		left: 4px;
		top: 1px;
		margin: 2px;
}

.custom-stamp-1:after {
		opacity: 0.2;
		position: absolute;
		content: "";
		width: 105px;
		height: 105px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 1px solid #FFF;
		border-radius: 50%;
		display: block;
}

@media (max-width: 992px) {
		.custom-stamp-1 {
				top: 30%;
				transform: scale(0.5);
		}
}

/* Custom Elements */
.custom-el-1 {
		bottom: 13%;
		right: 7%;
}

@media (max-width: 1200px) {
		.custom-el-1 {
				right: 0;
				bottom: 8%;
		}
}

@media (max-width: 575px) {
		.custom-el-1 {
				bottom: 0;
		}
}

.custom-el-1 p {
		font-size: clamp(35px, -1.6666666667px + 0.0763888889 * 100vw, 90px);
		letter-spacing: -5px;
		position: relative;
		z-index: 1;
		margin: 0;
		line-height: 1;
		font-weight: bold;
}

@media (max-width: 991px) {
		.custom-el-1 p {
				letter-spacing: -2px;
		}
}

.custom-el-1 em {
		font-size: clamp(18px, 11.3333333333px + 0.0138888889 * 100vw, 28px);
		position: relative;
		bottom: 2px;
		display: inline-flex;
		letter-spacing: -2px;
}

.custom-el-1 em mark {
		padding: 0 7px 5px !important;
}

@media (max-width: 991px) {
		.custom-el-1 em {
				bottom: 5px;
				right: -1px;
		}
}

.custom-el-2 {
		position: absolute;
		width: 100%;
		height: 100%;
}

.custom-el-2 img {
		height: 150%;
		min-width: 1200px !important;
		min-height: 1200px !important;
}

@media (max-width: 1400px) {
		.custom-el-2 img {
				min-height: 1500px !important;
		}
}

.custom-el-3 {
		position: absolute;
		width: 100%;
		height: 100%;
		transform: rotateY(180deg);
}

.custom-el-3 img {
		height: 100%;
		min-width: 1200px !important;
		min-height: 1200px !important;
}

.custom-el-4 svg {
		width: 100%;
}

.custom-el-5 {
		position: absolute;
		width: 100%;
		height: 100%;
}

.custom-el-5 img {
		height: 100%;
		min-width: 1000px !important;
		min-height: 1000px !important;
}

@media (min-width: 992px) {
		.custom-el-6 {
				margin-bottom: -70px;
				margin-left: 7px;
		}
}

.custom-el-7 {
		max-height: 32px;
		width: auto !important;
		max-width: 150px !important;
		transform: none !important;
}

/* Custom Pos */
.custom-pos-1 {
		right: -37%;
		top: -33%;
}

.custom-pos-2 {
		left: -75%;
		top: -33%;
}

.custom-pos-3 {
		margin-top: -80px;
}

.custom-pos-4 {
		right: -40%;
		top: -57%;
}

.custom-pos-5 {
		top: -100%;
}

.custom-pos-6 {
		left: -75%;
		bottom: -10%;
}

/* Gradient */
.custom-bg-gradient-1 {
		background-image: linear-gradient(to right, var(--secondary-rgba-30) 30%, var(--dark) 200%) !important;
}

@media (max-width: 991px) {
		.custom-bg-gradient-1 {
				border-radius: 0 !important;
		}
}

@media (min-width: 1441px) {
		#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
				font-size: 18px;
		}
}



/* Contact accordion page overlay */
.contact-accordion-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1040; /* header'ın üstünde, modal'ın altında */
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease-in-out;
}

.contact-accordion-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

/* Keep contact accordion above the blur overlay */
#contactAccordion {
    position: relative;
    z-index: 1051;
}

/* Input with inline icon (Tabler-like) */
.input-icon {
    position: relative;
    width: 100%;
}

.input-icon > .form-control,
.input-icon > .form-select,
.input-icon > .form-control-lg {
    padding-left: 2.25rem; /* space for left icon */
}

.input-icon .input-icon-addon {
    position: absolute;
    left: .5rem;
    top: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6c757d; /* muted */
    pointer-events: none;
	opacity: 0.5;
}

/* Right icon variant */
.input-icon-right > .form-control,
.input-icon-right > .form-select,
.input-icon-right > .form-control-lg {
    padding-right: 2.25rem;
    padding-left: .75rem;
}

.input-icon-right .input-icon-addon {
    left: auto;
    right: .5rem;
}

/* Textarea variant: icon in top-left, not vertically centered */
.input-icon-textarea .input-icon-addon {
    top: .60rem;
    bottom: auto;
}

.input-icon-textarea > .form-control,
.input-icon-textarea > .form-control-lg {
    padding-top: 2rem; /* extra space for icon inside textarea */
}

/* Success arrow animation */
.animated-arrow {
    animation: arrow-bounce 1s ease-in-out infinite;
}

@keyframes arrow-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
}

/* Modern Appointment Accordion Styles */
.modern-appointment-accordion {
    border-radius: 1rem !important;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    position: relative;
}

.modern-appointment-accordion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 1rem;
    z-index: -1;
}

.modern-appointment-accordion:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Accordion Header Background */
.accordion-button {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%) !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    color: white !important;
    transition: all 0.3s ease !important;
}

.accordion-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.accordion-button:hover::before {
    left: 100%;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%) !important;
    color: white !important;
}

.accordion-button:not(.collapsed) .text-dark {
    color: white !important;
}

.accordion-button:not(.collapsed) .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

.accordion-button:not(.collapsed) .badge {
    background: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Form field indicators in header */
.accordion-button .text-muted i {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.8rem;
}

.accordion-button:not(.collapsed) .text-muted i {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Header hover effects */
.accordion-button:hover {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%) !important;
}

.accordion-button:not(.collapsed):hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%) !important;
}

/* Icon Animation */
.appointment-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.appointment-icon {
    font-size: 1.2rem;
    color: white;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

.appointment-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.accordion-button:hover .appointment-icon-wrapper::before {
    opacity: 1;
}

.accordion-button:hover .appointment-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Pulse Animation for CTA */
.pulse-animation {
    animation: pulse 2s infinite;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
        transform: scale(1.02);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        transform: scale(1);
    }
}

/* Form Content Styles */
.appointment-form-content {
    margin-top: 0;
}

/* Accordion Body Transition Fix - Remove White Flash */
.accordion-collapse {
    transition: none !important;
}

.accordion-collapse.collapsing {
    transition: none !important;
    background: transparent !important;
    opacity: 1 !important;
}

/* Override Bootstrap accordion transitions completely */
.accordion-collapse.collapse:not(.show) {
    display: none !important;
}

.accordion-collapse.collapse.show {
    display: block !important;
}

/* Force no transition on accordion body */
.accordion-collapse {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
}

/* Remove any background flash */
.accordion-collapse * {
    background: transparent !important;
}

/* Accordion body background */
.accordion-collapse {
    background: transparent !important;
}

.accordion-collapse .accordion-body {
    background: transparent !important;
    padding: 0 !important;
}

.appointment-form-content .form-control {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0 !important;
    color: white !important;
    padding: 12px 0 !important;
    font-size: 16px !important;
    transition: all 0.3s ease;
    width: 100% !important;
    box-sizing: border-box !important;
}

.appointment-form-content .form-control:focus {
    border-bottom-color: var(--primary) !important;
    box-shadow: none !important;
    background: transparent !important;
    transform: translateY(-2px);
    outline: none !important;
}

.appointment-form-content .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1;
    font-size: 16px !important;
}

.appointment-form-content .form-control:focus::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Accordion Collapse Animation */
.accordion-collapse {
    transition: all 0.4s ease;
}

.accordion-collapse.show {
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Web (Desktop) Form Styles */
@media (min-width: 992px) {
    .appointment-form-content .form-control {
        padding: 12px 15px !important;
        font-size: 15px !important;
        margin-bottom: 1rem !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border-radius: 4px !important;
        height: auto !important;
        color: white !important;
        transition: all 0.3s ease;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .appointment-form-content .form-control:focus {
        background: rgba(255, 255, 255, 0.15) !important;
        border: 2px solid var(--primary) !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(248, 212, 139, 0.2) !important;
        outline: none !important;
    }
    
    .appointment-form-content .form-control::placeholder {
        color: rgba(255, 255, 255, 0.7) !important;
        font-size: 16px !important;
    }
    
    .appointment-form-content .btn {
        background: var(--primary) !important;
        border: none !important;
        color: white !important;
        padding: 14px 24px !important;
        font-size: 16px !important;
        margin-top: 1.5rem !important;
        border-radius: 6px !important;
        font-weight: bold !important;
        box-shadow: 0 4px 15px rgba(248, 212, 139, 0.3) !important;
        transition: all 0.3s ease !important;
        width: 100% !important;
        min-height: 50px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .appointment-form-content .btn:hover {
        background: var(--secondary) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(248, 212, 139, 0.4) !important;
    }
    
    .appointment-form-content .position-absolute {
        padding: 2rem 1.5rem !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding-top: 2.5rem !important;
    }
    
    .appointment-form-content .text-white {
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }
    
    /* Form container improvements for web */
    .appointment-form-content .col-lg-4 {
        min-height: 450px !important;
    }
    
    .appointment-form-content .col-lg-4 .position-relative {
        min-height: 450px !important;
    }
    
    
    /* Textarea specific web styles */
    .appointment-form-content textarea.form-control {
        min-height: 80px !important;
        resize: vertical !important;
        padding: 12px 15px !important;
        height: 80px !important;
    }
    
    /* Web form spacing */
    .appointment-form-content .mb-3 {
        margin-bottom: 1rem !important;
    }
    
    .appointment-form-content .mb-4 {
        margin-bottom: 1rem !important;
    }
    
    /* Form width and alignment */
    .appointment-form-content form {
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }
    
    /* Form field alignment */
    .appointment-form-content .form-control {
        text-align: left !important;
    }
    
    /* Button alignment */
    .appointment-form-content .btn {
        text-align: center !important;
        align-self: flex-start !important;
    }
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .appointment-form-content {
        min-height: auto !important;
    }
    
    .appointment-form-content .col-lg-8,
    .appointment-form-content .col-lg-4 {
        min-height: 600px;
    }
    
    .appointment-icon-wrapper {
        width: 40px;
        height: 40px;
    }
    
    .appointment-icon {
        font-size: 1rem;
    }
    
    /* Mobile form improvements - Clean design like second image */
    .appointment-form-content .form-control {
        padding: 12px 15px !important;
        font-size: 14px !important;
        margin-bottom: 1rem !important;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
        background: transparent !important;
        border-radius: 0 !important;
        height: auto !important;
    }
    
    .appointment-form-content .form-control:focus {
        background: transparent !important;
        border-bottom: 1px solid var(--primary) !important;
        transform: none !important;
        box-shadow: none !important;
    }
    
    .appointment-form-content .form-control::placeholder {
        color: rgba(255, 255, 255, 0.7) !important;
        font-size: 14px !important;
    }
    
    .appointment-form-content .btn {
        background: var(--primary) !important;
        border: none !important;
        color: white !important;
        padding: 14px 20px !important;
        font-size: 14px !important;
        margin-top: 1rem !important;
        border-radius: 8px !important;
        font-weight: bold !important;
        box-shadow: 0 4px 15px rgba(248, 212, 139, 0.3) !important;
        transition: all 0.3s ease !important;
    }
    
    .appointment-form-content .btn:hover {
        background: var(--secondary) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(248, 212, 139, 0.4) !important;
    }
    
    .appointment-form-content .position-absolute {
        padding: 2.5rem 1rem 2rem 1rem !important;
    }
    
    .appointment-form-content .text-white {
        width: 100%;
        max-width: 400px;
    }
    
    /* Mobile form container improvements */
    .appointment-form-content {
        min-height: auto !important;
    }
    
    .appointment-form-content .col-12 {
        min-height: auto !important;
    }
    
    /* Textarea specific mobile styles */
    .appointment-form-content textarea.form-control {
        min-height: 80px !important;
        resize: vertical !important;
        padding-top: 12px !important;
        height: 80px !important;
    }
    
    /* Mobile accordion body */
    .accordion-body {
        padding: 0 !important;
    }
    
    /* Mobile form spacing */
    .appointment-form-content .mb-3 {
        margin-bottom: 1rem !important;
    }
    
    .appointment-form-content .mb-4 {
        margin-bottom: 1rem !important;
    }
    
    /* Mobile form container height */
    .appointment-form-content .col-12 .position-relative {
        min-height: 450px !important;
    }
}

/* Playfair Display font for headings */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

.appointment-title {
    font-family: 'Playfair Display', serif !important;
}

/* FAQ List Styles */
.faq-list {
    padding: 0;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--primary);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Service-based FAQ colors - Border and Badge colors match */
.faq-type-service .faq-item {
    border-left: 4px solid var(--primary);
}

.faq-service-1 .faq-item {
    border-left: 4px solid #e17055 !important; /* Koyu Turuncu */
}

.faq-service-2 .faq-item {
    border-left: 4px solid #00b894 !important; /* Koyu Yeşil */
}

.faq-service-3 .faq-item {
    border-left: 4px solid #0984e3 !important; /* Koyu Mavi */
}

.faq-service-4 .faq-item {
    border-left: 4px solid #6c5ce7 !important; /* Koyu Mor */
}

.faq-service-5 .faq-item {
    border-left: 4px solid #fdcb6e !important; /* Altın */
}

.faq-service-6 .faq-item {
    border-left: 4px solid #e84393 !important; /* Koyu Pembe */
}

.faq-service-7 .faq-item {
    border-left: 4px solid #74b9ff !important; /* Açık Mavi */
}

.faq-service-8 .faq-item {
    border-left: 4px solid #a29bfe !important; /* Açık Mor */
}

.faq-service-9 .faq-item {
    border-left: 4px solid #fd79a8 !important; /* Pembe */
}

.faq-service-10 .faq-item {
    border-left: 4px solid #ff7675 !important; /* Kırmızı */
}

.faq-service-11 .faq-item {
    border-left: 4px solid #00d2d3 !important; /* Turkuaz */
}

.faq-service-12 .faq-item {
    border-left: 4px solid #55a3ff !important; /* Mavi */
}

.faq-service-13 .faq-item {
    border-left: 4px solid #a55eea !important; /* Mor */
}

.faq-service-14 .faq-item {
    border-left: 4px solid #26de81 !important; /* Yeşil */
}

.faq-service-15 .faq-item {
    border-left: 4px solid #fc5c65 !important; /* Kırmızı */
}

.faq-service-16 .faq-item {
    border-left: 4px solid #45aaf2 !important; /* Açık Mavi */
}

.faq-service-17 .faq-item {
    border-left: 4px solid #f1c40f !important; /* Sarı */
}

.faq-service-18 .faq-item {
    border-left: 4px solid #e67e22 !important; /* Turuncu */
}

.faq-service-19 .faq-item {
    border-left: 4px solid #9b59b6 !important; /* Mor */
}

.faq-service-20 .faq-item {
    border-left: 4px solid #34495e !important; /* Koyu Gri */
}

/* Default FAQ (no service) */
.faq-service-default .faq-item {
    border-left: 4px solid #95a5a6 !important; /* Açık Gri */
}

.faq-question {
    color: var(--dark) !important;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.faq-answer {
    color: #666;
    line-height: 1.6;
}

.faq-answer p {
    margin-bottom: 0;
}

/* FAQ Badges */
.faq-service-badge,
.faq-category-badge {
    display: inline-block;
    background: var(--primary);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    margin-left: 0.5rem;
    vertical-align: middle;
}

/* Service-specific badge colors - Matching FAQ border colors */
.faq-service-1-badge {
    background: #e17055; /* Koyu Turuncu - Same as FAQ border */
}

.faq-service-2-badge {
    background: #00b894; /* Koyu Yeşil - Same as FAQ border */
}

.faq-service-3-badge {
    background: #0984e3; /* Koyu Mavi - Same as FAQ border */
}

.faq-service-4-badge {
    background: #6c5ce7; /* Koyu Mor - Same as FAQ border */
}

.faq-service-5-badge {
    background: #fdcb6e; /* Altın - Same as FAQ border */
}

.faq-service-6-badge {
    background: #e84393; /* Koyu Pembe - Same as FAQ border */
}

.faq-service-7-badge {
    background: #74b9ff; /* Açık Mavi - Same as FAQ border */
}

.faq-service-8-badge {
    background: #a29bfe; /* Açık Mor - Same as FAQ border */
}

.faq-service-9-badge {
    background: #fd79a8; /* Pembe - Same as FAQ border */
}

.faq-service-10-badge {
    background: #ff7675; /* Kırmızı - Same as FAQ border */
}

.faq-service-11-badge {
    background: #00d2d3; /* Turkuaz - Same as FAQ border */
}

.faq-service-12-badge {
    background: #55a3ff; /* Mavi - Same as FAQ border */
}

.faq-service-13-badge {
    background: #a55eea; /* Mor - Same as FAQ border */
}

.faq-service-14-badge {
    background: #26de81; /* Yeşil - Same as FAQ border */
}

.faq-service-15-badge {
    background: #fc5c65; /* Kırmızı - Same as FAQ border */
}

.faq-service-16-badge {
    background: #45aaf2; /* Açık Mavi - Same as FAQ border */
}

.faq-service-17-badge {
    background: #f1c40f; /* Sarı - Same as FAQ border */
}

.faq-service-18-badge {
    background: #e67e22; /* Turuncu - Same as FAQ border */
}

.faq-service-19-badge {
    background: #9b59b6; /* Mor - Same as FAQ border */
}

.faq-service-20-badge {
    background: #34495e; /* Koyu Gri - Same as FAQ border */
}

.faq-category-badge {
    background: #95a5a6;
}

/* Service Index Styles */
.content-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.content-list-item {
    background: #ffffff;
    border: 1px solid rgba(13, 110, 253, 0.15);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 0.85rem;
    box-shadow: 0 6px 18px rgba(13, 110, 253, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    margin-left: calc(1.25rem * var(--list-depth, 0));
}

.content-list-item:hover {
    transform: translateX(4px);
    border-color: rgba(13, 110, 253, 0.35);
    box-shadow: 0 10px 26px rgba(13, 110, 253, 0.14);
}

.content-list-depth-1 {
    background: rgba(13, 110, 253, 0.04);
    border-color: rgba(13, 110, 253, 0.18);
}

.content-list-depth-2 {
    background: rgba(13, 110, 253, 0.05);
    border-color: rgba(13, 110, 253, 0.2);
}

.content-list-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.content-list-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #4dabf7);
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.4);
    flex-shrink: 0;
    margin-top: 0.45rem;
}

.content-list-text {
    flex: 1;
}

.content-list-ordered {
    counter-reset: contentCounter var(--content-counter-start, 0);
}

.content-list-ordered .content-list-ordered {
    counter-reset: contentCounter var(--content-counter-start, 0);
}

.content-list-ordered .content-list-item {
    position: relative;
}

.content-list-ordered .content-list-item .content-list-counter {
    min-width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.content-list-ordered .content-list-item .content-list-counter::before {
    content: counters(contentCounter, '.');
}

.content-list-ordered .content-list-item {
    counter-increment: contentCounter;
}

.content-list-ordered ol.content-list {
    counter-reset: contentCounter var(--content-counter-start, 0);
}

.content-list-item .content-list {
    margin-top: 0.85rem;
}

@media (max-width: 575.98px) {
    .content-list-item {
        padding: 1rem;
        margin-left: calc(1rem * var(--list-depth, 0));
    }

    .content-list-bullet,
    .content-list-ordered .content-list-item .content-list-counter {
        margin-top: 0;
    }

    .content-list-wrapper {
        gap: 0.75rem;
        flex-wrap: wrap;
    }
}

.service-index {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service-toc {
    position: sticky;
    top: 100px;
    background: #ffffff;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(13, 110, 253, 0.08);
    box-shadow: 0 12px 40px rgba(13, 110, 253, 0.12);
}

.service-toc-header {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(13, 110, 253, 0.9);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.service-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.service-toc-item {
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}

.service-toc-item-h3 {
    padding-left: 1.5rem;
    border-left: 2px solid rgba(13, 110, 253, 0.35);
    margin-left: 0.5rem;
}

.service-toc-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 0.8rem;
    border-radius: 10px;
    font-weight: 600;
    color: #12345b;
    text-decoration: none;
    background: rgba(13, 110, 253, 0.06);
    transition: all 0.2s ease-in-out;
}

.service-toc-link::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #4dabf7);
    box-shadow: 0 0 8px rgba(13, 110, 253, 0.35);
    flex-shrink: 0;
}

.service-toc-link:hover {
    background: rgba(13, 110, 253, 0.15);
    color: #0b1f3b;
    transform: translateX(4px);
}

.service-toc-link.active {
    background: rgba(13, 110, 253, 0.22);
    color: #0d6efd;
    box-shadow: inset 0 0 0 1px rgba(13, 110, 253, 0.25);
}

#service-description h2,
#service-description h3 {
    scroll-margin-top: 140px;
}

#service-description h3 {
    font-size: .8rem;
}

#service-description h2 {
    font-size: 1rem;
}

[data-service-toc="extra"] {
    scroll-margin-top: 140px;
}

@media (max-width: 991.98px) {
    .service-toc {
        position: static;
        margin-bottom: 2rem;
    }

    .booking-card {
        margin-top: 2rem;
    }
}

.booking-card {
    overflow: hidden;
    border-radius: 20px;
}

.booking-card__header {
    background: var(--primary);
    padding: 1rem;
}

.booking-card__subtitle {
    font-size: .8rem;
    opacity: 0.85;
    color: #fff;
}

.booking-form .form-floating > label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    color: #597291;
}

.booking-input {
    border: 0 !important;
    background: #f4f7fb;
}

.booking-input:focus {
    background: #ffffff;
    box-shadow: 0 0 0 0.15rem rgba(58, 141, 222, 0.15);
}

.btn-gradient-primary {
    background: linear-gradient(135deg, #3a8dde 0%, #8e54e9 100%);
    color: #fff;
    border: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-gradient-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(58, 141, 222, 0.25);
}

.service-item {
    background: white;
    border-left: 4px solid #ddd;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 1rem !important;
}

.service-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-item h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.service-item small {
    font-size: 0.8rem;
    font-weight: 500;
}

/* Service Index Colors - Same colors as FAQ borders for matching services */
.service-index .service-1 {
    border-left-color: #e17055 !important; /* Koyu Turuncu - Same as FAQ */
}

.service-index .service-2 {
    border-left-color: #00b894 !important; /* Koyu Yeşil - Same as FAQ */
}

.service-index .service-3 {
    border-left-color: #0984e3 !important; /* Koyu Mavi - Same as FAQ */
}

.service-index .service-4 {
    border-left-color: #6c5ce7 !important; /* Koyu Mor - Same as FAQ */
}

.service-index .service-5 {
    border-left-color: #fdcb6e !important; /* Altın - Same as FAQ */
}

.service-index .service-6 {
    border-left-color: #e84393 !important; /* Koyu Pembe - Same as FAQ */
}

.service-index .service-7 {
    border-left-color: #74b9ff !important; /* Açık Mavi - Same as FAQ */
}

.service-index .service-8 {
    border-left-color: #a29bfe !important; /* Açık Mor - Same as FAQ */
}

.service-index .service-9 {
    border-left-color: #fd79a8 !important; /* Pembe - Same as FAQ */
}

.service-index .service-10 {
    border-left-color: #ff7675 !important; /* Kırmızı - Same as FAQ */
}

.service-index .service-11 {
    border-left-color: #00d2d3 !important; /* Turkuaz - Same as FAQ */
}

.service-index .service-12 {
    border-left-color: #55a3ff !important; /* Mavi - Same as FAQ */
}

.service-index .service-13 {
    border-left-color: #a55eea !important; /* Mor - Same as FAQ */
}

.service-index .service-14 {
    border-left-color: #26de81 !important; /* Yeşil - Same as FAQ */
}

.service-index .service-15 {
    border-left-color: #fc5c65 !important; /* Kırmızı - Same as FAQ */
}

.service-index .service-16 {
    border-left-color: #45aaf2 !important; /* Açık Mavi - Same as FAQ */
}

.service-index .service-17 {
    border-left-color: #f1c40f !important; /* Sarı - Same as FAQ */
}

.service-index .service-18 {
    border-left-color: #e67e22 !important; /* Turuncu - Same as FAQ */
}

.service-index .service-19 {
    border-left-color: #9b59b6 !important; /* Mor - Same as FAQ */
}

.service-index .service-20 {
    border-left-color: #34495e !important; /* Koyu Gri - Same as FAQ */
}

/* FAQ Question Form Styles */
#faqQuestionForm .form-control,
#faqQuestionForm .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#faqQuestionForm .form-control:focus,
#faqQuestionForm .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

#faqQuestionForm .form-label {
    color: #495057;
    margin-bottom: 0.5rem;
}

#faqQuestionForm .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#faqQuestionForm .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

#faqQuestionForm .card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none;
}

/* Contact Form Styles */
#contactForm .form-control,
#contactForm .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#contactForm .form-control:focus,
#contactForm .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

#contactForm .form-label {
    color: #495057;
    margin-bottom: 0.5rem;
}

#contactForm .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#contactForm .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

#contactForm .card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none;
}

/* FAQ responsive adjustments */
@media (max-width: 768px) {
    .faq-item {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .faq-question {
        font-size: 1.1rem;
    }
    
    /* Disable sticky on mobile */
    .service-index {
        position: static !important;
    }
    
    /* Mobile form adjustments */
    #faqQuestionForm .form-control,
    #faqQuestionForm .form-select {
        font-size: 16px; /* Prevent zoom on iOS */
    }
    
    #contactForm .form-control,
    #contactForm .form-select {
        font-size: 16px; /* Prevent zoom on iOS */
    }
}
