/*!
Theme Name: nextcore
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nextcore
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nextcore is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}



/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
	background-color: #ffffff;
}

/* Precise Site-Wide Subtle Texture */
body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(#000000 0.8px, transparent 0.8px);
	background-size: 50px 50px;
	opacity: 0.12;
	/* Increased significantly for clear visibility as requested */
	pointer-events: none;
	z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #26C6DA;
}

a:visited {
	color: #0097A7;
}

a:hover,
a:focus,
a:active {
	color: #006064;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation - see "New Header & Nav" section below */

.social-icon-link {
	transition: color 0.3s ease;
}

.social-icon-link:hover {
	color: #0099CC !important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Premium Product Cards */
.product-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	position: relative;
	border: 1px solid #eee;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card-image {
	height: 250px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

/* Overlay & Magnifying Glass */
.card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease;
}

.product-card:hover .card-overlay {
	opacity: 1;
}

.lightbox-btn {
	background: #fff;
	color: #333;
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	cursor: pointer;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s;
}

.lightbox-btn:hover {
	transform: scale(1.1);
	color: #0099CC;
}

.card-content {
	padding: 20px;
	text-align: center;
}

.card-content h3 {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 5px;
	color: #333;
}

/* Lightbox Modal */
#product-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	/* Dark overlay */
	z-index: 10000;
	display: none;
	/* Hidden by default */
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#product-lightbox.active {
	display: flex;
	opacity: 1;
}

.lightbox-content {
	position: relative;
	max-width: 90%;
	max-height: 90vh;
}

.lightbox-content img {
	max-width: 100%;
	max-height: 90vh;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Homepage (Kayalar Logic) - BRANDED
--------------------------------------------- */
.hero-section {
	background: #2b3e50;
	/* Dark Blue-Grey Background */
	color: #fff;
	padding: 100px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
}

.hero-content {
	max-width: 800px;
	margin: 0 auto;
}

.hero-content h1 {
	font-size: 2.5rem;
	margin-bottom: 0.5em;
	color: #fff;
}

.hero-content h2 {
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 2em;
	color: #4dd0e1;
	/* Light Cyan for subtitle */
}

.section-title {
	text-align: center;
	margin-bottom: 2em;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Grids */
.grid-nav,
.product-grid,
.news-grid,
.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin-bottom: 3em;
}

/* Cards */
.nav-card,
.product-card,
.news-item,
.contact-box {
	background: #fff;
	padding: 2em;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.nav-card:hover,
.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	border-color: #26C6DA;
}

.nav-card h3,
.product-card h3,
.contact-box h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #2c3e50;
}

/* Buttons */
.btn {
	display: inline-block;
	padding: 15px 35px;
	border-radius: 30px;
	/* Pill shape */
	text-decoration: none;
	font-weight: 700;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.95rem;
	border: 2px solid transparent;
	/* Prepare for borders */
	cursor: pointer;
	letter-spacing: 1px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	/* Soft shadow */
	line-height: 1.2;
}

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

.btn-primary {
	background: #26C6DA;
	/* Brand Cyan */
	color: #fff !important;
}

.btn-primary:hover {
	background: #0097A7;
	/* Darker Cyan */
	color: #fff !important;
}

.btn-secondary {
	background: #34495e;
	color: #fff !important;
}

.btn-secondary:hover {
	background: #2c3e50;
	color: #fff !important;
}

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

.btn-outline:hover {
	background: #fff;
	color: #26C6DA !important;
}

.btn-white {
	background: #fff;
	color: #26C6DA !important;
}

.btn-white:hover {
	background: #f1f1f1;
	color: #0097A7 !important;
}

.btn-cta {
	display: block;
	margin-bottom: 10px;
	background: #26C6DA;
	color: #fff !important;
	text-align: center;
	border-radius: 8px;
	/* Square for CTA widget */
	padding: 12px;
}

.btn-cta:hover {
	background: #0097A7;
	color: #fff !important;
}

/* Old header styles removed - new header uses scoped styles in header.php */

