body{
    background: white;
}
html{
    /* ⚠ ΜΗΝ ΤΟ ΑΛΛΑΞΕΙΣ ΓΙΑ ΝΑ ΔΟΥΛΕΨΕΙ position:sticky.
       Είναι δομικό: το template σερβίρει στοιχεία πλάτους 5000px (.faq-two στην
       αρχική) και βασίζεται σε αυτό το clipping. Δοκιμάστηκε `body{overflow:
       visible}` ώστε να ζήσει το sticky — ΜΕΤΡΗΘΗΚΕ ότι η αρχική αποκτούσε
       οριζόντια κύλιση 1600px. Παρενέργεια: κανένα position:sticky δεν κολλάει
       σε αυτό το site· χρησιμοποίησε jump links αντί για sticky πλοήγηση. */
    overflow-x: hidden;
}
.mouse-cursor{
    position:fixed;
    left:0;
    top:0;
    pointer-events:none;
    border-radius:50%;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    visibility:hidden
}
.cursor-inner{
    margin-left:-3px;
    margin-top:-3px;
    width:6px;
    height:6px;
    z-index:2147483000;
    background-color:#d02a24;
    -webkit-transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out;
    transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out
}
.cursor-inner.cursor-hover{
    margin-left:-40px;
    margin-top:-40px;
    width:80px;
    height:80px;
    background-color:#d02a24;
    opacity:.3
}
.cursor-outer{
    margin-left:-15px;
    margin-top:-15px;
    width:30px;
    height:30px;
    border:2px solid #d02a24;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    z-index:2147483000;
    opacity:.5;
    -webkit-transition:all .08s ease-out;
    transition:all .08s ease-out;

}
.cursor-outer.cursor-hover{
    opacity:0
}
.about-shape{
    border: 2px dashed #16284f;
    border-radius: 50%;
    top: 63px;
    position: absolute;
    left: 185px;
}
.about-shape:before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #1b3a83;
    border-radius: 50%;
position: absolute;
    left:calc(50% - 7.5px);
    top: -7.5px;

}
.theme-container{
    /*1290*/
    width: 1330px;
    padding: 0 20px;
}
.hero-area{
    height: calc(100vh - 140px);
}
.hero-image-1{
    background-position: 100% center;
}
.hero-area-2{
    background-image: url(./../img/hero-img-thumb.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.service-area{
    background-image: url(../img/service-area.webp);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 828px;
}
.blog-area  .blog-item:hover{
    box-shadow: 0px 16px 52px rgba(0, 0, 0, 0.07);
}
.insu-swiper .swiper-pagination{
    top: auto;
    bottom: -60px;
}
.insu-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 0;
    background: #E3E3E3;
}
.insu-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #1b3a83;
}
.faq-main-wrapper{
    box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
.fun-fact-area .faq-wrapper{
    top: calc(100% + 100px);
}
.fun-fact-area .faq-item .faq-body{
    height: 0;
    padding:0 20px ;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.faq-section-main-wrapper .faq-item .faq-body{
    height: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
/* Open state: was :focus-within, but Safari never focuses a <button> on click,
   so the accordions were dead there. FaqToggleInit toggles .faq-open instead. */
.fun-fact-area .faq-item.faq-open .faq-body{
    height: 130px;
}
.faq-section-main-wrapper .faq-item.faq-open .faq-body{
    /* Template's exact `height` transition (that's what makes the motion
       smooth) — but the hard-coded 75px only fit its 2-line English lorem and
       clipped our longer Greek answers. --faq-h is each answer's real content
       height, measured by FaqHeightInit; 75px is the template fallback. */
    height: var(--faq-h, 75px);
}
.faq-item .faq-btn{
    color:#16284f ;
}
.fun-fact-area .faq-item.faq-open .faq-btn{
    color: white;
    background: #1b3a83;
}
.faq-fun-fact-area-two .faq-item.faq-open .faq-btn{
    color:#16284f !important;
    background: transparent !important;
}
.progress-step-wrapper{
    background-image: url(./../img/progress-bg.svg);
    background-size: cover;
    background-repeat: no-repeat
}
.progress-step-wrapper .item{
    box-shadow: 0 16px 52px rgba(0, 0, 0, 0.07);
}
.progress-step-wrapper .item .counter{
    font-size: 40px;
    color: #16284f;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #16284f;
    opacity: 0.3;
}
.financ-section .swiper-button-prev:after,.financ-section .swiper-rtl .swiper-button-next:after {
    content: '';
}
.financ-section .swiper-button-next:after,.financ-section .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.financ-section .swiper-button-prev,.financ-section .swiper-rtl .swiper-button-next {
    position: unset;
}
.financ-section .swiper-button-next,.financ-section .swiper-rtl .swiper-button-prev {
    position: unset;
}
.financ-swiper .swiper-pagination{
    top: auto;
    bottom: -60px;
}
.financ-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #E3E3E3;
}
.financ-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #1b3a83;
}
.gear {
    animation: rotate 110s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}
.gear-2 {
    animation: rotate-2 80s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}
.footer-shape{
    right: -302px;
    top: -160px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-120deg);
    }
}
.hero-area-2 .shape:nth-child(1) img{
    transform: translateX(0px);
    animation: shape-shake 3s infinite ease;
}
.hero-area-2 .shape:nth-child(2) img{
    transform: translateX(0px);
    animation: shape-shake 3s infinite ease 1s;
}
.hero-area-2 .shape:nth-child(3) img{
    transform: translateX(0px);
    animation: shape-shake 3s infinite ease ;
}
.hero-area-2 .shape:nth-child(4) img{
    transform: translateX(0px);
    animation: shape-shake 3s infinite ease 0.5s;
}
@keyframes shape-shake {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0px);
    }
}
@-webkit-keyframes shape-shake {
    0% {
        -webkit-transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(10px);
    }
    100%{
        -webkit-transform: translateY(0px);
    }
}

