/* GEODI HERO SLIDE */
.geodi-hero-slide {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.geodi-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.38),
        rgba(0, 0, 0, 0.18),
        rgba(0, 0, 0, 0.08)
    ) !important;
    opacity: 1 !important;
}

.geodi-hero-slide .container {
    position: relative;
    z-index: 2;
}

.geodi-hero-content {
    text-align: left !important;
    align-items: flex-start !important;
}

.geodi-hero-label {
    font-size: 13px !important;
    line-height: 1.4 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    opacity: 0.8 !important;
    text-align: left !important;
}

.geodi-hero-title {
    font-size: 68px !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -2px !important;
    text-shadow: 0 10px 30px rgba(0,0,0,0.28) !important;
    margin-bottom: 25px !important;
    text-align: left !important;
}

.geodi-hero-subtitle {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.geodi-hero-buttons {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 12px !important;
}

.geodi-hero-content {
    margin-left: 2% !important;
}

.geodi-hero-subtitle {
    max-width: 760px;
    font-size: 18px !important;
    line-height: 1.7 !important;
    opacity: 0.9 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 35px !important;
}

.geodi-hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.geodi-btn-primary {
    background-color: #c79a5c !important;
    border: 1px solid #c79a5c !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.geodi-btn-primary:hover {
    background-color: #b88949 !important;
    border-color: #b88949 !important;
    color: #ffffff !important;
}

.geodi-btn-secondary {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.65) !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.geodi-btn-secondary:hover {
    background: #ffffff !important;
    color: #1f1f1f !important;
    border-color: #ffffff !important;
}

@media (max-width: 1199px) {
    .geodi-hero-title {
        font-size: 56px !important;
    }
}

@media (max-width: 991px) {
    .geodi-hero-title {
        font-size: 44px !important;
        letter-spacing: -1px !important;
    }

    .geodi-hero-subtitle {
        font-size: 16px !important;
        line-height: 1.6 !important;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .geodi-hero-title {
        font-size: 34px !important;
    }

    .geodi-hero-label {
        font-size: 11px !important;
        letter-spacing: 2px !important;
    }

    .geodi-hero-buttons {
        gap: 10px;
    }
}


body {
    font-family: 'Manrope', sans-serif !important;
}

.alt-font {
    font-family: 'Manrope', sans-serif !important;
}

.geodi-hero-title {
    font-weight: 700 !important;
    letter-spacing: -1.5px !important;
}

.geodi-hero-subtitle {
    font-weight: 400;
}
.geodi-hero-label {
    font-weight: 500;
    letter-spacing: 2px;
}

.geodi-hero-title {
    font-size: 62px !important;
    letter-spacing: -1.2px !important;
    line-height: 1.1 !important;
}

.geodi-hero-subtitle {
    max-width: 620px !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
    opacity: 0.9;
}

.geodi-btn-primary {
    padding: 14px 30px !important;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.geodi-btn-secondary {
    padding: 14px 30px !important;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.geodi-hero-slide .geodi-hero-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.42),
        rgba(0, 0, 0, 0.58)
    ) !important;
}

.geodi-horeca-slide .geodi-hero-overlay {
    background: linear-gradient(
        to bottom,
        rgba(42, 28, 14, 0.36),
        rgba(24, 16, 10, 0.58)
    ) !important;
}

.geodi-b2b-slide .geodi-hero-overlay {
    background: linear-gradient(
        to bottom,
        rgba(12, 14, 18, 0.42),
        rgba(8, 10, 14, 0.62)
    ) !important;
}

.geodi-intro-section {
    background-color: #f9f7f3;
}

.geodi-intro-section h5 {
    line-height: 1.4;
}

.geodi-intro-section blockquote {
    font-size: 18px;
    line-height: 1.7;
}

blockquote {
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b;
}

img {
  border-radius: 6px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}


.geodi-categories-section {
    background-color: #23201d !important;
}

.geodi-categories-section .swiper-slide .bg-white {
    background-color: #f8f5ef !important;
}

.geodi-categories-section .text-slate-blue {
    color: #1f1f1f !important;
}

.geodi-categories-section .btn-slate-blue {
    background-color: #c79a5c !important;
    border-color: #c79a5c !important;
    color: #fff !important;
}

.geodi-categories-section .btn-slate-blue:hover {
    background-color: #b78a4d !important;
    border-color: #b78a4d !important;
    color: #fff !important;
}

.geodi-categories-section .swiper-button-prev,
.geodi-categories-section .swiper-button-next {
    background-color: #fff !important;
    color: #1f1f1f !important;
}

.geodi-category-card {
    overflow: hidden;
}

.geodi-editorial-section {
    background: #f7f3ed;
    padding: 110px 0;
}

.geodi-editorial-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.geodi-editorial-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.08);
}

.geodi-editorial-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b1844f;
    font-weight: 600;
}

.geodi-editorial-title {
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: -1.5px;
    color: #1f1c18;
    margin-bottom: 38px;
    font-weight: 700;
}

.geodi-editorial-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 0 0 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.geodi-editorial-number {
    font-size: 14px;
    color: #b1844f;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 3px;
}

.geodi-editorial-item h6 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.3;
    color: #1f1c18;
    font-weight: 600;
}

.geodi-editorial-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6b645d;
}

.geodi-editorial-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #1f1c18;
    text-decoration: none;
    border-bottom: 1px solid #1f1c18;
    padding-bottom: 4px;
    transition: all 0.25s ease;
}

.geodi-editorial-link:hover {
    color: #b1844f;
    border-color: #b1844f;
}

@media (max-width: 991px) {
    .geodi-editorial-section {
        padding: 90px 0;
    }

    .geodi-editorial-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .geodi-editorial-title {
        font-size: 30px;
        line-height: 1.15;
    }

    .geodi-editorial-item {
        grid-template-columns: 40px 1fr;
        gap: 14px;
    }

    .geodi-editorial-item h6 {
        font-size: 18px;
    }
}


.geodi-highlight-section {
    background-color: #8f908b; /* soft olive-grey / premium neutral */
}

.geodi-accent-block {
    background-color: #c79a5c; /* warm gold */
}

.geodi-overlap-word {
    color: rgba(33, 30, 26, 0.22);
    text-transform: lowercase;
}

.geodi-section-label {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    font-weight: 500;
}

.geodi-btn-light {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1f1c18;
    transition: all 0.3s ease;
}

.geodi-btn-light:hover {
    background-color: #c79a5c;
    border-color: #c79a5c;
    color: #ffffff;
}

.geodi-inline-link {
    text-decoration: none;
    transition: all 0.25s ease;
}

.geodi-inline-link:hover {
    color: #f3dfbf !important;
}

.geodi-highlight-section h5 {
    line-height: 1.15;
    letter-spacing: -0.8px;
}

@media (max-width: 991px) {
    .geodi-highlight-section h5 {
        font-size: 34px !important;
    }
}

@media (max-width: 767px) {
    .geodi-highlight-section h5 {
        font-size: 28px !important;
        line-height: 1.2;
    }

    .geodi-section-label {
        font-size: 11px;
        letter-spacing: 1.5px;
    }
}

/* =========================
   GEODI SECTION FIX PATCH
========================= */

