.hero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hero {
    position: relative;
    width: 100%;
}

.hero .intro-titles {
    position: relative;
    overflow: hidden;
}

.hero .intro-titles::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hero .intro-titles>* {
    position: relative;
    z-index: 2;
}

.hero .intro-titles {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
    height: 650px;
    aspect-ratio: 16/9;
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    color: #fff;
    padding-bottom: 250px;
    background-color: #272154;
}


.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 80px;
    text-align: left;
    padding-right: 120px;
}


.hero-title {
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-top: 15px;
}

.hero-title-logo {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0px 0 30px 0px;
}

/* === intro SECTION === */
.intro-ahi {
    background-size: contain;
    background-position: top;
    padding: 40px 0;
    background-color: #fff;
    background-repeat: no-repeat;
}

.intro-header {
    margin-bottom: 50px;
}

.intro-title {
    color: #283583;
    font-size: 2.4rem;
    font-weight: 500;
}

.intro-left {
    display: flex;
    flex-direction: column;
}

.intro-text-left {
    font-size: 1rem;
    line-height: 1.8;
    color: #272154;
    text-align: justify;
    margin-bottom: 20px;
}

.intro-red-line {
    margin-top: 30px;
}

.intro-red-line img {
    width: 50%;
}

/* Right image */
.subpage-image {
    max-height: 350px;
    width: auto;
    border-radius: 18px;
}

/* Boxes under */
.subpage-boxes-under {
    margin-top: 30px;
}

.subpage-under-box {
    background: rgba(39, 33, 84, 0.85);
    border-radius: 14px;
    padding: 14px 12px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
}

.company-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border: 3px solid rgba(39, 33, 84, 0.85);
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    background: transparent;
}

.company-btn img {
    width: 35px;
    height: auto;
    transition: filter 0.3s ease;
}

.company-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(39, 33, 84, 0.85);
    z-index: 0;
    transition: width 0.4s ease;
}

.company-btn span,
.company-btn img {
    position: relative;
    z-index: 1;
    font-size: 1.2rem;
    font-weight: 500;
}

.company-btn:hover::before {
    width: 100%;
}

.company-btn {
    color: rgba(39, 33, 84, 0.85);
    border: 2px solid rgba(39, 33, 84, 0.85);
}

.company-btn:hover {
    color: #fff;
}

.contact-title-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 110px 0;
    color: #fff;
}

.spc-product input,
.spc-name input,
.spc-fname input,
.spc-mail input,
.spc-phone input,
.spc-company input,
.spc-title input,
.spc-county input,
.spc-message input {
    border: none !important;
    border-radius: 5px !important;
    background-color: #E2E9F2 !important;
}


.spc-product .form-control,
.spc-product input {
    background-color: #f5f5f5 !important;
    pointer-events: none;
    cursor: default;
}

.contact-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.contact-submit input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 65px 10px 25px;
    border-radius: 50px;
    border: 1px solid #BF1D21;
    font-size: 1rem;
    cursor: pointer;
    color: #BF1D21;

    background-image:
        url('https://ahicarrier.gr/wp-content/uploads/2025/12/Component-30-–-1.svg'),
        linear-gradient(to right, #BF1D21 50%, #fff 50%);
    background-repeat: no-repeat, no-repeat;
    background-position: right 28px center, right bottom;
    background-size: 25px, 200% 100%;
    transition: background-position .35s ease-out, color .35s ease-out;
}

.contact-submit input[type="submit"]:hover {
    background-position: right 28px center, left bottom;
    color: #fff;
}

.contact-submit .wpcf7-spinner {
    display: none !important;
}

.section-even {
    background-size: contain;
    background-position: top;
    padding: 50px 0;
    background-color: #fff;
    background-repeat: no-repeat;
}

.section-odd {
    padding: 50px;
    margin: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.page-section-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #283583;

}

.alt-section-text {
    font-size: 1rem;
    line-height: 1.8;
    text-align: justify;
    color: #272154;
}

#large-txt {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: justify;
    color: #fff;
}

.section-odd .page-section-title,
.section-odd .alt-section-text,
.section-odd .alt-bullets ul li,
.section-odd .alt-bullets p {
    color: #fff;
}

.alt-bullets ul {
    list-style: none;
    padding: 0;
}

.alt-bullets ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.alt-bullets.has-icon ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: var(--list-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section-odd .alt-bullets.has-icon ul li::before {
    background-image: var(--list-icon-white);
}

.bullets-box {
    background: rgba(39, 33, 84, 0.85);
    padding: 40px;
    border-radius: 16px;
}

.alt-bullets:has(#exception) {
    background: #ebecf1;
    padding: 40px;
    border-radius: 16px;
    /* color: #fff; */
}

#vertical-exceptions {
    font-size: 1rem;
    line-height: 1.8;
    text-align: justify;
    background: rgba(39, 33, 84, 0.85);
    padding: 40px;
    border-radius: 16px;
    color: #fff;
}

@media (max-width: 992px) {
    .hero .intro-titles {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 0;
        min-height: 500px;
        aspect-ratio: 16 / 9;
    }

    .hero-container {
        padding: 0 20px;
        text-align: center;
    }

    .hero-title {
        font-size: 2.1rem;
    }

    .hero-title-logo {
        max-width: 250px;
        margin-top: 15px;
    }

    .alt-section {
        padding: 40px;
        margin: 20px;
    }

    .page-section-title {
        font-size: 1.8rem;
    }

    #large-txt {
        font-size: 1rem;
        line-height: 1.8;
        text-align: justify;
        color: #fff;
    }
}

@media (max-width: 768px) {
    .hero .intro-titles {
        height: auto;
    }

    .intro-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .intro-content {
        flex-direction: column;
        text-align: center;
        padding: 0px 10px;
    }

    .intro-red-line img {
        margin-left: auto;
        margin-right: auto;
    }

    .section-odd,
    .section-even {
        padding: 10px;
        margin: 10px;
        height: auto;
    }

    .alt-section {
        padding: 10px;
        margin: 10px;
        height: auto;
    }

    .page-section-title {
        margin-top: 20px;
        margin-bottom: 0px !important;
        text-align: center;
    }

    .form-control input {
        margin-bottom: 15px !important;
    }
}



@media (max-width: 576px) {}