/* Τα panels του tab pattern. Ο κανόνας ήταν δεμένος στο .safety-section, δηλαδή
   δούλευε ΜΟΝΟ στην αρχική· τώρα είναι δεμένος στο .tab-group που εκπέμπει το κοινό
   TabGroup.tsx, ώστε τον μοιράζονται αρχική και λογαριασμός — ΕΝΑ σημείο ορισμού.
   Τα χρώματα των .filter-btn μένουν στο output.css (vendor) και συμπληρώνονται με
   utilities μέσα στο component· δες το σχόλιο εκεί για το γιατί. */
.tab-group .blog-content {
    display: none;
    animation: tabFade 1s;
}
.tab-group .blog-content.active {
    display: block;
}
@keyframes tabFade{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fun-fact-area-two{
    background-image: url(./../img/fun-fact-bg-2.webp);
    background-size: cover;
    background-repeat: no-repeat
}
.about-us-page-wrapper .process-section-two .item .circle-shape {
    background: #FBF7ED;
    transition: all 0.5s ease-in-out;
}
.process-section-two .item .circle-shape{
    background: #E6EDEC;
    transition: all 0.5s ease-in-out;
}
.footer-wrapper-two .discover-area{
    background-image: url(./../img/discover-bg.webp);
    background-size: cover;
    background-repeat: no-repeat
}
/* Banner image is rendered as a real <img fetchpriority=high> in PageBanner.tsx
   (LCP fix) — no background-image here so it isn't fetched twice. */
.page-title-wrapper {
    position: relative
}
.mini-contact{
    background-image: url(./../img/min-contact-bg.webp);
    background-size: cover;
    background-repeat: no-repeat
}
.breadcrumb-wrapper .breadcrumb-item:last-child .ico{
    display: none;
}
.testimonial-section-two .swiper-pagination{
    top: auto;
    bottom: -60px;
}
.testimonial-section-two .swiper-pagination .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 6px;
    background: #E3E3E3;
}
.testimonial-section-two .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #1b3a83;
}


.related-post-slider .swiper-button-prev:after,.related-post-slider .swiper-rtl .swiper-button-next:after {
    content: '';
}
.related-post-slider .swiper-button-next:after,.related-post-slider .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.related-post-slider .swiper-button-prev,.related-post-slider .swiper-rtl .swiper-button-next {
    position: unset;
}
.related-post-slider .swiper-button-next,.related-post-slider .swiper-rtl .swiper-button-prev {
    position: unset;
}
.faq-page-wrapper .faq-item .faq-body{
    display: none;
}
/* The template auto-opened each group's first item via :nth-child(1) — that
   rule fought the .faq-open toggle (the first item could never close and two
   items showed open at once). The initial open item now carries .faq-open in
   the markup instead, so one rule drives the whole state. */