/* Footer Styles
--------------------------------------------- */
.site-footer {
	background: linear-gradient(135deg, #1c252b 0%, #263238 100%);
	/* Light Gradient Dark Blue Grey */
	color: #cfd8dc;
	font-size: 0.95rem;
}

.footer-widgets {
	padding: 70px 0;
	border-bottom: 1px solid #37474f;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
}

.widget-title {
	color: #fff;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1.5em;
	border-bottom: 3px solid #26C6DA;
	display: inline-block;
	padding-bottom: 5px;
}

.site-footer .widget-title {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-weight: 800;
}

.footer-logo h2 {
	color: #fff;
	margin-bottom: 15px;
}

.footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-col li {
	margin-bottom: 12px;
}

.footer-about {
	color: #fff;
	/* White text for about section */
	opacity: 0.8;
}

.footer-col a {
	color: #eceff1;
	/* Very light gray/white for links */
	text-decoration: none;
	transition: color 0.3s;
}


.footer-col a:hover {
	color: #4dd0e1;
	padding-left: 5px;
	transition: padding-left 0.3s;
}

.footer-col,
.footer-col p,
.footer-col li,
.footer-col span {
	color: #eceff1;
}

.contact-list li {
	margin-bottom: 15px;
	line-height: 1.6;
	display: flex;
	align-items: baseline;
}

.contact-list strong {
	color: #fff;
	font-weight: 700;
	min-width: 70px;
	display: inline-block;
}

.contact-list li {
	color: #eceff1;
	margin-bottom: 15px;
}

.site-info {
	background: #1c252b;
	padding: 25px 0;
	color: #b0bec5;
	font-size: 0.9rem;
}

.site-info-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-info a {
	color: #90a4ae;
}

.site-info a:hover {
	color: #fff;
}

/* Old responsive top-bar rules removed - handled in header.php scoped styles */

/* ENHANCED HOMEPAGE STYLES
--------------------------------------------- */

/* Common */
.section-padding {
	padding: 80px 0;
}

.bg-light {
	background-color: #f8f9fa;
}

.section-subtitle {
	text-align: center;
	color: #777;
	margin-top: -1.5em;
	margin-bottom: 3em;
	font-size: 1.1rem;
}

/* Hero Section */
.hero-section {
	position: relative;
	background-image: url('https://via.placeholder.com/1920x800?text=Kayalar+Professional+Kitchen');
	/* Placeholder */
	background-size: cover;
	background-position: center;
	padding: 180px 0;
	color: #fff;
	text-align: center;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	/* Dark overlay */
	z-index: 1;
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
}

.hero-content h1 {
	font-size: 3.5rem;
	font-weight: 700;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}

.hero-content h2 {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 40px;
	color: #4dd0e1;
}

.hero-buttons .btn {
	margin: 0 10px;
	padding: 15px 40px;
	font-size: 1rem;
}

.btn-outline {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.btn-outline:hover {
	background: #fff;
	color: #333;
}

/* Why Choose Us */
.grid-three {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
}

.feature-box {
	text-align: center;
	padding: 40px 20px;
	border-radius: 10px;
	transition: transform 0.3s;
}

.feature-box:hover {
	transform: translateY(-10px);
}

.icon-box {
	font-size: 3rem;
	color: #26C6DA;
	margin-bottom: 20px;
}

.icon-box .dashicons {
	font-size: 3rem;
	width: auto;
	height: auto;
}

.feature-box h3 {
	margin-bottom: 15px;
	color: #333;
}

.feature-box p {
	color: #666;
}

/* Product Grid */
.product-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	border: none;
	padding: 0;
	text-align: left;
}

.card-image {
	height: 200px;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s;
}

.product-card:hover .card-image {
	transform: scale(1.05);
}

.card-content {
	padding: 20px;
	text-align: center;
	position: relative;
	background: #fff;
}

.card-link {
	display: inline-block;
	color: #26C6DA;
	font-weight: 600;
	text-decoration: none;
	margin-top: 10px;
}

.card-link i {
	vertical-align: middle;
	transition: margin-left 0.3s;
}

.card-link:hover i {
	margin-left: 5px;
}

/* Parallax CTA */
.cta-section {
	background: linear-gradient(135deg, #26C6DA, #0097A7);
	padding: 80px 0;
	text-align: center;
	color: #fff;
}

.cta-content h2 {
	font-size: 2.5rem;
	margin-bottom: 15px;
}

.cta-content p {
	font-size: 1.2rem;
	margin-bottom: 30px;
	opacity: 0.9;
}

.btn-white {
	background: #fff;
	color: #26C6DA;
	padding: 15px 40px;
}

.btn-white:hover {
	background: #f1f1f1;
	color: #0097A7;
}

/* References / Brands */
.brands-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 30px;
	align-items: center;
	text-align: center;
}

.brand-item img {
	max-width: 100%;
	opacity: 0.6;
	transition: opacity 0.3s;
	filter: grayscale(100%);
}

.brand-item:hover img {
	opacity: 1;
	filter: grayscale(0%);
}

/* News Section */
.news-item {
	text-align: left;
	position: relative;
	padding-top: 40px;
	border-top: 3px solid #26C6DA;
}

.news-date {
	background: #26C6DA;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.read-more {
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
}

.read-more:hover {
	color: #26C6DA;
	border-color: #26C6DA;
}

/* Contact Strip */
.contact-section-strip {
	background: #2b3e50;
	color: #fff;
	padding: 50px 0;
}

.contact-grid-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	text-align: center;
}

