/*
Theme Name: Woodmart Child
Description: Woodmart Child Theme
Author: XTemos
Author URI: http://xtemos.com
Template: woodmart
Version: 1.0.0
Text Domain: woodmart
*/

/* ===== Global smooth feeling ===== */
html {
scroll-behavior: smooth;
}

/* ===== Chrome, Edge, Safari ===== */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}

::-webkit-scrollbar-track {
background: #000000;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: linear-gradient(180deg, #00a0a0, #0bc2c2);
border-radius: 10px;
border: 2px solid #f4f7f7;
transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
background: linear-gradient(180deg, #00b3b3, #006666);
}

::-webkit-scrollbar-thumb:active {
background: #004c4c;
}

/* ===== Firefox ===== */
* {
scrollbar-width: thin;
scrollbar-color: #008080 #000000;
}

/* mobile menu icons */
.wd-tools-icon,
.wd-icon-alt {
	color: #fff !important;
}

.wd-page-content.main-page-wrapper {
	min-height: 64vh;
}

.hero-text {
max-width: 400px;
color: #fff;
}

.hero-text h2 {
font-size: 18px;
font-weight: 800;
letter-spacing: 1px;
margin-bottom: 10px;
}

.hero-text p {
font-size: 14px;
line-height: 1.6;
color: #bfbfbf;
}

.wi-footer-links-title {
margin: 0 0 18px;
font-size: 18px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
}

.wi-footer-menu {
list-style: none;
margin: 0;
padding: 0;
}

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

.wi-footer-menu li a {
color: #bfbfbf;
text-decoration: none;
transition: opacity 0.2s ease;
}

.wi-footer-menu li a:hover {
color: #008080;
}

/**/

.wd-widget > p {
display: none !important;
}

.scrollToTop.button-show {
background-color: #008080 !important;
}

/* ΦΙΛΟΣΟΦΙΑ */
.wi-philosophy-section {
width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
padding: 80px 40px;
}

.wi-philosophy-section__inner {
max-width: 1600px;
margin: 0 auto;
}

.wi-philosophy {
display: grid;
grid-template-columns: minmax(320px, 500px) minmax(320px, 1fr);
align-items: center;
gap: 60px;
}

.wi-philosophy__media {
position: relative;
}

.wi-philosophy__image {
display: block;
width: 100%;
height: 100% !important;
border: 2px solid #00cfd1;
box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
object-fit: cover;
}

.wi-philosophy__content {
color: #ffffff;
}

.wi-philosophy__title {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
margin: 0 0 24px;
font-size: clamp(32px, 4vw, 56px);
font-weight: 700;
line-height: 1.05;
text-transform: uppercase;
letter-spacing: 0.02em;
}

.wi-philosophy__title-part {
color: #ffffff;
}

.wi-philosophy__title-part--accent {
color: #00cfd1;
}

.wi-philosophy__divider {
width: 74px;
height: 4px;
margin-bottom: 28px;
background-color: #00cfd1;
}

.wi-philosophy__text p {
margin: 0;
color: rgba(255, 255, 255, 0.82);
font-size: 22px;
line-height: 1.8;
font-weight: 400;
}

/* Tablet */
@media (max-width: 1024px) {
.wi-philosophy {
grid-template-columns: 1fr;
gap: 40px;
}

.wi-philosophy__media {
max-width: 620px;
}

.wi-philosophy__text p {
font-size: 19px;
}
}

/* Mobile */
@media (max-width: 767px) {
.wi-philosophy-section {
padding: 56px 0;
}

.wi-philosophy {
gap: 28px;
}

.wi-philosophy__title {
gap: 8px;
margin-bottom: 18px;
font-size: 30px;
}

.wi-philosophy__divider {
width: 58px;
height: 3px;
margin-bottom: 20px;
}

.wi-philosophy__text p {
font-size: 16px;
line-height: 1.7;
}
}





/* */
.wi-philosophy-section__inner {
max-width: 1400px;
}

.wi-philosophy__media {
width: 100%;
height: 100%;
}

.wi-philosophy__image {
width: 100%;
height: 100%;
min-height: 400px;
object-fit: cover;
}


/* carousel title with link */
.wi-section-head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}

.wi-section-title {
/* font-size: 36px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0; */

margin: 0;
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-size: clamp(1.875rem, 3.6vw, 2.875rem);
font-weight: 800;
line-height: 1.05;
letter-spacing: 0.06em;
text-transform: uppercase;
}

.wi-section-title__white {
color: #ffffff;
}

.wi-section-title__accent {
color: #008080;
}

.wi-section-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #008080;
text-decoration: none;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
transition: all 0.3s ease;
}

.wi-section-link:hover {
opacity: 0.8;
transform: translateX(3px);
}

.wi-section-link__arrow {
font-size: 18px;
}