.faq-page-wrapper .faq-item.faq-open .faq-body{
    display: block;
}
/* Η ενότητα «Συχνές ερωτήσεις» μέσα στο σώμα ενός άρθρου (groupFaqAccordion →
   FaqItem). Αντιγράφει το .faq-page-wrapper και ΟΧΙ το .faq-section-main-wrapper:
   εκείνο κάνει animate ένα συγκεκριμένο ύψος (--faq-h) που μετριέται από το
   FaqHeightInit για μία παράγραφο — η απάντηση ενός άρθρου μπορεί να έχει
   λίστες ή πολλές παραγράφους, οπότε το ύψος θα κοβόταν. */
.insucom-article .faq-item .faq-body{
    display: none;
}
.insucom-article .faq-item.faq-open .faq-body{
    display: block;
    padding-bottom: 20px;
}


/*====================*/
.navigation-wrapper.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1010;
    background: #fff;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.058823529411764705);
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
}
.navigation-wrapper.navigation-wrapper-two-two.sticky {
    background: #16284f;
}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }

}
.nav-wrapper ul li{
    position: relative;
}
.nav-wrapper.mobile-nav-wrapper ul li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px ;
    padding: 10px 0;
    border-bottom: 1px solid rgb(231 231 231)
}
.nav-wrapper.mobile-nav-wrapper ul li ul{
    margin-left: 16px;
}
.nav-wrapper ul li ul{
    position: absolute;
    left: -10px;
    min-width: 200px;
    border-radius: 10px;
    background: white;
    padding: 10px 0;
    box-shadow: 11px 10px 38px 0 rgba(46,63,99,.15);
    display: none;
    z-index: 99;

}
.nav-wrapper.mobile-nav-wrapper ul li ul{
    position: unset;
    left: -10px;
    display: none;
    z-index: 99;
    box-shadow:none;
    padding:0;
    margin-top: 10px;

}
.nav-wrapper ul li:hover ul{
    display: block;
    animation: tabFade 0.5s;
}
.nav-wrapper ul li ul li a{
    padding: 5px 20px;
    color: #16284f;
    transition: all 0.5s ease-in-out;
}
.nav-wrapper ul li ul li:hover a{
    padding-left:30px;
    color: #16284f;


}
.nav-wrapper ul li ul li{
    position: relative;

}
.nav-wrapper ul li ul li:before{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #1b3a83;
    position: absolute;
    left:0;
    top: calc(50% - 2px);transition: all 0.5s ease-in-out;


}
.nav-wrapper ul li ul li:hover:before{
    width: 20px;
}
/*====================*/
.nav-wrapper.nav-wrapper-2 ul li{
    position: relative;
}
.nav-wrapper.nav-wrapper-2 ul li ul{
    position: absolute;
    left: -10px;
    min-width: 200px;
    border-radius: 10px;
    background: white;
    padding: 10px 0;
    box-shadow: 11px 10px 38px 0 rgba(46,63,99,.15);
    display: none;

}
.nav-wrapper.nav-wrapper-2 ul li:hover ul{
    display: block;

}
.nav-wrapper.nav-wrapper-2 ul li ul li a{
    padding: 5px 20px;
    color: #16284f;
    transition: all 0.5s ease-in-out;
}
.nav-wrapper.nav-wrapper-2 ul li ul li:hover a{
    padding-left:30px;
    color: #16284f;


}
.nav-wrapper.nav-wrapper-2 ul li ul li{
   position: relative;

}
.nav-wrapper.nav-wrapper-2 ul li ul li:before{
    content: '';
    display: block;
    width: 0;
    height: 3px;
     background: #1b3a83;
    position: absolute;
    left:0;
    top: calc(50% - 2px);transition: all 0.5s ease-in-out;


}
.nav-wrapper.nav-wrapper-2 ul li ul li:hover:before{
    width: 20px;
}
/*=====mobile=====*/
.nav-wrapper .mobile-drawer .mobile-wid{
    left: -350px;
    transition: all .5s linear;
}
.nav-wrapper .mobile-drawer.active .mobile-wid{
    left: 0;
}
.nav-wrapper .mobile-drawer .drawer-away{
    display: none;
    animation: tabFade 0.5s;
}
.nav-wrapper .mobile-drawer.active .drawer-away{
    display: block;
}
/*nav end*/

.search-bar-wrapper .search-form{
    display: none;
    animation: tabFade 0.5s;
}
/* Was :focus-within (dead in Safari — buttons never take click focus);
   SiteHeader toggles .search-open instead. */
