/* ==================================================
   Oto Servis V1 - Otomotiv Servis Tema
   Turuncu/Sari vurgu, koyu navy kurumsal
   ================================================== */

:root {
	--os-primary: #0F1A2B;
	--os-primary-soft: #1A2540;
	--os-accent: #FF7A00;
	--os-accent-soft: #FFA64D;
	--os-yellow: #FFB800;
	--os-text: #1A1F2E;
	--os-text-light: #5B6478;
	--os-muted: #8A93A5;
	--os-bg: #FAFBFD;
	--os-bg-soft: #F3F5F9;
	--os-card-bg: #FFFFFF;
	--os-border: #E5E9F0;
	--os-shadow: 0 8px 30px rgba(15, 26, 43, 0.08);
	--os-shadow-hover: 0 18px 48px rgba(15, 26, 43, 0.14);
	--os-radius: 14px;
	--os-radius-sm: 8px;
	--os-transition: all 0.28s ease;
	--os-font-body: 'Inter', system-ui, -apple-system, sans-serif;
	--os-font-head: 'Oswald', 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	font-family: var(--os-font-body);
	color: var(--os-text);
	background: var(--os-bg);
	margin: 0;
	line-height: 1.6;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--os-accent); text-decoration: none; transition: var(--os-transition); }
a:hover { color: var(--os-primary); }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--os-font-head);
	font-weight: 700;
	color: var(--os-primary);
	letter-spacing: 0.5px;
	margin: 0 0 14px;
	line-height: 1.25;
}
h1 { font-size: clamp(34px, 4.5vw, 56px); }
h2 { font-size: clamp(28px, 3.6vw, 44px); }
h3 { font-size: clamp(20px, 2.2vw, 26px); }
.text-accent { color: var(--os-accent) !important; }
.text-primary-os { color: var(--os-primary) !important; }

/* Sections */
.os-section { padding: 90px 0; }
.os-section-soft { background: var(--os-bg-soft); }
.os-section-dark { background: var(--os-primary); color: #fff; }
.os-section-dark h1, .os-section-dark h2, .os-section-dark h3, .os-section-dark h4 { color: #fff; }
.os-section-dark p { color: rgba(255,255,255,0.82); }

.os-eyebrow {
	display: inline-block;
	background: rgba(255, 122, 0, 0.1);
	color: var(--os-accent);
	padding: 6px 16px;
	border-radius: 30px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.os-section-dark .os-eyebrow { background: rgba(255, 122, 0, 0.18); }

.os-section-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 48px;
}
.os-section-head p {
	color: var(--os-text-light);
	font-size: 1.05rem;
	margin: 0;
}
.os-section-dark .os-section-head p { color: rgba(255,255,255,0.75); }

/* Buttons */
.os-btn-cta, .os-btn-outline, .os-btn-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 30px;
	border-radius: 40px;
	font-family: var(--os-font-body);
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.3px;
	text-decoration: none;
	border: 2px solid transparent;
	transition: var(--os-transition);
	cursor: pointer;
}
.os-btn-cta {
	background: var(--os-accent);
	color: #fff !important;
	border-color: var(--os-accent);
	box-shadow: 0 8px 20px rgba(255, 122, 0, 0.28);
}
.os-btn-cta:hover {
	background: var(--os-primary);
	border-color: var(--os-primary);
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(15, 26, 43, 0.25);
}
.os-btn-outline {
	background: transparent;
	color: #fff !important;
	border-color: rgba(255,255,255,0.6);
}
.os-btn-outline:hover {
	background: #fff;
	color: var(--os-primary) !important;
	border-color: #fff;
}
.os-btn-whatsapp {
	background: #25D366;
	color: #fff !important;
	border-color: #25D366;
}
.os-btn-whatsapp:hover {
	background: #1faa52;
	color: #fff !important;
	border-color: #1faa52;
}

/* ================ NAVBAR ================ */
.os-navbar {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 2px 12px rgba(15, 26, 43, 0.06);
	transition: var(--os-transition);
}
.os-topbar {
	background: var(--os-primary);
	color: #fff;
	font-size: 0.85rem;
	padding: 8px 0;
}
.os-topbar a { color: #fff; }
.os-topbar a:hover { color: var(--os-accent); }
.os-topbar i { color: var(--os-accent); margin-right: 6px; }
.os-topbar-right a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
}
.os-topbar-right a:hover { background: var(--os-accent); }

.os-mainnav { padding: 14px 0; }
.os-logo { max-height: 58px; width: auto; }

/* ======== DESKTOP MENU (lg+) ======== */
.os-desktop-menu { display: none; }
@media (min-width: 992px) {
	.os-desktop-menu { display: flex; }
}
.os-desktop-menu .os-nav,
.os-desktop-menu ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 4px;
	align-items: center;
}
.os-desktop-menu li {
	list-style: none !important;
	position: relative;
}
.os-desktop-menu li::before,
.os-desktop-menu li::marker { content: none !important; display: none !important; }
.os-desktop-menu a,
.os-desktop-menu .os-nav-link {
	display: inline-block;
	padding: 10px 16px;
	color: var(--os-primary);
	font-weight: 600;
	font-size: 0.96rem;
	text-decoration: none;
	position: relative;
	transition: var(--os-transition);
}
.os-desktop-menu a:hover,
.os-desktop-menu a.active,
.os-desktop-menu .os-nav-link:hover,
.os-desktop-menu .os-nav-link.active {
	color: var(--os-accent);
}
.os-desktop-menu a::after,
.os-desktop-menu .os-nav-link::after {
	content: "";
	position: absolute;
	left: 16px; right: 16px;
	bottom: 4px;
	height: 2px;
	background: var(--os-accent);
	transform: scaleX(0);
	transition: var(--os-transition);
}
.os-desktop-menu a:hover::after,
.os-desktop-menu a.active::after,
.os-desktop-menu .os-nav-link:hover::after,
.os-desktop-menu .os-nav-link.active::after {
	transform: scaleX(1);
}

