.top_left_text {
    font-size: 14px !important;
}

.top_phone_info {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.main_page_s #sp-header {
    background-color: #00000012!important;
}

.main_page_s .header-sticky .logo .logo-image {
  filter: brightness(0) saturate(100%);
}

#sp-header.header-sticky {
    background-color: #fff !important;
    color: #222 !important;
}

#sp-header.header-sticky a {
    color: #222 !important;
}

#sp-header.header-sticky .burger-icon span {
    color: #000 !important;
}


.box_style {
    padding: 80px 40px !important;
    border: 1px solid #eae6e7 !important;
    border-radius: 30px !important;
}

.box_style .link_style_d {
    text-transform: uppercase;
    color: #222222 !important;
    letter-spacing: 1px;
    display: block;
    position: relative;
    margin-top: 30px;
    font-weight: 500;
    font-size: 14px;
    width: fit-content;
}

.box_style .link_style_d::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -23px;
    bottom: 0px;
    font-size: 14px;
    transform: rotate(40deg);
}

.link_btn_s {
    display: block;
    width: fit-content;
    padding: 15px 35px;
    background-color: #b2a38d;
    color: #222122 !important;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.link_btn_s:hover {
    background-color: #84745c;
    color: #fff !important;

    opacity: 0.8;
}

.person_name {
    text-transform: uppercase;
}

.service {
    height: 560px;
    /* σταθερό ύψος */
    border-radius: 10px;
    overflow: hidden;
    /* ό,τι ξεφεύγει κρύβεται */
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
}

.service-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    /* καλύπτει όλο το div χωρίς να παραμορφώνεται */
    display: block;
    transition: transform 0.3s ease;
}

.service:hover .service-image img {
    transform: scale(1.05);
    /* μικρό zoom στο hover */
}

/* Overlay μόνο στο hover */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* αρχικά διάφανο */
    transition: background 0.3s ease;
    z-index: 1;
}

.service:hover .overlay {
    background: rgba(0, 0, 0, 0.5);
    /* λίγο πιο σκούρο στο hover */
}

/* Κείμενα πάνω στην εικόνα */
.service-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* τίτλοι πάνω, link κάτω */
    z-index: 2;
}

/* Τίτλοι πάνω αριστερά */
.titles {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-title-small {
    color: #fff;
    font-size: 15px !important;
    font-weight: 400;
    text-transform: revert-layer;
    letter-spacing: 1px;
}

.service-title-large {
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none !important;
    margin-top: 5px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.service-title-large:hover {
    color: #ffcc00;
}

/* Read More κάτω αριστερά */
.read-more {
    color: #fff !important;
    font-size: 14px;
    padding: 12px 30px;
    text-decoration: none;
    border: 1px solid #fff;
    width: fit-content;
    transition: color 0.3s ease, border-color 0.3s ease;
    border-radius: 8px;
    text-transform: uppercase;
}

.read-more:hover {
    color: #222222 !important;
    background-color: #fff;
}


.style_center {
    margin: 0 auto;
}

.photo-box {
    position: relative;
    width: 100%;

    overflow: hidden;
}

.photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* container ΠΑΝΩ στη φωτογραφία – ΔΕΞΙΑ ΚΑΤΩ */
.photo-numbers {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 20px;
}

/* κάθε κουτί */
.photo_number {
    background: rgb(191 191 191 / 15%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    padding: 25px 35px;
    text-align: center;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #aaaaaab3;
}

/* αριθμός */
.photo_number .number {
    display: block;
    font-size: 63px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 23px;
}

.photo_number .title {
    font-size: 20px;
    text-transform: uppercase !important;
}

.number_color {
    background-color: #b2a38d !important;
}

/* κείμενο */
.photo_number .text {
    display: block;
    font-size: 14px;
    margin-top: 6px;
    opacity: 0.85;
}


.contact_info {
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: Arial, sans-serif;
    margin-top: 35px;
}

.contact_info a {
    text-decoration: none;
    color: #8d4d5d;
    font-weight: 500;
}

.contact_info .contact_phone a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact_info .contact_phone i {
    color: #007bff;
    font-size: 16px;
}

.dark_style {
    margin: 0px !important;
    background-color: #e7e3dc !important;
    color: #222 !important;
}

.dark_style:hover {
    background-color: #fff !important;
    color: #222 !important;
    opacity: 0.8;
}

.contact_link {
    padding-right: 25px;
    border-right: 1px solid #e6e6e6;
}

.contact_info .contact_phone i {
    color: #222;
    font-size: 24px;
    padding: 13px;
    background: #b2a38d;
    border-radius: 50px;
}

#cf_1 .cf-form-wrap {
    margin: 0px !important;
    padding: 0px !important;
}

#cf_1 input {
    border: 1px solid #eae6e7 !important;
    border-radius: 10px !important;
    padding: 18px 20px !important;


}

#cf_1 textarea {
    border: 1px solid #eae6e7 !important;
    border-radius: 10px !important;
    padding: 18px 20px !important;

}

