/* =============================================
   DRN Cilingir - UI & SEO layout improvements
   ============================================= */

/* --- Tekrarlayan iletisim alanlarini gizle --- */
.topbar,
.topbar-contact,
.header-bttn-wrapper,
.drn-hero-call,
.vc_custom_1752156399217 .tt_button,
#Iletisim,
footer#footer .upper-footer {
	display: none !important;
}

/* Navbar - topbar kaldirildiginda konum */
.navbar.navbar-fixed-top.with-topbar {
	padding-top: 0;
}

.navbar-fixed-top.with-topbar .menubar {
	padding-top: 10px;
}

@media (max-width: 991px) {
	.navbar-fixed-top .menubar .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-header.page-scroll {
		display: flex;
		align-items: center;
	}
}

/* --- Hero okunabilirligi --- */
.vc_custom_1752156399217 {
	position: relative;
}

.vc_custom_1752156399217::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.45) 100%);
	z-index: 0;
}

.vc_custom_1752156399217 > .vc_empty_space,
.vc_custom_1752156399217 > .vc_row_inner {
	position: relative;
	z-index: 1;
}

.vc_custom_1752156399217 h1,
.vc_custom_1752156399217 h2,
.vc_custom_1752156399217 h6 {
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
	.vc_custom_1752156399217 h2 {
		font-size: 26px !important;
		line-height: 1.25 !important;
	}

	.vc_custom_1752156399217 .vc_empty_space {
		height: 220px !important;
	}
}

/* --- Sayaç alani --- */
.vc_custom_1752219672089 {
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.kd_counter_number {
	font-weight: 700 !important;
}

/* --- Hizmet bolgeleri (sayfa ici) --- */
#wrapper .wpb_text_column h4 {
	font-weight: 600;
}

/* --- Yeni birlesik footer --- */
.drn-contact-footer {
	background: #111;
	color: #e8e8e8;
	padding: 56px 0 32px;
	margin-top: 0;
}

.drn-contact-footer h2,
.drn-contact-footer h3 {
	color: #fff;
	margin: 0 0 16px;
	font-weight: 700;
}

.drn-contact-footer h2 {
	font-size: 28px;
}

.drn-contact-footer h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #f4ce26;
}

.drn-contact-footer__lead {
	color: #cfcfcf;
	line-height: 1.7;
	margin: 0 0 20px;
	max-width: 420px;
}

.drn-contact-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1fr;
	gap: 32px 24px;
	margin-bottom: 40px;
}

.drn-contact-footer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.drn-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	transition: transform 0.2s ease, background 0.2s ease;
}

.drn-btn--primary {
	background: #f4ce26;
	color: #111 !important;
}

.drn-btn--primary:hover {
	background: #e0bc1a;
	transform: translateY(-1px);
}

.drn-btn--secondary {
	background: transparent;
	color: #fff !important;
	border: 2px solid #f4ce26;
}

.drn-btn--secondary:hover {
	background: #f4ce26;
	color: #111 !important;
}

.drn-btn--whatsapp {
	background: #25d366;
	color: #fff !important;
}

.drn-btn--whatsapp:hover {
	background: #1fb855;
	transform: translateY(-1px);
	color: #fff !important;
}

.drn-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.drn-contact-list li {
	margin-bottom: 10px;
	line-height: 1.6;
	color: #d5d5d5;
}

.drn-contact-list a {
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
}

.drn-contact-list a:hover {
	color: #f4ce26 !important;
}

.drn-contact-footer__services ul,
.drn-contact-footer__areas ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.drn-contact-footer__services li {
	padding: 6px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: #d5d5d5;
	font-size: 14px;
}

.drn-area-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.drn-area-tags li {
	background: rgba(244, 206, 38, 0.12);
	color: #f4ce26;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
}

.drn-contact-footer__form {
	background: #1a1a1a;
	border-radius: 10px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.drn-contact-footer__form > p {
	color: #bbb;
	margin: 0 0 18px;
}

.drn-contact-footer__form .wpcf7 form p {
	margin-bottom: 12px;
}

.drn-contact-footer__form input,
.drn-contact-footer__form textarea {
	width: 100%;
	background: #fff !important;
	border: 0 !important;
	border-radius: 6px !important;
	padding: 12px 14px !important;
}

.drn-contact-footer__form input[type="submit"] {
	width: auto !important;
	background: #f4ce26 !important;
	color: #111 !important;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

/* Tema footer alt bandi */
footer#footer {
	margin-top: 0;
}

footer#footer .lower-footer {
	background: #0a0a0a;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 16px 0;
	text-align: center;
}

footer#footer .lower-footer span,
footer#footer .lower-footer a {
	color: #888 !important;
	font-size: 13px;
}

/* --- Mobil sabit arama cubugu --- */
.drn-call-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #111;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
}

.drn-call-bar__phone,
.drn-call-bar__whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 12px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 14px;
}

.drn-call-bar__phone {
	flex: 1.4;
	background: #f4ce26;
	color: #111 !important;
}

.drn-call-bar__whatsapp {
	flex: 1;
	background: #25d366;
}

/* Masaustu yuzen WhatsApp butonu */
.drn-floating-whatsapp {
	display: none;
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 99998;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25d366;
	color: #fff !important;
	text-decoration: none !important;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
	transition: transform 0.2s ease;
}

.drn-floating-whatsapp:hover {
	transform: scale(1.06);
	color: #fff !important;
}

/* --- Responsive --- */
@media (max-width: 991px) {
	.drn-contact-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.drn-contact-footer {
		padding: 40px 0 24px;
	}

	.drn-contact-footer__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.drn-contact-footer__actions {
		flex-direction: column;
	}

	.drn-btn {
		width: 100%;
	}

	.drn-call-bar {
		display: flex;
	}

	body.drn-improved {
		padding-bottom: 52px;
	}

	.drn-contact-footer__form {
		padding: 20px 16px;
	}
}

@media (min-width: 768px) {
	.drn-floating-whatsapp {
		display: flex;
	}
}

/* Panel/modal form gizle - footer'da birlestirildi */
.kd-side-panel,
.panel-screen-overlay,
.modal-container {
	display: none !important;
}