/* ======== HAMBURGER ======== */
.os-menu-toggle {
	width: 48px;
	height: 48px;
	border: 0;
	background: var(--os-primary);
	border-radius: 12px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
	transition: var(--os-transition);
}
.os-menu-toggle:hover { background: var(--os-accent); transform: scale(1.05); }
.os-menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transition: var(--os-transition);
}
.os-menu-toggle:hover span:nth-child(1) { width: 14px; }
.os-menu-toggle:hover span:nth-child(3) { width: 14px; }

/* ======== OFFCANVAS DRAWER ======== */
.os-drawer {
	width: 400px !important;
	max-width: 92vw;
	background: #fff;
	box-shadow: -20px 0 60px rgba(15, 26, 43, 0.18);
}
.os-drawer .offcanvas-backdrop,
.offcanvas-backdrop.show { background: rgba(15, 26, 43, 0.6); opacity: 1 !important; }

.os-drawer-head {
	padding: 22px 26px;
	background: var(--os-primary);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 4px solid var(--os-accent);
}
.os-drawer-logo img { max-height: 48px; width: auto; filter: brightness(0) invert(1); }
.os-drawer-close {
	width: 38px;
	height: 38px;
	background: rgba(255,255,255,0.1);
	border: 0;
	border-radius: 50%;
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
	transition: var(--os-transition);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.os-drawer-close:hover { background: var(--os-accent); transform: rotate(90deg); }

.os-drawer-body {
	padding: 26px;
	overflow-y: auto;
	flex: 1;
}

/* ======== DRAWER SEARCH ======== */
.os-drawer-search {
	position: relative;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	background: var(--os-bg-soft);
	border-radius: 12px;
	border: 2px solid transparent;
	transition: var(--os-transition);
}
.os-drawer-search:focus-within {
	background: #fff;
	border-color: var(--os-accent);
	box-shadow: 0 0 0 4px rgba(255,122,0,0.12);
}
.os-drawer-search i {
	color: var(--os-muted);
	padding-left: 18px;
	font-size: 1.1rem;
}
.os-drawer-search input {
	flex: 1;
	border: 0;
	background: transparent;
	padding: 14px 12px;
	font-size: 0.95rem;
	outline: none;
	color: var(--os-primary);
}
.os-drawer-search input::placeholder { color: var(--os-muted); }
.os-drawer-search button {
	background: var(--os-accent);
	color: #fff;
	border: 0;
	padding: 10px 18px;
	margin: 4px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.9rem;
	cursor: pointer;
	transition: var(--os-transition);
}
.os-drawer-search button:hover { background: var(--os-primary); }

/* ======== DRAWER MENU ======== */
.os-drawer-menu { margin-bottom: 28px; }
.os-drawer-menu ul,
.os-drawer-menu ul.os-nav,
.os-drawer-menu > ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: stretch;
}
.os-drawer-menu li { list-style: none !important; position: relative; }
.os-drawer-menu li::before,
.os-drawer-menu li::marker { content: none !important; display: none !important; }
.os-drawer-menu a,
.os-drawer-menu .os-nav-link {
	display: block;
	padding: 14px 18px;
	color: var(--os-primary);
	font-weight: 600;
	font-size: 1rem;
	border-radius: 10px;
	transition: var(--os-transition);
	text-decoration: none;
}
.os-drawer-menu a::after,
.os-drawer-menu .os-nav-link::after { content: none; display: none; }
.os-drawer-menu a:hover,
.os-drawer-menu a.active,
.os-drawer-menu .os-nav-link:hover,
.os-drawer-menu .os-nav-link.active {
	background: var(--os-bg-soft);
	color: var(--os-accent);
	padding-left: 24px;
}