.search-bar-wrapper.search-open .search-form{
    display: block;
}

.faq-section-main-wrapper .faq-two{
    box-shadow: 0 4px 24px -6px rgba(19, 16, 34, 0.1),
    0 4px 13px -2px rgba(19, 16, 34, 0.06)
}

/*popv component*/
.popv-main-wrapper{
    display: none;
}
.popv-main-wrapper.active{
    display: block;
}
.popv-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.popv-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.popv-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.popv-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popv-align-top .popv-container:before {
    display: none;
}

.popv-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.popv-inline-holder .popv-content,
.popv-ajax-holder .popv-content {
    width: 100%;
    cursor: auto;
}

.popv-ajax-cur {
    cursor: progress;
}

.popv-zoom-out-cur, .popv-zoom-out-cur .popv-image-holder .popv-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.popv-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.popv-auto-cursor .popv-content {
    cursor: auto;
}

.popv-close,
.popv-arrow,
.popv-preloader,
.popv-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.popv-loading.popv-figure {
    display: none;
}

.popv-hide {
    display: none !important;
}

.popv-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.popv-preloader a {
    color: #CCC;
}

.popv-preloader a:hover {
    color: #FFF;
}

.popv-s-ready .popv-preloader {
    display: none;
}

.popv-s-error .popv-content {
    display: none;
}

button.popv-close,
button.popv-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.popv-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.popv-close:hover,
.popv-close:focus {
    opacity: 1;
}

.popv-close:active {
    top: 1px;
}

.popv-close-btn-in .popv-close {
    color: #333;
}

.popv-image-holder .popv-close,
.popv-iframe-holder .popv-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.popv-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.popv-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.popv-arrow:active {
    margin-top: -54px;
}

.popv-arrow:hover,
.popv-arrow:focus {
    opacity: 1;
}

.popv-arrow:before,
.popv-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.popv-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.popv-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.popv-arrow-left {
    left: 0;
}

.popv-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.popv-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.popv-arrow-right {
    right: 0;
}

.popv-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.popv-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.popv-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.popv-iframe-holder .popv-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.popv-iframe-holder .popv-close {
    top: -40px;
}

.popv-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.popv-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.popv-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.popv-figure {
    line-height: 0;
}

.popv-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.popv-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.popv-figure figure {
    margin: 0;
}

.popv-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.popv-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.popv-image-holder .popv-content {
    max-width: 100%;
}

