/*
===========================================
ICON & TEXT ALIGNMENT FIX
Tüm ikon ve text hizalama sorunlarını çöz
===========================================
*/

/* Global Icon Rules */
i, .fa, .fas, .far, .fab, .fal, .fa-solid, .fa-regular, .fa-brands {
	vertical-align: middle !important;
	line-height: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* Buttons with icons */
.btn,
.btn-corporate,
.btn-accent,
.btn-corporate-outline,
a.btn,
button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
}

.btn i,
.btn-corporate i,
.btn-accent i,
button i,
a.btn i {
	margin: 0 !important;
}

/* Links with icons */
a {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
}

/* Paragraphs should be block */
p, h1, h2, h3, h4, h5, h6 {
	display: block !important;
}

/* Specific containers */
.top-contact {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
}

.contact-item {
	display: flex !important;
	align-items: center !important;
	gap: 1rem !important;
}

.contact-item i {
	flex-shrink: 0 !important;
	width: 40px !important;
	height: 40px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 50% !important;
	background: white !important;
	color: #0066cc !important;
}

/* Social icons */
.social-icons {
	display: flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
}

.social-icon {
	width: 40px !important;
	height: 40px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 50% !important;
	background: rgba(255,255,255,0.1) !important;
	color: white !important;
}

.social-icon i {
	margin: 0 !important;
	font-size: 1rem !important;
}

/* WhatsApp button */
.whatsapp-float {
	width: 60px !important;
	height: 60px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 50% !important;
	position: fixed !important;
	bottom: 30px !important;
	right: 30px !important;
	background: #25d366 !important;
	color: white !important;
	z-index: 999 !important;
}

.whatsapp-float i {
	font-size: 30px !important;
	margin: 0 !important;
}

/* Footer icons */
.footer-contact li {
	display: flex !important;
	align-items: flex-start !important;
	gap: 1rem !important;
	margin-bottom: 1rem !important;
}

.footer-contact i {
	min-width: 20px !important;
	margin-top: 3px !important;
	flex-shrink: 0 !important;
}

.footer-links li {
	display: flex !important;
	align-items: center !important;
	margin-bottom: 0.75rem !important;
}

.footer-links li i {
	margin-right: 0.5rem !important;
}

/* Feature icons */
.feature-icon,
.card-icon,
.service-icon-large {
	width: 80px !important;
	height: 80px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 12px !important;
	margin: 0 auto !important;
}

.feature-icon i,
.card-icon i,
.service-icon-large i {
	font-size: 2.5rem !important;
	margin: 0 !important;
}

/* Feature items center */
.feature-item {
	text-align: center !important;
}

.feature-item h5,
.feature-item p {
	display: block !important;
}

/* List items */
ul li,
ol li {
	display: flex !important;
	align-items: flex-start !important;
	gap: 0.5rem !important;
}

ul li i,
ol li i {
	margin-top: 3px !important;
	flex-shrink: 0 !important;
}

/* Service area cards */
.service-card h3,
.card-corporate h3,
.card-corporate h4 {
	display: block !important;
	text-align: left !important;
}

/* Breadcrumb */
.breadcrumb-modern {
	display: flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
}

.breadcrumb-modern i {
	font-size: 0.8rem !important;
}

/* Hero badges */
.hero-badge,
.feature-badge {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
	padding: 8px 16px !important;
	border-radius: 50px !important;
}

/* CTA buttons alignment */
.cta-box .d-flex,
.hero-content .d-flex {
	align-items: center !important;
	justify-content: center !important;
}

/* Section titles should be block */
.section-title-modern h2,
.section-title-modern .subtitle {
	display: block !important;
}

/* Navigation */
.mainmenu {
	display: flex !important;
	align-items: center !important;
	gap: 1rem !important;
	list-style: none !important;
}

.mainmenu li {
	display: block !important;
}

.mainmenu li a {
	display: flex !important;
	align-items: center !important;
	padding: 0.75rem 1rem !important;
}

/* Mobile menu */
.mobile-nav ul li {
	display: block !important;
}

.mobile-nav a {
	display: flex !important;
	align-items: center !important;
	padding: 0.75rem 1rem !important;
}

/* Top bar */
.top-bar-head {
	display: block !important;
}

.top-bar-head .row {
	align-items: center !important;
}

/* Logo */
.logo-header {
	display: flex !important;
	align-items: center !important;
}

/* Trust badges */
.trust-badge {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
}

.trust-badge i {
	margin-bottom: 0.5rem !important;
}

/* Back to top */
.back-to-top {
	width: 50px !important;
	height: 50px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 50% !important;
}

.back-to-top i {
	margin: 0 !important;
}

/* Fix specific elements that should NOT be flex */
p {
	display: block !important;
}

h1, h2, h3, h4, h5, h6 {
	display: block !important;
}

/* But allow inline icons in headings */
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	display: inline-flex !important;
	vertical-align: middle !important;
	margin-right: 0.5rem !important;
}

/* Service areas list */
.area-card ul li,
.service-area-card ul li {
	display: flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
}

/* Emergency badge */
.emergency-badge {
	text-align: center !important;
}

.emergency-badge i {
	display: block !important;
	margin: 0 auto 0.5rem !important;
}

/* Process steps */
.process-step {
	text-align: center !important;
}

.step-number {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 auto !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.whatsapp-float {
		width: 50px !important;
		height: 50px !important;
		bottom: 20px !important;
		right: 20px !important;
	}
	
	.whatsapp-float i {
		font-size: 24px !important;
	}
	
	.social-icon {
		width: 35px !important;
		height: 35px !important;
	}
	
	.feature-icon,
	.card-icon {
		width: 60px !important;
		height: 60px !important;
	}
	
	.feature-icon i,
	.card-icon i {
		font-size: 1.8rem !important;
	}
}