/* Background πιο premium */
.geodi-highlight-section {
    background: linear-gradient(180deg, #8f8e88 0%, #7f7d77 100%);
    padding-bottom: 120px;
}

/* Gold block πιο elegant */
.geodi-accent-block {
    background: linear-gradient(180deg, #c5a06a, #b89158);
    opacity: 0.85;
}

/* Vertical geodi πιο subtle */
.geodi-overlap-word {
    color: rgba(0, 0, 0, 0.12);
}

/* Eyebrow καλύτερο spacing */
.geodi-section-label {
    margin-bottom: 14px;
    opacity: 0.8;
}

/* Title hierarchy fix */
.geodi-highlight-section h5 {
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -1px;
    margin-bottom: 22px;
}

/* Paragraph πιο readable */
.geodi-highlight-section p {
    opacity: 0.75;
    max-width: 520px;
}

/* CTA button πιο premium */
.geodi-btn-light {
    background-color: #ffffff;
    color: #1f1c18;
    border-radius: 999px;
    padding: 12px 20px;
    transition: all 0.25s ease;
}

.geodi-btn-light:hover {
    background-color: #c5a06a;
    color: #ffffff;
}

/* Inline link πιο sharp */
.geodi-inline-link {
    opacity: 0.85;
    transition: all 0.25s ease;
}

.geodi-inline-link:hover {
    opacity: 1;
    color: #f3dfbf !important;
}

/* Image λίγο πιο premium */
.geodi-highlight-section img {
    border-radius: 10px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}

/* Mobile fix */
@media (max-width: 991px) {
    .geodi-highlight-section h5 {
        font-size: 34px;
        line-height: 1.15;
    }

    .geodi-highlight-section {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .geodi-highlight-section h5 {
        font-size: 28px;
    }

    .geodi-highlight-section p {
        font-size: 15px;
    }
}


/* =========================
   GEODI USAGE SECTION
========================= */

.geodi-usage-section .blog-post {
    overflow: hidden;
    transition: all 0.3s ease;
}

.geodi-usage-section .blog-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.geodi-usage-section .blog-post-image img {
    transition: transform 0.5s ease;
}

.geodi-usage-section .blog-post:hover .blog-post-image img {
    transform: scale(1.04);
}

.geodi-usage-section .blog-category {
    background-color: rgba(31, 28, 24, 0.88);
    color: #fff !important;
    border-radius: 3px;
    padding: 7px 14px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.geodi-usage-section .post-details a {
    line-height: 1.4;
}

.geodi-usage-section .post-details p {
    color: #6f6b66;
    line-height: 1.8;
}

.geodi-usage-section .col-lg-5 p {
    color: #6f6b66;
    line-height: 1.8;
}



.geodi-quality-section {
    padding: 110px 0;
}

.geodi-quality-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.geodi-quality-item strong {
    display: block;
    margin-bottom: 5px;
}

.geodi-quality-item p {
    margin: 0;
    font-size: 14px;
    color: #6f6b66;
}

.geodi-badges-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.geodi-badge {
    border: 1px solid rgba(0,0,0,0.08);
    padding: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    background: #f9f7f3;
}


input, textarea {
    color: #2b2b2b;
}

input::placeholder,
textarea::placeholder {
    color: rgba(0,0,0,0.4);
}


.geodi-hero-content {
    padding-left: 4vw !important;
}

.geodi-hero-content {
    max-width: 470px;
}
.geodi-hero-overlay {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.46),
        rgba(0, 0, 0, 0.20),
        rgba(0, 0, 0, 0.05)
    ) !important;
}

/* MAIN MENU */
.navbar .nav-link {
    font-size: 16px; /* δοκίμασε 16-18px */
    font-weight: 500;
}

/* DROPDOWN MENU */
.dropdown-menu li a {
    font-size: 15px;
    font-weight: 400;
}

/* SUB-DROPDOWN (2ο επίπεδο) */
.dropdown-menu .dropdown-menu li a {
    font-size: 14px;
}

.navbar .nav-link {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.dropdown-menu li a {
    font-size: 15.5px;
    letter-spacing: 0.2px;
}
.navbar .nav-link {
    padding: 12px 18px;
}


.navbar .nav-link {
    font-size: 17px;
    font-weight: 500;
}

.simple-dropdown .dropdown-menu > li > a {
    font-size: 15.5px;
    font-weight: 400;
}

.simple-dropdown .dropdown-menu .dropdown-menu > li > a {
    font-size: 14.5px;
    opacity: 0.9;
}

.dropdown > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown > a i {
    margin-left: 10px;
}

.dropdown > a {
    position: relative;
    padding-right: 20px;
}

.dropdown > a i {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

/* Product cards equal height */
.row.row-cols-1.row-cols-lg-3.row-cols-sm-2 > .col {
    display: flex;
}

.row.row-cols-1.row-cols-lg-3.row-cols-sm-2 > .col > .bg-light-gray {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.row.row-cols-1.row-cols-lg-3.row-cols-sm-2 > .col > .bg-light-gray img {
    width: 100%;
    height: 320px;
    object-fit: contain;
    background: #fff;
}

.row.row-cols-1.row-cols-lg-3.row-cols-sm-2 > .col > .bg-light-gray .text-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-grid .bg-light-gray {
    background: #f7f7f7;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-grid > .col {
    display: flex;
    margin-bottom: 40px; /* 👈 αυτό κάνει τη διαφορά */
}


.product-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.product-grid > .col {
    padding: 0 15px 40px; /* 👈 ΕΔΩ ΓΙΝΕΤΑΙ ΤΟ MAGIC */
    display: flex;
}

.product-grid > .col {
    padding-bottom: 40px;
}
.tab-style-02 .nav-tabs {
    gap: 18px;
    border-bottom: 0;
}

.tab-style-02 .nav-tabs .nav-item {
    margin: 0;
}

.tab-style-02 .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 22px 26px;
    border: 1px solid #e5e1dc;
    border-radius: 14px;
    background: #ffffff;
    color: #7f7f7f;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}

.tab-style-02 .nav-tabs .nav-link i {
    font-size: 28px;
    margin-bottom: 12px;
}

.tab-style-02 .nav-tabs .nav-link:hover {
    border-color: #c7a17a;
    color: #2c2c2c;
    transform: translateY(-2px);
}

.tab-style-02 .nav-tabs .nav-link.active {
    background: #c7a17a;
    border-color: #c7a17a;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(199, 161, 122, 0.22);
}

.tab-style-02 .nav-tabs .nav-link.active i {
    color: #ffffff;
}

.tab-style-02 .tab-content {
    margin-top: 55px;
}



.tab-style-02 .nav-tabs .nav-link.active {
    background: #ffffff;
    border-color: #e5e1dc;
    color: #2c2c2c;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    position: relative;
}

.tab-style-02 .nav-tabs .nav-link.active i {
    color: #c7a17a; /* golden accent */
}

.tab-style-02 .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -1px;
    height: 3px;
    background: #c7a17a;
    border-radius: 3px;
}


.team-card {
    padding: 30px 20px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.team-avatar {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background: #c6a47e; /* golden brown */
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}


/* =========================
   GEODI PILLARS / 2026
========================= */
.geodi-pillars-section {
    position: relative;
    padding: 110px 0;
    background:
        radial-gradient(circle at top left, rgba(197, 164, 126, 0.08), transparent 32%),
        radial-gradient(circle at bottom right, rgba(127, 160, 140, 0.10), transparent 28%),
        #f7f5f1;
    overflow: hidden;
}

.geodi-pillars-section:before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(198, 164, 126, 0.07);
    filter: blur(10px);
}

.geodi-pillars-section:after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -140px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(93, 133, 161, 0.06);
    filter: blur(10px);
}

.geodi-pillars-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #b9844f;
    font-weight: 600;
}

.geodi-pillars-title {
    margin: 0 0 20px;
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: -1.5px;
    color: #2a241d;
    font-weight: 500;
}

.geodi-pillars-intro {
    max-width: 720px;
    margin: 0 auto 58px;
    font-size: 19px;
    line-height: 1.85;
    color: #6f6a63;
}

.geodi-pillars-grid {
    row-gap: 30px;
}

.geodi-pillar-card {
    position: relative;
    height: 100%;
    padding: 34px 30px 30px;
    border-radius: 28px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow:
        0 14px 40px rgba(36, 29, 22, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    overflow: hidden;
}

.geodi-pillar-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 60px rgba(36, 29, 22, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.72);
}

.geodi-pillar-topline {
    width: 68px;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 28px;
    background: linear-gradient(90deg, rgba(185,132,79,1) 0%, rgba(231,211,180,1) 100%);
}

.geodi-pillar-icon-wrap {
    margin-bottom: 24px;
}

.geodi-pillar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
}

.geodi-pillar-heading {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: -0.8px;
    color: #221d18;
    font-weight: 500;
}

.geodi-pillar-text {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    color: #6d6861;
}

.geodi-pillar-card-green .geodi-pillar-icon {
    background: linear-gradient(135deg, #8cab78 0%, #6d8f58 100%);
}

.geodi-pillar-card-brown .geodi-pillar-icon {
    background: linear-gradient(135deg, #c18b57 0%, #9a6738 100%);
}

.geodi-pillar-card-blue .geodi-pillar-icon {
    background: linear-gradient(135deg, #6e99b7 0%, #4c7693 100%);
}

.geodi-pillar-card-green:hover {
    border-color: rgba(140, 171, 120, 0.35);
}

.geodi-pillar-card-brown:hover {
    border-color: rgba(193, 139, 87, 0.35);
}

.geodi-pillar-card-blue:hover {
    border-color: rgba(110, 153, 183, 0.35);
}

@media (max-width: 1199px) {
    .geodi-pillars-title {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .geodi-pillars-section {
        padding: 85px 0;
    }

    .geodi-pillars-title {
        font-size: 38px;
        line-height: 1.12;
    }

    .geodi-pillars-intro {
        font-size: 17px;
        margin-bottom: 45px;
    }

    .geodi-pillar-heading {
        font-size: 27px;
    }
}

@media (max-width: 767px) {
    .geodi-pillars-section {
        padding: 70px 0;
    }

    .geodi-pillars-title {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .geodi-pillars-intro {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 36px;
    }

    .geodi-pillar-card {
        padding: 28px 22px 24px;
        border-radius: 22px;
    }

    .geodi-pillar-heading {
        font-size: 24px;
    }

    .geodi-pillar-text {
        font-size: 15px;
        line-height: 1.8;
    }
}

/* =========================
   GEODI PILLARS FINAL POLISH
========================= */

.geodi-pillars-section {
    padding: 95px 0;
    background:
        radial-gradient(circle at top left, rgba(197, 164, 126, 0.06), transparent 35%),
        radial-gradient(circle at bottom right, rgba(127, 160, 140, 0.08), transparent 30%),
        #f7f5f1;
}

/* ---------- HEADINGS ---------- */

.geodi-pillars-eyebrow {
    font-size: 11px;
    letter-spacing: 2.6px;
    margin-bottom: 14px;
    color: #b9844f;
}

.geodi-pillars-title {
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -1.1px;
    margin-bottom: 16px;
    color: #2a241d;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.geodi-pillars-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #6a655f;
    max-width: 680px;
    margin: 0 auto 48px;
}

/* ---------- GRID ---------- */

.geodi-pillars-grid {
    row-gap: 28px;
}

/* ---------- CARD ---------- */

.geodi-pillar-card {
    padding: 28px 24px 24px;
    border-radius: 22px;

    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(255,255,255,0.9);

    box-shadow:
        0 18px 50px rgba(36, 29, 22, 0.07),
        inset 0 1px 0 rgba(255,255,255,0.75);

    transition: all .3s ease;
}

.geodi-pillar-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 22px 60px rgba(36, 29, 22, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.85);
}

/* ---------- TOP LINE ---------- */

.geodi-pillar-topline {
    width: 54px;
    height: 2px;
    margin-bottom: 22px;
    background: linear-gradient(90deg, #b9844f, #e8d5b8);
}

/* ---------- ICON ---------- */

.geodi-pillar-icon {
    width: 48px;
    height: 48px;
    font-size: 12px;
    border-radius: 14px;
    letter-spacing: 1px;
}

/* ---------- TITLES ---------- */

.geodi-pillar-heading {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    color: #221d18;
}

/* ---------- TEXT ---------- */

.geodi-pillar-text {
    font-size: 14.5px;
    line-height: 1.75;
    color: #615c56;
}

/* ---------- COLORS ---------- */

.geodi-pillar-card-green .geodi-pillar-icon {
    background: linear-gradient(135deg, #8cab78, #6d8f58);
}

.geodi-pillar-card-brown .geodi-pillar-icon {
    background: linear-gradient(135deg, #c18b57, #9a6738);
}

.geodi-pillar-card-blue .geodi-pillar-icon {
    background: linear-gradient(135deg, #6e99b7, #4c7693);
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 991px) {
    .geodi-pillars-section {
        padding: 75px 0;
    }

    .geodi-pillars-title {
        font-size: 32px;
    }

    .geodi-pillars-intro {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .geodi-pillar-heading {
        font-size: 20px;
    }

    .geodi-pillar-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .geodi-pillars-section {
        padding: 60px 0;
    }

    .geodi-pillars-title {
        font-size: 28px;
        letter-spacing: -0.8px;
    }

    .geodi-pillar-card {
        padding: 24px 18px;
    }

    .geodi-pillar-heading {
        font-size: 18px;
    }

    .geodi-pillar-text {
        font-size: 13.5px;
    }
}

.geodi-horeca-hero-slide {
    position: relative;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.geodi-horeca-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.72) 0%, rgba(18, 18, 18, 0.52) 38%, rgba(18, 18, 18, 0.22) 100%);
    z-index: 1;
}

.geodi-horeca-hero-slide .container,
.geodi-horeca-hero-slide .row,
.geodi-horeca-hero-slide .col-xl-6 {
    position: relative;
    z-index: 2;
}

.geodi-hero-label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 100px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
}

.geodi-horeca-hero-title {
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -1.4px;
    max-width: 720px;
    margin-bottom: 0;
}

.geodi-horeca-hero-subtitle {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: rgba(255,255,255,0.88);
    max-width: 640px;
    margin-left: 0;
    margin-right: 0;
}

.geodi-hero-buttons {
    gap: 14px;
}

.geodi-btn-primary {
    background-color: #b89562;
    border-color: #b89562;
    color: #ffffff;
    padding: 15px 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.geodi-btn-primary:hover {
    background-color: #a78450;
    border-color: #a78450;
    color: #ffffff;
}

.geodi-btn-secondary {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.35);
    color: #ffffff;
    padding: 15px 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.geodi-btn-secondary:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1d1d1d;
}

@media (max-width: 991px) {
    .geodi-horeca-hero-title {
        font-size: 42px;
        line-height: 1.12;
        letter-spacing: -1px;
    }

    .geodi-horeca-hero-subtitle {
        font-size: 16px;
        line-height: 1.7;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .geodi-horeca-hero-slide {
        background-position: center center;
    }

    .geodi-horeca-hero-overlay {
        background: linear-gradient(180deg, rgba(18,18,18,0.70) 0%, rgba(18,18,18,0.55) 45%, rgba(18,18,18,0.48) 100%);
    }

    .geodi-horeca-hero-title {
        font-size: 30px;
        line-height: 1.15;
        letter-spacing: -0.6px;
    }

    .geodi-horeca-hero-subtitle {
        font-size: 15px;
        line-height: 1.65;
    }

    .geodi-hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .geodi-btn-primary,
    .geodi-btn-secondary {
        width: 100%;
        text-align: center;
    }
}


.geodi-capabilities-section {
    position: relative;
}

.geodi-section-eyebrow {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b48a4a;
    margin-bottom: 12px;
}

.geodi-capability-card {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(24, 28, 35, 0.08);
    border-radius: 22px;
    padding: 2.2rem;
    box-shadow: 0 10px 35px rgba(16, 24, 40, 0.06);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.geodi-capability-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(16, 24, 40, 0.10);
    border-color: rgba(180, 138, 74, 0.35);
}

.geodi-capability-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 22px;
}

.geodi-capability-number {
    font-size: 13px;
    font-weight: 600;
    color: #b48a4a;
    letter-spacing: 1px;
}

.geodi-capability-label {
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #7a7f87;
    text-align: right;
}

.geodi-capability-card h5 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.3px;
}

.geodi-capability-card p {
    color: #60656d;
    font-size: 15px;
    line-height: 28px;
}

@media (max-width: 991px) {
    .geodi-capability-card {
        padding: 1.8rem;
        border-radius: 18px;
    }

    .geodi-capability-card h5 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .geodi-capability-card {
        padding: 1.5rem;
    }

    .geodi-capability-card-top {
        margin-bottom: 16px;
    }
}

.geodi-cert-badge {
    padding: 12px 22px;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 13px;
    letter-spacing: 1px;
    background: #fff;
    transition: all .3s ease;
}

.geodi-cert-badge:hover {
    border-color: #b48a4a;
    transform: translateY(-2px);
}


.geodi-certifications-section {
    background: #fff;
}

.geodi-certifications-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #2b2f36;
}

.geodi-certifications-line span {
    opacity: 0.8;
}

.geodi-certifications-line .divider {
    width: 20px;
    height: 1px;
    background: rgba(0,0,0,0.2);
}


.geodi-contact-form-section {
    background: linear-gradient(180deg, #f7f4ef 0%, #f1ece5 100%);
}

.bg-golden-brown {
    background-color: #b78145;
}

.text-golden-brown {
    color: #b78145;
}

.btn-golden-brown {
    background-color: #b78145;
    border-color: #b78145;
    color: #fff;
}

.btn-golden-brown:hover {
    background-color: #9f6f39;
    border-color: #9f6f39;
    color: #fff;
}

.border-radius-10px {
    border-radius: 10px;
}

.border-radius-12px {
    border-radius: 12px;
}

.geodi-map-wrapper {
    height: 600px;
}

@media (max-width: 991px) {
    .geodi-map-wrapper {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .geodi-map-wrapper {
        height: 300px;
    }
}


/* ===== GEODI CONTACT 2026 EXTRA POLISH ===== */

.geodi-contact-divider {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.16);
    margin: 30px 0 8px 0;
}

.geodi-contact-meta-text {
    display: block;
    color: rgba(255,255,255,0.92);
    font-size: 15px;
    line-height: 1.7;
}

.geodi-contact-card-2026 {
    position: relative;
}

.geodi-contact-card-2026:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}

.geodi-contact-form-wrap {
    position: relative;
}

.geodi-contact-form-wrap:after {
    content: "";
    position: absolute;
    top: 32px;
    right: 32px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(193,138,76,0.10) 0%, rgba(193,138,76,0) 72%);
    pointer-events: none;
}

.geodi-form-control {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}

.geodi-contact-aside {
    position: relative;
    overflow: hidden;
}

.geodi-contact-aside:after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 72%);
    pointer-events: none;
}

@media (max-width: 575px) {
    .geodi-contact-form-wrap:after {
        display: none;
    }
}

.geodi-contact-form-section {
    background: linear-gradient(180deg, #ece7df 0%, #f7f3ee 100%);
}
.geodi-contact-form-wrap {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}
.geodi-form-control {
    height: 56px;
    border-radius: 12px;
    border: 1px solid #e3ddd4;
    background: #faf8f5;
    padding: 0 16px;
    transition: all .25s ease;
}

.geodi-form-control:focus {
    border-color: #c38a49;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(195,138,73,0.08);
}

.geodi-form-textarea {
    height: 140px;
    padding: 16px;
}
.geodi-contact-btn {
    background: #c38a49;
    color: #fff;
    border: none;
    border-radius: 12px;
    height: 52px;
    padding: 0 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all .25s ease;
}

.geodi-contact-btn:hover {
    background: #a8743a;
    transform: translateY(-1px);
}

.geodi-contact-title {
    letter-spacing: -1px;
}

.geodi-contact-text {
    max-width: 320px;
}

.geodi-form-label {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8c857b;
}


/* ===== GEODI CONTACT FINAL 2026 ===== */

.geodi-contact-form-section {
    padding: 110px 0;
    background: linear-gradient(180deg, #ece7df 0%, #f7f3ee 100%);
}

/* CARD */
.geodi-contact-card-2026 {
    border-radius: 24px;
    overflow: hidden;
}

/* LEFT SIDE */
.geodi-contact-aside {
    padding: 60px 48px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.geodi-contact-kicker {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9b948b;
    display: block;
    margin-bottom: 16px;
}

.geodi-contact-title {
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -1px;
    color: #2f2b27;
    margin-bottom: 20px;
}

.geodi-contact-text {
    font-size: 16px;
    line-height: 1.8;
    color: #5f5952;
    max-width: 340px;
}

.geodi-contact-divider {
    width: 100%;
    height: 1px;
    background: #e6dfd6;
    margin: 30px 0;
}

/* CONTACT META */
.geodi-contact-meta {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.geodi-contact-meta-label {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9b948b;
    display: block;
    margin-bottom: 6px;
}

.geodi-contact-meta-item a,
.geodi-contact-meta-text {
    font-size: 15px;
    color: #2f2b27;
    text-decoration: none;
}

/* FORM SIDE */
.geodi-contact-form-wrap {
    background: #ffffff;
    padding: 50px 50px;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.08);
}

/* LABELS */
.geodi-form-label {
    display: block;
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #8c857b;
    margin-bottom: 8px;
}

/* INPUTS */
.geodi-form-control {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #e3ddd4;
    background: #faf8f5;
    padding: 0 16px;
    font-size: 15px;
    color: #2f2b27;
    transition: all .25s ease;
}

.geodi-form-control::placeholder {
    color: #a39c93;
}

.geodi-form-control:focus {
    outline: none;
    border-color: #c38a49;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(195,138,73,0.08);
}

/* TEXTAREA */
.geodi-form-textarea {
    height: 150px;
    padding: 16px;
    resize: vertical;
}

/* CHECKBOX */
.geodi-form-check-wrap {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.geodi-form-check {
    margin-top: 5px;
    accent-color: #c38a49;
}

.geodi-form-check-label {
    font-size: 13px;
    line-height: 1.7;
    color: #6f6a63;
}

.geodi-form-check-label a {
    color: #2f2b27;
    text-decoration: underline;
}

/* BUTTON */
.geodi-contact-btn {
    background: linear-gradient(180deg, #c6904f 0%, #b67d3f 100%);
    border-radius: 14px;
    height: 54px;
    padding: 0 32px;
    border: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 30px rgba(182,125,63,0.25);
    transition: all .25s ease;
}

.geodi-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(182,125,63,0.35);
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .geodi-contact-aside {
        padding: 40px 28px;
    }

    .geodi-contact-form-wrap {
        padding: 40px 28px;
    }

    .geodi-contact-title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .geodi-contact-form-section {
        padding: 70px 0;
    }

    .geodi-contact-btn {
        width: 100%;
    }
}



.geodi-quality-section {
    padding: 100px 0;
    background: #f8f6f3;
}

.geodi-eyebrow {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a27b5c;
    margin-bottom: 15px;
}

.geodi-title {
    font-size: 34px;
    font-weight: 600;
    color: #1d1d1d;
    margin-bottom: 20px;
    line-height: 1.3;
}

.geodi-text {
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
}

.geodi-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.geodi-features .feature {
    font-size: 14px;
    color: #333;
    position: relative;
    padding-left: 18px;
}

.geodi-features .feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #a27b5c;
    border-radius: 50%;
}

.geodi-quality-visual {
    position: relative;
}

.geodi-quality-visual .main-image {
    width: 100%;
    border-radius: 10px;
}

.certifications {
    position: absolute;
    bottom: -20px;
    left: 20px;
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.certifications img {
    height: 40px;
}

.geodi-trust-strip {
    margin-top: 80px;
    text-align: center;
}

.geodi-trust-strip span {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #777;
}

.geodi-trust-strip .logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.geodi-trust-strip img {
    height: 35px;
    opacity: 0.7;
    transition: 0.3s;
}

.geodi-trust-strip img:hover {
    opacity: 1;
}


.feature span {
    width: 8px;
    height: 8px;
    background: #a27b5c;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}




.geodi-quality-section {
    padding: 110px 0;
    background: #f6f3ef;
}

.geodi-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #b28762;
}

.geodi-title {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -1px;
    color: #23201d;
    margin-bottom: 26px;
    max-width: 560px;
}

.geodi-text {
    font-size: 17px;
    line-height: 1.9;
    color: #6d6761;
    margin-bottom: 18px;
    max-width: 620px;
}

.geodi-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 34px;
    margin-top: 34px;
    max-width: 640px;
}

.geodi-features .feature {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.7;
    color: #3a342f;
}

.geodi-features .feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b28762;
}

.geodi-quality-visual {
    position: relative;
    padding-left: 28px;
}

.geodi-quality-visual .main-image {
    width: 100%;
    display: block;
    border-radius: 22px;
    box-shadow: 0 30px 60px rgba(35, 32, 29, 0.10);
}

.quality-highlight-box {
    position: absolute;
    left: 0;
    bottom: 32px;
    max-width: 320px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    padding: 22px 24px;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(35, 32, 29, 0.10);
}

.quality-highlight-label {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #b28762;
}

.quality-highlight-box strong {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #23201d;
}

@media (max-width: 991px) {
    .geodi-quality-section {
        padding: 80px 0;
    }

    .geodi-title {
        font-size: 38px;
        max-width: 100%;
    }

    .geodi-text {
        font-size: 16px;
        max-width: 100%;
    }

    .geodi-features {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .geodi-quality-visual {
        padding-left: 0;
        margin-top: 40px;
    }

    .quality-highlight-box {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 100%;
        margin: 20px 16px 0 16px;
    }
}

@media (max-width: 767px) {
    .geodi-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .geodi-text {
        font-size: 15px;
        line-height: 1.8;
    }

    .geodi-features .feature {
        font-size: 15px;
    }

    .quality-highlight-box strong {
        font-size: 16px;
    }
}


.geodi-quality-visual {
    position: relative;
    padding-left: 0;
    max-width: 560px;
    margin-left: auto;
}

.quality-highlight-box {
    position: absolute;
    left: -28px;
    bottom: 24px;
    max-width: 290px;
    padding: 18px 20px;
    border-radius: 16px;
}


.geodi-features {
    gap: 16px 26px;
    max-width: 580px;
}

.geodi-features .feature {
    font-size: 15px;
    line-height: 1.6;
}


/* ================================
   GEODI CERTIFICATIONS SECTION
================================ */
.geodi-certifications {
    padding: 110px 0 120px;
    background: #fcfaf7;
}

.geodi-certifications .section-title {
    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;
}

.geodi-certifications .geodi-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #b28762;
}

.geodi-certifications .geodi-title {
    margin: 0 0 22px;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -1.8px;
    color: #24211e;
}

.geodi-certifications .geodi-text {
    margin: 0 auto;
    max-width: 620px;
    font-size: 18px;
    line-height: 1.8;
    color: #78716b;
}

/* cards row */
.geodi-certifications .row {
    row-gap: 30px;
}

/* single card */
.cert-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(178, 135, 98, 0.12);
    border-radius: 24px;
    padding: 28px 28px 30px;
    box-shadow: 0 10px 30px rgba(36, 33, 30, 0.04);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    text-align: left;
}

.cert-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(36, 33, 30, 0.10);
    border-color: rgba(178, 135, 98, 0.28);
}

/* image frame */
.cert-card .cert-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f8f4ef 0%, #fdfbf8 100%);
    border: 1px solid rgba(178, 135, 98, 0.10);
    border-radius: 18px;
    padding: 22px;
    min-height: 380px;
    margin-bottom: 24px;
    overflow: hidden;
}

.cert-card img {
    display: block;
    max-width: 100%;
    max-height: 330px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

/* optional small label above title */
.cert-card .cert-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #b28762;
}

/* title */
.cert-card h4 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #24211e;
}