.popv-gallery .popv-image-holder .popv-figure {
    cursor: pointer;
}
@keyframes tabFade{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.shake {
    animation: shake 5000ms infinite;
}

@keyframes shake {
    0% { transform: rotate(0deg); }
    8.0% { transform: rotate(0deg); }
    12.0% { transform: rotate(42deg); }
    16.0% { transform: rotate(-35deg); }
    20.0% { transform: rotate(0deg); }
    23.0% { transform: rotate(28deg); }
    26.0% { transform: rotate(-20deg); }
    29.0% { transform: rotate(0deg); }
    31.0% { transform: rotate(16deg); }
    33.0% { transform: rotate(-12deg); }
    35.0% { transform: rotate(0deg); }
    37.0% { transform: rotate(-6deg); }
    39.0% { transform: rotate(0deg); }
    40.0% { transform: rotate(6deg); }
    44.0% { transform: rotate(-3deg); }
    49.0% { transform: rotate(2deg);}
    55.0% { transform: rotate(0deg); }
    62.0% { transform: rotate(1deg); }
    70.0% { transform: rotate(0deg); }
}

.button-outer-circle,.button-outer-circle {
    background: hsl(133.4deg 73.02% 15.02% / 20%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.has-scale-animation,.has-delay-short {
    -webkit-animation: smallScale 3s infinite;
    animation: smallScale 3s infinite;
}
.has-delay-short {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@keyframes smallScale {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }

}
/*responsive*/

@media (max-width: 1536px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
    .hero-area {
        height: 600px;
    }
    .theme-container{
        /*1290*/
        width: auto;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .hero-image-1{
        background-position: 70% center;
    }
}
@media (max-width: 640px) {
    .hero-image-1{
        background-position: 50% center;
    }
    .faq-section-main-wrapper .faq-two{
        box-shadow:none
    }
    .about-shape{
        top: 50px;
        left: 100px;
    }

}
@media (max-width: 320px) {
    html{
        overflow-x: hidden;
    }
}


/*responsive end*/
/* Alfa Point: readability scrim over hero photo (strong left where the headline sits) */
.hero-area .hero-image-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.78) 34%, rgba(255,255,255,0.2) 64%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

/* Alfa Point: constrain footer logo size */
.footer-logo img { max-width: 175px; height: auto; }

/* Alfa Point: footer fixes */
footer .grid > *:first-child { padding-right: 45px; }         /* company text was touching Quick Links */
footer a[href^="mailto:"], footer a[href^="mailto:"] span { text-transform: none !important; } /* email was Title-Cased */

/* Alfa Point: CookieConsent banner (vanilla-cookieconsent v3) — mapped to the
   template palette: navy CTA like every primary button (bg-primary-500 →
   hover bg-primary-900), cream secondary band (bg-secondary), template greys,
   Spline Sans headings/buttons, DM Sans body, 4px radius. */
#cc-main {
  --cc-font-family: 'DM Sans', sans-serif;
  --cc-modal-border-radius: 4px;
  --cc-btn-border-radius: 4px;
  --cc-bg: #ffffff;
  --cc-primary-color: rgb(22 40 79);            /* headings — text-primary-900 */
  --cc-secondary-color: var(--primary-muted);   /* body/muted — text-primary-100, AA shade */
  --cc-btn-primary-bg: var(--primary);
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-border-color: var(--primary);
  --cc-btn-primary-hover-bg: rgb(22 40 79);
  --cc-btn-primary-hover-color: #ffffff;
  --cc-btn-primary-hover-border-color: rgb(22 40 79);
  --cc-btn-secondary-bg: rgb(251 247 237);      /* bg-secondary */
  --cc-btn-secondary-color: rgb(22 40 79);
  --cc-btn-secondary-border-color: rgb(227 227 227);   /* primaryBorder */
  --cc-btn-secondary-hover-bg: rgb(227 227 227);
  --cc-btn-secondary-hover-color: rgb(22 40 79);
  --cc-btn-secondary-hover-border-color: rgb(227 227 227);
  --cc-separator-border-color: rgb(227 227 227);
  --cc-toggle-on-bg: var(--primary);
  --cc-toggle-off-bg: rgb(109 126 168);
  --cc-toggle-readonly-bg: rgb(227 227 227);
  --cc-cookie-category-block-bg: rgb(251 247 237);
  --cc-cookie-category-block-border: rgb(227 227 227);
  --cc-cookie-category-block-hover-bg: rgb(251 247 237);
  --cc-cookie-category-block-hover-border: rgb(227 227 227);
  --cc-link-color: var(--primary);
  --cc-footer-bg: rgb(251 247 237);
  --cc-footer-color: rgb(22 40 79);
  --cc-footer-border-color: rgb(227 227 227);
  --cc-overlay-bg: rgba(22, 40, 79, 0.6);
}
#cc-main .cm__title,
#cc-main .pm__title,
#cc-main .cm__btn,
#cc-main .pm__btn {
  font-family: 'Spline Sans', sans-serif;
}
#cc-main .cm__btn,
#cc-main .pm__btn {
  font-weight: 600;
}

/* ───────────────────────────────────────────────────────────────
   Blog article body (.insucom-article) — the rendered rich text of
   /posts/[slug], typeset with the blog-details.html vocabulary:
   body copy text-base leading-[27px] text-primary-100, spline-sans
   navy headings, template cream/hairline surfaces. Replaces the
   Payload starter's Tailwind `prose` typography.
   ─────────────────────────────────────────────────────────────── */