/* ======== DRAWER CTA BUTONLARI ======== */
.os-drawer-cta {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
}
.os-drawer-cta-btn {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 12px;
	text-decoration: none;
	transition: var(--os-transition);
	color: #fff !important;
	position: relative;
	overflow: hidden;
}
.os-drawer-cta-btn::before {
	content: "";
	position: absolute;
	top: 0; right: 0; bottom: 0; width: 0;
	background: rgba(255,255,255,0.12);
	transition: width 0.35s ease;
}
.os-drawer-cta-btn:hover::before { width: 100%; }
.os-drawer-cta-btn > * { position: relative; z-index: 1; }
.os-drawer-cta-btn i {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.2);
	border-radius: 10px;
	font-size: 1.3rem;
	flex-shrink: 0;
}
.os-drawer-cta-label {
	display: block;
	font-size: 0.78rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0.85;
	margin-bottom: 2px;
}
.os-drawer-cta-value {
	display: block;
	font-family: var(--os-font-head);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.3px;
}
.os-drawer-cta-phone { background: linear-gradient(120deg, var(--os-accent) 0%, #FF9500 100%); }
.os-drawer-cta-wa    { background: linear-gradient(120deg, #25D366 0%, #1faa52 100%); }

/* ======== DRAWER ADRES / CALISMA ======== */
.os-drawer-address {
	display: flex;
	gap: 12px;
	padding: 14px 0;
	border-top: 1px solid var(--os-border);
	font-size: 0.9rem;
	color: var(--os-text-light);
	align-items: flex-start;
}
.os-drawer-address i {
	color: var(--os-accent);
	font-size: 1.1rem;
	margin-top: 3px;
	flex-shrink: 0;
}
.os-drawer-address-label {
	display: block;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--os-primary);
	font-weight: 700;
	margin-bottom: 2px;
}

/* ======== DRAWER SOCIAL ======== */
.os-drawer-social {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--os-border);
	display: flex;
	gap: 10px;
	justify-content: center;
}
.os-drawer-social a {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--os-bg-soft);
	color: var(--os-primary);
	font-size: 1.1rem;
	transition: var(--os-transition);
}
.os-drawer-social a:hover {
	background: var(--os-accent);
	color: #fff;
	transform: translateY(-3px);
}

/* ======== FLOATING CALL BUTTON (sabit) ======== */
.os-floating-call {
	position: fixed;
	left: 24px;
	bottom: 24px;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: var(--os-accent);
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	box-shadow: 0 10px 30px rgba(255,122,0,0.45);
	z-index: 1040;
	text-decoration: none;
	transition: var(--os-transition);
}
.os-floating-call:hover {
	background: var(--os-primary);
	transform: scale(1.08);
	color: #fff !important;
}
.os-floating-ping {
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	background: var(--os-accent);
	opacity: 0.45;
	animation: osPing 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
	z-index: -1;
}
@keyframes osPing {
	0%   { transform: scale(1);    opacity: 0.6; }
	80%  { transform: scale(1.75); opacity: 0; }
	100% { transform: scale(1.75); opacity: 0; }
}
.os-floating-tooltip {
	position: absolute;
	left: 74px;
	top: 50%;
	transform: translateY(-50%) translateX(-10px);
	background: var(--os-primary);
	color: #fff;
	padding: 10px 16px;
	border-radius: 10px;
	font-size: 0.85rem;
	font-weight: 600;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: var(--os-transition);
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.os-floating-tooltip::before {
	content: "";
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	background: var(--os-primary);
}
.os-floating-call:hover .os-floating-tooltip {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
}

/* Mobilde tooltip gizle, sadece buton kalir */
@media (max-width: 768px) {
	.os-floating-call { left: 16px; bottom: 90px; width: 56px; height: 56px; font-size: 1.4rem; }
	.os-floating-tooltip { display: none; }
}

/* ================ HERO SLIDER ================ */
.os-hero { position: relative; overflow: hidden; }
.os-hero .carousel-item {
	height: calc(100vh - 110px);
	min-height: 560px;
	max-height: 780px;
	position: relative;
}
.os-hero .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.os-hero .carousel-item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(15,26,43,0.82) 0%, rgba(15,26,43,0.55) 50%, rgba(15,26,43,0.3) 100%);
	z-index: 2;
}
.os-hero-caption {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	z-index: 3;
}
.os-hero-caption .container { width: 100%; }
.os-hero-caption .os-eyebrow {
	background: rgba(255,255,255,0.15);
	color: var(--os-yellow);
	border: 1px solid rgba(255, 184, 0, 0.4);
}
.os-hero-caption h1 {
	color: #fff;
	font-size: clamp(36px, 5.5vw, 72px);
	line-height: 1.08;
	margin-bottom: 18px;
	max-width: 900px;
}
.os-hero-caption h1 span { color: var(--os-accent); }
.os-hero-caption p {
	color: rgba(255,255,255,0.9);
	font-size: clamp(16px, 1.6vw, 20px);
	max-width: 620px;
	margin-bottom: 30px;
}
.os-hero-caption .os-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.carousel-indicators { z-index: 5; bottom: 32px; }
.carousel-indicators [data-bs-target] {
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background: rgba(255,255,255,0.4);
	border: 0;
	margin: 0 4px;
}
.carousel-indicators .active { background: var(--os-accent); }
.carousel-control-prev, .carousel-control-next {
	width: 6%;
	opacity: 0.7;
	z-index: 5;
}
.carousel-control-prev:hover, .carousel-control-next:hover { opacity: 1; }