/* description */
.cert-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6f6963;
}

/* give more breathing room on desktop */
.geodi-certifications .col-lg-4 {
    margin-bottom: 10px;
}

/* responsive */
@media (max-width: 1199px) {
    .geodi-certifications .geodi-title {
        font-size: 46px;
    }

    .cert-card .cert-image-wrap {
        min-height: 340px;
    }
}

@media (max-width: 991px) {
    .geodi-certifications {
        padding: 85px 0 95px;
    }

    .geodi-certifications .section-title {
        margin-bottom: 50px;
    }

    .geodi-certifications .geodi-title {
        font-size: 40px;
        line-height: 1.12;
    }

    .geodi-certifications .geodi-text {
        font-size: 16px;
        line-height: 1.75;
    }

    .cert-card {
        padding: 24px;
        border-radius: 20px;
    }

    .cert-card .cert-image-wrap {
        min-height: 320px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .geodi-certifications {
        padding: 70px 0 80px;
    }

    .geodi-certifications .geodi-title {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .geodi-certifications .geodi-text {
        font-size: 15px;
    }

    .cert-card {
        padding: 20px 20px 24px;
        border-radius: 18px;
    }

    .cert-card .cert-image-wrap {
        min-height: 260px;
        margin-bottom: 20px;
        padding: 16px;
    }

    .cert-card h4 {
        font-size: 20px;
    }

    .cert-card p {
        font-size: 14px;
        line-height: 1.7;
    }
}

.cert-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    pointer-events: none;
}

.cert-card {
    position: relative;
}


.cert-card {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.cert-card::after {
    content: "PDF";
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #b28762;
    background: rgba(178, 135, 98, 0.08);
    padding: 6px 10px;
    border-radius: 10px;
}


.cert-card {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(178, 135, 98, 0.12);
    border-radius: 24px;
    padding: 28px 28px 30px;
    box-shadow: 0 10px 30px rgba(36, 33, 30, 0.04);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.cert-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(36, 33, 30, 0.10);
    border-color: rgba(178, 135, 98, 0.28);
}

.cert-card::after {
    content: "PDF";
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #b28762;
    background: rgba(178, 135, 98, 0.08);
    padding: 6px 10px;
    border-radius: 10px;
}

.cert-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f1eb;
    border: 1px solid rgba(178, 135, 98, 0.08);
    border-radius: 18px;
    min-height: 380px;
    padding: 22px;
    margin-bottom: 24px;
    overflow: hidden;
}

.cert-image-wrap img {
    display: block;
    max-width: 100%;
    max-height: 330px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}



/* =========================
   GEODI CERTIFICATIONS FINAL
========================= */

.geodi-certifications {
    padding: 110px 0 120px;
    background: #fcfaf7;
}

/* TITLE */
.geodi-certifications .section-title {
    max-width: 720px;
    margin: 0 auto 70px;
    text-align: center;
}

.geodi-certifications .geodi-title {
    margin: 0 auto 20px;
    max-width: 680px;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #24211e;
}

.geodi-certifications .geodi-text {
    margin: 0 auto;
    max-width: 560px;
    font-size: 17px;
    line-height: 1.8;
    color: #78716b;
}

/* GRID */
.geodi-cert-row {
    row-gap: 30px;
}

/* CARD */
.cert-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border: 1px solid rgba(178, 135, 98, 0.12);
    border-radius: 24px;
    padding: 26px 26px 28px;
    box-shadow: 0 10px 30px rgba(36, 33, 30, 0.04);
    transition: all 0.35s ease;
}