.insucom-article {
  font-size: 16px;
  line-height: 27px;
  color: var(--primary-muted); /* text-primary-100, AA-contrast shade */
}
.insucom-article p {
  margin-bottom: 20px;
}
.insucom-article h1,
.insucom-article h2,
.insucom-article h3,
.insucom-article h4,
.insucom-article h5,
.insucom-article h6 {
  color: rgb(22 40 79); /* text-primary-900 */
  font-weight: 600;
  margin: 40px 0 16px;
}
.insucom-article h1 { font-size: 30px; line-height: 36px; }
.insucom-article h2 { font-size: 24px; line-height: 32px; }
.insucom-article h3 { font-size: 20px; line-height: 28px; }
.insucom-article h4,
.insucom-article h5,
.insucom-article h6 { font-size: 18px; line-height: 27px; }
.insucom-article h1:first-child,
.insucom-article h2:first-child,
.insucom-article h3:first-child,
.insucom-article h4:first-child {
  margin-top: 0;
}
.insucom-article a {
  color: var(--primary);
  text-decoration: underline;
}
.insucom-article strong,
.insucom-article b {
  color: rgb(22 40 79);
  font-weight: 600;
}
.insucom-article ul,
.insucom-article ol {
  margin: 0 0 20px;
  padding-left: 24px;
}
.insucom-article ul { list-style: disc; }
.insucom-article ol { list-style: decimal; }
.insucom-article li { margin-bottom: 8px; }
.insucom-article li::marker { color: var(--primary); }
.insucom-article blockquote {
  border-left: 4px solid var(--primary);
  background: rgb(251 247 237); /* bg-secondary */
  border-radius: 4px;
  padding: 20px 24px;
  margin: 0 0 20px;
}
.insucom-article blockquote p:last-child { margin-bottom: 0; }
.insucom-article img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
.insucom-article figure { margin: 0 0 20px; }
.insucom-article hr {
  border: 0;
  border-top: 1px solid rgb(227 227 227); /* primaryBorder */
  margin: 40px 0;
}
.insucom-article table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.insucom-article th,
.insucom-article td {
  border: 1px solid rgb(227 227 227);
  padding: 10px 14px;
  text-align: left;
}
.insucom-article th {
  background: rgb(251 247 237);
  color: rgb(22 40 79);
  font-weight: 600;
}

/* ==== footer-two: desktop-only upward shift for the company-disclosure row ====
   The disclosure row we add above the copyright would otherwise grow the footer
   and strand the watermark. On desktop (lg+) we pull the whole content block AND
   the watermark up by the SAME 55px so the row fits without growing the footer
   and the watermark↔content proportions stay template-exact. Below lg we keep the
   template's 210px/250px (the floating CTA band is taller there and needs the full
   clearance). Must live here — the template's UNLAYERED output.css ships
   `.pt-[210px]`/`.top-[250px]`, which beat our layered v4 `lg:` utilities; scoping
   under `.footer-wrapper-two` gives (0,2,0) so these win regardless of order. */
@media (min-width: 1024px) {
  .footer-wrapper-two .footer-two-content { padding-top: 155px; }
  .footer-wrapper-two .footer-two-shape-pos { top: 195px; }
}

/* ==== Alfa Point structural/behaviour fixes (2026-07-15) ==================== */
/* (The template's custom .mouse-cursor was removed entirely — SiteHeader no
   longer renders its divs, so the .cursor-* rules above are inert.) */
/* 1025–1330px (tablet landscape / small laptops): the template only relaxes its
   fixed 1330px .theme-container at ≤1024px, so in between the right side of
   every section (nav items included) was clipped — and unreachable, because
   html{overflow-x:hidden} kills the horizontal scrollbar. Relax the width as
   soon as the viewport is narrower than the container. */
@media (max-width: 1330px) {
  .theme-container { width: auto; }
}
/* Mobile drawer sub-menus: the template only opened them via :hover — dead on
   touch. NavItems (mobile mode) toggles `.submenu-open` on the parent li. */
.nav-wrapper.mobile-nav-wrapper ul li.submenu-open > ul.sub-menu {
  display: block;
  animation: tabFade 0.5s;
}
/* Current page indicator (aria-current, set by navMenus.tsx): the template
   ships NO active state, so we reuse its own highlight affordance — the
   20×3px sub-menu hover bar. Desktop top level (navy bar): a white bar under
   the active link ('page' = exact page, 'true' = a nested route under it). */
.nav-wrapper.nav-wrapper-2 > ul > li > a[aria-current] {
  position: relative;
}
.nav-wrapper.nav-wrapper-2 > ul > li > a[aria-current]::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 20px;
  height: 3px;
  background: #fff;
}
/* Desktop sub-menu: persist the template's hover bar + indent on the current entry. */
.nav-wrapper.nav-wrapper-2 ul li ul li:has(> a[aria-current='page'])::before {
  width: 20px;
}
.nav-wrapper.nav-wrapper-2 ul li ul li:has(> a[aria-current='page']) > a {
  padding-left: 30px;
}
/* Mobile drawer (white panel): the same bar in the brand navy, over the row's
   1px divider. */
