/*
Theme Name: Eleni Stathopoulou Child Theme
Theme URI: https://example.com/
Description: A custom child theme for Eleni Stathopoulou - Luxury Bridal Makeup Artist
Author: Dionisis Iliopoulos
Author URI: https://promoters.com/
Template: twentytwentyfour
Version: 1.0.0
Text Domain: eleni-stathopoulou-child
*/

/* Import parent theme styles */
@import url('../twentytwentyfour/style.css');

/* Custom Fonts */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Poppins:wght@275;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');

/* Custom CSS */
:root {
  --font-eb-garamond: 'EB Garamond', serif;
  --font-cormorant-garamond: 'Cormorant Garamond', serif;
  --font-poppins: 'Poppins', sans-serif;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-light-gray: #F5F5F5;
  --color-medium-gray: #D9D9D9;
  --color-off-white: #FCFCFC;
}

body {
  font-family: var(--font-poppins);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Header Styles - Exact Figma Specifications */
.eleni-header {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: var(--color-off-white);
}

.eleni-header-inner {
  position: relative;
  width: 1440px;
  height: 80px;
  margin: 0 auto;
}

.eleni-logo {
  position: absolute;
  top: 5.5px;
  left: 20px;
  width: 449px;
  height: 69px;
}

.eleni-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eleni-social-icons {
  position: absolute;
  top: 27.5px;
  left: 491px;
  width: 60px;
  height: 25px;
  display: flex;
}

.eleni-facebook-icon {
  width: 13px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eleni-facebook-icon img {
  width: 100%;
  height: 100%;
}

.eleni-instagram-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}

.eleni-instagram-icon img {
  width: 100%;
  height: 100%;
}

.eleni-nav {
  position: absolute;
  top: 27.5px;
  left: 720px;
  width: 590px;
  height: 25px;
}

.eleni-nav a {
  position: absolute;
  height: 25px;
  display: flex;
  align-items: center;
  color: var(--color-black);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.eleni-nav a:nth-child(1) {
  left: 0;
  width: 60px;
}

.eleni-nav a:nth-child(2) {
  left: 90px;
  width: 60px;
}

.eleni-nav a:nth-child(3) {
  left: 180px;
  width: 100px;
}

.eleni-nav a:nth-child(4) {
  left: 310px;
  width: 90px;
}

.eleni-nav a:nth-child(5) {
  left: 430px;
  width: 80px;
}

.eleni-lang-switcher {
  position: absolute;
  top: 27.5px;
  right: 20px;
  width: 56px;
  height: 25px;
  display: flex;
}

.eleni-lang-gr {
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.eleni-lang-en {
  position: absolute;
  left: 31px;
  width: 25px;
  height: 25px;
  background-color: var(--color-white);
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

/* Hero Section - Exact Figma Specifications */
.eleni-hero {
  position: relative;
  width: 1441px;
  height: 810px;
  margin: 0 auto;
}

.eleni-hero-inner {
  position: absolute;
  width: 1440px;
  height: 800px;
  background-color: var(--color-light-gray);
}

.eleni-hero-bg {
  position: absolute;
  width: 1440px;
  height: 810px;
  overflow: hidden;
}

.eleni-hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.eleni-hero-text {
  position: absolute;
  width: 900px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-eb-garamond);
  font-weight: 400;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: 0.02em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  z-index: 2;
}

.eleni-hero-button {
  position: absolute;
  width: 300px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  border: 0.5px solid var(--color-white);
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 2;
}

.eleni-hero-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.eleni-hero-button-text {
  position: absolute;
  width: 267px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  color: var(--color-white);
  transition: color 0.3s;
}

.eleni-hero-button:hover .eleni-hero-button-text {
  color: var(--color-black);
}

/* About Section - Exact Figma Specifications */
.eleni-about {
  position: relative;
  width: 1440px;
  height: 600px;
  margin: 0 auto;
  background-color: var(--color-medium-gray);
}

.eleni-about-image {
  position: absolute;
  left: 100px;
  top: 95px;
  width: 520px;
  height: 410px;
  background-color: var(--color-medium-gray);
}

.eleni-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eleni-about-title {
  position: absolute;
  left: 720px;
  top: 95px;
  width: 520px;
  height: 110px;
  font-family: var(--font-eb-garamond);
  font-weight: 400;
  font-size: 60px;
  line-height: 78px;
  letter-spacing: 0.02em;
  color: var(--color-black);
  display: flex;
  align-items: center;
}

.eleni-about-text {
  position: absolute;
  left: 720px;
  top: 235px;
  width: 370px;
  height: 300px;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: var(--color-black);
  display: flex;
  align-items: flex-start;
}

/* Services Section - Exact Figma Specifications */
.eleni-services {
  background-color: var(--color-black);
  color: var(--color-white);
}

.eleni-services-container {
  position: relative;
  width: 1440px;
  height: 600px;
  margin: 0 auto;
}

.eleni-service-card {
  position: absolute;
}

.eleni-service-bridal {
  left: 88px;
  top: 160px;
  width: 282px;
  height: 278px;
}

.eleni-service-portfolio {
  left: 503px;
  top: 160px;
  width: 360px;
  height: 278px;
}

.eleni-service-education {
  left: 995px;
  top: 160px;
  width: 370px;
  height: 278px;
}

.eleni-service-border {
  position: absolute;
  inset: 0;
}

.eleni-service-symbol {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 200px;
  height: 220px;
  font-family: var(--font-eb-garamond);
  font-weight: 600;
  font-size: 300px;
  line-height: 220px;
  letter-spacing: 0.1em;
  opacity: 0.15;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.eleni-service-symbol.portfolio {
  font-family: var(--font-cormorant-garamond);
  left: 80px;
}

.eleni-service-symbol.education {
  left: 85px;
}

.eleni-service-title {
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  font-family: var(--font-eb-garamond);
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.eleni-service-text {
  position: absolute;
  left: 50%;
  top: 210px;
  transform: translateX(-50%);
  width: 250px;
  height: 60px;
  font-family: var(--font-poppins);
  font-weight: 275;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Portfolio Section - Exact Figma Specifications */
.eleni-portfolio {
  position: relative;
  background-color: var(--color-white);
  width: 1440px;
  height: 800px;
  margin: 0 auto;
}

.eleni-portfolio-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 80px;
  top: 80px;
  font-family: var(--font-eb-garamond);
  font-weight: 400;
  font-size: 60px;
  line-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--color-black);
}

.eleni-portfolio-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  top: 200px;
  display: flex;
  justify-content: space-between;
}

.eleni-portfolio-item {
  width: 250px;
  text-align: center;
}

.eleni-portfolio-image {
  width: 250px;
  height: 300px;
  object-fit: cover;
}

.eleni-portfolio-item-title {
  width: 250px;
  height: 50px;
  margin-top: 20px;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-black);
}

.eleni-portfolio-item-title.two-lines {
  height: 77px;
  line-height: 35px;
  flex-direction: column;
}

.eleni-portfolio-item-desc {
  width: 250px;
  height: 50px;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-black);
}

.eleni-portfolio-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  height: 70px;
  top: 680px;
  border: 0.5px solid var(--color-black);
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
}