/* ================ FEATURE STRIP (4 sutun) ================ */
.os-feature-strip {
	margin-top: -70px;
	position: relative;
	z-index: 10;
	padding-bottom: 0;
}
.os-feature-card {
	background: #fff;
	border-radius: var(--os-radius);
	padding: 32px 26px;
	box-shadow: var(--os-shadow);
	height: 100%;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	transition: var(--os-transition);
	border-top: 4px solid var(--os-accent);
}
.os-feature-card:hover { transform: translateY(-4px); box-shadow: var(--os-shadow-hover); }
.os-feature-icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(255,122,0,0.1);
	color: var(--os-accent);
	font-size: 1.6rem;
	flex-shrink: 0;
}
.os-feature-card h4 { font-size: 1.1rem; margin-bottom: 6px; }
.os-feature-card p { margin: 0; color: var(--os-text-light); font-size: 0.92rem; line-height: 1.55; }

/* ================ HAKKIMIZDA ================ */
.os-about-img-wrap { position: relative; padding: 20px 20px 0 0; }
.os-about-img-wrap::before {
	content: "";
	position: absolute;
	top: 0; right: 0;
	width: 40%; height: 50%;
	background: var(--os-accent);
	border-radius: var(--os-radius);
	z-index: 0;
}
.os-about-img-wrap img {
	position: relative;
	z-index: 1;
	border-radius: var(--os-radius);
	box-shadow: var(--os-shadow);
}
.os-about-badge {
	position: absolute;
	bottom: -30px;
	left: -30px;
	background: var(--os-primary);
	color: #fff;
	padding: 22px 28px;
	border-radius: var(--os-radius);
	box-shadow: var(--os-shadow);
	z-index: 2;
	text-align: center;
}
.os-about-badge strong {
	display: block;
	font-family: var(--os-font-head);
	font-size: 2.6rem;
	line-height: 1;
	color: var(--os-accent);
}
.os-about-badge span { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.75); }
.os-about-list { list-style: none; padding: 0; margin: 16px 0 0; }
.os-about-list li {
	padding: 9px 0 9px 32px;
	position: relative;
	color: var(--os-text);
	font-weight: 500;
}
.os-about-list li::before {
	content: "\F272";
	font-family: "bootstrap-icons";
	position: absolute;
	left: 0;
	top: 9px;
	color: var(--os-accent);
	font-weight: 700;
}