.nav-wrapper.mobile-nav-wrapper ul li a[aria-current] {
  position: relative;
}
.nav-wrapper.mobile-nav-wrapper ul li a[aria-current]::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 20px;
  height: 3px;
  background: var(--primary);
}
/* Desktop dropdown after a click: the template's :hover reveal assumed a full
   page reload — with Next client navigation the pointer is still over the li,
   so the sub-menu stayed open on the new page. navMenus.tsx adds
   `.submenu-suppressed` on route change (cleared on mouseleave), which beats
   the :hover display:block above. */
.nav-wrapper ul li.submenu-suppressed:hover ul,
.nav-wrapper.nav-wrapper-2 ul li.submenu-suppressed:hover ul {
  display: none;
}

/* ==== group-hover:scale/translate double-emission fix (v3 template + v4 app) ==
   Like the space-* case below, both stylesheets emit the `group-hover:scale-105`
   and `group-hover:translate-x-2` utilities — but via DIFFERENT CSS properties:
   the v3 template output.css uses `transform: …scaleX(var(--tw-scale-x))…`, while
   our v4 build uses the native `scale` / `translate` properties. Different
   properties don't override — they COMPOSE — so the hover zoom stacked to
   1.05×1.05 ≈ 1.10 and the «Περισσότερα» arrow slid 8px+8px = 16px, twice the
   template's motion (demo verified at a single 1.05 / 8px). Neutralise the v4
   native emission so only the template's `transform` animates. */
.group-hover\:scale-105 { scale: none !important; }
.group-hover\:translate-x-2 { translate: none !important; }

/* ==== WCAG AA contrast for the muted slate-blue text (2026-07-16) ====
   The template's output.css bakes text-primary-100 as rgb(109 126 168) =
   #6d7ea8, which measures 4.03:1 on white / 3.52 on #e6f1fb / 3.77 on the
   cream #fbf7ed — all below the 4.5:1 AA minimum (Lighthouse color-contrast
   failed on /posts, articles, /epikoinonia). Re-point every baked-in usage to
   the --primary-muted token (globals.css): same hue/saturation, -8% lightness,
   ≥4.5 on every site surface. */
.text-primary-100,
.testimonial-section-two .testimonial-item .quote {
  color: var(--primary-muted);
}
.placeholder\:text-primary-100::-moz-placeholder { color: var(--primary-muted); }
.placeholder\:text-primary-100::placeholder { color: var(--primary-muted); }

/* Rich-text headings normalized for a11y (RichText/normalizeHeadings.ts):
   when a WP-imported h4 is semantically promoted (e.g. to h2 so the outline
   never skips levels), the ORIGINAL tag is kept as a class so the rendered
   size stays exactly what the author picked — semantics change, look doesn't. */
.insucom-article .h1 { font-size: 30px; line-height: 36px; }
.insucom-article .h2 { font-size: 24px; line-height: 32px; }
.insucom-article .h3 { font-size: 20px; line-height: 28px; }
.insucom-article .h4,
.insucom-article .h5,
.insucom-article .h6 { font-size: 18px; line-height: 27px; }

/* ==== space-x / space-y double-emission fix (v3 template + v4 app build) ====
   NOTE: never write the star-slash sequence inside this comment — it would
   close the comment early and swallow the first rule below (this bug hid the
   space-y neutralizer for ages, leaving a doubled first gap in flex lists).
   Both stylesheets emit rules for the space-x and space-y utilities: the v3
   v3 output.css puts margin-top/left on `sibling ~ sibling`, while our layered
   v4 build puts margin-block/inline-END on `:not(:last-child)`. Flex items
   never collapse margins, so the FIRST gap rendered double (e.g. 20px instead
   of 10px) on every space-* container. Zero the v4 end-margins here.
   NOTE: the v4 rule is NOT layered here, so a 0-specificity `:where(...)` LOSES
   to it (measured: the first nav gap stayed 56px, the v4 `margin-inline-end`
   surviving). We therefore match its (0,2,0) specificity — `[class*=…] > :not()`
   — and, since v4 emits the LOGICAL `margin-inline-end`, we also zero the
   PHYSICAL `margin-right`/`bottom` so the reset wins for the used value. This
   line must stay last in this file so source order breaks the specificity tie. */
[class*='space-y-'] > :not(:last-child) { margin-block-end: 0; margin-bottom: 0; }
[class*='space-x-'] > :not(:last-child) { margin-inline-end: 0; margin-right: 0; }
/* Used by our components but absent from the template build — v3-style rule */
.space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