.eleni-portfolio-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.eleni-portfolio-button-text {
  position: absolute;
  width: 400.5px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.07em;
  color: var(--color-black);
  transition: color 0.3s;
}

.eleni-portfolio-button:hover .eleni-portfolio-button-text {
  color: var(--color-white);
}

/* Testimonials Section - Exact Figma Specifications */
.eleni-testimonials {
  position: relative;
  background-color: var(--color-black);
  width: 1440px;
  height: 1200px;
  margin: 0 auto;
}

.eleni-testimonials-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 80px;
  top: 80px;
  font-family: var(--font-eb-garamond);
  font-weight: 400;
  font-size: 60px;
  line-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--color-white);
}

.eleni-testimonials-grid {
  position: absolute;
  top: 200px;
  width: 1440px;
}

.eleni-testimonials-row {
  display: flex;
  justify-content: center;
}

.eleni-testimonials-row:nth-child(2) {
  margin-top: 100px;
}

.eleni-testimonial {
  width: 577px;
  height: 415px;
  position: relative;
}

.eleni-testimonial-photo {
  position: absolute;
  left: 50px;
  top: 0;
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.eleni-testimonial-text {
  position: absolute;
  width: 250px;
  height: 300px;
  left: 370px;
  top: 0;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-white);
}

.eleni-testimonial-name {
  position: absolute;
  width: 300px;
  height: 50px;
  left: 50px;
  top: 320px;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-white);
}

