@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');
body{
    font-family: "Ubuntu Sans", sans-serif;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 89px;
}
p:not(:last-of-type){
    margin-bottom: 20px;
}
.header{
    transition:all 0.3s ease-out
}
.header.custom-sticky{
    background:rgb(38 79 56 / 90%);
    backdrop-filter: blur(5px);
    padding:15px 0 !important;
    top: 0; 
}
.hover-cta{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hover-cta:before{
    content: "";
    height: 100%;
    transition: all 0.3s ease-out;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.hover-cta:hover:before{
    width: 100%;
    left: 0;
}
.hover-cta.white:before{
    background: white;
}
.hover-cta.green:before{
    background: #326347;
}
.main-nav > ul a{
    padding:10px;
    transition: all 0.3s ease-out;
    border-radius: 5px;
    font-weight: 500;
}
.main-nav > ul a:hover{
    background: rgba(255 255 255 / 20%);
}
.header-inner .main-nav > ul a:hover{
    background: rgba(0 0 0 / 5%);
}
.list-items li{
    position: relative;
    padding-left: 35px;
}
.list-items li:before{
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M464 128L240 384l-96-96M144 384l-96-96M368 128L232 284'/%3E%3C/svg%3E");
    /* background: white; */
    /* border-radius: 100%; */
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    /* width: 25px; */
    /* height: 25px; */
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5px;
}
.steps li{
    flex:1;
    position: relative;
}
.steps li:before{
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M416 128L192 384l-96-96'/%3E%3C/svg%3E");
    width: 80px;
    aspect-ratio: 1/1;
    background: #326347;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -100px;
    left: 50%;
    z-index: 2;
    line-height: 0;
    transform: translateX(-50%);
}
.steps li:not(:last-of-type):after{
    content: "";
    height: 5px;
    background: #eee;
    width: calc(100% - 30px);
    left: calc(50% + 60px);
    border-radius: 60px;
    position: absolute;
    top: -63px;
}

.how-to-options li{
    background: white;
    padding:20px;
    flex:1;
    font-weight: bold;
}
.check-list li{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.check-list li:before{
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23326347' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M416 128L192 384l-96-96'/%3E%3C/svg%3E");
    line-height: 0;
}
.toggle-switch label{
    width: 70px;
    height: 35px;
    background: #ecf8f2;
    border-radius: 60px;
    position: relative;
    display: block;
    transition: all 0.3s ease-out;
}
.toggle-switch input{
    display: none;
}
.toggle-switch label:before{
    content: "";
    background: white;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    height: calc(100% - 13px);
    aspect-ratio: 1;
    transition: all 0.3s ease-out;
}
.toggle-switch input:checked + label{
    background: #326347;
}
.toggle-switch input:checked + label:before{
    content: "";
    left: calc(100% - 28px);
}
.footer-menu a:hover{
    opacity: 0.9;
    text-decoration: underline;
}
.content-modal{
    opacity: 0;
    pointer-events: none;
}
.content-modal-container{
    transform: scaleY(0);
    transform-origin: bottom;
}
.modal-element{
    transform: translateY(40px);
    opacity: 0;
}
.hero-container{
    transform-origin: top;
}
.price-box{
    height: 100%;
}
.mobile-navigation{
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}
.mobile-nav-col{
    transform: translateX(100%);
}
.stats-mobile:before{
    content: "";
    background: black;
    opacity: 0.6;
    position: absolute;
    inset: 0;
    z-index: -1;
}
.user-profile ul{
    border: #f3f3f3;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.3s ease-out;
}
.user-profile ul:before{
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -9px;
    right: 20px;
    pointer-events: none;
}
.user-profile ul li{
    overflow: hidden;
}
.user-profile ul li:first-of-type{
border-top-left-radius: 0.375rem;
border-top-right-radius: 0.375rem;
}
.user-profile ul li:last-of-type{
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    }
.user-profile ul a{
    display: block;
    padding:15px 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s ease-out;
}
.user-profile ul a:hover{
    background: #f3f3f3;
}
.user-profile ul li:not(:last-of-type) a{
    border-bottom: 1px solid #f3f3f3;
}
.user-profile:hover ul{
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}
.site-form input[type="radio"]{
    display: none;
}
.site-form input[type="radio"] + span{
    position: relative;
    padding-left: 25px;
}
.site-form input[type="radio"] + span:before{
    content: "";
    width: 15px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 1px solid #6b7280;
    position: absolute;
    left: 0;
    top: 1px;
    transition: all 0.3s ease-out;
}
.site-form input[type="radio"]:checked + span:before{
    background: #264f38;
    box-shadow: inset 0 0 0 3px white;
}

.site-form input[type="checkbox"]{
    display: none;
}
.site-form input[type="checkbox"] + label{
    position: relative;
    padding-left: 25px;
}
.site-form input[type="checkbox"] + label a{
    color: #264f38;
    font-weight: bold;
}
.site-form input[type="checkbox"] + label:before{
    content: "";
    width: 15px;
    aspect-ratio: 1/1;
    border: 1px solid #6b7280;
    position: absolute;
    left: 0;
    top: 1px;
    transition: all 0.3s ease-out;
}
.site-form input[type="checkbox"]:checked + label:before{
    background: #264f38;
    box-shadow: inset 0 0 0 3px white;
}
.site-form input[type="text"],
.site-form input[type="email"],
.site-form input[type="password"],
.site-form textarea{
    border-color: #d5d5d5;
}
.alert{
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 8px;
    padding:20px;
    padding-right: 50px;
    font-size: 15px;
    z-index: 2;
    line-height: 1.7;
}
.alert.alert-danger{
    background: #ffb9b9;
    border: 1px solid #fc9c9c;
}
.alert.alert-success{
    background: #7ae1a7;
    color: #264f38;
    border: 1px solid #66bd8c;
}
.close-alert{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    height: 22px;
}
#forgotPassForm{
    opacity: 0;
    pointer-events: none;
}
#forgotPassForm.showing{
    opacity: 1;
    pointer-events: all;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus{
    box-shadow: none !important;
    border-color: #7ae1a7 !important;
}
.profile-menu a{
    padding:10px 15px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-out;
}
.profile-menu a:hover{
    background: #7ae1a7;
    color: white;
}
.photos-container-main{
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(4,1fr);
}
.photos-container-main img{
    width: 100%;
    aspect-ratio: 1;
    padding-inline: 20px;
    object-fit: contain;
    background: white;
}
.empty-state svg *{
    fill: #264f38;
}
.yearly{
    display: none;
}
.price-element{
    position: relative;
}
.price-element.active:before{
    content: "Ενεργό";
    position: absolute;
    writing-mode: vertical-lr;
    color: white;
    font-size: 13px;
    font-weight: 600;
    width: 35px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 20px;
    z-index: 2;
    transform: rotate(180deg);
}
.active .price-box{
    background: #ecf8f2;
    border: 1px solid #e5e7eb;
    position: relative;
}
.active .price-box:before{
    content: "";
    width: 32px;
    height: 65px;
    background: #7ae1a7;
    position: absolute;
    top: 0;
    right: 20px;
}
.active .price-box:after{
    content: "";
    width: 0;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 10px solid #7ae1a7;
    position: absolute;
    top: 65px;
    right: 20px;
}
.checkout-form{
    border-collapse: collapse;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
}
.checkout-form td{
    padding:20px;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.thanks-section{
    min-height: calc(100svh - 393px);
    display: flex;
    padding:60px 0;
    align-items: center;
}
.mobile-profile-menu a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-upload{
    display: inline-block;
    position: relative;
}
.custom-upload:before{
    content: "Ανέβασμα αρχείου";
    position: absolute;
    inset: 0;
    background: #7ae1a7;
    color: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding:0 20px;
    font-size: 15px;
}
.custom-upload:after{
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath d='M320 367.79h76c55 0 100-29.21 100-83.6s-53-81.47-96-83.6c-8.89-85.06-71-136.8-144-136.8-69 0-113.44 45.79-128 91.2-60 5.7-112 43.88-112 106.4s54 106.4 120 106.4h56' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M320 255.79l-64-64-64 64M256 448.21V207.79'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    line-height: 0;
    transform: translateY(-50%);
    right: 20px;
}
.custom-upload input{
    opacity: 0;
}
.upgrade-options > div{
    opacity: 0.4;
}
.active .package-cta:has(.buyPlanBtn){
	cursor: not-allowed;
    position: relative;
}
.active .package-cta:has(.buyPlanBtn):hover:before,
.active .package-cta:has(.buyPlanBtn):hover:after{
    opacity: 1;
}
.active .package-cta:has(.buyPlanBtn):before{
    content: "Έχετε ενεργό πλάνο";
    position: absolute;
    top: -60px;
    background: #7ae1a7;
    border-radius: 60px;
    font-size: 13px;
    padding: 12px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    transition: all 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
}
.active .package-cta:has(.buyPlanBtn):after{
    content: "";
    width: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #7ae1a7;;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -23px;
    transition: all 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
}
.active .buyPlanBtn{
	opacity: 0.2;
    pointer-events: none;
}
.active:not(.free-plan) + .price-element .package-cta:has(.buyPlanBtn){
    cursor: not-allowed;
    position: relative;
}
.active:not(.free-plan) + .price-element .buyPlanBtn{
    opacity: 0.2;
    pointer-events: none;
}

.active:not(.free-plan) + .price-element .package-cta:has(.buyPlanBtn):hover:before,
.active:not(.free-plan) + .price-element .package-cta:has(.buyPlanBtn):hover:after{
    opacity: 1;
}
.active:not(.free-plan) + .price-element .package-cta:has(.buyPlanBtn):before{
    content: "Έχετε ενεργό πλάνο";
    position: absolute;
    top: -60px;
    background: #7ae1a7;
    border-radius: 60px;
    font-size: 13px;
    padding: 12px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    transition: all 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
}
.active:not(.free-plan) + .price-element .package-cta:has(.buyPlanBtn):after{
    content: "";
    width: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #7ae1a7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -23px;
    transition: all 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
}
.year-plan:after{
    content: 'Σε προσφορά έως 30/09';
    position: absolute;
    top: -27px;
    left: 75%;
    background: #7ae1a7;
    color: black;
    border-radius: 60px;
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1;
    font-weight: 600;
}
@media(max-width:1024px){
    .photos-container-main{
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width:991px){
    .steps li:not(:last-of-type):after{
        width: 5px;
        height: 56px;
        left: 50%;
        top: calc(100% + 20px);
        transform: translateX(-50%);
    }
}
@media(max-width:768px){
    .photos-container-main{
        grid-template-columns: repeat(2,1fr);
    }
    .custom-upload{
        display: block;
    }
    .year-plan{
        display: grid;
        gap: 5px;
        text-align: center;
    }
    .year-plan:after{
        position: static;
        display: inline-block;
    }
}
@media(max-width:640px){
    .alert{
        bottom: 20px;
        right: 20px;
        max-width: calc(100% - 40px);
    }
}