/* ==========================================================================
   1. FONTS
   ========================================================================== */
@font-face {
  font-family: 'Zilla Slab Greek';
  src: url('../fonts/ZillaSlabGreek-Bold.woff2') format('woff2'),
       url('../fonts/ZillaSlabGreek-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zilla Slab Greek';
  src: url('../fonts/ZillaSlabGreek-SemiBold.woff2') format('woff2'),
       url('../fonts/ZillaSlabGreek-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zilla Slab Greek';
  src: url('../fonts/ZillaSlabGreek-Medium.woff2') format('woff2'),
       url('../fonts/ZillaSlabGreek-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zilla Slab Greek';
  src: url('../fonts/ZillaSlabGreek-Light.woff2') format('woff2'),
       url('../fonts/ZillaSlabGreek-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CF Asty Std';
  src: url('../fonts/CFAstyStd-BoldOblique.woff2') format('woff2'),
       url('../fonts/CFAstyStd-BoldOblique.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'CF Asty Std';
  src: url('../fonts/CFAstyStd-ExtraBold.woff2') format('woff2'),
       url('../fonts/CFAstyStd-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CF Asty Std';
  src: url('../fonts/CFAstyStd-LightOblique.woff2') format('woff2'),
       url('../fonts/CFAstyStd-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'CF Asty Std';
  src: url('../fonts/CFAstyStd-ExtraBoldOblique.woff2') format('woff2'),
       url('../fonts/CFAstyStd-ExtraBoldOblique.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'CF Asty Std';
  src: url('../fonts/CFAstyStd-Book.woff2') format('woff2'),
       url('../fonts/CFAstyStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CF Asty Std';
  src: url('../fonts/CFAstyStd-Light.woff2') format('woff2'),
       url('../fonts/CFAstyStd-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CF Asty Std';
  src: url('../fonts/CFAstyStd-BookOblique.woff2') format('woff2'),
       url('../fonts/CFAstyStd-BookOblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'CF Asty Std';
  src: url('../fonts/CFAstyStd-Bold.woff2') format('woff2'),
       url('../fonts/CFAstyStd-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   2. RESET & BASE STYLES
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #F2F2F2;
  font-family: 'CF Asty Std', sans-serif;
  overflow-x: hidden;
  position: relative;
  color: #222222;
}

img {
  max-width: 100%;
  height: auto;
}


/* Lenis smooth scrolling base CSS */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* ==========================================================================
   3. NAVIGATION / LOGO
   ========================================================================== */
.logo {
  text-align: center;
  padding-top: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.logo img {
  max-width: 220px;
}

/* ==========================================================================
   4. SECTION 1 & MAIN CONTENT
   ========================================================================== */
.section_1 {
  background-image: url('images/bg1.jpg');
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 190px;
  padding-bottom: 60px;
}

.top_texts {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

.hyper-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #111a1a;
  background-color: #9dbcbc;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 60px;
}

.main_title {
  font-family: 'Zilla Slab Greek', serif;
  font-size: 60px;
  color: #222222;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.15;
}

/* Side decorative images (Desktop) */
.left_main_image {
  position: absolute;
  left: -160px;
  top: 10%;
  pointer-events: none;
}

.right_main_image {
  position: absolute;
  right: -220px;
  top: 10%;
  pointer-events: none;
}

/* Karastefanis Box */
.karastefanis-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 820px;
  margin: 30px auto;
  padding: 0 10px;
}

.karastefanis-image {
  width: 100%;
  max-width: 240px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.karastefanis-text {
  font-size: 21px;
  text-align: left;
  font-weight: 700;
  line-height: 1.35;
}

/* Text descriptions */
.main_description-2 {
  font-size: 21px;
  line-height: 32px;
  margin-top: 20px;
}

.main_explainer {
  font-size: 36px;
  font-weight: 900;
  margin-top: 80px;
}

.main_description {
  font-size: 21px;
  line-height: 36px;
  color: #222;
  margin-bottom: 30px;
}

/* ==========================================================================
   5. CONTACT ICONS / BOXES
   ========================================================================== */
.main_icons {
  max-width: 1150px;
  padding: 10px 20px;
  margin: 40px auto;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.box_link {
  flex: 1 1 calc(25% - 20px);
  min-width: 180px;
  text-align: center;
  text-decoration: none;
  color: #222;
  transition: transform 0.3s ease;
}

.box {
  background: #ffffff;
  padding: 25px 15px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box img {
  height: 60px;
  width: auto;
  object-fit: contain;
  margin-bottom: 15px;
}

.box_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.box_description {
  font-size: 16px;
  color: #555;
  word-break: break-all;
}

.sub_explainer {
  max-width: 860px;
  padding: 10px 20px;
  margin: 0 auto;
  text-align: center;
  color: #6D6D6D;
  font-size: 13px;
  line-height: 26px;
  font-style: italic;
}

/* ==========================================================================
   6. FOOTER
   ========================================================================== */
footer {
  position: relative;
  margin: 40px auto;
  text-align: center;
  color: #777;
  font-size: 14px;
}

/* ==========================================================================
   7. MEDIA QUERIES (RESPONSIVENESS)
   ========================================================================== */

/* Large Screens / Laptops (Hide absolute overlapping decorative graphics) */
@media screen and (max-width: 1500px) {
  .left_main_image, 
  .right_main_image {
    display: none;
  }
}

/* Tablet Screens (1024px and below) */
@media screen and (max-width: 1024px) {
  .section_1 {
    padding-top: 150px;
  }

  .main_title {
    font-size: 46px;
  }

  .main_explainer {
    font-size: 32px;
    margin-top: 60px;
  }

  .main_description-2 {
    font-size: 19px;
    line-height: 30px;
  }

  .box_link {
    flex: 1 1 calc(50% - 20px); /* 2 items per row */
  }
}

/* Mobile Devices (768px and below) */
@media screen and (max-width: 768px) {
  .logo {
    padding-top: 25px;
  }

  .logo img {
    max-width: 180px;
  }

  .section_1 {
    padding-top: 130px;
  }

  .hyper-title {
    font-size: 20px;
  }

  .main_title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .karastefanis-box {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .karastefanis-image {
    max-width: 180px;
  }

  .karastefanis-text {
    text-align: center;
    font-size: 18px;
  }

  .main_description-2 {
    font-size: 17px;
    line-height: 26px;
  }

  .main_explainer {
    font-size: 26px;
    margin-top: 50px;
  }

  .main_icons {
    gap: 15px;
  }

  .box_link {
    flex: 1 1 100%; /* 1 item per row */
  }

  .box {
    padding: 20px 15px;
  }

  .sub_explainer {
    font-size: 14px;
    line-height: 22px;
  }
}