/* ================ MARKALAR ================ */
.os-brand-card {
	background: #fff;
	border-radius: var(--os-radius);
	padding: 36px 24px;
	text-align: center;
	transition: var(--os-transition);
	box-shadow: 0 4px 14px rgba(15,26,43,0.04);
	border: 1px solid var(--os-border);
	height: 100%;
	position: relative;
	overflow: hidden;
}
.os-brand-card::after {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 4px;
	background: var(--os-accent);
	transform: scaleX(0);
	transition: var(--os-transition);
	transform-origin: left;
}
.os-brand-card:hover { transform: translateY(-6px); box-shadow: var(--os-shadow-hover); }
.os-brand-card:hover::after { transform: scaleX(1); }
.os-brand-logo {
	width: 76px;
	height: 76px;
	margin: 0 auto 18px;
	background: var(--os-bg-soft);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.os-brand-logo img { max-width: 70%; max-height: 70%; width: auto; height: auto; }
.os-brand-logo i { font-size: 2rem; color: var(--os-accent); }
.os-brand-card h4 { font-size: 1.2rem; margin-bottom: 6px; }
.os-brand-card p { color: var(--os-text-light); font-size: 0.9rem; margin: 0; }

/* ================ HIZMETLER ================ */
.os-service-card {
	background: #fff;
	border-radius: var(--os-radius);
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(15,26,43,0.05);
	transition: var(--os-transition);
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--os-border);
}
.os-service-card:hover { transform: translateY(-6px); box-shadow: var(--os-shadow-hover); }
.os-service-media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.os-service-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.os-service-card:hover .os-service-media img { transform: scale(1.08); }
.os-service-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(15,26,43,0.55) 0%, transparent 50%);
}
.os-service-icon {
	position: absolute;
	bottom: 16px;
	left: 16px;
	z-index: 2;
	width: 48px;
	height: 48px;
	background: var(--os-accent);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
}
.os-service-body { padding: 22px; flex: 1; }
.os-service-body h4 { font-size: 1.2rem; margin-bottom: 10px; }
.os-service-body p { color: var(--os-text-light); font-size: 0.94rem; margin: 0; }
.os-service-footer {
	padding: 14px 22px;
	border-top: 1px solid var(--os-border);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.os-service-link {
	color: var(--os-accent);
	font-weight: 700;
	font-size: 0.92rem;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.os-service-link:hover { gap: 10px; color: var(--os-primary); }

/* ================ SAYACLAR ================ */
.os-counter-section {
	background: var(--os-primary);
	background-image: linear-gradient(120deg, var(--os-primary) 0%, var(--os-primary-soft) 100%);
	color: #fff;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
.os-counter-section::before {
	content: "";
	position: absolute;
	top: -60px;
	right: -80px;
	width: 300px;
	height: 300px;
	background: var(--os-accent);
	opacity: 0.08;
	border-radius: 50%;
}
.os-counter-item { text-align: center; position: relative; z-index: 2; }
.os-counter-item i { font-size: 2.4rem; color: var(--os-accent); margin-bottom: 10px; display: block; }
.os-counter-item .os-counter-num {
	font-family: var(--os-font-head);
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
.os-counter-item .os-counter-num::after { content: attr(data-os-suffix); color: var(--os-accent); }
.os-counter-item .os-counter-label {
	margin-top: 8px;
	font-size: 0.95rem;
	color: rgba(255,255,255,0.78);
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ================ NEDEN BIZ (2 sutun) ================ */
.os-why-media img {
	border-radius: var(--os-radius);
	box-shadow: var(--os-shadow);
}
.os-why-list { list-style: none; padding: 0; margin: 0; }
.os-why-list li {
	display: flex;
	gap: 18px;
	margin-bottom: 22px;
}
.os-why-list li:last-child { margin-bottom: 0; }
.os-why-list .os-why-icon {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	background: rgba(255,122,0,0.1);
	color: var(--os-accent);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
}
.os-why-list h4 { margin-bottom: 4px; font-size: 1.15rem; }
.os-why-list p { margin: 0; color: var(--os-text-light); font-size: 0.94rem; }

/* ================ YORUMLAR ================ */
.os-testimonial-card {
	background: #fff;
	border-radius: var(--os-radius);
	padding: 30px 26px;
	box-shadow: 0 6px 20px rgba(15,26,43,0.06);
	height: 100%;
	position: relative;
	border: 1px solid var(--os-border);
}
.os-testimonial-card::before {
	content: "\F6B0";
	font-family: "bootstrap-icons";
	position: absolute;
	top: 14px;
	right: 18px;
	font-size: 2.4rem;
	color: rgba(255,122,0,0.15);
}
.os-testimonial-stars { color: var(--os-yellow); margin-bottom: 14px; font-size: 1rem; }
.os-testimonial-text {
	color: var(--os-text);
	font-style: italic;
	font-size: 0.98rem;
	line-height: 1.7;
	margin-bottom: 20px;
}
.os-testimonial-author {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid var(--os-border);
}
.os-testimonial-avatar {
	width: 48px;
	height: 48px;
	background: var(--os-accent);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--os-font-head);
	font-weight: 700;
	font-size: 1.2rem;
}
.os-testimonial-author h5 { margin: 0; font-size: 1rem; }
.os-testimonial-author span { color: var(--os-text-light); font-size: 0.85rem; }

/* ================ CTA STRIP ================ */
.os-cta-strip {
	background: linear-gradient(120deg, var(--os-accent) 0%, var(--os-yellow) 100%);
	color: #fff;
	padding: 60px 0;
	text-align: center;
}
.os-cta-strip h2 { color: #fff; margin-bottom: 14px; }
.os-cta-strip p { color: rgba(255,255,255,0.92); margin-bottom: 26px; font-size: 1.1rem; }
.os-cta-strip .os-btn-cta { background: var(--os-primary); border-color: var(--os-primary); }
.os-cta-strip .os-btn-cta:hover { background: #fff; color: var(--os-primary) !important; border-color: #fff; }

/* ================ PAGE HEADER ================ */
.os-page-header {
	position: relative;
	padding: 110px 0 90px;
	color: #fff;
	background-size: cover;
	background-position: center;
	text-align: center;
}
.os-page-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(15,26,43,0.88) 0%, rgba(15,26,43,0.65) 100%);
}
.os-page-header .container { position: relative; z-index: 2; }
.os-page-header h1 { color: #fff; margin-bottom: 10px; }
.os-page-header .os-breadcrumb {
	color: rgba(255,255,255,0.8);
	font-size: 0.9rem;
}
.os-page-header .os-breadcrumb a { color: var(--os-yellow); }
.os-page-header .os-breadcrumb a:hover { color: #fff; }

/* ================ ILETISIM ================ */
.os-contact-info-card {
	background: #fff;
	border-radius: var(--os-radius);
	padding: 30px 24px;
	text-align: center;
	box-shadow: 0 4px 14px rgba(15,26,43,0.05);
	height: 100%;
	border: 1px solid var(--os-border);
	transition: var(--os-transition);
}
.os-contact-info-card:hover { transform: translateY(-4px); box-shadow: var(--os-shadow-hover); }
.os-contact-info-card .os-contact-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	background: rgba(255,122,0,0.1);
	color: var(--os-accent);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
}
.os-contact-info-card h5 { font-size: 1.1rem; margin-bottom: 8px; }
.os-contact-info-card p, .os-contact-info-card a { color: var(--os-text-light); font-size: 0.95rem; margin: 0; }
.os-contact-info-card a:hover { color: var(--os-accent); }

.os-contact-form {
	background: #fff;
	border-radius: var(--os-radius);
	padding: 36px;
	box-shadow: var(--os-shadow);
	border: 1px solid var(--os-border);
}
.os-contact-form .form-control {
	border-radius: var(--os-radius-sm);
	border: 1px solid var(--os-border);
	padding: 12px 16px;
	font-size: 0.96rem;
	margin-bottom: 14px;
}
.os-contact-form .form-control:focus {
	border-color: var(--os-accent);
	box-shadow: 0 0 0 3px rgba(255,122,0,0.15);
}
.os-map-container {
	border-radius: var(--os-radius);
	overflow: hidden;
	box-shadow: var(--os-shadow);
	min-height: 400px;
	height: 100%;
}
.os-map-container iframe { width: 100%; height: 100%; min-height: 400px; display: block; border: 0; }

/* ================ FOOTER ================ */
.os-footer {
	background: var(--os-primary);
	color: rgba(255,255,255,0.7);
	padding: 70px 0 0;
}
.os-footer-logo { max-height: 56px; width: auto; }
.os-footer-title {
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 22px;
	font-family: var(--os-font-head);
	letter-spacing: 1px;
}
.os-footer-desc { color: rgba(255,255,255,0.68); font-size: 0.92rem; line-height: 1.7; }
.os-footer-links, .os-footer-contact { list-style: none; padding: 0; margin: 0; }
.os-footer-links li { margin-bottom: 10px; }
.os-footer-links a { color: rgba(255,255,255,0.72); font-size: 0.92rem; }
.os-footer-links a:hover { color: var(--os-accent); padding-left: 5px; }
.os-footer-contact li {
	display: flex;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 0.92rem;
	align-items: flex-start;
}
.os-footer-contact i { color: var(--os-accent); margin-top: 3px; flex-shrink: 0; }
.os-footer-contact a { color: rgba(255,255,255,0.72); }
.os-footer-contact a:hover { color: var(--os-accent); }

.os-footer-social { display: flex; gap: 10px; margin-top: 14px; }
.os-footer-social a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
	color: #fff;
}
.os-footer-social a:hover { background: var(--os-accent); }

.os-footer-bottom {
	margin-top: 50px;
	padding: 22px 0;
	border-top: 1px solid rgba(255,255,255,0.08);
	font-size: 0.88rem;
	color: rgba(255,255,255,0.6);
}
.os-footer-bottom a { color: var(--os-accent); }

/* ================ RESPONSIVE ================ */
@media (max-width: 991px) {
	.os-section { padding: 64px 0; }
	.os-topbar { font-size: 0.78rem; padding: 6px 0; }
	.os-topbar-left { flex-direction: column; gap: 4px !important; }
	.os-topbar-right { display: none !important; }
	.os-hero .carousel-item { min-height: 480px; height: 70vh; }
	.os-feature-strip { margin-top: 40px; }
	.os-about-img-wrap { padding: 0; }
	.os-about-img-wrap::before { display: none; }
	.os-about-badge { position: static; margin-top: 16px; display: inline-block; }
	.os-page-header { padding: 80px 0 60px; }
}
@media (max-width: 576px) {
	.os-nav { flex-direction: column; align-items: stretch; }
	.os-nav-link { padding: 10px 0; }
	.os-hero-caption .os-hero-actions { flex-direction: column; }
	.os-hero-caption .os-btn-cta, .os-hero-caption .os-btn-outline { width: 100%; }
}