.cert-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(36, 33, 30, 0.10);
    border-color: rgba(178, 135, 98, 0.28);
}

/* LABEL */
.cert-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #b28762;
    margin-bottom: 14px;
}

/* IMAGE */
.cert-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f1eb;
    border-radius: 18px;
    min-height: 360px;
    padding: 20px;
    margin-bottom: 20px;
}

.cert-image-wrap img {
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
    border-radius: 6px;
}

/* TEXT */
.cert-card h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #24211e;
}

.cert-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #6f6963;
}

/* BUTTON */
.cert-btn {
    margin-top: auto;
    display: inline-block;
    margin-top: 18px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    background: #b23a2b;
    color: #fff;
    transition: 0.25s ease;
}

.cert-card:hover .cert-btn {
    background: #8f2d22;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .geodi-certifications {
        padding: 80px 0;
    }

    .geodi-certifications .geodi-title {
        font-size: 38px;
    }

    .cert-image-wrap {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .geodi-certifications .geodi-title {
        font-size: 30px;
    }

    .cert-card {
        padding: 20px;
    }

    .cert-image-wrap {
        min-height: 260px;
    }
}



.geodi-awards {
    padding: 110px 0;
    background: #fff;
}

.awards-featured {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 60px 0;
}

.award {
    text-align: center;
}

