.elementor-kit-9{--e-global-color-primary:#0D2B4E;--e-global-color-secondary:#B8924A;--e-global-color-text:#1A1612;--e-global-color-accent:#2A6090;--e-global-color-77a834e:#FFFFFF;--e-global-color-01c4d84:#000000;--e-global-color-d4061cc:#070F1E;--e-global-color-75949ef:#FFFFFF66;--e-global-color-9bce9af:#FFFFFF99;--e-global-color-85c78a4:#AFC4D4;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:500;color:#1A1A2E;font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:#1A1111;font-family:"DM Sans", Sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1.5em;border-radius:4px 4px 4px 4px;padding:14px 32px 14px 32px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#0A0707;padding-inline-end:0px;padding-inline-start:0px;}.elementor-kit-9 h1{color:#0D2B4E;font-family:"Cormorant Garamond", Sans-serif;font-size:72px;font-weight:300;line-height:1em;}.elementor-kit-9 h2{color:#0D2B4E;font-family:"Cormorant Garamond", Sans-serif;font-size:52px;font-weight:300;line-height:1.1em;}.elementor-kit-9 h3{color:#0D2B4E;font-family:"Cormorant Garamond", Sans-serif;font-size:36px;font-weight:400;line-height:1.2em;}.elementor-kit-9 h4{color:#0D2B4E;font-family:"DM Sans", Sans-serif;font-size:20px;font-weight:500;line-height:1.4em;}.elementor-kit-9 h5{color:#0D2B4E;font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:500;line-height:1.4em;}.elementor-kit-9 h6{color:#0D2B4E;font-family:"DM Sans", Sans-serif;font-size:14px;font-weight:500;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Yacht Gallery Grid */
.yg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.yg-gallery-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.yg-gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .yg-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .yg-gallery-grid { grid-template-columns: 1fr; }
}

/* Yacht Specs Table */
.yg-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}
.yg-spec-label {
  color: #888;
  padding: 10px 16px 10px 16p;
  border-bottom: 0.5px solid #e8e3da;
  width: 45%;
  font-weight: 400;
}
.yg-spec-value {
  font-weight: 500;
  color: #1A1612;
  padding: 10px 0 10px 16px;
  border-bottom: 0.5px solid #e8e3da;
}

.yg-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.yg-featured-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #e8e3da;
  transition: transform 0.2s;
}
.yg-featured-card:hover { transform: translateY(-4px); }
.yg-featured-img-wrap img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
.yg-featured-body { padding: 20px; }
.yg-featured-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; margin: 0 0 8px; }
.yg-featured-title a { color: #0D2B4E; text-decoration: none; }
.yg-featured-meta { color: #888; font-size: 13px; margin: 0 0 8px; }
.yg-featured-price { color: #B8924A; font-size: 20px; font-family: 'Cormorant Garamond', serif; margin: 0 0 16px; }
.yg-featured-btn { display: inline-block; background: #B8924A; color: #fff; padding: 8px 20px; border-radius: 6px; font-size: 13px; text-decoration: none; }
@media (max-width: 768px) { .yg-featured-grid { grid-template-columns: 1fr; } }
/* Loop Grid Cards — σταθερό ύψος εικόνων */
.elementor-loop-item .elementor-widget-featured-image img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

/* Cards ίδιο ύψος */
.elementor-loop-item {
  display: flex;
  flex-direction: column;
}

.elementor-loop-item .e-con {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Button πάντα στο κάτω μέρος */
.elementor-loop-item .elementor-widget-button {
  margin-top: auto;
}
/* Fix loop item image heights */
[class*="loop-item"] img {
  height: 220px !important;
  width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Equal height cards */
[class*="loop-item"] {
  display: flex !important;
  flex-direction: column !important;
}

[class*="loop-item"] > .e-con,
[class*="loop-item"] > div {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Button always at bottom */
[class*="loop-item"] .elementor-widget-button {
  margin-top: auto !important;
}/* End custom CSS */