/* #IZ CREATIVE STYLES
================================================== */

.iz-logo-section {
	text-align: center;
	margin-bottom: 30px;
}

.iz-logo {
	max-width: 200px;
	height: auto;
}

.services-intro {
	text-align: center;
	margin-bottom: 60px;
}

.services-blocks {
	margin-top: 40px;
}

.service-block {
	background: rgba(255, 255, 255, 0.95);
	padding: 40px 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	height: 100%;
	min-height: 500px;
}

.service-block:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.hr-solutions {
	border-top: 4px solid #2c5aa0;
}

.creative-agency {
	border-top: 4px solid #e74c3c;
}

.service-icon {
	font-size: 48px;
	margin-bottom: 20px;
}

.hr-solutions .service-icon {
	color: #2c5aa0;
}

.creative-agency .service-icon {
	color: #e74c3c;
}

.service-block h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #333;
}

.service-tagline {
	font-size: 16px;
	font-style: italic;
	color: #666;
	margin-bottom: 15px;
	line-height: 1.4;
}

.service-description {
	font-size: 18px;
	font-weight: 600;
	color: #444;
	margin-bottom: 25px;
}

.service-features {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	text-align: left;
}

.service-features li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	color: #555;
	position: relative;
	padding-left: 20px;
}

.service-features li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #27ae60;
	font-weight: bold;
}