.award img {
    width: 110px;
    margin-bottom: 15px;
}

.awards-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    opacity: 0.5;
}




.geodi-awards {
    padding: 110px 0;
    background: #fff;
}

.awards-featured {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 60px 0;
}

.award {
    text-align: center;
}

.award img {
    width: 110px;
    margin-bottom: 15px;
}

.awards-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    opacity: 0.5;
}


/* =========================
   GEODI AWARDS
========================= */

.geodi-awards {
    padding: 110px 0;
    background: #fff;
}

/* FEATURED */
.awards-featured-row {
    margin-top: 60px;
    row-gap: 30px;
}

.award-card {
    text-align: center;
    padding: 40px 30px;
    border-radius: 22px;
    background: #faf7f3;
    transition: all 0.3s ease;
}

.award-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.award-badge {
    width: 90px;
    margin-bottom: 20px;
}

.award-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #23201d;
}

.award-card p {
    font-size: 14px;
    color: #777;
}

/* STRIP */
.awards-strip {
    margin-top: 70px;
    text-align: center;
}

.awards-strip span {
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.awards-logos {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    opacity: 0.5;
}

.awards-logos img {
    height: 45px;
    transition: 0.3s;
}

.awards-logos img:hover {
    opacity: 1;
}


/* =========================
   GEODI AWARDS SECTION
========================= */

.geodi-awards {
    padding: 110px 0 120px;
    background: #fcfaf7;
}

/* TITLE AREA */
.geodi-awards .section-title {
    max-width: 760px;
    margin: 0 auto 65px;
    text-align: center;
}

.geodi-awards .geodi-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #b28762;
}

.geodi-awards .geodi-title {
    margin: 0 auto 22px;
    max-width: 760px;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -1.8px;
    color: #24211e;
}

.geodi-awards .geodi-text {
    margin: 0 auto;
    max-width: 640px;
    font-size: 18px;
    line-height: 1.8;
    color: #78716b;
}

/* FEATURED ROW */
.awards-featured-row {
    margin-top: 20px;
    row-gap: 30px;
}

/* AWARD CARD */
.award-card {
    height: 100%;
    text-align: center;
    padding: 34px 28px 32px;
    border-radius: 24px;
    background: #faf7f3;
    border: 1px solid rgba(178, 135, 98, 0.12);
    box-shadow: 0 10px 30px rgba(36, 33, 30, 0.04);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.award-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(36, 33, 30, 0.10);
    border-color: rgba(178, 135, 98, 0.24);
}

.award-badge {
    display: block;
    width: 92px;
    height: auto;
    margin: 0 auto 18px;
}

.award-card h4 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #23201d;
}

.award-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #7b736d;
}

/* STRIP */
.awards-strip {
    margin-top: 55px;
    text-align: center;
}

.awards-strip > span {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #5f5852;
}

.awards-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    opacity: 0.55;
}

.awards-logos img {
    height: 48px;
    width: auto;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.awards-logos img:hover {
    opacity: 1;
    transform: translateY(-2px);
}

/* IF NO BADGES SHOW YET, THESE HELP KEEP THE CARDS NICE */
.award-card:empty {
    min-height: 260px;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .geodi-awards .geodi-title {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .geodi-awards {
        padding: 85px 0 95px;
    }

    .geodi-awards .section-title {
        margin-bottom: 50px;
    }

    .geodi-awards .geodi-title {
        font-size: 40px;
        line-height: 1.12;
    }

    .geodi-awards .geodi-text {
        font-size: 16px;
        line-height: 1.75;
    }

    .award-card {
        padding: 28px 22px 26px;
        border-radius: 20px;
    }

    .award-badge {
        width: 82px;
        margin-bottom: 16px;
    }

    .award-card h4 {
        font-size: 20px;
    }

    .award-card p {
        font-size: 14px;
    }

    .awards-strip {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .geodi-awards {
        padding: 70px 0 80px;
    }

    .geodi-awards .geodi-title {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .geodi-awards .geodi-text {
        font-size: 15px;
    }

    .award-card {
        padding: 24px 18px 22px;
        border-radius: 18px;
    }

    .award-badge {
        width: 74px;
    }

    .award-card h4 {
        font-size: 18px;
    }

    .award-card p {
        font-size: 14px;
        line-height: 1.65;
    }

    .awards-strip > span {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .awards-logos {
        gap: 20px;
    }

    .awards-logos img {
        height: 40px;
    }
}



/* =========================
   GEODI AWARDS FINAL
========================= */

.geodi-awards {
    padding: 110px 0;
    background: #fcfaf7;
}

/* FEATURED */
.awards-featured-row {
    margin-top: 50px;
    row-gap: 30px;
}

.award-card {
    text-align: center;
    padding: 34px 24px;
    border-radius: 20px;
    background: #faf7f3;
    transition: 0.3s ease;
}

.award-card:hover {
    transform: translateY(-5px);
}

.award-badge {
    width: 80px;
    margin-bottom: 18px;
}

/* TOTAL */
.awards-total {
    text-align: center;
    margin-top: 50px;
}

.awards-total span {
    font-size: 18px;
    font-weight: 600;
    color: #23201d;
}

/* LIST */
.awards-list {
    margin-top: 35px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.awards-list ul {
    columns: 2;
    column-gap: 40px;
    list-style: none;
    padding: 0;
}

.awards-list li {
    font-size: 14px;
    line-height: 1.8;
    color: #6f6963;
    margin-bottom: 10px;
}

/* MOBILE */
@media (max-width: 767px) {
    .awards-list ul {
        columns: 1;
    }
}




.geodi-horeca-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.geodi-horeca-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}



/* SECTION BACKGROUND + SPACING */
.geodi-horeca-section {
    background: #f8f6f2; /* warm premium beige */
    padding: 100px 0;
}

/* IMAGE */
.geodi-horeca-img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

/* HOVER */
.geodi-horeca-img:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}

/* MOBILE SPACING */
@media (max-width: 991px) {
    .geodi-horeca-section {
        padding: 70px 0;
    }
}
.geodi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.35);
}

.geodi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.35);
}