/* Footer - Exact Figma Specifications */
.eleni-footer {
  position: relative;
  background-color: var(--color-white);
  width: 1440px;
  height: 360px;
  margin: 0 auto;
  border-top: 1px solid var(--color-black);
}

.eleni-footer-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.eleni-footer-column {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}

.eleni-footer-logo {
  width: 254px;
  height: 39px;
}

.eleni-footer-divider {
  width: 1px;
  height: 100%;
  background-color: var(--color-black);
}

.eleni-footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eleni-footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.eleni-footer-menu li {
  margin-bottom: 20px;
}

.eleni-footer-menu a {
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--color-black);
}

.eleni-footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eleni-footer-contact p {
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-align: center;
  color: var(--color-black);
}

.eleni-footer-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eleni-footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.eleni-footer-social li {
  margin-bottom: 20px;
}

.eleni-footer-social a {
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--color-black);
}

/* Mobile Menu - Hidden by default */
.eleni-mobile-menu-toggle {
  display: none;
}

.eleni-mobile-menu {
  display: none;
}

/* RESPONSIVE STYLES - ΜΟΝΟ ΓΙΑ ΜΙΚΡΟΤΕΡΑ BREAKPOINTS */

/* Large screens - 1440px και κάτω */
@media (max-width: 1440px) {
  .eleni-header-inner,
  .eleni-hero,
  .eleni-hero-inner,
  .eleni-hero-bg,
  .eleni-about,
  .eleni-services-container,
  .eleni-portfolio,
  .eleni-testimonials,
  .eleni-footer {
    width: 100%;
  }
  
  .eleni-portfolio-container {
    width: 90%;
  }
}