#cf_2 input {
    border: 1px solid #eae6e7 !important;
    border-radius: 10px !important;
    padding: 18px 20px !important;


}

#cf_2 textarea {
    border: 1px solid #eae6e7 !important;
    border-radius: 10px !important;
    padding: 18px 20px !important;

}

#cf_2 select {
    border: 1px solid #eae6e7 !important;
    border-radius: 10px !important;
    padding: 18px 20px !important;

}

.sppb-carousel-extended-item {
    background: #fff;
    border-radius: 30px;
    padding: 30px 30px;
}

.event_forms #cf_2{
    padding: 80px;
    border: 1px solid #eae6e7;
    border-radius: 30px;
    width: 940px;
    margin: 0 auto;

}

.form_section {
    margin: 0 auto !important;
}

.fsmall_title {
    display: block;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 30px;
    font-size: 15px;
    color: #a5aea8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fbig_title {
    font-size: 42px;
    text-align: center;
    display: block;
    margin-bottom: 60px;
}

.dark_small_s {
    color: #a5aea8;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    width: fit-content;
}

.dark_title_s {
    display: block;
    font-size: 48px;
    margin: 33px 0px;
    color: #222;
}

.text_style_s {
    margin-bottom: 50px;
    display: block;
    font-size: 17px;
    color: #6b6668;
}

.all_services_info {
    background: #e7e3dc;
    padding: 80px;
    border-radius: 30px;
}

.link_span .link_btn_s {
    margin: 0px !important;
}

.accardeon_style .sppb-addon-content {
    color: #fff !important;
}

.accardeon_style .sppb-panel.sppb-panel-custom {
    border-radius: 0px !important;
}

.accardeon_style .sppb-panel {
    background-color: transparent !important;
}

.accardeon_style_dark .sppb-panel.sppb-panel-custom {
    border-radius: 0px !important;
}

.accardeon_style_dark .sppb-panel {
    background-color: transparent !important;
}

.accardeon_style_dark .sppb-addon-content {
    color: #222222 !important;
}



.service_list {
    list-style: none;
    padding: 0;
    margin: 40px 0px 20px 0px;
}

.service_list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #6B6668;
}

.service_list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #717171;
    /* πράσινο check */
    font-weight: bold;
}


.service_list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #717171;
}

.doctor_s {
    border-radius: 30px;
    overflow: hidden;
}

.doctor_s__content {
    background: #f7e4e7;
    padding: 24px 35px;
}

.doctor_s__name a {
    color: #222122 !important;
}

.doctor_s__specialty a {
    color: #6b6668 !important;
}

.service_faq .accardeon_col {
    margin: 0 auto !important;
    padding: 70px !important;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    margin-top: 60px !important;
}

.service_faq .sppb-panel-heading {
    padding: 15px 30px 15px 15px;
    font-weight: 300;
}

.bottom_phone_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bottom_phone_info .contact-phone a {
    color: #6B6668 !important;
    font-weight: 500;
}

.bottom_phone_info .contact-email a {
    color: #6B6668 !important;
    font-weight: 500;
}

.doctor_s__social {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: nowrap;
}


.doctor_s__social .fab {
    /* padding: 14px; */
    background: #fff;
    color: #b2a38d;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
}

.doctor_s__social .fab:hover {
    background: #b2a38d;
    color: #fff;
}

.bottom_menu ul {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
    flex-direction: column;
}

#sp-menu-top-l .d-flex {
    display: unset !important;
}

.menu_s {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 25px 0px;
}

.menu_s .link_btn_s {
    margin-top: unset !important;
    margin-bottom: unset !important;
    color: #fff !important;
}

#sp-menu .justify-content-end {
    justify-content: center !important;
}

.sp-dropdown .sp-dropdown-inner .sp-dropdown-items a {
    color: #6b6668 !important;

}

.sp-dropdown .sp-dropdown-inner .sp-dropdown-items .sp-menu-item {
    border-bottom: 1px solid #6B6668 !important;
    text-transform: uppercase !important;
    padding: 10px 0 !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 25px !important;
    border-radius: 20px !important;

}

.home_info_list {
    display: flex;
    gap: 100px;
    margin: 45px 0px;
}

.info_block ul {
    list-style: none;
    /* αφαιρεί τα default bullets */
    padding: 0;
    margin: 0;
}

.info_block li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.info_block li i {
    color: #b2a38d;
    /* χρώμα του check */
    margin-right: 10px;
    /* απόσταση από το κείμενο */
    font-size: 18px;
}