/* GEODI – Feature titles upgrade */

.overlap-gap-section .text-small {
    font-size: 15px; /* πριν ήταν ~12-13 */
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #222; /* πιο σκούρο για contrast */
    margin-bottom: 10px !important;
}

/* description κάτω από τα titles */
.overlap-gap-section .text-extra-medium {
    font-size: 15px;
    line-height: 1.5;
    color: #555; /* λίγο πιο soft από τίτλο */
}

.overlap-gap-section .text-small {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}


/* FEATURE TITLES – 2026 POLISH */

.overlap-gap-section .text-small {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #1a1a1a;
    margin-bottom: 6px !important;
    display: block;
}

/* subtle separation */
.overlap-gap-section .text-small::after {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #d6d2cc;
    margin-top: 6px;
}

/* descriptions */
.overlap-gap-section .text-extra-medium {
    font-size: 15px;
    line-height: 1.55;
    color: #666;
}

/* LEFT HEADLINE BALANCE */

.overlap-gap-section h6 {
    font-size: 20px; /* πριν είναι μεγαλύτερο */
    line-height: 1.5;
    font-weight: 500;
    color: #2a2a2a;
}

.overlap-gap-section .text-small {
    font-size: 16px;
    font-weight: 600;
}


.product-box:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

/* =========================================================
   GEODI – FINAL POLISH CSS
   ========================================================= */

/* ---------- GLOBAL SECTION BALANCE ---------- */
.bg-light-gray {
    background-color: #f5f4f2 !important;
}

.overlap-gap-section {
    align-items: flex-start;
}

.overlap-gap-section > [class*="col-"] {
    position: relative;
}

/* ---------- LEFT INTRO BLOCK ---------- */
.overlap-gap-section h6 {
    font-size: 21px;
    line-height: 1.48;
    font-weight: 500;
    color: #222222;
    margin-bottom: 0;
    max-width: 520px;
}

.overlap-gap-section .col-xl-5 .text-small,
.overlap-gap-section .col-lg-5 .text-small {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #1a1a1a;
    margin-bottom: 8px !important;
    display: block;
}

.overlap-gap-section .col-xl-5 .text-small::after,
.overlap-gap-section .col-lg-5 .text-small::after {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #d6d2cc;
    margin-top: 8px;
}

/* ---------- FEATURE CLAIM TITLES ---------- */
.overlap-gap-section .col-lg-2 .text-small,
.overlap-gap-section .col-md-4 .text-small {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: #1d1d1d;
    margin-bottom: 8px !important;
    display: block;
}

.overlap-gap-section .col-lg-2 .text-small::after,
.overlap-gap-section .col-md-4 .text-small::after {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #d8d4ce;
    margin-top: 8px;
}

/* ---------- FEATURE CLAIM DESCRIPTIONS ---------- */
.overlap-gap-section .text-extra-medium {
    font-size: 15px;
    line-height: 1.62;
    font-weight: 400;
    color: #6c6a67;
    display: block;
    max-width: 220px;
}

/* ---------- BETTER SPACING IN FIRST TEXT SECTION ---------- */
.bg-light-gray.overlap-height {
    padding-top: 110px;
    padding-bottom: 70px;
}

.overlap-gap-section .sm-margin-20px-bottom,
.overlap-gap-section .md-margin-30px-bottom {
    margin-bottom: 0 !important;
}

/* ---------- IMAGE / PARALLAX BLOCK ---------- */
.geodi-parallax-wrap {
    position: relative;
    overflow: hidden;
    height: 500px;
    border-radius: 0;
}

.geodi-parallax-inner,
.geodi-parallax-fix {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 88% auto !important;
}

/* αν χρησιμοποιείς img αντί για background */
.geodi-parallax-wrap img {
    display: block;
    width: 88%;
    max-width: 88%;
    height: auto;
    margin: 0 auto;
}

/* ---------- REDUCE EMPTY SPACE BEFORE IMAGE ---------- */
.geodi-parallax-wrap,
.geodi-parallax-fix,
.overlap-section {
    margin-top: 0 !important;
}

section + section .geodi-parallax-wrap {
    margin-top: -10px;
}