/* Tablet Landscape - 1024px και κάτω */
@media (max-width: 1024px) {
  /* Mobile Menu Toggle */
  .eleni-mobile-menu-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1000;
  }
  
  .eleni-mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-black);
    margin-bottom: 5px;
    transition: all 0.3s;
  }
  
  .eleni-mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .eleni-mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .eleni-mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  
  /* Mobile Menu */
  .eleni-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    z-index: 999;
    padding: 80px 20px 20px;
  }
  
  .eleni-mobile-menu.active {
    display: block;
  }
  
  .eleni-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .eleni-mobile-menu li {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .eleni-mobile-menu a {
    font-family: var(--font-poppins);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: var(--color-black);
  }
  
  /* Hide desktop nav */
  .eleni-nav {
    display: none;
  }
  
  .eleni-header-inner {
    height: 80px;
  }
  
  .eleni-logo {
    position: absolute;
    top: 5.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
  }
  
  .eleni-social-icons {
    top: 27.5px;
    left: 20px;
  }
  
  .eleni-lang-switcher {
    display: none;
  }
  
  .eleni-hero {
    height: 600px;
  }
  
  .eleni-hero-inner,
  .eleni-hero-bg {
    height: 600px;
  }
  
  .eleni-hero-text {
    width: 80%;
    font-size: 45px;
    line-height: 55px;
  }
  
  .eleni-about {
    height: auto;
    padding-bottom: 40px;
  }
  
  .eleni-about-image {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    width: 80%;
    max-width: 520px;
  }
  
  .eleni-about-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    width: 80%;
    text-align: center;
  }
  
  .eleni-about-text {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    width: 80%;
    max-width: 520px;
    text-align: center;
    justify-content: center;
  }
  
  .eleni-services-container {
    height: auto;
    padding: 60px 0;
  }
  
  .eleni-service-card {
    position: relative;
    margin: 40px auto;
    left: auto !important;
    top: auto !important;
  }
  
  .eleni-portfolio {
    height: auto;
    padding-bottom: 100px;
  }
  
  .eleni-portfolio-container {
    position: relative;
    top: 120px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  
  .eleni-portfolio-button {
    position: relative;
    top: 160px;
  }
  
  .eleni-testimonials {
    height: auto;
    padding-bottom: 60px;
  }
  
  .eleni-testimonials-grid {
    position: relative;
    top: 120px;
  }
  
  .eleni-testimonials-row {
    flex-direction: column;
    align-items: center;
  }
  
  .eleni-testimonial {
    margin-bottom: 60px;
  }
  
  .eleni-testimonials-row:nth-child(2) {
    margin-top: 0;
  }
  
  .eleni-footer {
    height: auto;
  }
  
  .eleni-footer-container {
    flex-wrap: wrap;
  }
  
  .eleni-footer-column {
    width: 50%;
    padding: 30px 0;
  }
  
  .eleni-footer-divider {
    display: none;
  }
}

/* Tablet Portrait - 768px και κάτω */
@media (max-width: 768px) {
  .eleni-hero-text {
    font-size: 35px;
    line-height: 45px;
  }
  
  .eleni-hero-button {
    width: 250px;
    height: 60px;
  }
  
  .eleni-hero-button-text {
    font-size: 24px;
    line-height: 36px;
  }
  
  .eleni-about-title {
    font-size: 45px;
    line-height: 55px;
  }
  
  .eleni-about-text {
    font-size: 18px;
    line-height: 28px;
  }
  
  .eleni-portfolio-title,
  .eleni-testimonials-title {
    font-size: 45px;
    line-height: 55px;
  }
  
  .eleni-portfolio-button {
    width: 350px;
  }
  
  .eleni-portfolio-button-text {
    font-size: 24px;
    line-height: 36px;
  }
  
  .eleni-testimonial {
    width: 90%;
    max-width: 500px;
  }
  
  .eleni-testimonial-photo {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .eleni-testimonial-text {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 320px;
    width: 90%;
    max-width: 400px;
  }
  
  .eleni-testimonial-name {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 340px;
  }
  
  .eleni-footer-column {
    width: 100%;
  }
}

/* Mobile - 480px και κάτω */
@media (max-width: 480px) {
  .eleni-logo {
    width: 250px;
  }
  
  .eleni-hero-text {
    font-size: 28px;
    line-height: 36px;
  }
  
  .eleni-hero-button {
    width: 200px;
    height: 50px;
  }
  
  .eleni-hero-button-text {
    font-size: 18px;
    line-height: 27px;
  }
  
  .eleni-about-title {
    font-size: 35px;
    line-height: 45px;
  }
  
  .eleni-about-text {
    font-size: 16px;
    line-height: 24px;
  }
  
  .eleni-portfolio-title,
  .eleni-testimonials-title {
    font-size: 35px;
    line-height: 45px;
  }
  
  .eleni-portfolio-button {
    width: 280px;
  }
  
  .eleni-portfolio-button-text {
    font-size: 18px;
    line-height: 27px;
    width: 90%;
  }
  
  .eleni-testimonial-photo {
    width: 250px;
    height: 250px;
  }
  
  .eleni-testimonial-text {
    font-size: 16px;
    line-height: 24px;
  }
  
  .eleni-testimonial-name {
    font-size: 24px;
    line-height: 36px;
  }
}