.instagram-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.insta-item {
    position: relative;
    overflow: hidden;
    display: block;
    width: auto;
    border-radius: 15px;
}

.insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.overlay i {
    color: #fff;
    font-size: 32px;
    transition: transform 0.4s ease;
}

.insta-item:hover .overlay {
    opacity: 1;
}

.review_home_s .sppb-carousel-extended-item {
    border: 1px solid #dddddd !important;
}

.home_article h3 a {
    font-size: 22px !important;
    color: #222122 !important;
}

.home_article h3 {
    display: block !important;
    padding: 30px 0px !important;

    border-bottom: 1px solid #dddddd;
}

.home_article .sppb-img-responsive {
    border-radius: 25px;
    overflow: hidden;
}

.home_slide_info {
    width: 450px;
    padding: 35px 25px;
    background: #e7e3dc;
    border-radius: 20px;
}

.home_slide_info_wrapper {
    display: flex;
    justify-content: flex-end;
}

.home_slide_text {
    font-size: 18px;
    color: #222222;
    margin-bottom: 14px;
}

.slide_indo_name {
    color: #fff;
    font-size: 18px;
}

.doctor_info_middle {
    width: fit-content;
    padding: 40px 50px;
    border-radius: 30px;
    background: #FFFFFF26;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #fff;
    color: #fff;

}

.doctor_info_text {
    font-size: 30px;
    margin: 30px 0px;
}

.doctor_info_icon .fa-user-doctor {
    font-size: 50px;
}

.doctor_info_name {
    font-size: 20px;
}

.doctor_num_b {
    border-right: 1px solid #ffffff66;
}

.bottom_menu ul li a {
    color: #6B6668 !important;
}

.bottom_menu ul li a:hover {
    color: #000 !important;
}


.img_absolute_home {
    position: absolute;
    bottom: 0px;
}

.img_absolute_home img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.home_view_hight {
    height: 100vh;
    position: relative !important;
}
.home_view_hight  .sppb-container-inner{
    height: 100%;
    min-height: 100%;
}
.home_view_hight .sppb-row{
    height: 100%;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active>a, .offcanvas-menu .offcanvas-inner ul.menu li.active>.nav-header, .offcanvas-menu .offcanvas-inner ul.menu li.active>.mod-menu__heading{
    color: #222 !important;
}

@media screen and (max-width: 600px) {
    #sp-header {
        height: 60px;
    }

    .main_page_s #sp-header .burger-icon span {
        background-color: #fff !important;
    }

    .home_info_list {
        gap: 10px !important;
    }

    .photo_number .number {
        font-size: 32px !important;
    }

    .photo_number .title {
        font-size: 18px !important;
        text-align: left;
    }

    .photo_number {
        padding: 15px 20px !important;
    }

    .photo-numbers {
        right: 6px !important;
        left: 6px !important;
    }
    .home_slide_info{
        margin-bottom: 30px !important;
    }
   
    .fsmall_title {
        font-size: 14px !important;
    }
    .fbig_title{
        font-size: 32px !important;
    }
        .instagram-gallery {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px !important;
    }
    .contact_info{
        
        gap:12px;
    
    margin-top: 0px !important;
    }
    .contact_link .link_btn_s{
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        font-size: 12px !important;
        padding: 15px 20px;
    }
    .contact_link{
        padding-right: 0px;
    }
    .doctor_info_middle {
        padding: 15px 20px !important;
    }
    .doctor_info_text {
        font-size: 18px !important;
    }
    .doctor_num_b{
        border-right: none !important;
    }
    #section-id-fd6e4abe-c8dc-46df-b60c-30922a1781f6 .sppb-animated-number-title {
    font-size: 18px !important;
}
#sp-header{
    padding: 0px 15px !important;
}
.img_radius_mobile .sppb-addon-single-image-container{
    display: unset !important;
}
.img_radius_mobile img {
    border-radius: 30px !important;
    width: 100%;
  height: auto;
  display: block !important;
}

.all_services_info{
    padding: 30px !important;
}
.dark_title_s {
    font-size: 31px !important;
}

.inside_gallery .sppb-gallery{
    flex-direction: row !important;
    flex-wrap: wrap;
}
.inside_gallery .sppb-gallery img {
    width: 100% !important;
    height: auto !important;
}
.inside_gallery .sppb-gallery li{
    width: 45% !important;
}
.service_faq .accardeon_col {
    padding: 15px !important;
}
.event_forms #cf_2{
    padding: 20px !important;
    width: 100% !important;
}
#sp-header.header-sticky .burger-icon span{
    background-color: #000 !important;
}
.video_move .sppb-section-background-video video{
    object-position: right center !important;
}
}