/* ---------- CATEGORY / PRODUCT GRID ---------- */
.product-box,
.shop-box,
[class*="product"] .bg-white,
[class*="shop"] .bg-white {
    border-radius: 0;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.product-box:hover,
.shop-box:hover,
[class*="product"] .bg-white:hover,
[class*="shop"] .bg-white:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

/* ---------- PRODUCT CARD TYPOGRAPHY ---------- */
.product-box .alt-font,
.shop-box .alt-font,
[class*="product"] h6,
[class*="product"] h5,
[class*="product"] h4 {
    color: #222;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.product-box p,
.shop-box p,
[class*="product"] p {
    color: #7a7772;
    line-height: 1.75;
}

/* ---------- GENERAL TYPOGRAPHY POLISH ---------- */
.alt-font.text-extra-dark-gray {
    color: #202020 !important;
}

.text-extra-dark-gray {
    color: #242424 !important;
}

p,
.text-medium,
.text-extra-medium {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* ---------- MENU / HEADER SLIGHT POLISH ---------- */
header nav .navbar-nav .nav-link,
header .header-dark .navbar-nav .nav-link,
header .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #2b2b2b;
    letter-spacing: 0;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1199px) {
    .overlap-gap-section h6 {
        font-size: 20px;
        max-width: 100%;
    }

    .bg-light-gray.overlap-height {
        padding-top: 95px;
        padding-bottom: 60px;
    }

    .geodi-parallax-wrap {
        height: 460px;
    }
}

@media (max-width: 991px) {
    .overlap-gap-section h6 {
        font-size: 19px;
        line-height: 1.45;
    }

    .overlap-gap-section .text-small {
        font-size: 14px;
    }

    .overlap-gap-section .text-extra-medium {
        font-size: 14px;
        line-height: 1.55;
        max-width: 100%;
    }

    .bg-light-gray.overlap-height {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .geodi-parallax-wrap {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .overlap-gap-section h6 {
        font-size: 18px;
        line-height: 1.42;
    }

    .bg-light-gray.overlap-height {
        padding-top: 65px;
        padding-bottom: 40px;
    }

    .geodi-parallax-wrap {
        height: 300px;
    }

    .geodi-parallax-inner,
    .geodi-parallax-fix,
    .geodi-parallax-wrap img {
        background-size: 100% auto !important;
        width: 100%;
        max-width: 100%;
    }
}


/* =========================================================
   GEODI – AUTHENTIC MARMALADES SECTION POLISH
   ========================================================= */

.geodi-authentic-intro {
    background-color: #f5f4f2;
    padding-top: 110px;
    padding-bottom: 58px;
}

.geodi-section-label {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #1d1d1d;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.geodi-section-label::after {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #d6d2cc;
    margin-top: 8px;
}

.geodi-intro-title {
    font-size: 21px;
    line-height: 1.46;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #222222;
    max-width: 520px;
}

.geodi-feature-title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: #1e1e1e;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.geodi-feature-title::after {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #d8d4ce;
    margin-top: 8px;
}

.geodi-feature-text {
    font-size: 15px;
    line-height: 1.62;
    font-weight: 400;
    color: #6c6a67;
    max-width: 220px;
}

.geodi-authentic-image-section {
    background-color: #f5f4f2;
    padding-top: 0;
    padding-bottom: 54px;
}

.geodi-authentic-image-block {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.geodi-authentic-image {
    display: block;
    width: 100%;
    height: auto;
}

.geodi-authentic-copy-section {
    background-color: #f5f4f2;
    padding-top: 30px;
    padding-bottom: 90px;
}

.geodi-copy-title {
    font-size: 28px;
    line-height: 1.34;
    font-weight: 500;
    letter-spacing: -0.7px;
    color: #1f1f1f;
    max-width: 500px;
}

.geodi-copy-text {
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
    color: #7a7772;
    margin-bottom: 0;
    max-width: 520px;
}

/* responsive */
@media (max-width: 1199px) {
    .geodi-authentic-intro {
        padding-top: 95px;
        padding-bottom: 50px;
    }

    .geodi-intro-title {
        font-size: 20px;
        max-width: 100%;
    }

    .geodi-copy-title {
        font-size: 26px;
    }

    .geodi-copy-text {
        font-size: 16px;
        line-height: 1.9;
    }
}

@media (max-width: 991px) {
    .geodi-authentic-intro {
        padding-top: 78px;
        padding-bottom: 42px;
    }

    .geodi-section-label,
    .geodi-feature-title {
        font-size: 14px;
    }

    .geodi-intro-title {
        font-size: 19px;
        line-height: 1.42;
    }

    .geodi-feature-text {
        font-size: 14px;
        line-height: 1.55;
        max-width: 100%;
    }

    .geodi-authentic-image-section {
        padding-bottom: 42px;
    }

    .geodi-authentic-copy-section {
        padding-top: 20px;
        padding-bottom: 72px;
    }

    .geodi-copy-title {
        font-size: 24px;
        line-height: 1.35;
        max-width: 100%;
    }

    .geodi-copy-text {
        font-size: 15px;
        line-height: 1.85;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .geodi-authentic-intro {
        padding-top: 64px;
        padding-bottom: 34px;
    }

    .geodi-intro-title {
        font-size: 18px;
        line-height: 1.4;
    }

    .geodi-authentic-image-section {
        padding-bottom: 32px;
    }

    .geodi-authentic-copy-section {
        padding-top: 10px;
        padding-bottom: 56px;
    }

    .geodi-copy-title {
        font-size: 21px;
        line-height: 1.38;
    }

    .geodi-copy-text {
        font-size: 15px;
        line-height: 1.8;
    }
}



.geodi-bio-image-section {
    padding-top: 20px;
    padding-bottom: 60px;
}

.geodi-bio-image-block {
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.geodi-bio-image {
    width: 100%;
    display: block;
}


/* =========================================================
   GEODI – 100% FRUIT SECTION POLISH
   ========================================================= */

.geodi-100fruit-intro {
    background-color: #f5f4f2;
    padding-top: 110px;
    padding-bottom: 58px;
}

.geodi-100fruit-image-section {
    background-color: #f5f4f2;
    padding-top: 20px;
    padding-bottom: 60px;
}

.geodi-100fruit-image-block {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.geodi-100fruit-image {
    display: block;
    width: 100%;
    height: auto;
}

.geodi-100fruit-copy-section {
    background-color: #f5f4f2;
    padding-top: 30px;
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .geodi-100fruit-intro {
        padding-top: 95px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .geodi-100fruit-intro {
        padding-top: 78px;
        padding-bottom: 42px;
    }

    .geodi-100fruit-image-section {
        padding-bottom: 42px;
    }

    .geodi-100fruit-copy-section {
        padding-top: 20px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .geodi-100fruit-intro {
        padding-top: 64px;
        padding-bottom: 34px;
    }

    .geodi-100fruit-image-section {
        padding-bottom: 32px;
    }

    .geodi-100fruit-copy-section {
        padding-top: 10px;
        padding-bottom: 56px;
    }
}


/* =========================================================
   GEODI – SPECIAL EDITION SECTION
   ========================================================= */

.geodi-special-image-section {
    background-color: #f5f4f2;
    padding-top: 20px;
    padding-bottom: 60px;
}

.geodi-special-image-block {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.geodi-special-image {
    display: block;
    width: 100%;
    height: auto;
}

.geodi-special-copy-section {
    background-color: #f5f4f2;
    padding-top: 30px;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .geodi-special-image-section {
        padding-bottom: 42px;
    }

    .geodi-special-copy-section {
        padding-top: 20px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .geodi-special-image-section {
        padding-bottom: 32px;
    }

    .geodi-special-copy-section {
        padding-top: 10px;
        padding-bottom: 56px;
    }
}


/* =========================================================
   GEODI – GIFT SETS SECTION
   ========================================================= */

.geodi-gift-image-section {
    background-color: #f5f4f2;
    padding-top: 20px;
    padding-bottom: 60px;
}

.geodi-gift-image-block {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.geodi-gift-image {
    display: block;
    width: 100%;
    height: auto;
}

.geodi-gift-copy-section {
    background-color: #f5f4f2;
    padding-top: 30px;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .geodi-gift-image-section {
        padding-bottom: 42px;
    }

    .geodi-gift-copy-section {
        padding-top: 20px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .geodi-gift-image-section {
        padding-bottom: 32px;
    }

    .geodi-gift-copy-section {
        padding-top: 10px;
        padding-bottom: 56px;
    }
}


/* =========================================================
   GEODI – MINI JARS / INDIVIDUAL PORTIONS
   ========================================================= */

.geodi-mini-intro {
    background-color: #f5f4f2;
    padding-top: 110px;
    padding-bottom: 58px;
}

.geodi-mini-image-section {
    background-color: #f5f4f2;
    padding-top: 20px;
    padding-bottom: 60px;
}

.geodi-mini-image-block {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.geodi-mini-image {
    display: block;
    width: 100%;
    height: auto;
}

.geodi-mini-copy-section {
    background-color: #f5f4f2;
    padding-top: 30px;
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .geodi-mini-intro {
        padding-top: 95px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .geodi-mini-intro {
        padding-top: 78px;
        padding-bottom: 42px;
    }

    .geodi-mini-image-section {
        padding-bottom: 42px;
    }

    .geodi-mini-copy-section {
        padding-top: 20px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .geodi-mini-intro {
        padding-top: 64px;
        padding-bottom: 34px;
    }

    .geodi-mini-image-section {
        padding-bottom: 32px;
    }

    .geodi-mini-copy-section {
        padding-top: 10px;
        padding-bottom: 56px;
    }
}




/* =========================================================
   GEODI – STEVIA SECTION
   ========================================================= */

.geodi-stevia-intro {
    background-color: #f5f4f2;
    padding-top: 110px;
    padding-bottom: 58px;
}

.geodi-stevia-image-section {
    background-color: #f5f4f2;
    padding-top: 20px;
    padding-bottom: 60px;
}

.geodi-stevia-image-block {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.geodi-stevia-image {
    display: block;
    width: 100%;
    height: auto;
}

.geodi-stevia-copy-section {
    background-color: #f5f4f2;
    padding-top: 30px;
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .geodi-stevia-intro {
        padding-top: 95px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .geodi-stevia-intro {
        padding-top: 78px;
        padding-bottom: 42px;
    }

    .geodi-stevia-image-section {
        padding-bottom: 42px;
    }

    .geodi-stevia-copy-section {
        padding-top: 20px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .geodi-stevia-intro {
        padding-top: 64px;
        padding-bottom: 34px;
    }

    .geodi-stevia-image-section {
        padding-bottom: 32px;
    }

    .geodi-stevia-copy-section {
        padding-top: 10px;
        padding-bottom: 56px;
    }
}

/* =========================================================
   GEODI – CHOCO JAM SECTION
   ========================================================= */

.geodi-choco-intro {
    background-color: #f5f4f2;
    padding-top: 110px;
    padding-bottom: 58px;
}

.geodi-choco-image-section {
    background-color: #f5f4f2;
    padding-top: 20px;
    padding-bottom: 60px;
}

.geodi-choco-image-block {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.geodi-choco-image {
    display: block;
    width: 100%;
    height: auto;
}

.geodi-choco-copy-section {
    background-color: #f5f4f2;
    padding-top: 30px;
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .geodi-choco-intro {
        padding-top: 95px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .geodi-choco-intro {
        padding-top: 78px;
        padding-bottom: 42px;
    }

    .geodi-choco-image-section {
        padding-bottom: 42px;
    }

    .geodi-choco-copy-section {
        padding-top: 20px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .geodi-choco-intro {
        padding-top: 64px;
        padding-bottom: 34px;
    }

    .geodi-choco-image-section {
        padding-bottom: 32px;
    }

    .geodi-choco-copy-section {
        padding-top: 10px;
        padding-bottom: 56px;
    }
}


/* =========================================================
   GEODI – SAUCES SECTION
   ========================================================= */

.geodi-sauces-intro {
    background-color: #f5f4f2;
    padding-top: 110px;
    padding-bottom: 58px;
}

.geodi-sauces-image-section {
    background-color: #f5f4f2;
    padding-top: 20px;
    padding-bottom: 60px;
}

.geodi-sauces-image-block {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.geodi-sauces-image {
    display: block;
    width: 100%;
    height: auto;
}

.geodi-sauces-copy-section {
    background-color: #f5f4f2;
    padding-top: 30px;
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .geodi-sauces-intro {
        padding-top: 95px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .geodi-sauces-intro {
        padding-top: 78px;
        padding-bottom: 42px;
    }

    .geodi-sauces-image-section {
        padding-bottom: 42px;
    }

    .geodi-sauces-copy-section {
        padding-top: 20px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .geodi-sauces-intro {
        padding-top: 64px;
        padding-bottom: 34px;
    }

    .geodi-sauces-image-section {
        padding-bottom: 32px;
    }

    .geodi-sauces-copy-section {
        padding-top: 10px;
        padding-bottom: 56px;
    }
}


/* =========================================================
   GEODI – SPREADS / PESTO SECTION
   ========================================================= */

.geodi-spreads-intro {
    background-color: #f5f4f2;
    padding-top: 110px;
    padding-bottom: 58px;
}

.geodi-spreads-image-section {
    background-color: #f5f4f2;
    padding-top: 20px;
    padding-bottom: 60px;
}

.geodi-spreads-image-block {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.geodi-spreads-image {
    display: block;
    width: 100%;
    height: auto;
}

.geodi-spreads-copy-section {
    background-color: #f5f4f2;
    padding-top: 30px;
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .geodi-spreads-intro {
        padding-top: 95px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .geodi-spreads-intro {
        padding-top: 78px;
        padding-bottom: 42px;
    }

    .geodi-spreads-image-section {
        padding-bottom: 42px;
    }

    .geodi-spreads-copy-section {
        padding-top: 20px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .geodi-spreads-intro {
        padding-top: 64px;
        padding-bottom: 34px;
    }

    .geodi-spreads-image-section {
        padding-bottom: 32px;
    }

    .geodi-spreads-copy-section {
        padding-top: 10px;
        padding-bottom: 56px;
    }
}



/* =========================================================
   GEODI – CHUTNEY SECTION
   ========================================================= */

.geodi-chutney-intro {
    background-color: #f5f4f2;
    padding-top: 110px;
    padding-bottom: 58px;
}

.geodi-chutney-image-section {
    background-color: #f5f4f2;
    padding-top: 20px;
    padding-bottom: 60px;
}

.geodi-chutney-image-block {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.geodi-chutney-image {
    display: block;
    width: 100%;
    height: auto;
}

.geodi-chutney-copy-section {
    background-color: #f5f4f2;
    padding-top: 30px;
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .geodi-chutney-intro {
        padding-top: 95px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .geodi-chutney-intro {
        padding-top: 78px;
        padding-bottom: 42px;
    }

    .geodi-chutney-image-section {
        padding-bottom: 42px;
    }

    .geodi-chutney-copy-section {
        padding-top: 20px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .geodi-chutney-intro {
        padding-top: 64px;
        padding-bottom: 34px;
    }

    .geodi-chutney-image-section {
        padding-bottom: 32px;
    }

    .geodi-chutney-copy-section {
        padding-top: 10px;
        padding-bottom: 56px;
    }
}



/* ===== GEODI HERO SLIDER ===== */

.geodi-hero-slide,
.geodi-horeca-slide,
.geodi-b2b-slide {
    position: relative;
    background-position: center center;
    background-size: cover;
}

.geodi-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.58) 0%,
        rgba(0, 0, 0, 0.42) 38%,
        rgba(0, 0, 0, 0.20) 68%,
        rgba(0, 0, 0, 0.10) 100%
    );
    z-index: 1;
}

.geodi-hero-slide .container,
.geodi-horeca-slide .container,
.geodi-b2b-slide .container {
    position: relative;
    z-index: 2;
}

.geodi-hero-label {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    opacity: 0.9;
}

.geodi-hero-title {
    font-size: 74px;
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -2px;
    max-width: 820px;
    margin-left: 0;
    margin-right: 0;
}

.geodi-hero-subtitle {
    font-size: 20px;
    line-height: 1.7;
    max-width: 720px;
    margin-left: 0;
    margin-right: 0;
    opacity: 0.95;
}

.geodi-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-start;
}

.geodi-btn-primary,
.geodi-btn-secondary {
    min-width: 190px;
    text-align: center;
}

/* λίγο πιο σωστή στοίχιση στο hero copy */
.geodi-hero-slide .col-12,
.geodi-horeca-slide .col-12,
.geodi-b2b-slide .col-12 {
    text-align: left !important;
    align-items: flex-start;
}

/* ===== LARGE TABLET ===== */
@media (max-width: 1199px) {
    .geodi-hero-title {
        font-size: 60px;
        line-height: 1.02;
        letter-spacing: -1.5px;
        max-width: 700px;
    }

    .geodi-hero-subtitle {
        font-size: 18px;
        line-height: 1.65;
        max-width: 620px;
    }
}

/* ===== TABLET ===== */
@media (max-width: 991px) {
    .swiper.full-screen.md-h-700px {
        height: 700px !important;
    }

    .geodi-hero-title {
        font-size: 48px;
        line-height: 1.05;
        letter-spacing: -1.2px;
        max-width: 600px;
    }

    .geodi-hero-subtitle {
        font-size: 17px;
        line-height: 1.6;
        max-width: 540px;
    }

    .geodi-btn-primary,
    .geodi-btn-secondary {
        min-width: 170px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
    .swiper.full-screen.md-h-700px.sm-h-450px {
        height: 620px !important;
    }

    .geodi-hero-label {
        font-size: 11px;
        line-height: 17px;
        letter-spacing: 1.2px;
        margin-bottom: 14px !important;
    }

    .geodi-hero-title {
        font-size: 34px;
        line-height: 1.06;
        letter-spacing: -0.8px;
        max-width: 100%;
        margin-bottom: 16px !important;
    }

    .geodi-hero-subtitle {
        font-size: 15px;
        line-height: 1.55;
        max-width: 100%;
        margin-bottom: 22px !important;
    }

    .geodi-hero-buttons {
        gap: 10px;
        width: 100%;
    }

    .geodi-btn-primary,
    .geodi-btn-secondary {
        min-width: 0;
        width: 100%;
        padding: 14px 20px !important;
        font-size: 14px !important;
        line-height: 1.2;
    }

    .swiper-button-prev,
    .swiper-button-next,
    .swiper-button-previous-nav,
    .swiper-button-next-nav {
        transform: scale(0.78);
    }
}

/* ===== SMALL MOBILE ===== */
@media (max-width: 575px) {
    .swiper.full-screen.md-h-700px.sm-h-450px {
        height: 560px !important;
    }

    .geodi-hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.44) 0%,
            rgba(0, 0, 0, 0.50) 40%,
            rgba(0, 0, 0, 0.58) 100%
        );
    }

    .geodi-hero-slide .container,
    .geodi-horeca-slide .container,
    .geodi-b2b-slide .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .geodi-hero-title {
        font-size: 27px;
        line-height: 1.08;
        letter-spacing: -0.6px;
    }

    .geodi-hero-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }

    .geodi-hero-label {
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 1px;
    }
}




.geodi-process-section {
    padding: 100px 0;
}

.geodi-eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b48a5a;
    display: block;
    margin-bottom: 10px;
}

.geodi-title {
    font-weight: 500;
    letter-spacing: -0.5px;
}

/* GRID */
.geodi-process {
    position: relative;
}

.geodi-step {
    text-align: left;
    padding: 30px 20px;
    position: relative;
}

/* subtle separator line */
.geodi-step:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    background: rgba(0,0,0,0.08);
    transform: translateY(-50%);
}

.geodi-step:last-child:after {
    display: none;
}

/* NUMBER */
.geodi-step-number {
    font-size: 14px;
    color: #b48a5a;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* TITLE */
.geodi-step h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

/* TEXT */
.geodi-step p {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0;
    line-height: 1.5;
}

/* MOBILE */
@media (max-width: 768px) {
    .geodi-step {
        margin-bottom: 20px;
    }

    .geodi-step:after {
        display: none;
    }
}


.geodi-team-image {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.geodi-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* spacing improvement */
.text-medium-gray {
    line-height: 1.7;
}

/* responsive fix */
@media (max-width: 991px) {
    .geodi-team-image {
        margin-bottom: 25px;
    }
}



.geodi-intro-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.geodi-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* optional subtle zoom effect */
.geodi-intro-image img {
    transition: transform 0.6s ease;
}

.geodi-intro-image:hover img {
    transform: scale(1.03);
}

/* HERO TYPO TUNING */
.geodi-hero-title {
    font-size: 56px !important;
    line-height: 1.08 !important;
    letter-spacing: -1.2px !important;
}

.geodi-hero-subtitle {
    font-size: 16px !important;
    line-height: 1.65 !important;
    max-width: 580px !important;
}

.geodi-hero-label {
    font-size: 12px !important;
    letter-spacing: 2px !important;
}

/* laptop / tablet */
@media (max-width: 1199px) {
    .geodi-hero-title {
        font-size: 48px !important;
    }

    .geodi-hero-subtitle {
        font-size: 15px !important;
        max-width: 540px !important;
    }
}

/* tablet */
@media (max-width: 991px) {
    .geodi-hero-title {
        font-size: 40px !important;
        line-height: 1.12 !important;
    }

    .geodi-hero-subtitle {
        font-size: 15px !important;
        line-height: 1.6 !important;
        max-width: 500px !important;
    }

    .geodi-hero-label {
        font-size: 11px !important;
    }
}

/* mobile */
@media (max-width: 767px) {
    .geodi-hero-title {
        font-size: 30px !important;
        line-height: 1.15 !important;
        letter-spacing: -0.7px !important;
    }

    .geodi-hero-subtitle {
        font-size: 14px !important;
        line-height: 1.55 !important;
        max-width: 100% !important;
        margin-bottom: 24px !important;
    }

    .geodi-hero-label {
        font-size: 10px !important;
        letter-spacing: 1.4px !important;
        margin-bottom: 12px !important;
    }
}

/* very small mobile */
@media (max-width: 575px) {
    .geodi-hero-title {
        font-size: 26px !important;
        line-height: 1.18 !important;
    }

    .geodi-hero-subtitle {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .geodi-btn-primary,
    .geodi-btn-secondary {
        font-size: 11px !important;
        padding: 11px 18px !important;
    }
}

@media (max-width: 767px) {
    .geodi-hero-title {
        font-size: 30px !important;
    }
}

@media (max-width: 575px) {
    .geodi-hero-title {
        font-size: 26px !important;
    }
}
/* FORCE HERO VERTICAL CENTER FIX */
.geodi-hero-slide .row {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.geodi-hero-slide .col-12 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}


/* FIRST HERO SLIDE - MOBILE POSITION FIX */
@media (max-width: 767px) {
    .geodi-hero-slide > .container {
        height: 100% !important;
    }

    .geodi-hero-slide > .container > .row {
        height: 100% !important;
        align-items: center !important;
    }

    .geodi-hero-slide > .container > .row > div {
        justify-content: center !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        transform: translateY(-7vh) !important;
    }
}