.service-btn {
	display: inline-block;
	padding: 12px 30px;
	background: linear-gradient(45deg, #333, #555);
	color: white;
	text-decoration: none;
	border-radius: 25px;
	font-weight: 600;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 5px 10px 5px 0;
}

.service-btn:hover {
	background: linear-gradient(45deg, #555, #777);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hr-solutions .service-btn {
	background: linear-gradient(45deg, #1c2833, #1c2833);
}

.hr-solutions .service-btn:hover {
	background: linear-gradient(45deg, #0f1419, #1c2833);
	color: #ffffff !important;
}

.creative-agency .service-btn {
	background: linear-gradient(45deg, #e43055, #e43055);
}

.creative-agency .service-btn:hover {
	background: linear-gradient(45deg, #c72847, #e43055);
	color: #1c2833;
}

/* HR Solutions & Creative Agency Page Styles */
.hr-hero-content, .creative-hero-content {
	text-align: center;
	color: white;
}

.hr-hero-content h1, .creative-hero-content h1 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hero-tagline {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 15px;
	opacity: 0.9;
}

.hero-description {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.hr-icon {
	color: #2c5aa0 !important;
}

.creative-icon {
	color: #e74c3c !important;
}

/* Service Grid Styles */
.hr-services-grid, .creative-services-grid {
	margin-top: 40px;
}

/* White Top Banner for Contact Page */
.white-top-banner {
	background: #ffffff;
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.white-top-banner .banner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.white-top-banner .logo-wrap {
	flex: 0 0 auto;
}

.white-top-banner .logo-wrap img {
	width: 110px;
	height: auto;
}

.white-top-banner .cd-primary-nav-trigger {
	flex: 0 0 auto;
	margin-left: auto;
}

/* Add top margin to body content to account for fixed banner */
body.royal_loader {
	padding-top: 80px;
}

/* Contact page specific styles */
.contact-form-container {
	background: #f8f9fa;
	padding: 40px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.hr-service-item, .creative-service-item {
	background: white;
	padding: 30px 20px;
	margin-bottom: 30px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: 480px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.hr-service-item:hover, .creative-service-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.hr-service-item .service-icon {
	color: #2c5aa0;
	font-size: 36px;
	margin-bottom: 20px;
}

.creative-service-item .service-icon {
	color: #e74c3c;
	font-size: 36px;
	margin-bottom: 20px;
}

.hr-service-item h4, .creative-service-item h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
	line-height: 1.3;
}

.hr-service-item p, .creative-service-item p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	text-align: left;
}

/* Portfolio Items */
.portfolio-item {
	text-align: center;
	margin-bottom: 30px;
}

.portfolio-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 15px;
}

.portfolio-item h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333;
}

.portfolio-item p {
	font-size: 14px;
	color: #666;
}

/* About Text Styling */
.about-text h4 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 25px;
}

.about-text h4:first-child {
	margin-top: 0;
}

.about-text p {
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Professional About Page Styles */
.about-content {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	text-align: left;
}

.about-content p {
	margin-bottom: 25px;
	text-align: justify;
}

.expertise-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.expertise-list li {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	color: #555;
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	line-height: 1.6;
}

.expertise-list li:before {
	content: "▶";
	position: absolute;
	left: 0;
	color: #2c5aa0;
	font-weight: bold;
	font-size: 12px;
}

.projects-content {
	margin-top: 30px;
}

.projects-content h4 {
	color: #2c5aa0;
	font-size: 22px;
	font-weight: 700;
	margin: 35px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #2c5aa0;
	position: relative;
}

.projects-content h4:first-child {
	margin-top: 20px;
}

.projects-content h4:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #e74c3c;
}

.projects-content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

.projects-content li {
	background: #f8f9fa;
	padding: 15px 20px;
	margin-bottom: 12px;
	border-radius: 8px;
	border-left: 4px solid #2c5aa0;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.projects-content li:hover {
	background: #ffffff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transform: translateX(5px);
}

.projects-content li strong {
	color: #2c5aa0;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}

.training-content {
	margin-top: 20px;
}

.training-content ul {
	list-style: none;
	padding: 0;
}

.training-content li {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 15px 20px;
	margin-bottom: 10px;
	border-radius: 25px;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.training-content li:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.final-message {
	background: linear-gradient(135deg, #2c5aa0, #1e3d72);
	color: white;
	padding: 30px;
	border-radius: 15px;
	margin-top: 40px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(44, 90, 160, 0.3);
}

.final-message p {
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	text-align: center;
}

.final-message strong {
	color: #ffd700;
	font-size: 18px;
}

/* Professional Section Styling */
.section.white-background {
	position: relative;
}

.section.white-background:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #ddd, transparent);
}

.section.grey-background {
	background: #f8f9fa !important;
}

/* Enhanced Header Text */
.header-text.main-pages p {
	color: #2c5aa0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}

.header-text.main-pages h3 {
	color: #333;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
}

.header-text.main-pages h3:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #2c5aa0, #e74c3c);
	border-radius: 2px;
}

/* Professional About Box Styling */
.professional-box {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	padding: 30px 20px;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.professional-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #2c5aa0, #e74c3c);
}

.professional-box:hover {
	transform: translateY(-10px);
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.professional-icon {
	font-size: 48px;
	color: #ffd700;
	margin-bottom: 20px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.professional-box h6 {
	color: white;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.professional-box p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.6;
}

/* Enhanced Training Content */
.training-content li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.training-content li i {
	font-size: 18px;
	opacity: 0.9;
}

/* Statistics Section Enhancement */
.stats-section {
	background: linear-gradient(135deg, #2c5aa0, #1e3d72);
	color: white;
	padding: 60px 0;
	position: relative;
}

.stats-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="90" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
	opacity: 0.3;
}

.stat-item {
	text-align: center;
	padding: 20px;
	position: relative;
	z-index: 2;
}

.stat-number {
	font-size: 48px;
	font-weight: 700;
	color: #ffd700;
	display: block;
	margin-bottom: 10px;
}

.stat-label {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.9;
}

/* Action Wrap Styling */
.action-wrap {
	text-align: center;
}

.action-wrap p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 10px;
}

.action-wrap h4 {
	font-size: 32px;
	color: white;
	font-weight: 700;
	margin-bottom: 30px;
}

/* Responsive Design */
@media only screen and (max-width: 767px) {
	.service-block {
		margin-bottom: 20px;
		min-height: auto;
		padding: 30px 20px;
	}
	
	.services-blocks .six.columns {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.iz-logo {
		max-width: 150px;
	}
	
	.service-icon {
		font-size: 36px;
	}
	
	.service-block h3 {
		font-size: 24px;
	}
}

/* Portfolio Kartları Aynı Boyut */
.cd-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 0;
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}

.cd-gallery .cd-item {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.cd-gallery .cd-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cd-gallery .portfolio-box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.cd-gallery .portfolio-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease;
}

.cd-gallery .portfolio-box:hover img {
	transform: scale(1.05);
}

.cd-gallery .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.cd-gallery .portfolio-box:hover .mask {
	opacity: 1;
}

.cd-gallery .line {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 2px;
	background: white;
	opacity: 0;
	transition: all 0.3s ease;
}

.cd-gallery .portfolio-box:hover .line {
	opacity: 1;
	width: 80px;
}

/* Responsive Portfolio */
@media only screen and (max-width: 1024px) {
	.cd-gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.cd-gallery {
		grid-template-columns: 1fr;
		gap: 15px;
		max-width: 400px;
	}
	
	.cd-gallery .cd-item {
		height: 250px;
	}
}