.contact-box-strip i {
	font-size: 2.5rem;
	color: #4dd0e1;
	margin-bottom: 15px;
}

.contact-box-strip h3 {
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.contact-box-strip p {
	color: #ccc;
	margin: 0;
}

/* Responsive Tweak */
@media (max-width: 768px) {
	.section-padding {
		padding: 50px 0;
	}

	.hero-section {
		padding: 100px 0;
	}

	.hero-content h1 {
		font-size: 2rem;
	}

	.main-heading {
		font-size: 1.5rem;
	}

	.lead-text {
		font-size: 1rem;
	}
}

/* Process Section */
.process-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 30px;
	text-align: center;
}

.process-step {
	padding: 20px;
}

.step-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #0099CC;
	color: #fff;
	border-radius: 50%;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 20px;
}

.process-step h3 {
	margin-bottom: 10px;
	font-size: 1.1rem;
	color: #333;
}

/* Statistics Section */
.stats-section {
	color: #fff;
	background: linear-gradient(to right, #2b3e50, #1a252f);
	position: relative;
	overflow: hidden;
}

.stats-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('https://www.transparenttextures.com/patterns/cubes.png');
	/* Subtle pattern */
	opacity: 0.1;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	text-align: center;
}

.stat-item {
	padding: 20px;
}

.stat-number {
	display: block;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 5px;
	color: #4dd0e1;
}

.stat-label {
	font-size: 1.1rem;
	opacity: 0.9;
}

/* HERO SLIDER STYLES */
.hero-slider {
	position: relative;
	width: 100%;
	height: 800px;
	/* Adjustable height */
	overflow: hidden;
}

.slider-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.hero-slide.active {
	opacity: 1;
	z-index: 1;
}

/* Re-use existing hero content styles but ensure they are visible */
.hero-slide .hero-content {
	position: relative;
	z-index: 3;
	max-width: 900px;
	margin: 0 auto;
}

.hero-overlay {
	/* Ensure overlay covers slide */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

/* Slider Controls */
.slider-prev,
.slider-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.2);
	border: none;
	z-index: 10;
}

.slider-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.slider-prev:hover,
.slider-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.slider-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot.active,
.dot:hover {
	background-color: #0099CC;
}

/* PROCESS SECTION FIX */
.process-grid {
	/* Ensure grid is active */
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	margin-top: 50px;
}

.process-step {
	background: #fff;
	padding: 30px 20px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	/* Premium Shadow */
	transition: transform 0.3s ease;
}

.process-step:hover {
	transform: translateY(-5px);
}

/* TESTIMONIALS SECTION */
.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.testimonial-item {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	text-align: center;
	position: relative;
}

.quote-icon {
	color: #0099CC;
	font-size: 2rem;
	margin-bottom: 15px;
}

.testimonial-item p {
	font-style: italic;
	color: #555;
	margin-bottom: 20px;
}

.testimonial-item h4 {
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

/* PREMIUM ABOUT US SECTION */
.about-premium-section {
	background-color: #fff;
	overflow: visible;
}

.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

/* Image Side */
.about-image {
	position: relative;
	padding-left: 20px;
	padding-bottom: 20px;
}

.about-image img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 20px 20px 0px rgba(0, 153, 204, 0.1);
	/* Creative shadow */
}

/* Experience Badge */
.experience-badge {
	position: absolute;
	bottom: 50px;
	left: 0;
	background: #0099CC;
	color: #fff;
	padding: 20px 30px;
	border-radius: 5px;
	box-shadow: 0 10px 20px rgba(0, 153, 204, 0.3);
	text-align: center;
	z-index: 2;
}

.experience-badge .years {
	display: block;
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1;
}

.experience-badge .text {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Text Side */
.sub-heading {
	color: #0099CC;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
}

.main-heading {
	font-size: 2.5rem;
	font-weight: 800;
	color: #333;
	margin-bottom: 25px;
	line-height: 1.2;
}

.main-heading .highlight {
	color: #0099CC;
}

.lead-text {
	font-size: 1.1rem;
	color: #555;
	font-weight: 500;
	margin-bottom: 20px;
	border-left: 4px solid #0099CC;
	padding-left: 15px;
}

.description {
	color: #666;
	margin-bottom: 30px;
	line-height: 1.8;
}

.about-list {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.about-list li {
	margin-bottom: 10px;
	font-size: 1.05rem;
	color: #333;
	display: flex;
	align-items: center;
}

.about-list li i {
	color: #0099CC;
	margin-right: 10px;
	font-size: 1.2rem;
}

/* PREMIUM UPDATES FOR ALL SECTIONS */

/* Product Card Premium Look */
.product-card {
	border: none;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.product-card .card-content {
	padding: 25px;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.product-card h3 {
	font-weight: 700;
	margin-bottom: 10px;
	color: #222;
}

/* WhatsApp Button Style */
.whatsapp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #25D366;
	/* WhatsApp Green */
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	margin-top: auto;
	/* Push to bottom */
	box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	align-self: center;
}

.whatsapp-btn:hover {
	background-color: #128C7E;
	transform: scale(1.05);
	box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
	margin-right: 8px;
	font-size: 1.2rem;
}

/* Premium News Card */
.news-item {
	background: #fff;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	position: relative;
	transition: transform 0.3s ease;
	border-bottom: 3px solid transparent;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-item:hover {
	transform: translateY(-5px);
	border-bottom: 3px solid #0099CC;
}

.news-date {
	font-size: 0.85rem;
	font-weight: 700;
	color: #0099CC;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.news-item h4 {
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.4;
}

.news-item p {
	flex-grow: 1;
}

.news-item .read-more {
	font-weight: 600;
	color: #333;
	margin-top: auto;
	/* Push to bottom */
	display: inline-block;
	align-self: flex-start;
}

/* PRODUCTS PAGE SIDEBAR LAYOUT */
.product-page-container {
	display: flex;
	gap: 40px;
	margin-bottom: 80px;
}

/* Sidebar */
.product-sidebar {
	width: 280px;
	flex-shrink: 0;
}

.sidebar-widget {
	background: #fff;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.widget-title {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #f1f1f1;
	color: #333 !important;
	-webkit-text-fill-color: #333 !important;
	display: block;
}

/* Vertical Filters */
.filter-menu {
	display: flex;
	flex-direction: column;
	gap: 0;
	/* Remove gap for connected list */
	border: 1px solid #f1f1f1;
	/* Border around the whole list */
	border-radius: 8px;
	overflow: hidden;
}

.filter-btn {
	background: transparent;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	/* Separator line */
	padding: 15px 20px;
	/* Increased padding for list item feel */
	text-align: left;
	font-weight: 600;
	color: #555;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	border-radius: 0;
	/* Sharp corners inside */
}

.filter-btn:last-child {
	border-bottom: none;
	/* No line for last item */
}

.filter-btn i {
	margin-right: 10px;
	font-size: 1.2rem;
	color: #999;
	width: 20px;
	text-align: center;
}

.filter-btn:hover,
.filter-btn.active {
	background: #f9f9f9;
	/* Subtle hover background */
	color: #0099CC;
	padding-left: 25px;
	/* Slide effect */
}

.filter-btn:hover i,
.filter-btn.active i {
	color: #0099CC;
}

/* Contact Widget */
.contact-widget {
	text-align: center;
	background: #2b3e50;
	color: #fff;
}

.contact-widget .widget-title {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	border-color: rgba(255, 255, 255, 0.1);
}

.contact-widget p {
	color: #ccc;
	font-size: 0.9rem;
	margin-bottom: 20px;
}

.phone-link {
	display: inline-block;
	background: #4dd0e1;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: bold;
	text-decoration: none;
}

/* Main Content & Grid */
.product-content {
	flex-grow: 1;
}

.product-grid-layout {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* Force 3 columns */
	gap: 30px;
}

/* Homepage Product Grid Override */
.product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* Force 4 columns */
	gap: 30px;
	margin-bottom: 50px;
}

/* Responsive */
@media (max-width: 991px) {
	/* About: metin üstte, resim ve istatistik altta */
	.about-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.about-text {
		order: 1;
	}

	.about-image {
		order: 2;
		padding-left: 0;
		padding-bottom: 0;
	}

	.about-image img {
		box-shadow: none;
		border-radius: 8px;
	}

	.experience-badge {
		position: relative;
		bottom: auto;
		left: auto;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		margin-top: 12px;
		padding: 12px 20px;
	}

	.experience-badge .years {
		font-size: 1.8rem;
	}

	.experience-badge .text {
		font-size: 0.75rem;
	}

	.main-heading {
		font-size: 1.75rem;
		line-height: 1.3;
	}

	.product-page-container {
		flex-direction: column;
	}

	.product-sidebar {
		width: 100%;
	}

	.product-grid-layout,
	.product-grid {
		grid-template-columns: repeat(2, 1fr);
		/* 2 cols on tablet */
	}
}

@media (max-width: 576px) {

	.product-grid-layout,
	.product-grid {
		grid-template-columns: 1fr;
		/* 1 col on mobile */
	}

	/* Responsive Promo Banner */
	.promo-banner {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}

	/* Responsive Benefits */
	.benefits-strip {
		grid-template-columns: 1fr !important;
		/* Stack vertically */
		gap: 30px !important;
	}
}

/* Slider Premium Effects */

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bgPan {
	0% {
		background-position: 50% 50%;
		background-size: 100%;
	}

	100% {
		background-position: 50% 50%;
		background-size: 110%;
	}
}

.hero-slide {
	background-size: cover !important;
	background-position: center !important;
}

.hero-slide.active {
	animation: bgPan 20s linear infinite alternate;
}

.hero-slide.active .hero-content h1 {
	opacity: 0;
	animation: fadeInUp 0.8s ease-out forwards;
	animation-delay: 0.2s;
}

.hero-slide.active .hero-content h2 {
	opacity: 0;
	animation: fadeInUp 0.8s ease-out forwards;
	animation-delay: 0.5s;
}

.hero-slide.active .hero-content .hero-buttons {
	opacity: 0;
	animation: fadeInUp 0.8s ease-out forwards;
	animation-delay: 0.8s;
}

/* Product Pagination */
.product-pagination {
	margin-top: 50px;
	text-align: center;
	grid-column: 1 / -1;
	width: 100%;
}

.product-pagination ul {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 10px;
	justify-content: center;
}

.product-pagination li {
	margin: 0;
}

.product-pagination li a,
.product-pagination li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #333;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
}

.product-pagination li span.current,
.product-pagination li a:hover {
	background: #0099CC;
	color: #fff;
	border-color: #0099CC;
}

.product-pagination .dashicons {
	font-size: 1.2rem;
	width: auto;
	height: auto;
}